Changeset 694 for branches/gui/eml


Ignore:
Timestamp:
Nov 23, 2008, 10:39:38 PM (15 years ago)
Author:
gerson bicca
Message:

updates

Location:
branches/gui/eml
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/eml/icon/SourceNoFlow.svg

    r672 r694  
    732732     inkscape:cx="88.29373"
    733733     inkscape:cy="17.566744"
    734      inkscape:window-x="4"
    735      inkscape:window-y="49"
     734     inkscape:window-x="0"
     735     inkscape:window-y="44"
    736736     inkscape:current-layer="g6591"
    737737     showguides="true"
    738738     inkscape:guide-bbox="true"
    739739     showborder="true"
    740      inkscape:showpageshadow="false">
     740     inkscape:showpageshadow="true">
    741741    <inkscape:grid
    742742       type="xygrid"
  • branches/gui/eml/stage_separators/column.mso

    r693 r694  
    4040#*----------------------------------------------------------------------
    4141* Model of a  column section with:
    42 *       - NumberOfTrays=number of trays.
     42*       - NumberOfTrays = number of trays.
    4343*
    4444*---------------------------------------------------------------------*#
     
    138138        in      FeedTray                                as stream                               (Brief="Feed stream", PosX=0, PosY=0.55);
    139139       
    140         trays(NumberOfTrays) as tray                    (Brief="Number of trays");
     140        TRAYS(NumberOfTrays) as tray                    (Brief="Number of trays");
    141141
    142142                VapourDrawOffFlow  as flow_mol                  (Brief = "Stream Molar Flow Rate");
     
    147147CONNECTIONS
    148148
    149         trays([2:NumberOfTrays]).OutletV        to trays([1:NumberOfTrays-1]).InletV;
    150         trays([1:NumberOfTrays-1]).OutletL      to trays([2:NumberOfTrays]).InletL;
     149        TRAYS([2:NumberOfTrays]).OutletV        to TRAYS([1:NumberOfTrays-1]).InletV;
     150        TRAYS([1:NumberOfTrays-1]).OutletL      to TRAYS([2:NumberOfTrays]).InletL;
    151151       
    152152       
    153153EQUATIONS
    154154# Connecting Trays
    155         FeedTray.F*FeedTrayIndex= trays.Inlet.F;
    156         FeedTray.T = trays.Inlet.T;
    157         FeedTray.P = trays.Inlet.P;
    158         FeedTray.z = trays.Inlet.z;
    159         FeedTray.v = trays.Inlet.v;
    160         FeedTray.h = trays.Inlet.h;
     155        FeedTray.F*FeedTrayIndex= TRAYS.Inlet.F;
     156        FeedTray.T = TRAYS.Inlet.T;
     157        FeedTray.P = TRAYS.Inlet.P;
     158        FeedTray.z = TRAYS.Inlet.z;
     159        FeedTray.v = TRAYS.Inlet.v;
     160        FeedTray.h = TRAYS.Inlet.h;
    161161       
    162162for i in [1:NumberOfTrays] do
    163163
    164164"Murphree Efficiency"
    165         trays(i).OutletV.z =  MurphreeEff * (trays(i).yideal - trays(i).InletV.z) + trays(i).InletV.z;
     165        TRAYS(i).OutletV.z =  MurphreeEff * (TRAYS(i).yideal - TRAYS(i).InletV.z) + TRAYS(i).InletV.z;
    166166
    167167"Level of clear liquid over the weir"
    168         trays(i).Level = trays(i).ML*trays(i).vL/Ap;
     168        TRAYS(i).Level = TRAYS(i).ML*TRAYS(i).vL/Ap;
    169169
    170170"Geometry Constraint"
    171         V = trays(i).ML* trays(i).vL + trays(i).MV*trays(i).vV;
     171        V = TRAYS(i).ML* TRAYS(i).vL + TRAYS(i).MV*TRAYS(i).vV;
    172172
    173173"Energy Holdup"
    174         trays(i).E = trays(i).ML*trays(i).OutletL.h + trays(i).MV*trays(i).OutletV.h - trays(i).OutletL.P*V;
     174        TRAYS(i).E = TRAYS(i).ML*TRAYS(i).OutletL.h + TRAYS(i).MV*TRAYS(i).OutletV.h - TRAYS(i).OutletL.P*V;
    175175
    176176"Energy Balance"
    177         diff(trays(i).E) = ( trays(i).Inlet.F*trays(i).Inlet.h + trays(i).InletL.F*trays(i).InletL.h + trays(i).InletV.F*trays(i).InletV.h- trays(i).OutletL.F*trays(i).OutletL.h - trays(i).OutletV.F*trays(i).OutletV.h
    178         -trays(i).VapourSideStream.F*trays(i).VapourSideStream.h - trays(i).LiquidSideStream.F*trays(i).LiquidSideStream.h + Q );
     177        diff(TRAYS(i).E) = ( TRAYS(i).Inlet.F*TRAYS(i).Inlet.h + TRAYS(i).InletL.F*TRAYS(i).InletL.h + TRAYS(i).InletV.F*TRAYS(i).InletV.h- TRAYS(i).OutletL.F*TRAYS(i).OutletL.h - TRAYS(i).OutletV.F*TRAYS(i).OutletV.h
     178        -TRAYS(i).VapourSideStream.F*TRAYS(i).VapourSideStream.h - TRAYS(i).LiquidSideStream.F*TRAYS(i).LiquidSideStream.h + Q );
    179179
    180180switch LiquidFlow
     
    183183                                case "default":
    184184                                "Francis Equation"
    185                                 trays(i).OutletL.F*trays(i).vL = 1.84*'1/s'*lw*((trays(i).Level-(beta*hw))/(beta))^2;
     185                                TRAYS(i).OutletL.F*TRAYS(i).vL = 1.84*'1/s'*lw*((TRAYS(i).Level-(beta*hw))/(beta))^2;
    186186                       
    187187                                case "Wang_Fl":
    188                                 trays(i).OutletL.F*trays(i).vL = 1.84*'m^0.5/s'*lw*((trays(i).Level-(beta*hw))/(beta))^1.5;
     188                                TRAYS(i).OutletL.F*TRAYS(i).vL = 1.84*'m^0.5/s'*lw*((TRAYS(i).Level-(beta*hw))/(beta))^1.5;
    189189                       
    190190                                case "Olsen":
    191                                 trays(i).OutletL.F / 'mol/s'= lw*Np*trays(i).rhoL/sum(Mw*trays(i).OutletV.z)/(0.665*fw)^1.5 * ((trays(i).ML*sum(Mw*trays(i).OutletL.z)/trays(i).rhoL/Ap)-hw)^1.5 * 'm^0.5/mol';
     191                                TRAYS(i).OutletL.F / 'mol/s'= lw*Np*TRAYS(i).rhoL/sum(Mw*TRAYS(i).OutletV.z)/(0.665*fw)^1.5 * ((TRAYS(i).ML*sum(Mw*TRAYS(i).OutletL.z)/TRAYS(i).rhoL/Ap)-hw)^1.5 * 'm^0.5/mol';
    192192                       
    193193                                case "Feehery_Fl":
    194                                 trays(i).OutletL.F = lw*trays(i).rhoL/sum(Mw*trays(i).OutletL.z) * ((trays(i).Level-hw)/750/'mm')^1.5 * 'm^2/s';
     194                                TRAYS(i).OutletL.F = lw*TRAYS(i).rhoL/sum(Mw*TRAYS(i).OutletL.z) * ((TRAYS(i).Level-hw)/750/'mm')^1.5 * 'm^2/s';
    195195                       
    196196                                case "Roffel_Fl":
    197                                 trays(i).OutletL.F = 2/3*sqrt(2*g)*trays(i).rhoL/sum(Mw*trays(i).OutletL.z)*lw*(2*trays(i).btemp-1)*(trays(i).ML*sum(Mw*trays(i).OutletL.z)/(Ap*1.3)/trays(i).rhoL/(2*trays(i).btemp-1))^1.5;
     197                                TRAYS(i).OutletL.F = 2/3*sqrt(2*g)*TRAYS(i).rhoL/sum(Mw*TRAYS(i).OutletL.z)*lw*(2*TRAYS(i).btemp-1)*(TRAYS(i).ML*sum(Mw*TRAYS(i).OutletL.z)/(Ap*1.3)/TRAYS(i).rhoL/(2*TRAYS(i).btemp-1))^1.5;
    198198                        end
    199                 when trays(i).Level < (beta *hw) switchto "off";
     199                when TRAYS(i).Level < (beta *hw) switchto "off";
    200200               
    201201                case "off":
    202202                "Low level"
    203                 trays(i).OutletL.F = 0 * 'mol/h';
    204                 when trays(i).Level > (beta * hw) + 1e-6*'m' switchto "on";
     203                TRAYS(i).OutletL.F = 0 * 'mol/h';
     204                when TRAYS(i).Level > (beta * hw) + 1e-6*'m' switchto "on";
    205205        end
    206206       
    207         trays(i).btemp = 1 - 0.3593/'Pa^0.0888545'*abs(trays(i).OutletV.F*sum(Mw*trays(i).OutletV.z)/(Ap*1.3)/sqrt(trays(i).rhoV))^0.177709; #/'(kg/m)^0.0888545/s^0.177709';
     207        TRAYS(i).btemp = 1 - 0.3593/'Pa^0.0888545'*abs(TRAYS(i).OutletV.F*sum(Mw*TRAYS(i).OutletV.z)/(Ap*1.3)/sqrt(TRAYS(i).rhoV))^0.177709; #/'(kg/m)^0.0888545/s^0.177709';
    208208
    209209switch VapourFlow
     
    211211                        switch VapourFlowModel
    212212                                case "Reepmeyer":
    213                                 trays(i).InletV.F*trays(i).vV = sqrt((trays(i).InletV.P - trays(i).OutletV.P)/(trays(i).rhoV*alfa))*Ah;
     213                                TRAYS(i).InletV.F*TRAYS(i).vV = sqrt((TRAYS(i).InletV.P - TRAYS(i).OutletV.P)/(TRAYS(i).rhoV*alfa))*Ah;
    214214                       
    215215                                case "Feehery_Fv":
    216                                 trays(i).InletV.F = trays(i).rhoV/Ap/w/sum(Mw*trays(i).OutletV.z) * sqrt(((trays(i).InletV.P - trays(i).OutletV.P)-(trays(i).rhoV*g*trays(i).ML*trays(i).vL/Ap))/trays(i).rhoV);
     216                                TRAYS(i).InletV.F = TRAYS(i).rhoV/Ap/w/sum(Mw*TRAYS(i).OutletV.z) * sqrt(((TRAYS(i).InletV.P - TRAYS(i).OutletV.P)-(TRAYS(i).rhoV*g*TRAYS(i).ML*TRAYS(i).vL/Ap))/TRAYS(i).rhoV);
    217217                       
    218218                                case "Roffel_Fv":
    219                                 trays(i).InletV.F^1.08 * 0.0013 * 'kg/m/mol^1.08/s^0.92*1e5' = (trays(i).InletV.P - trays(i).OutletV.P)*1e5 - (beta*sum(trays(i).M*Mw)/(Ap*1.3)*g*1e5) * (trays(i).rhoV*Ah/sum(Mw*trays(i).OutletV.z))^1.08 * 'm^1.08/mol^1.08';
     219                                TRAYS(i).InletV.F^1.08 * 0.0013 * 'kg/m/mol^1.08/s^0.92*1e5' = (TRAYS(i).InletV.P - TRAYS(i).OutletV.P)*1e5 - (beta*sum(TRAYS(i).M*Mw)/(Ap*1.3)*g*1e5) * (TRAYS(i).rhoV*Ah/sum(Mw*TRAYS(i).OutletV.z))^1.08 * 'm^1.08/mol^1.08';
    220220                       
    221221                                case "Klingberg":
    222                                 trays(i).InletV.F * trays(i).vV = Ap * sqrt(((trays(i).InletV.P - trays(i).OutletV.P)-trays(i).rhoL*g*trays(i).Level)/trays(i).rhoV);
     222                                TRAYS(i).InletV.F * TRAYS(i).vV = Ap * sqrt(((TRAYS(i).InletV.P - TRAYS(i).OutletV.P)-TRAYS(i).rhoL*g*TRAYS(i).Level)/TRAYS(i).rhoV);
    223223                       
    224224                                case "Wang_Fv":
    225                                 trays(i).InletV.F * trays(i).vV = Ap * sqrt(((trays(i).InletV.P - trays(i).OutletV.P)-trays(i).rhoL*g*trays(i).Level)/trays(i).rhoV*alfa);
     225                                TRAYS(i).InletV.F * TRAYS(i).vV = Ap * sqrt(((TRAYS(i).InletV.P - TRAYS(i).OutletV.P)-TRAYS(i).rhoL*g*TRAYS(i).Level)/TRAYS(i).rhoV*alfa);
    226226                               
    227227                                case "Elgue":
    228                                 trays(i).InletV.F  = sqrt((trays(i).InletV.P - trays(i).OutletV.P)/btray);
     228                                TRAYS(i).InletV.F  = sqrt((TRAYS(i).InletV.P - TRAYS(i).OutletV.P)/btray);
    229229                        end
    230                 when trays(i).InletV.F < 1e-6 * 'kmol/h' switchto "off";
     230                when TRAYS(i).InletV.F < 1e-6 * 'kmol/h' switchto "off";
    231231               
    232232                case "off":
    233                 trays(i).InletV.F = 0 * 'mol/s';
    234                 when trays(i).InletV.P > trays(i).OutletV.P + trays(i).Level*g*trays(i).rhoL + 1e-1 * 'atm' switchto "on";
     233                TRAYS(i).InletV.F = 0 * 'mol/s';
     234                when TRAYS(i).InletV.P > TRAYS(i).OutletV.P + TRAYS(i).Level*g*TRAYS(i).rhoL + 1e-1 * 'atm' switchto "on";
    235235        end
    236236
     
    241241for i in 1:NumberOfTrays do
    242242       
    243 "The initial temperature of the trays"
    244         trays(i).OutletL.T = TopTemperature+(TbottomTemperature-TopTemperature)*((i-1)/(NumberOfTrays-1));
    245 
    246 "The initial Level of the trays"
    247         trays(i).Level = LevelFraction*hw;
     243"The initial temperature of the TRAYS"
     244        TRAYS(i).OutletL.T = TopTemperature+(TbottomTemperature-TopTemperature)*((i-1)/(NumberOfTrays-1));
     245
     246"The initial Level of the TRAYS"
     247        TRAYS(i).Level = LevelFraction*hw;
    248248
    249249end
     
    253253for j in 1:NumberOfTrays do
    254254
    255 "The initial composition of the trays"
    256         trays(j).OutletL.z(i) = TopComposition(i) +(BottomComposition(i)-TopComposition(i) )*((j-1)/(NumberOfTrays-1));
     255"The initial composition of the TRAYS"
     256        TRAYS(j).OutletL.z(i) = TopComposition(i) +(BottomComposition(i)-TopComposition(i) )*((j-1)/(NumberOfTrays-1));
    257257
    258258end
     
    270270        Info            =
    271271"== Model of a column section containing ==
    272 * NumberOfTrays trays.
     272* NumberOfTrays TRAYS.
    273273       
    274274== Specify ==
     
    279279       
    280280== Initial Conditions ==
    281 * the trays temperature (OutletL.T);
    282 * the trays liquid level (Level) OR the trays liquid flow (OutletL.F);
     281* the TRAYS temperature (OutletL.T);
     282* the TRAYS liquid level (Level) OR the TRAYS liquid flow (OutletL.F);
    283283* (NoComps - 1) OutletL (OR OutletV) compositions for each tray.
    284284";
     
    295295        out     LiquidOutlet            as liquid_stream                (Brief="Liquid Outlet in the section", PosX=0.70, PosY=1);
    296296       
    297         LiquidConnector as stream       (Brief="Liquid connection at the middle trays", PosX=0.75, PosY=1,Hidden=true);
    298         VapourConnector as stream       (Brief="Vapour connection at the middle trays", PosX=0.55, PosY=0,Hidden=true);
     297        LiquidConnector as stream       (Brief="Liquid connection at the middle TRAYS", PosX=0.75, PosY=1,Hidden=true);
     298        VapourConnector as stream       (Brief="Vapour connection at the middle TRAYS", PosX=0.55, PosY=0,Hidden=true);
    299299
    300300CONNECTIONS
    301301
    302         LiquidConnector to trays(1).InletL;
    303         VapourConnector to trays(NumberOfTrays).InletV;
     302        LiquidConnector to TRAYS(1).InletL;
     303        VapourConnector to TRAYS(NumberOfTrays).InletV;
    304304       
    305305EQUATIONS
     
    319319        VapourConnector.h = VapourInlet.h;
    320320       
    321         LiquidOutlet.F= trays(NumberOfTrays).OutletL.F;
    322         LiquidOutlet.T = trays(NumberOfTrays).OutletL.T;
    323         LiquidOutlet.P = trays(NumberOfTrays).OutletL.P;
    324         LiquidOutlet.z = trays(NumberOfTrays).OutletL.z;
    325        
    326         VapourOutlet.F= trays(1).OutletV.F;
    327         VapourOutlet.T = trays(1).OutletV.T;
    328         VapourOutlet.P = trays(1).OutletV.P;
    329         VapourOutlet.z = trays(1).OutletV.z;
    330 
    331         VapourDrawOff.F*VapSideTrayIndex= trays.VapourSideStream.F;
    332         VapourDrawOff.T = trays(VapourSideStreamLocation).VapourSideStream.T;
    333         VapourDrawOff.P = trays(VapourSideStreamLocation).VapourSideStream.P;
    334         VapourDrawOff.z = trays(VapourSideStreamLocation).VapourSideStream.z;
    335 
    336         LiquidDrawOff.F*LiqSideTrayIndex= trays.LiquidSideStream.F;
    337         LiquidDrawOff.T = trays(LiquidSideStreamLocation).LiquidSideStream.T;
    338         LiquidDrawOff.P = trays(LiquidSideStreamLocation).LiquidSideStream.P;
    339         LiquidDrawOff.z = trays(LiquidSideStreamLocation).LiquidSideStream.z;
     321        LiquidOutlet.F= TRAYS(NumberOfTrays).OutletL.F;
     322        LiquidOutlet.T = TRAYS(NumberOfTrays).OutletL.T;
     323        LiquidOutlet.P = TRAYS(NumberOfTrays).OutletL.P;
     324        LiquidOutlet.z = TRAYS(NumberOfTrays).OutletL.z;
     325       
     326        VapourOutlet.F= TRAYS(1).OutletV.F;
     327        VapourOutlet.T = TRAYS(1).OutletV.T;
     328        VapourOutlet.P = TRAYS(1).OutletV.P;
     329        VapourOutlet.z = TRAYS(1).OutletV.z;
     330
     331        VapourDrawOff.F*VapSideTrayIndex= TRAYS.VapourSideStream.F;
     332        VapourDrawOff.T = TRAYS(VapourSideStreamLocation).VapourSideStream.T;
     333        VapourDrawOff.P = TRAYS(VapourSideStreamLocation).VapourSideStream.P;
     334        VapourDrawOff.z = TRAYS(VapourSideStreamLocation).VapourSideStream.z;
     335
     336        LiquidDrawOff.F*LiqSideTrayIndex= TRAYS.LiquidSideStream.F;
     337        LiquidDrawOff.T = TRAYS(LiquidSideStreamLocation).LiquidSideStream.T;
     338        LiquidDrawOff.P = TRAYS(LiquidSideStreamLocation).LiquidSideStream.P;
     339        LiquidDrawOff.z = TRAYS(LiquidSideStreamLocation).LiquidSideStream.z;
    340340
    341341        VapourDrawOffFlow = VapourDrawOff.F;
     
    368368       
    369369== Initial Conditions ==
    370 * the trays temperature (OutletL.T);
    371 * the trays liquid level (Level) OR the trays liquid flow (OutletL.F);
     370* the TRAYS temperature (OutletL.T);
     371* the TRAYS liquid level (Level) OR the TRAYS liquid flow (OutletL.F);
    372372* (NoComps - 1) OutletL (OR OutletV) compositions for each tray;
    373373       
     
    388388        out     LiquidDrawOff           as liquid_stream                        (Brief="Liquid Outlet in the section", PosX=1, PosY=0.58,Protected = true);
    389389       
    390         CondenserUnity  as condenser;
    391         ReboilerUnity           as reboiler;
    392         SplitterTop                     as splitter;
    393         PumpUnity                       as pump;
     390        CONDENSER       as condenser;
     391        REBOILER                as reboiler;
     392        SPLITTERtop     as splitter;
     393        PUMP                            as pump;
    394394        alfaTopo                                as Real;
    395395
     
    413413
    414414        case "on":
    415                 CondenserUnity.InletV.F*trays(1).vV = alfaTopo *Ah * sqrt(2*(trays(1).OutletV.P -
    416                 CondenserUnity.OutletL.P + 1e-8 * 'atm') / (alfa*trays(1).rhoV));
    417                 when CondenserUnity.InletV.F < 1e-6 * 'kmol/h' switchto "off";
     415                CONDENSER.InletV.F*TRAYS(1).vV = alfaTopo *Ah * sqrt(2*(TRAYS(1).OutletV.P -
     416                CONDENSER.OutletL.P + 1e-8 * 'atm') / (alfa*TRAYS(1).rhoV));
     417                when CONDENSER.InletV.F < 1e-6 * 'kmol/h' switchto "off";
    418418
    419419        case "off":
    420                 CondenserUnity.InletV.F = 0 * 'mol/s';
    421                 when trays(1).OutletV.P > CondenserUnity.OutletL.P + 1e-1 * 'atm' switchto "on";
     420                CONDENSER.InletV.F = 0 * 'mol/s';
     421                when TRAYS(1).OutletV.P > CONDENSER.OutletL.P + 1e-1 * 'atm' switchto "on";
    422422
    423423end     
     
    441441        ConnectorReboilerLout.z = BottomProduct.z;
    442442
    443 VapourDrawOff.F*VapSideTrayIndex= trays.VapourSideStream.F;
    444         VapourDrawOff.T = trays(VapourSideStreamLocation).VapourSideStream.T;
    445         VapourDrawOff.P = trays(VapourSideStreamLocation).VapourSideStream.P;
    446         VapourDrawOff.z = trays(VapourSideStreamLocation).VapourSideStream.z;
    447 
    448         LiquidDrawOff.F*LiqSideTrayIndex= trays.LiquidSideStream.F;
    449         LiquidDrawOff.T = trays(LiquidSideStreamLocation).LiquidSideStream.T;
    450         LiquidDrawOff.P = trays(LiquidSideStreamLocation).LiquidSideStream.P;
    451         LiquidDrawOff.z = trays(LiquidSideStreamLocation).LiquidSideStream.z;
     443        VapourDrawOff.F*VapSideTrayIndex= TRAYS.VapourSideStream.F;
     444        VapourDrawOff.T = TRAYS(VapourSideStreamLocation).VapourSideStream.T;
     445        VapourDrawOff.P = TRAYS(VapourSideStreamLocation).VapourSideStream.P;
     446        VapourDrawOff.z = TRAYS(VapourSideStreamLocation).VapourSideStream.z;
     447
     448        LiquidDrawOff.F*LiqSideTrayIndex= TRAYS.LiquidSideStream.F;
     449        LiquidDrawOff.T = TRAYS(LiquidSideStreamLocation).LiquidSideStream.T;
     450        LiquidDrawOff.P = TRAYS(LiquidSideStreamLocation).LiquidSideStream.P;
     451        LiquidDrawOff.z = TRAYS(LiquidSideStreamLocation).LiquidSideStream.z;
    452452
    453453        VapourDrawOffFlow = VapourDrawOff.F;
     
    456456CONNECTIONS
    457457#vapor
    458         ReboilerUnity.OutletV   to      trays(NumberOfTrays).InletV;
    459         trays(1).OutletV                                to      CondenserUnity.InletV;
     458        REBOILER.OutletV        to      TRAYS(NumberOfTrays).InletV;
     459        TRAYS(1).OutletV                                to      CONDENSER.InletV;
    460460
    461461#liquid
    462         CondenserUnity.OutletL          to      SplitterTop.Inlet;     
    463         SplitterTop.Outlet2                             to      PumpUnity.Inlet;
    464         PumpUnity.Outlet                                        to      trays(1).InletL;
    465         trays(NumberOfTrays).OutletL    to      ReboilerUnity.InletL;
     462        CONDENSER.OutletL               to      SPLITTERtop.Inlet;     
     463        SPLITTERtop.Outlet2                             to      PUMP.Inlet;
     464        PUMP.Outlet                                     to      TRAYS(1).InletL;
     465        TRAYS(NumberOfTrays).OutletL    to      REBOILER.InletL;
    466466
    467467#Connectors
    468 HeatToReboiler  to ReboilerUnity.InletQ;
    469 HeatToCondenser         to CondenserUnity.InletQ;
    470 RebNoFlow.Outlet  to ReboilerUnity.Inlet;
    471 
    472 CondenserUnity.OutletV to ConnectorCondenserVout;
    473 SplitterTop.Outlet1             to ConnectorSplitterOut;
    474 ReboilerUnity.OutletL   to ConnectorReboilerLout;
     468HeatToReboiler  to REBOILER.InletQ;
     469HeatToCondenser         to CONDENSER.InletQ;
     470RebNoFlow.Outlet  to REBOILER.Inlet;
     471
     472CONDENSER.OutletV to ConnectorCondenserVout;
     473SPLITTERtop.Outlet1             to ConnectorSplitterOut;
     474REBOILER.OutletL        to ConnectorReboilerLout;
    475475
    476476end
     
    507507       
    508508== Initial Conditions ==
    509 * the trays temperature (OutletL.T);
    510 * the trays liquid level (Level) OR the trays liquid flow (OutletL.F);
     509* the TRAYS temperature (OutletL.T);
     510* the TRAYS liquid level (Level) OR the TRAYS liquid flow (OutletL.F);
    511511* (NoComps - 1) OutletL (OR OutletV) compositions for each tray;
    512512       
     
    519519* (NoComps - 1) OutletL (OR OutletV) compositions.
    520520";
    521        
     521
    522522PARAMETERS
    523523
     
    528528        out     VapourDrawOff   as vapour_stream                (Brief="Vapour Outlet in the section", PosX=1, PosY=0.41,Protected = true);
    529529        out     LiquidDrawOff           as liquid_stream                        (Brief="Liquid Outlet in the section", PosX=1, PosY=0.515,Protected = true);
    530        
    531         CondenserUnity as condenserSteady;
    532         TopVessel               as tank_cylindrical;
    533         TopSplitter             as splitter;
    534         PumpUnity               as pump;
    535         ReboilerUnity   as reboilerSteady;
    536         BottomVessel    as tank;
    537         BottomSplitter  as splitter;
    538 
    539 
    540         alfaTopo                        as Real;
     530
     531        CONDENSER               as condenserSteady;
     532        TANKtop                                 as tank_cylindrical;
     533        SPLITTERtop             as splitter;
     534        PUMP                                    as pump;
     535        REBOILER                        as reboilerSteady;
     536        TANKbottom                      as tank;
     537        SPLITTERbottom  as splitter;
     538        alfaTopo                                        as Real;
    541539
    542540out             HeatToCondenser         as power                                (Brief="Heat supplied to Condenser",Hidden=true);
    543 out             HeatToReboiler          as power                                (Brief="Heat supplied to Reboiler",Hidden=true);
     541out             HeatToReboiler                  as power                                (Brief="Heat supplied to Reboiler",Hidden=true);
    544542out             HeatToBottomVessel      as power                                (Brief="Heat supplied to Bottom Vessel",Hidden=true);
    545543out             HeatToTopVessel         as power                                (Brief="Heat supplied to Top Vessel",Hidden=true);
     
    565563        ConnectorSplitterBottom.z = BottomProduct.z;
    566564
    567         VapourDrawOff.F*VapSideTrayIndex= trays.VapourSideStream.F;
    568         VapourDrawOff.T = trays(VapourSideStreamLocation).VapourSideStream.T;
    569         VapourDrawOff.P = trays(VapourSideStreamLocation).VapourSideStream.P;
    570         VapourDrawOff.z = trays(VapourSideStreamLocation).VapourSideStream.z;
    571 
    572         LiquidDrawOff.F*LiqSideTrayIndex= trays.LiquidSideStream.F;
    573         LiquidDrawOff.T = trays(LiquidSideStreamLocation).LiquidSideStream.T;
    574         LiquidDrawOff.P = trays(LiquidSideStreamLocation).LiquidSideStream.P;
    575         LiquidDrawOff.z = trays(LiquidSideStreamLocation).LiquidSideStream.z;
     565        VapourDrawOff.F*VapSideTrayIndex= TRAYS.VapourSideStream.F;
     566        VapourDrawOff.T = TRAYS(VapourSideStreamLocation).VapourSideStream.T;
     567        VapourDrawOff.P = TRAYS(VapourSideStreamLocation).VapourSideStream.P;
     568        VapourDrawOff.z = TRAYS(VapourSideStreamLocation).VapourSideStream.z;
     569
     570        LiquidDrawOff.F*LiqSideTrayIndex= TRAYS.LiquidSideStream.F;
     571        LiquidDrawOff.T = TRAYS(LiquidSideStreamLocation).LiquidSideStream.T;
     572        LiquidDrawOff.P = TRAYS(LiquidSideStreamLocation).LiquidSideStream.P;
     573        LiquidDrawOff.z = TRAYS(LiquidSideStreamLocation).LiquidSideStream.z;
    576574
    577575        VapourDrawOffFlow = VapourDrawOff.F;
    578576        LiquidDrawOffFlow = LiquidDrawOff.F;
    579        
     577
    580578switch CondenserVapourFlow
    581579
    582580        case "on":
    583                 CondenserUnity.InletV.F*trays(1).vV = alfaTopo * Ah * sqrt(2*(trays(1).OutletV.P -
    584                 CondenserUnity.OutletL.P + 1e-8 * 'atm') / (alfa*trays(1).rhoV));
    585                 when CondenserUnity.InletV.F < 1e-6 * 'kmol/h' switchto "off";
     581                CONDENSER.InletV.F*TRAYS(1).vV = alfaTopo * Ah * sqrt(2*(TRAYS(1).OutletV.P -
     582                CONDENSER.OutletL.P + 1e-8 * 'atm') / (alfa*TRAYS(1).rhoV));
     583                when CONDENSER.InletV.F < 1e-6 * 'kmol/h' switchto "off";
    586584
    587585        case "off":
    588                 CondenserUnity.InletV.F = 0 * 'mol/s';
    589                 when trays(1).OutletV.P > CondenserUnity.OutletL.P + 1e-1 * 'atm' switchto "on";
     586                CONDENSER.InletV.F = 0 * 'mol/s';
     587                when TRAYS(1).OutletV.P > CONDENSER.OutletL.P + 1e-1 * 'atm' switchto "on";
    590588
    591589end     
    592        
     590
    593591CONNECTIONS
    594592#vapor
    595         ReboilerUnity.OutletV   to trays(NumberOfTrays).InletV;
    596         trays(1).OutletV                                to CondenserUnity.InletV;
     593        REBOILER.OutletV        to TRAYS(NumberOfTrays).InletV;
     594        TRAYS(1).OutletV                        to CONDENSER.InletV;
    597595
    598596#liquid
    599         CondenserUnity.OutletL          to TopVessel.Inlet;     
    600         TopVessel.Outlet                                        to TopSplitter.Inlet;
    601         TopSplitter.Outlet2                             to PumpUnity.Inlet;     
    602         PumpUnity.Outlet                                        to trays(1).InletL;
    603         trays(NumberOfTrays).OutletL    to BottomVessel.Inlet;
    604         BottomVessel.Outlet                             to BottomSplitter.Inlet;
    605         BottomSplitter.Outlet2                  to ReboilerUnity.InletL;
     597        CONDENSER.OutletL                               to TANKtop.Inlet;       
     598        TANKtop.Outlet                                                  to SPLITTERtop.Inlet;
     599        SPLITTERtop.Outlet2                             to PUMP.Inlet; 
     600        PUMP.Outlet                                                             to TRAYS(1).InletL;
     601        TRAYS(NumberOfTrays).OutletL    to TANKbottom.Inlet;
     602        TANKbottom.Outlet                                       to SPLITTERbottom.Inlet;
     603        SPLITTERbottom.Outlet2                          to REBOILER.InletL;
    606604
    607605#Connectors
    608 HeatToCondenser                         to CondenserUnity.InletQ;
    609 HeatToReboiler                  to ReboilerUnity.InletQ;
    610 HeatToBottomVessel      to BottomVessel.InletQ;
    611 HeatToTopVessel                 to TopVessel.InletQ;
    612 TopSplitter.Outlet1             to ConnectorSplitterTop;
    613 BottomSplitter.Outlet1  to ConnectorSplitterBottom;
     606HeatToCondenser                         to CONDENSER.InletQ;
     607HeatToReboiler                          to REBOILER.InletQ;
     608HeatToBottomVessel      to TANKbottom.InletQ;
     609HeatToTopVessel                 to TANKtop.InletQ;
     610SPLITTERtop.Outlet1     to ConnectorSplitterTop;
     611SPLITTERbottom.Outlet1  to ConnectorSplitterBottom;
    614612
    615613end
     
    644642       
    645643== Initial Conditions ==
    646 * the trays temperature (OutletL.T);
    647 * the trays liquid level (Level) OR the trays liquid flow (OutletL.F);
     644* the TRAYS temperature (OutletL.T);
     645* the TRAYS liquid level (Level) OR the TRAYS liquid flow (OutletL.F);
    648646* (NoComps - 1) OutletL (OR OutletV) compositions for each tray;
    649647       
     
    665663        out     LiquidDrawOff           as liquid_stream                        (Brief="Liquid Outlet in the section", PosX=1, PosY=0.515,Protected = true);
    666664       
    667         CondenserUnity as condenser;
    668         SplitterTop             as splitter;
    669         PumpUnity               as pump;
    670         BottomVessel    as tank;
    671         SplitterBottom  as splitter;
    672         ReboilerUnity   as reboilerSteady;
     665        CONDENSER as condenser;
     666        SPLITTERtop             as splitter;
     667        PUMP            as pump;
     668        TANKbottom      as tank;
     669        SPLITTERbottom  as splitter;
     670        REBOILER        as reboilerSteady;
    673671        alfaTopo                        as Real;
    674672
     
    706704        ConnectorSplitterBottom.z = BottomProduct.z;
    707705
    708         VapourDrawOff.F*VapSideTrayIndex= trays.VapourSideStream.F;
    709         VapourDrawOff.T = trays(VapourSideStreamLocation).VapourSideStream.T;
    710         VapourDrawOff.P = trays(VapourSideStreamLocation).VapourSideStream.P;
    711         VapourDrawOff.z = trays(VapourSideStreamLocation).VapourSideStream.z;
    712 
    713         LiquidDrawOff.F*LiqSideTrayIndex= trays.LiquidSideStream.F;
    714         LiquidDrawOff.T = trays(LiquidSideStreamLocation).LiquidSideStream.T;
    715         LiquidDrawOff.P = trays(LiquidSideStreamLocation).LiquidSideStream.P;
    716         LiquidDrawOff.z = trays(LiquidSideStreamLocation).LiquidSideStream.z;
     706        VapourDrawOff.F*VapSideTrayIndex= TRAYS.VapourSideStream.F;
     707        VapourDrawOff.T = TRAYS(VapourSideStreamLocation).VapourSideStream.T;
     708        VapourDrawOff.P = TRAYS(VapourSideStreamLocation).VapourSideStream.P;
     709        VapourDrawOff.z = TRAYS(VapourSideStreamLocation).VapourSideStream.z;
     710
     711        LiquidDrawOff.F*LiqSideTrayIndex= TRAYS.LiquidSideStream.F;
     712        LiquidDrawOff.T = TRAYS(LiquidSideStreamLocation).LiquidSideStream.T;
     713        LiquidDrawOff.P = TRAYS(LiquidSideStreamLocation).LiquidSideStream.P;
     714        LiquidDrawOff.z = TRAYS(LiquidSideStreamLocation).LiquidSideStream.z;
    717715
    718716        VapourDrawOffFlow = VapourDrawOff.F;
     
    721719switch CondenserVapourFlow
    722720                case "on":
    723                 CondenserUnity.InletV.F*trays(1).vV = alfaTopo * Ah * sqrt(2*(trays(1).OutletV.P -
    724                 CondenserUnity.OutletL.P + 1e-8 * 'atm') / (alfa*trays(1).rhoV));
    725                 when CondenserUnity.InletV.F < 1e-6 * 'kmol/h' switchto "off";
     721                CONDENSER.InletV.F*TRAYS(1).vV = alfaTopo * Ah * sqrt(2*(TRAYS(1).OutletV.P -
     722                CONDENSER.OutletL.P + 1e-8 * 'atm') / (alfa*TRAYS(1).rhoV));
     723                when CONDENSER.InletV.F < 1e-6 * 'kmol/h' switchto "off";
    726724               
    727725                case "off":
    728                 CondenserUnity.InletV.F = 0 * 'mol/s';
    729                 when trays(1).OutletV.P > CondenserUnity.OutletL.P + 1e-1 * 'atm' switchto "on";
     726                CONDENSER.InletV.F = 0 * 'mol/s';
     727                when TRAYS(1).OutletV.P > CONDENSER.OutletL.P + 1e-1 * 'atm' switchto "on";
    730728end     
    731729
    732730CONNECTIONS
    733731#vapor
    734         ReboilerUnity.OutletV   to trays(NumberOfTrays).InletV;
    735         trays(1).OutletV                                to CondenserUnity.InletV;
     732        REBOILER.OutletV        to TRAYS(NumberOfTrays).InletV;
     733        TRAYS(1).OutletV                                to CONDENSER.InletV;
    736734
    737735#liquid
    738         CondenserUnity.OutletL          to SplitterTop.Inlet;   
    739         SplitterTop.Outlet2                             to PumpUnity.Inlet;
    740         PumpUnity.Outlet                                        to trays(1).InletL;
    741         trays(NumberOfTrays).OutletL    to BottomVessel.Inlet;
    742         BottomVessel.Outlet                             to SplitterBottom.Inlet;
    743         SplitterBottom.Outlet2                  to ReboilerUnity.InletL;
     736        CONDENSER.OutletL               to SPLITTERtop.Inlet;   
     737        SPLITTERtop.Outlet2                             to PUMP.Inlet;
     738        PUMP.Outlet                                     to TRAYS(1).InletL;
     739        TRAYS(NumberOfTrays).OutletL    to TANKbottom.Inlet;
     740        TANKbottom.Outlet                               to SPLITTERbottom.Inlet;
     741        SPLITTERbottom.Outlet2                  to REBOILER.InletL;
    744742
    745743#Connectors
    746 HeatToCondenser                         to CondenserUnity.InletQ;
    747 HeatToReboiler                          to ReboilerUnity.InletQ;
    748 HeatToBottomVessel      to BottomVessel.InletQ;
    749 CondenserUnity.OutletV to ConnectorCondenserVout;
    750 SplitterTop.Outlet1             to ConnectorSplitterTop;
    751 SplitterBottom.Outlet1  to ConnectorSplitterBottom;
     744HeatToCondenser                         to CONDENSER.InletQ;
     745HeatToReboiler                          to REBOILER.InletQ;
     746HeatToBottomVessel      to TANKbottom.InletQ;
     747CONDENSER.OutletV to ConnectorCondenserVout;
     748SPLITTERtop.Outlet1             to ConnectorSplitterTop;
     749SPLITTERbottom.Outlet1  to ConnectorSplitterBottom;
    752750
    753751end
     
    782780       
    783781== Initial Conditions ==
    784 * the trays temperature (OutletL.T);
    785 * the trays liquid level (Level) OR the trays liquid flow (OutletL.F);
     782* the TRAYS temperature (OutletL.T);
     783* the TRAYS liquid level (Level) OR the TRAYS liquid flow (OutletL.F);
    786784* (NoComps - 1) OutletL (OR OutletV) compositions for each tray;
    787785       
     
    801799        out     VapourDrawOff   as vapour_stream                (Brief="Vapour Outlet in the section", PosX=1, PosY=0.46,Protected = true);
    802800        out     LiquidDrawOff           as liquid_stream                        (Brief="Liquid Outlet in the section", PosX=1, PosY=0.58,Protected = true);
    803         CondenserUnity as condenserSteady;
    804         TopVessel               as tank_cylindrical;
    805         SplitterTop             as splitter;
    806         PumpUnity               as pump;
    807         ReboilerUnity   as reboiler;
     801       
     802        CONDENSER as condenserSteady;
     803        TANKtop as tank_cylindrical;
     804        SPLITTERtop             as splitter;
     805        PUMP            as pump;
     806        REBOILER        as reboiler;
    808807        alfaTopo as Real;
    809808
     
    834833        ConnectorReboilerLout.z = BottomProduct.z;
    835834       
    836         VapourDrawOff.F*VapSideTrayIndex= trays.VapourSideStream.F;
    837         VapourDrawOff.T = trays(VapourSideStreamLocation).VapourSideStream.T;
    838         VapourDrawOff.P = trays(VapourSideStreamLocation).VapourSideStream.P;
    839         VapourDrawOff.z = trays(VapourSideStreamLocation).VapourSideStream.z;
    840 
    841         LiquidDrawOff.F*LiqSideTrayIndex= trays.LiquidSideStream.F;
    842         LiquidDrawOff.T = trays(LiquidSideStreamLocation).LiquidSideStream.T;
    843         LiquidDrawOff.P = trays(LiquidSideStreamLocation).LiquidSideStream.P;
    844         LiquidDrawOff.z = trays(LiquidSideStreamLocation).LiquidSideStream.z;
     835        VapourDrawOff.F*VapSideTrayIndex= TRAYS.VapourSideStream.F;
     836        VapourDrawOff.T = TRAYS(VapourSideStreamLocation).VapourSideStream.T;
     837        VapourDrawOff.P = TRAYS(VapourSideStreamLocation).VapourSideStream.P;
     838        VapourDrawOff.z = TRAYS(VapourSideStreamLocation).VapourSideStream.z;
     839
     840        LiquidDrawOff.F*LiqSideTrayIndex= TRAYS.LiquidSideStream.F;
     841        LiquidDrawOff.T = TRAYS(LiquidSideStreamLocation).LiquidSideStream.T;
     842        LiquidDrawOff.P = TRAYS(LiquidSideStreamLocation).LiquidSideStream.P;
     843        LiquidDrawOff.z = TRAYS(LiquidSideStreamLocation).LiquidSideStream.z;
    845844
    846845        VapourDrawOffFlow = VapourDrawOff.F;
     
    849848        switch CondenserVapourFlow
    850849                case "on":
    851                 CondenserUnity.InletV.F*trays(1).vV = alfaTopo * Ah * sqrt(2*(trays(1).OutletV.P -
    852                 CondenserUnity.OutletL.P + 1e-8 * 'atm') / (alfa*trays(1).rhoV));
    853                 when CondenserUnity.InletV.F < 1e-6 * 'kmol/h' switchto "off";
     850                CONDENSER.InletV.F*TRAYS(1).vV = alfaTopo * Ah * sqrt(2*(TRAYS(1).OutletV.P -
     851                CONDENSER.OutletL.P + 1e-8 * 'atm') / (alfa*TRAYS(1).rhoV));
     852                when CONDENSER.InletV.F < 1e-6 * 'kmol/h' switchto "off";
    854853               
    855854                case "off":
    856                 CondenserUnity.InletV.F = 0 * 'mol/s';
    857                 when trays(1).OutletV.P > CondenserUnity.OutletL.P + 1e-1 * 'atm' switchto "on";
     855                CONDENSER.InletV.F = 0 * 'mol/s';
     856                when TRAYS(1).OutletV.P > CONDENSER.OutletL.P + 1e-1 * 'atm' switchto "on";
    858857end     
    859858
    860859CONNECTIONS
    861860#vapor
    862         ReboilerUnity.OutletV to trays(NumberOfTrays).InletV;
    863         trays(1).OutletV to CondenserUnity.InletV;
     861        REBOILER.OutletV to TRAYS(NumberOfTrays).InletV;
     862        TRAYS(1).OutletV to CONDENSER.InletV;
    864863
    865864#liquid
    866         CondenserUnity.OutletL          to TopVessel.Inlet;     
    867         TopVessel.Outlet                                        to SplitterTop.Inlet;
    868         SplitterTop.Outlet2                             to PumpUnity.Inlet;     
    869         PumpUnity.Outlet                                        to trays(1).InletL;
    870         trays(NumberOfTrays).OutletL    to ReboilerUnity.InletL;
     865        CONDENSER.OutletL               to TANKtop.Inlet;       
     866        TANKtop.Outlet                                  to SPLITTERtop.Inlet;
     867        SPLITTERtop.Outlet2                             to PUMP.Inlet; 
     868        PUMP.Outlet                                     to TRAYS(1).InletL;
     869        TRAYS(NumberOfTrays).OutletL    to REBOILER.InletL;
    871870
    872871#Connectors
    873 HeatToCondenser                         to CondenserUnity.InletQ;
    874 HeatToReboiler                          to ReboilerUnity.InletQ;
    875 HeatToTopVessel                         to TopVessel.InletQ;
    876 RebNoFlow.Outlet                to ReboilerUnity.Inlet;
    877 
    878 SplitterTop.Outlet1             to ConnectorSplitterOut;
    879 ReboilerUnity.OutletL   to ConnectorReboilerLout;
     872HeatToCondenser                         to CONDENSER.InletQ;
     873HeatToReboiler                          to REBOILER.InletQ;
     874HeatToTopVessel                         to TANKtop.InletQ;
     875RebNoFlow.Outlet                to REBOILER.Inlet;
     876
     877SPLITTERtop.Outlet1             to ConnectorSplitterOut;
     878REBOILER.OutletL        to ConnectorReboilerLout;
    880879
    881880end
     
    906905       
    907906== Initial Conditions ==
    908 * the trays temperature (OutletL.T);
    909 * the trays liquid level (Level) OR the trays liquid flow (OutletL.F);
     907* the TRAYS temperature (OutletL.T);
     908* the TRAYS liquid level (Level) OR the TRAYS liquid flow (OutletL.F);
    910909* (NoComps - 1) OutletL (OR OutletV) compositions for each tray;
    911910       
     
    923922        out     LiquidDrawOff           as liquid_stream                        (Brief="Liquid Outlet in the section", PosX=1, PosY=0.58,Protected = true);
    924923       
    925         CondenserUnity as condenser;
    926         SplitterTop as splitter;
    927         PumpUnity as pump;
     924        CONDENSER as condenser;
     925        SPLITTERtop as splitter;
     926        PUMP as pump;
    928927        alfaTopo as Real;
    929928
     
    936935        out             HeatToCondenser         as power                                (Brief="Heat supplied to Condenser",Hidden=true);
    937936        in              ConnectorSplitterOut    as stream                       (Brief="Connector for Liquid outlet stream From Top Splitter", Hidden=true);
    938         VapourConnector as stream       (Brief="Vapour connection at the middle trays", PosX=0.55, PosY=0,Hidden=true);
     937        VapourConnector as stream       (Brief="Vapour connection at the middle TRAYS", PosX=0.55, PosY=0,Hidden=true);
    939938       
    940939EQUATIONS
     
    943942
    944943        case "on":
    945                 CondenserUnity.InletV.F*trays(1).vV = alfaTopo * Ah * sqrt(2*(trays(1).OutletV.P -
    946                 CondenserUnity.OutletL.P + 1e-8 * 'atm') / (alfa*trays(1).rhoV));
    947                 when CondenserUnity.InletV.F < 1e-6 * 'kmol/h' switchto "off";
     944                CONDENSER.InletV.F*TRAYS(1).vV = alfaTopo * Ah * sqrt(2*(TRAYS(1).OutletV.P -
     945                CONDENSER.OutletL.P + 1e-8 * 'atm') / (alfa*TRAYS(1).rhoV));
     946                when CONDENSER.InletV.F < 1e-6 * 'kmol/h' switchto "off";
    948947               
    949948        case "off":
    950                 CondenserUnity.InletV.F = 0 * 'mol/s';
    951                 when trays(1).OutletV.P > CondenserUnity.OutletL.P + 1e-1 * 'atm' switchto "on";
     949                CONDENSER.InletV.F = 0 * 'mol/s';
     950                when TRAYS(1).OutletV.P > CONDENSER.OutletL.P + 1e-1 * 'atm' switchto "on";
    952951
    953952end     
     
    965964        ConnectorSplitterOut.z = LiquidDistillate.z;
    966965       
    967         LiquidOutlet.F= trays(NumberOfTrays).OutletL.F;
    968         LiquidOutlet.T = trays(NumberOfTrays).OutletL.T;
    969         LiquidOutlet.P = trays(NumberOfTrays).OutletL.P;
    970         LiquidOutlet.z = trays(NumberOfTrays).OutletL.z;
     966        LiquidOutlet.F= TRAYS(NumberOfTrays).OutletL.F;
     967        LiquidOutlet.T = TRAYS(NumberOfTrays).OutletL.T;
     968        LiquidOutlet.P = TRAYS(NumberOfTrays).OutletL.P;
     969        LiquidOutlet.z = TRAYS(NumberOfTrays).OutletL.z;
    971970
    972971        VapourConnector.F= VapourInlet.F;
     
    977976        VapourConnector.h = VapourInlet.h;
    978977
    979         VapourDrawOff.F*VapSideTrayIndex= trays.VapourSideStream.F;
    980         VapourDrawOff.T = trays(VapourSideStreamLocation).VapourSideStream.T;
    981         VapourDrawOff.P = trays(VapourSideStreamLocation).VapourSideStream.P;
    982         VapourDrawOff.z = trays(VapourSideStreamLocation).VapourSideStream.z;
    983 
    984         LiquidDrawOff.F*LiqSideTrayIndex= trays.LiquidSideStream.F;
    985         LiquidDrawOff.T = trays(LiquidSideStreamLocation).LiquidSideStream.T;
    986         LiquidDrawOff.P = trays(LiquidSideStreamLocation).LiquidSideStream.P;
    987         LiquidDrawOff.z = trays(LiquidSideStreamLocation).LiquidSideStream.z;
     978        VapourDrawOff.F*VapSideTrayIndex= TRAYS.VapourSideStream.F;
     979        VapourDrawOff.T = TRAYS(VapourSideStreamLocation).VapourSideStream.T;
     980        VapourDrawOff.P = TRAYS(VapourSideStreamLocation).VapourSideStream.P;
     981        VapourDrawOff.z = TRAYS(VapourSideStreamLocation).VapourSideStream.z;
     982
     983        LiquidDrawOff.F*LiqSideTrayIndex= TRAYS.LiquidSideStream.F;
     984        LiquidDrawOff.T = TRAYS(LiquidSideStreamLocation).LiquidSideStream.T;
     985        LiquidDrawOff.P = TRAYS(LiquidSideStreamLocation).LiquidSideStream.P;
     986        LiquidDrawOff.z = TRAYS(LiquidSideStreamLocation).LiquidSideStream.z;
    988987
    989988        VapourDrawOffFlow = VapourDrawOff.F;
     
    992991CONNECTIONS
    993992#vapor
    994         trays(1).OutletV to CondenserUnity.InletV;
     993        TRAYS(1).OutletV to CONDENSER.InletV;
    995994
    996995#liquid
    997         CondenserUnity.OutletL to SplitterTop.Inlet;   
    998         SplitterTop.Outlet2 to PumpUnity.Inlet;
    999         PumpUnity.Outlet to trays(1).InletL;
     996        CONDENSER.OutletL to SPLITTERtop.Inlet;
     997        SPLITTERtop.Outlet2 to PUMP.Inlet;     
     998        PUMP.Outlet to TRAYS(1).InletL;
    1000999
    10011000#Connectors
    1002 HeatToCondenser         to CondenserUnity.InletQ;
    1003 VapourConnector to trays(NumberOfTrays).InletV;
    1004 SplitterTop.Outlet1             to ConnectorSplitterOut;
    1005 CondenserUnity.OutletV to ConnectorCondenserVout;
     1001HeatToCondenser         to CONDENSER.InletQ;
     1002VapourConnector to TRAYS(NumberOfTrays).InletV;
     1003SPLITTERtop.Outlet1             to ConnectorSplitterOut;
     1004CONDENSER.OutletV to ConnectorCondenserVout;
    10061005
    10071006end
     
    10371036       
    10381037== Initial Conditions ==
    1039 * the trays temperature (OutletL.T);
    1040 * the trays liquid level (Level) OR the trays liquid flow (OutletL.F);
     1038* the TRAYS temperature (OutletL.T);
     1039* the TRAYS liquid level (Level) OR the TRAYS liquid flow (OutletL.F);
    10411040* (NoComps - 1) OutletL (OR OutletV) compositions for each tray;
    10421041       
     
    10501049
    10511050VARIABLES
    1052         CondenserUnity as condenserSteady;
    1053         TopVessel               as tank_cylindrical;
    1054         SplitterTop             as splitter;
    1055         PumpUnity               as pump;
     1051        CONDENSER as condenserSteady;
     1052        TANKtop                 as tank_cylindrical;
     1053        SPLITTERtop             as splitter;
     1054        PUMP            as pump;
    10561055        alfaTopo                        as Real;
    10571056
     
    10641063        out             HeatToTopVessel         as power                                (Brief="Heat supplied to Top Vessel",Hidden=true);
    10651064
    1066         VapourConnector as stream               (Brief="Vapour connection at the middle trays", PosX=0.55, PosY=0,Hidden=true);
     1065        VapourConnector as stream               (Brief="Vapour connection at the middle TRAYS", PosX=0.55, PosY=0,Hidden=true);
    10671066
    10681067EQUATIONS
    10691068
    1070         LiquidOutlet.F= trays(NumberOfTrays).OutletL.F;
    1071         LiquidOutlet.T = trays(NumberOfTrays).OutletL.T;
    1072         LiquidOutlet.P = trays(NumberOfTrays).OutletL.P;
    1073         LiquidOutlet.z = trays(NumberOfTrays).OutletL.z;
     1069        LiquidOutlet.F= TRAYS(NumberOfTrays).OutletL.F;
     1070        LiquidOutlet.T = TRAYS(NumberOfTrays).OutletL.T;
     1071        LiquidOutlet.P = TRAYS(NumberOfTrays).OutletL.P;
     1072        LiquidOutlet.z = TRAYS(NumberOfTrays).OutletL.z;
    10741073
    10751074        VapourConnector.F= VapourInlet.F;
     
    10891088
    10901089        case "on":
    1091                 CondenserUnity.InletV.F*trays(1).vV = alfaTopo *Ah * sqrt(2*(trays(1).OutletV.P -
    1092                 CondenserUnity.OutletL.P + 1e-8 * 'atm') / (alfa*trays(1).rhoV));
    1093         when CondenserUnity.InletV.F < 1e-6 * 'kmol/h' switchto "off";
     1090                CONDENSER.InletV.F*TRAYS(1).vV = alfaTopo *Ah * sqrt(2*(TRAYS(1).OutletV.P -
     1091                CONDENSER.OutletL.P + 1e-8 * 'atm') / (alfa*TRAYS(1).rhoV));
     1092        when CONDENSER.InletV.F < 1e-6 * 'kmol/h' switchto "off";
    10941093               
    10951094        case "off":
    1096                 CondenserUnity.InletV.F = 0 * 'mol/s';
    1097         when trays(1).OutletV.P > CondenserUnity.OutletL.P + 1e-1 * 'atm' switchto "on";
     1095                CONDENSER.InletV.F = 0 * 'mol/s';
     1096        when TRAYS(1).OutletV.P > CONDENSER.OutletL.P + 1e-1 * 'atm' switchto "on";
    10981097
    10991098end     
    1100        
     1099
    11011100CONNECTIONS
    11021101#vapor
    1103         trays(1).OutletV to CondenserUnity.InletV;
    1104        
     1102        TRAYS(1).OutletV to CONDENSER.InletV;
     1103
    11051104#liquid
    1106         CondenserUnity.OutletL to TopVessel.Inlet;     
    1107         TopVessel.Outlet                        to SplitterTop.Inlet;
    1108         SplitterTop.Outlet2             to PumpUnity.Inlet;     
    1109         PumpUnity.Outlet                        to trays(1).InletL;
     1105        CONDENSER.OutletL               to TANKtop.Inlet;       
     1106        TANKtop.Outlet                                  to SPLITTERtop.Inlet;
     1107        SPLITTERtop.Outlet2             to PUMP.Inlet; 
     1108        PUMP.Outlet                                             to TRAYS(1).InletL;
    11101109
    11111110#Connectors
    1112         VapourConnector                 to trays(NumberOfTrays).InletV;
    1113         HeatToCondenser                 to CondenserUnity.InletQ;
    1114         SplitterTop.Outlet1     to ConnectorSplitterTop;
    1115         HeatToTopVessel         to TopVessel.InletQ;
    1116        
     1111        VapourConnector                         to TRAYS(NumberOfTrays).InletV;
     1112        HeatToCondenser                         to CONDENSER.InletQ;
     1113        SPLITTERtop.Outlet1     to ConnectorSplitterTop;
     1114        HeatToTopVessel                 to TANKtop.InletQ;
     1115
    11171116end
    11181117
     
    11261125* ------------------------------------------------------------------*#
    11271126Model Reboiled_Stripping_kettle as Section_ColumnBasic
    1128        
    1129         # calculo da vazao de vapor ?????
    11301127       
    11311128ATTRIBUTES
     
    11431140       
    11441141== Initial Conditions ==
    1145 * the trays temperature (OutletL.T);
    1146 * the trays liquid level (Level) OR the trays liquid flow (OutletL.F);
     1142* the TRAYS temperature (OutletL.T);
     1143* the TRAYS liquid level (Level) OR the TRAYS liquid flow (OutletL.F);
    11471144* (NoComps - 1) OutletL (OR OutletV) compositions for each tray;
    11481145       
     
    11631160        out             HeatToReboiler                  as power                                (Brief="Heat supplied to Reboiler",Hidden=true);
    11641161       
    1165         LiquidConnector as stream                               (Brief="Liquid connection at the middle trays", PosX=0.75, PosY=1,Hidden=true);
     1162        LiquidConnector as stream                               (Brief="Liquid connection at the middle TRAYS", PosX=0.75, PosY=1,Hidden=true);
    11661163        RebNoFlow               as sourceNoFlow (Brief="No Inlet Flow to Reboiler",Hidden=true);
    11671164       
     
    11701167CONNECTIONS
    11711168#vapor
    1172         REBOILER.OutletV to trays(NumberOfTrays).InletV;
     1169        REBOILER.OutletV to TRAYS(NumberOfTrays).InletV;
    11731170       
    11741171#liquid
    1175         trays(NumberOfTrays).OutletL to REBOILER.InletL;
     1172        TRAYS(NumberOfTrays).OutletL to REBOILER.InletL;
    11761173
    11771174#Connectors
    11781175REBOILER.OutletL        to ConnectorReboilerLout;
    1179 LiquidConnector                 to trays(1).InletL;
     1176LiquidConnector                 to TRAYS(1).InletL;
    11801177RebNoFlow.Outlet        to REBOILER.Inlet;
    11811178HeatToReboiler                  to REBOILER.InletQ;
     
    11901187        LiquidConnector.h = LiquidInlet.h;
    11911188       
    1192         VapourOutlet.F= trays(1).OutletV.F;
    1193         VapourOutlet.T = trays(1).OutletV.T;
    1194         VapourOutlet.P = trays(1).OutletV.P;
    1195         VapourOutlet.z = trays(1).OutletV.z;
     1189        VapourOutlet.F= TRAYS(1).OutletV.F;
     1190        VapourOutlet.T = TRAYS(1).OutletV.T;
     1191        VapourOutlet.P = TRAYS(1).OutletV.P;
     1192        VapourOutlet.z = TRAYS(1).OutletV.z;
    11961193       
    11971194# Reboiler Connector Equations
     
    12011198        ConnectorReboilerLout.z = BottomProduct.z;
    12021199       
    1203         VapourDrawOff.F*VapSideTrayIndex= trays.VapourSideStream.F;
    1204         VapourDrawOff.T = trays(VapourSideStreamLocation).VapourSideStream.T;
    1205         VapourDrawOff.P = trays(VapourSideStreamLocation).VapourSideStream.P;
    1206         VapourDrawOff.z = trays(VapourSideStreamLocation).VapourSideStream.z;
    1207 
    1208         LiquidDrawOff.F*LiqSideTrayIndex= trays.LiquidSideStream.F;
    1209         LiquidDrawOff.T = trays(LiquidSideStreamLocation).LiquidSideStream.T;
    1210         LiquidDrawOff.P = trays(LiquidSideStreamLocation).LiquidSideStream.P;
    1211         LiquidDrawOff.z = trays(LiquidSideStreamLocation).LiquidSideStream.z;
     1200        VapourDrawOff.F*VapSideTrayIndex= TRAYS.VapourSideStream.F;
     1201        VapourDrawOff.T = TRAYS(VapourSideStreamLocation).VapourSideStream.T;
     1202        VapourDrawOff.P = TRAYS(VapourSideStreamLocation).VapourSideStream.P;
     1203        VapourDrawOff.z = TRAYS(VapourSideStreamLocation).VapourSideStream.z;
     1204
     1205        LiquidDrawOff.F*LiqSideTrayIndex= TRAYS.LiquidSideStream.F;
     1206        LiquidDrawOff.T = TRAYS(LiquidSideStreamLocation).LiquidSideStream.T;
     1207        LiquidDrawOff.P = TRAYS(LiquidSideStreamLocation).LiquidSideStream.P;
     1208        LiquidDrawOff.z = TRAYS(LiquidSideStreamLocation).LiquidSideStream.z;
    12121209
    12131210        VapourDrawOffFlow = VapourDrawOff.F;
     
    12251222*       - steady state reboiler (thermosyphon);
    12261223*
    1227 * ------------------------------------------------------------------*
    1228 Model Reboiled_Stripping_thermosyphon
    1229         ATTRIBUTES
     1224* ------------------------------------------------------------------*#
     1225Model Reboiled_Stripping_thermosyphon as Section_ColumnBasic
     1226
     1227ATTRIBUTES
    12301228        Pallete         = true;
    12311229        Icon            = "icon/ReboiledThermosyphon";
     
    12421240       
    12431241== Initial Conditions ==
    1244 * the trays temperature (OutletL.T);
    1245 * the trays liquid level (Level) OR the trays liquid flow (OutletL.F);
     1242* the TRAYS temperature (OutletL.T);
     1243* the TRAYS liquid level (Level) OR the TRAYS liquid flow (OutletL.F);
    12461244* (NoComps - 1) OutletL (OR OutletV) compositions for each tray;
    12471245
     
    12511249";
    12521250       
    1253         PARAMETERS
    1254         outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    1255         outer NComp as Integer;
    1256         NumberOfTrays as Integer(Brief="Number of trays", Default=2);
    1257         topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    1258         top as Integer(Brief="Number of top tray");
    1259         bot as Integer(Brief="Number of bottom tray");
    1260 
    1261         SET
    1262         top = (NumberOfTrays-1)*(1-topdown)/2+1;
    1263         bot = NumberOfTrays/top;
    1264        
    1265         VARIABLES
    1266         trays(NumberOfTrays) as trayTeste;
    1267         reb as reboilerSteady;
    1268         spbottom as splitter;
    1269         tbottom as tank;
    1270 
    1271         CONNECTIONS
    1272         #vapor
    1273         reb.OutletV to trays(bot).InletV;
    1274         trays([top+topdown:topdown:bot]).OutletV to trays([top:topdown:bot-topdown]).InletV;
    1275        
    1276         #liquid
    1277         trays([top:topdown:bot-topdown]).OutletL to trays([top+topdown:topdown:bot]).InletL;
    1278         trays(bot).OutletL to tbottom.Inlet;
    1279         tbottom.Outlet to spbottom.Inlet;
    1280         spbottom.Outlet2 to reb.InletL;
     1251VARIABLES
     1252        out     VapourDrawOff   as vapour_stream                (Brief="Vapour Outlet in the section", PosX=1, PosY=0.32,Protected = true);
     1253        out     LiquidDrawOff           as liquid_stream                        (Brief="Liquid Outlet in the section", PosX=1, PosY=0.44,Protected = true);
     1254       
     1255        in              LiquidInlet                                             as      stream                  (Brief="Liquid Inlet in the section", PosX=0.32, PosY=0);
     1256        out     VapourOutlet                                    as vapour_stream        (Brief="Vapour Outlet in the section", PosX=0.20, PosY=0);
     1257        out     BottomProduct                           as liquid_stream                (Brief="Liquid outlet stream From Reboiler", PosX=1, PosY=1);
     1258        LiquidConnector                                         as stream                               (Brief="Liquid connection at the middle TRAYS", PosX=0.75, PosY=1,Hidden=true);
     1259        out             HeatToReboiler                  as power                                (Brief="Heat supplied to Reboiler",Hidden=true);
     1260        out             HeatToTANKbottom        as power                                (Brief="Heat supplied to Bottom Vessel",Hidden=true);
     1261        in              ConnectorSplitterBottom         as stream                       (Brief="Connector for Liquid outlet stream From Reboiler", Hidden=true);
     1262       
     1263        REBOILER                                as reboilerSteady;
     1264        SPLITTERbottom  as splitter;
     1265        TANKbottom                      as tank;
     1266
     1267CONNECTIONS
     1268#vapor
     1269        REBOILER.OutletV to TRAYS(NumberOfTrays).InletV;
     1270       
     1271#liquid
     1272        TRAYS(NumberOfTrays).OutletL                            to TANKbottom.Inlet;
     1273        TANKbottom.Outlet                                                               to SPLITTERbottom.Inlet;
     1274        SPLITTERbottom.Outlet2                                          to REBOILER.InletL;
     1275
     1276#Connectors
     1277LiquidConnector                                 to TRAYS(1).InletL;
     1278HeatToReboiler                                  to REBOILER.InletQ;
     1279HeatToTANKbottom                        to TANKbottom.InletQ;
     1280SPLITTERbottom.Outlet1  to ConnectorSplitterBottom;
     1281
     1282EQUATIONS
     1283
     1284        ConnectorSplitterBottom.T = BottomProduct.T;
     1285        ConnectorSplitterBottom.P = BottomProduct.P;
     1286        ConnectorSplitterBottom.F = BottomProduct.F;
     1287        ConnectorSplitterBottom.z = BottomProduct.z;
     1288       
     1289        LiquidConnector.F= LiquidInlet.F;
     1290        LiquidConnector.T = LiquidInlet.T;
     1291        LiquidConnector.P = LiquidInlet.P;
     1292        LiquidConnector.z = LiquidInlet.z;
     1293        LiquidConnector.v = LiquidInlet.v;
     1294        LiquidConnector.h = LiquidInlet.h;
     1295       
     1296        VapourOutlet.F= TRAYS(1).OutletV.F;
     1297        VapourOutlet.T = TRAYS(1).OutletV.T;
     1298        VapourOutlet.P = TRAYS(1).OutletV.P;
     1299        VapourOutlet.z = TRAYS(1).OutletV.z;
     1300       
     1301        VapourDrawOff.F*VapSideTrayIndex= TRAYS.VapourSideStream.F;
     1302        VapourDrawOff.T = TRAYS(VapourSideStreamLocation).VapourSideStream.T;
     1303        VapourDrawOff.P = TRAYS(VapourSideStreamLocation).VapourSideStream.P;
     1304        VapourDrawOff.z = TRAYS(VapourSideStreamLocation).VapourSideStream.z;
     1305
     1306        LiquidDrawOff.F*LiqSideTrayIndex= TRAYS.LiquidSideStream.F;
     1307        LiquidDrawOff.T = TRAYS(LiquidSideStreamLocation).LiquidSideStream.T;
     1308        LiquidDrawOff.P = TRAYS(LiquidSideStreamLocation).LiquidSideStream.P;
     1309        LiquidDrawOff.z = TRAYS(LiquidSideStreamLocation).LiquidSideStream.z;
     1310
     1311        VapourDrawOffFlow = VapourDrawOff.F;
     1312        LiquidDrawOffFlow = LiquidDrawOff.F;
     1313       
    12811314end
    12821315
     
    12851318*
    12861319* ------------------------------------------------------------------*
    1287 Model ReactiveDistillationTeste
    1288         ATTRIBUTES
     1320Model ReactiveDistillation
     1321       
     1322ATTRIBUTES
    12891323        Pallete         = true;
    12901324        Icon            = "icon/DistillationKettleCond";
     
    13021336       
    13031337== Initial Conditions ==
    1304 * the trays temperature (OutletL.T);
    1305 * the trays liquid level (Level) OR the trays liquid flow (OutletL.F);
     1338* the TRAYS temperature (OutletL.T);
     1339* the TRAYS liquid level (Level) OR the TRAYS liquid flow (OutletL.F);
    13061340* (NoComps - 1) OutletL (OR OutletV) compositions for each tray;
    13071341       
     
    13181352        outer PP as Plugin(Type="PP");
    13191353        outer NComp as Integer;
    1320         NumberOfTrays as Integer(Brief="Number of trays", Default=2);
     1354        NumberOfTrays as Integer(Brief="Number of TRAYS", Default=2);
    13211355        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    13221356        top as Integer(Brief="Number of top tray");
     
    13311365       
    13321366        VARIABLES
    1333         trays(NumberOfTrays) as trayReactTeste;
     1367        TRAYS(NumberOfTrays) as trayReactTeste;
    13341368        cond as condenserReact;
    13351369        reb as reboilerReact;
     
    13421376                case "on":
    13431377                "Pressure Drop through the condenser"
    1344                 cond.InletV.F*trays(top).vV / 'm^2' =
    1345                         sqrt((trays(top).OutletV.P - cond.OutletL.P + 1e-8 * 'atm')/(trays(top).rhoV*alfacond));
    1346                 when trays(top).OutletV.P < cond.OutletL.P switchto "off";
     1378                cond.InletV.F*TRAYS(top).vV / 'm^2' =
     1379                        sqrt((TRAYS(top).OutletV.P - cond.OutletL.P + 1e-8 * 'atm')/(TRAYS(top).rhoV*alfacond));
     1380                when TRAYS(top).OutletV.P < cond.OutletL.P switchto "off";
    13471381               
    13481382                case "off":
    13491383                "Prato selado"
    13501384                cond.InletV.F = 0.0 * 'mol/s';
    1351                 when trays(top).OutletV.P > cond.OutletL.P + 1e-3 * 'atm' switchto "on";
     1385                when TRAYS(top).OutletV.P > cond.OutletL.P + 1e-3 * 'atm' switchto "on";
    13521386        end
    13531387
    13541388        CONNECTIONS
    13551389        #vapor
    1356         reb.OutletV to trays(bot).InletV;
    1357         trays([top+topdown:topdown:bot]).OutletV to trays([top:topdown:bot-topdown]).InletV;
    1358         trays(top).OutletV to cond.InletV;
     1390        reb.OutletV to TRAYS(bot).InletV;
     1391        TRAYS([top+topdown:topdown:bot]).OutletV to TRAYS([top:topdown:bot-topdown]).InletV;
     1392        TRAYS(top).OutletV to cond.InletV;
    13591393       
    13601394        #liquid
    13611395        cond.OutletL to sp.Inlet;       
    13621396        sp.Outlet2 to p.Inlet;
    1363         p.Outlet to trays(top).InletL;
    1364         trays([top:topdown:bot-topdown]).OutletL to trays([top+topdown:topdown:bot]).InletL;
    1365         trays(bot).OutletL to reb.InletL;
     1397        p.Outlet to TRAYS(top).InletL;
     1398        TRAYS([top:topdown:bot-topdown]).OutletL to TRAYS([top+topdown:topdown:bot]).InletL;
     1399        TRAYS(bot).OutletL to reb.InletL;
    13661400       
    13671401end
     
    13961430        outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
    13971431        outer NComp as Integer;
    1398         NStages as Integer(Brief="Number of trays", Default=2);
     1432        NStages as Integer(Brief="Number of TRAYS", Default=2);
    13991433        topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1);
    14001434        top as Integer(Brief="Number of top tray");
  • branches/gui/eml/stage_separators/icon/ReboiledThermosyphon.svg

    r317 r694  
    33<svg
    44   xmlns:dc="http://purl.org/dc/elements/1.1/"
    5    xmlns:cc="http://web.resource.org/cc/"
     5   xmlns:cc="http://creativecommons.org/ns#"
    66   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    77   xmlns:svg="http://www.w3.org/2000/svg"
     
    1212   id="svg2064"
    1313   sodipodi:version="0.32"
    14    inkscape:version="0.44.1"
    15    width="210mm"
    16    height="297mm"
     14   inkscape:version="0.46"
     15   width="344.61304"
     16   height="771.51099"
    1717   sodipodi:docbase="C:\Documents and Settings\Administrador\Meus documentos\Bolsa Simulação\EMSO\mso\trunk\eml\stage_separators\icon"
    1818   sodipodi:docname="ReboiledThermosyphon.svg"
    19    inkscape:export-filename="C:\Documents and Settings\Administrador\Meus documentos\Bolsa Simulação\Colunas\Reboiled_Absorption_thermosyphon.png"
     19   inkscape:export-filename="/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/stage_separators/icon/ReboiledThermosyphon.png"
    2020   inkscape:export-xdpi="90"
    21    inkscape:export-ydpi="90">
     21   inkscape:export-ydpi="90"
     22   inkscape:output_extension="org.inkscape.output.svg.inkscape"
     23   version="1.0">
    2224  <metadata
    2325     id="metadata2069">
     
    3335  <defs
    3436     id="defs2067">
     37    <inkscape:perspective
     38       sodipodi:type="inkscape:persp3d"
     39       inkscape:vp_x="0 : 526.18109 : 1"
     40       inkscape:vp_y="0 : 1000 : 0"
     41       inkscape:vp_z="744.09448 : 526.18109 : 1"
     42       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
     43       id="perspective111" />
    3544    <linearGradient
    3645       id="linearGradient6760">
     
    347356       y2="591.71429" />
    348357    <linearGradient
    349        inkscape:collect="always"
    350        xlink:href="#linearGradient6760"
    351        id="linearGradient27276"
    352        gradientUnits="userSpaceOnUse"
    353        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    354        x1="228.69115"
    355        y1="870.7868"
    356        x2="707.32397"
    357        y2="870.7868" />
    358     <linearGradient
    359        inkscape:collect="always"
    360        xlink:href="#linearGradient6760"
    361        id="linearGradient27279"
    362        gradientUnits="userSpaceOnUse"
    363        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    364        x1="228.69115"
    365        y1="870.7868"
    366        x2="707.32397"
    367        y2="870.7868" />
    368     <linearGradient
    369        inkscape:collect="always"
    370        xlink:href="#linearGradient6760"
    371        id="linearGradient27282"
    372        gradientUnits="userSpaceOnUse"
    373        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    374        x1="228.69115"
    375        y1="870.7868"
    376        x2="707.32397"
    377        y2="870.7868" />
    378     <linearGradient
    379        inkscape:collect="always"
    380        xlink:href="#linearGradient6760"
    381        id="linearGradient27285"
    382        gradientUnits="userSpaceOnUse"
    383        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    384        x1="228.69115"
    385        y1="870.7868"
    386        x2="707.32397"
    387        y2="870.7868" />
    388     <linearGradient
    389        inkscape:collect="always"
    390        xlink:href="#linearGradient6760"
    391        id="linearGradient27288"
    392        gradientUnits="userSpaceOnUse"
    393        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    394        x1="228.69115"
    395        y1="870.7868"
    396        x2="707.32397"
    397        y2="870.7868" />
    398     <linearGradient
    399        inkscape:collect="always"
    400        xlink:href="#linearGradient6760"
    401        id="linearGradient27291"
    402        gradientUnits="userSpaceOnUse"
    403        gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
    404        x1="228.69115"
    405        y1="870.7868"
    406        x2="707.32397"
    407        y2="870.7868" />
    408     <linearGradient
    409        inkscape:collect="always"
    410        xlink:href="#linearGradient6760"
    411        id="linearGradient27294"
     358       gradientUnits="userSpaceOnUse"
     359       y2="455.00009"
     360       x2="454.45868"
     361       y1="455.00009"
     362       x1="336.90649"
     363       id="linearGradient31881"
     364       xlink:href="#linearGradient6760"
     365       inkscape:collect="always" />
     366    <linearGradient
     367       id="linearGradient27329">
     368      <stop
     369         style="stop-color:#3447ff;stop-opacity:1;"
     370         offset="0"
     371         id="stop27331" />
     372      <stop
     373         id="stop27333"
     374         offset="0.51282054"
     375         style="stop-color:white;stop-opacity:0.94117647;" />
     376      <stop
     377         style="stop-color:#341dff;stop-opacity:1;"
     378         offset="1"
     379         id="stop27335" />
     380    </linearGradient>
     381    <linearGradient
     382       y2="472.44641"
     383       x2="140.18112"
     384       y1="472.44641"
     385       x1="37.28347"
     386       gradientUnits="userSpaceOnUse"
     387       id="linearGradient5679"
     388       xlink:href="#linearGradient6760"
     389       inkscape:collect="always" />
     390    <linearGradient
     391       gradientUnits="userSpaceOnUse"
     392       y2="472.44641"
     393       x2="140.18112"
     394       y1="472.44641"
     395       x1="37.28347"
     396       id="linearGradient4790"
     397       xlink:href="#linearGradient6760"
     398       inkscape:collect="always" />
     399    <linearGradient
     400       gradientUnits="userSpaceOnUse"
     401       y2="472.06305"
     402       x2="544.92957"
     403       y1="472.06305"
     404       x1="178"
     405       id="linearGradient2990"
     406       xlink:href="#linearGradient6760"
     407       inkscape:collect="always" />
     408    <linearGradient
     409       id="linearGradient28266">
     410      <stop
     411         style="stop-color:#3447ff;stop-opacity:1;"
     412         offset="0"
     413         id="stop28268" />
     414      <stop
     415         id="stop28270"
     416         offset="0.51282054"
     417         style="stop-color:white;stop-opacity:0.94117647;" />
     418      <stop
     419         style="stop-color:#341dff;stop-opacity:1;"
     420         offset="1"
     421         id="stop28272" />
     422    </linearGradient>
     423    <linearGradient
     424       gradientUnits="userSpaceOnUse"
     425       y2="455.00009"
     426       x2="454.45868"
     427       y1="455.00009"
     428       x1="336.90649"
     429       id="linearGradient30078"
     430       xlink:href="#linearGradient6760"
     431       inkscape:collect="always" />
     432    <linearGradient
     433       id="linearGradient30070">
     434      <stop
     435         style="stop-color:#3447ff;stop-opacity:1;"
     436         offset="0"
     437         id="stop30072" />
     438      <stop
     439         id="stop30074"
     440         offset="0.51282054"
     441         style="stop-color:white;stop-opacity:0.94117647;" />
     442      <stop
     443         style="stop-color:#341dff;stop-opacity:1;"
     444         offset="1"
     445         id="stop30076" />
     446    </linearGradient>
     447    <linearGradient
     448       inkscape:collect="always"
     449       xlink:href="#linearGradient6760"
     450       id="linearGradient30087"
     451       gradientUnits="userSpaceOnUse"
     452       x1="336.90649"
     453       y1="455.00009"
     454       x2="454.45868"
     455       y2="455.00009" />
     456    <linearGradient
     457       y2="472.44641"
     458       x2="140.18112"
     459       y1="472.44641"
     460       x1="37.28347"
     461       gradientUnits="userSpaceOnUse"
     462       id="linearGradient2032"
     463       xlink:href="#linearGradient6760"
     464       inkscape:collect="always" />
     465    <linearGradient
     466       gradientUnits="userSpaceOnUse"
     467       y2="472.44641"
     468       x2="140.18112"
     469       y1="472.44641"
     470       x1="37.28347"
     471       id="linearGradient2030"
     472       xlink:href="#linearGradient6760"
     473       inkscape:collect="always" />
     474    <linearGradient
     475       gradientUnits="userSpaceOnUse"
     476       y2="472.06305"
     477       x2="544.92957"
     478       y1="472.06305"
     479       x1="178"
     480       id="linearGradient2028"
     481       xlink:href="#linearGradient6760"
     482       inkscape:collect="always" />
     483    <linearGradient
     484       id="linearGradient2020">
     485      <stop
     486         style="stop-color:#3447ff;stop-opacity:1;"
     487         offset="0"
     488         id="stop2022" />
     489      <stop
     490         id="stop2024"
     491         offset="0.51282054"
     492         style="stop-color:white;stop-opacity:0.94117647;" />
     493      <stop
     494         style="stop-color:#341dff;stop-opacity:1;"
     495         offset="1"
     496         id="stop2026" />
     497    </linearGradient>
     498    <marker
     499       style="overflow:visible"
     500       id="EmptyTriangleInL"
     501       refX="0"
     502       refY="0"
     503       orient="auto"
     504       inkscape:stockid="EmptyTriangleInL">
     505      <path
     506         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
     507         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
     508         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
     509         id="path3638" />
     510    </marker>
     511    <marker
     512       style="overflow:visible"
     513       id="EmptyTriangleOutM"
     514       refX="0"
     515       refY="0"
     516       orient="auto"
     517       inkscape:stockid="EmptyTriangleOutM">
     518      <path
     519         transform="matrix(0.4,0,0,0.4,-1.8,0)"
     520         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
     521         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
     522         id="path3650" />
     523    </marker>
     524    <marker
     525       style="overflow:visible"
     526       id="EmptyTriangleOutL"
     527       refX="0"
     528       refY="0"
     529       orient="auto"
     530       inkscape:stockid="EmptyTriangleOutL">
     531      <path
     532         transform="matrix(0.8,0,0,0.8,-4.8,0)"
     533         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
     534         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
     535         id="path3647" />
     536    </marker>
     537    <inkscape:perspective
     538       id="perspective115"
     539       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
     540       inkscape:vp_z="744.09448 : 526.18109 : 1"
     541       inkscape:vp_y="0 : 1000 : 0"
     542       inkscape:vp_x="0 : 526.18109 : 1"
     543       sodipodi:type="inkscape:persp3d" />
     544    <linearGradient
     545       id="linearGradient3254">
     546      <stop
     547         style="stop-color:#3447ff;stop-opacity:1;"
     548         offset="0"
     549         id="stop3256" />
     550      <stop
     551         id="stop3258"
     552         offset="0.51282054"
     553         style="stop-color:white;stop-opacity:0.94117647;" />
     554      <stop
     555         style="stop-color:#341dff;stop-opacity:1;"
     556         offset="1"
     557         id="stop3260" />
     558    </linearGradient>
     559    <linearGradient
     560       gradientUnits="userSpaceOnUse"
     561       y2="870.7868"
     562       x2="707.32397"
     563       y1="870.7868"
     564       x1="228.69115"
     565       id="linearGradient21273"
     566       xlink:href="#linearGradient6760"
     567       inkscape:collect="always" />
     568    <linearGradient
     569       y2="-468.00757"
     570       x2="-828.24158"
     571       y1="-468.00757"
     572       x1="-913.33197"
     573       gradientUnits="userSpaceOnUse"
     574       id="linearGradient3263"
     575       xlink:href="#linearGradient6760"
     576       inkscape:collect="always" />
     577    <linearGradient
     578       y2="870.7868"
     579       x2="707.32397"
     580       y1="870.7868"
     581       x1="228.69115"
     582       gradientUnits="userSpaceOnUse"
     583       id="linearGradient3265"
     584       xlink:href="#linearGradient6760"
     585       inkscape:collect="always" />
     586    <linearGradient
     587       y2="870.7868"
     588       x2="707.32397"
     589       y1="870.7868"
     590       x1="228.69115"
     591       gradientUnits="userSpaceOnUse"
     592       id="linearGradient3267"
     593       xlink:href="#linearGradient6760"
     594       inkscape:collect="always" />
     595    <linearGradient
     596       y2="870.7868"
     597       x2="707.32397"
     598       y1="870.7868"
     599       x1="228.69115"
     600       gradientUnits="userSpaceOnUse"
     601       id="linearGradient3269"
     602       xlink:href="#linearGradient6760"
     603       inkscape:collect="always" />
     604    <linearGradient
     605       y2="870.7868"
     606       x2="707.32397"
     607       y1="870.7868"
     608       x1="228.69115"
     609       gradientUnits="userSpaceOnUse"
     610       id="linearGradient3271"
     611       xlink:href="#linearGradient6760"
     612       inkscape:collect="always" />
     613    <linearGradient
     614       y2="870.7868"
     615       x2="707.32397"
     616       y1="870.7868"
     617       x1="228.69115"
     618       gradientUnits="userSpaceOnUse"
     619       id="linearGradient3273"
     620       xlink:href="#linearGradient6760"
     621       inkscape:collect="always" />
     622    <linearGradient
     623       y2="870.7868"
     624       x2="707.32397"
     625       y1="870.7868"
     626       x1="228.69115"
     627       gradientUnits="userSpaceOnUse"
     628       id="linearGradient3275"
     629       xlink:href="#linearGradient6760"
     630       inkscape:collect="always" />
     631    <linearGradient
     632       y2="870.7868"
     633       x2="707.32397"
     634       y1="870.7868"
     635       x1="228.69115"
     636       gradientUnits="userSpaceOnUse"
     637       id="linearGradient3277"
     638       xlink:href="#linearGradient6760"
     639       inkscape:collect="always" />
     640    <linearGradient
     641       y2="-468.00757"
     642       x2="-828.24158"
     643       y1="-468.00757"
     644       x1="-913.33197"
     645       gradientUnits="userSpaceOnUse"
     646       id="linearGradient3279"
     647       xlink:href="#linearGradient6760"
     648       inkscape:collect="always" />
     649    <linearGradient
     650       y2="870.7868"
     651       x2="707.32397"
     652       y1="870.7868"
     653       x1="228.69115"
     654       gradientUnits="userSpaceOnUse"
     655       id="linearGradient3281"
     656       xlink:href="#linearGradient6760"
     657       inkscape:collect="always" />
     658    <linearGradient
     659       y2="870.7868"
     660       x2="707.32397"
     661       y1="870.7868"
     662       x1="228.69115"
     663       gradientUnits="userSpaceOnUse"
     664       id="linearGradient3283"
     665       xlink:href="#linearGradient6760"
     666       inkscape:collect="always" />
     667    <linearGradient
     668       y2="870.7868"
     669       x2="707.32397"
     670       y1="870.7868"
     671       x1="228.69115"
     672       gradientUnits="userSpaceOnUse"
     673       id="linearGradient3285"
     674       xlink:href="#linearGradient6760"
     675       inkscape:collect="always" />
     676    <linearGradient
     677       y2="870.7868"
     678       x2="707.32397"
     679       y1="870.7868"
     680       x1="228.69115"
     681       gradientUnits="userSpaceOnUse"
     682       id="linearGradient3287"
     683       xlink:href="#linearGradient6760"
     684       inkscape:collect="always" />
     685    <linearGradient
     686       y2="870.7868"
     687       x2="707.32397"
     688       y1="870.7868"
     689       x1="228.69115"
     690       gradientUnits="userSpaceOnUse"
     691       id="linearGradient3289"
     692       xlink:href="#linearGradient6760"
     693       inkscape:collect="always" />
     694    <linearGradient
     695       y2="870.7868"
     696       x2="707.32397"
     697       y1="870.7868"
     698       x1="228.69115"
     699       gradientUnits="userSpaceOnUse"
     700       id="linearGradient3291"
     701       xlink:href="#linearGradient6760"
     702       inkscape:collect="always" />
     703    <linearGradient
     704       inkscape:collect="always"
     705       xlink:href="#linearGradient6760"
     706       id="linearGradient3293"
     707       gradientUnits="userSpaceOnUse"
     708       x1="157.75"
     709       y1="532.36218"
     710       x2="584.12329"
     711       y2="532.36218" />
     712    <linearGradient
     713       inkscape:collect="always"
     714       xlink:href="#linearGradient6760"
     715       id="linearGradient3295"
     716       gradientUnits="userSpaceOnUse"
     717       x1="157.75"
     718       y1="532.36218"
     719       x2="584.12329"
     720       y2="532.36218" />
     721    <linearGradient
     722       id="linearGradient3297">
     723      <stop
     724         id="stop3299"
     725         offset="0"
     726         style="stop-color:#3447ff;stop-opacity:1;" />
     727      <stop
     728         style="stop-color:white;stop-opacity:0.94117647;"
     729         offset="0.51282054"
     730         id="stop3301" />
     731      <stop
     732         id="stop3303"
     733         offset="1"
     734         style="stop-color:#341dff;stop-opacity:1;" />
     735    </linearGradient>
     736    <linearGradient
     737       id="linearGradient3305">
     738      <stop
     739         id="stop3307"
     740         offset="0"
     741         style="stop-color:#3447ff;stop-opacity:1;" />
     742      <stop
     743         style="stop-color:white;stop-opacity:0.94117647;"
     744         offset="0.51282054"
     745         id="stop3309" />
     746      <stop
     747         id="stop3311"
     748         offset="1"
     749         style="stop-color:#341dff;stop-opacity:1;" />
     750    </linearGradient>
     751    <linearGradient
     752       inkscape:collect="always"
     753       xlink:href="#linearGradient6760"
     754       id="linearGradient3313"
     755       gradientUnits="userSpaceOnUse"
     756       x1="157.75"
     757       y1="532.36218"
     758       x2="584.12329"
     759       y2="532.36218"
     760       gradientTransform="matrix(1.025519,0,0,1.22196,-2.493146,-99.35683)" />
     761    <linearGradient
     762       inkscape:collect="always"
     763       xlink:href="#linearGradient6760"
     764       id="linearGradient3315"
     765       gradientUnits="userSpaceOnUse"
     766       x1="157.75"
     767       y1="532.36218"
     768       x2="584.12329"
     769       y2="532.36218" />
     770    <linearGradient
     771       inkscape:collect="always"
     772       xlink:href="#linearGradient6760"
     773       id="linearGradient3317"
     774       gradientUnits="userSpaceOnUse"
     775       x1="157.75"
     776       y1="532.36218"
     777       x2="584.12329"
     778       y2="532.36218" />
     779    <linearGradient
     780       id="linearGradient3319">
     781      <stop
     782         id="stop3321"
     783         offset="0"
     784         style="stop-color:#3447ff;stop-opacity:1;" />
     785      <stop
     786         style="stop-color:white;stop-opacity:0.94117647;"
     787         offset="0.51282054"
     788         id="stop3323" />
     789      <stop
     790         id="stop3325"
     791         offset="1"
     792         style="stop-color:#341dff;stop-opacity:1;" />
     793    </linearGradient>
     794    <linearGradient
     795       y2="870.7868"
     796       x2="707.32397"
     797       y1="870.7868"
     798       x1="228.69115"
     799       gradientTransform="matrix(-1.729111e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)"
     800       gradientUnits="userSpaceOnUse"
     801       id="linearGradient2168"
     802       xlink:href="#linearGradient6760"
     803       inkscape:collect="always" />
     804    <linearGradient
     805       y2="870.7868"
     806       x2="707.32397"
     807       y1="870.7868"
     808       x1="228.69115"
     809       gradientTransform="matrix(-1.729111e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)"
     810       gradientUnits="userSpaceOnUse"
     811       id="linearGradient2171"
     812       xlink:href="#linearGradient6760"
     813       inkscape:collect="always" />
     814    <linearGradient
     815       y2="870.7868"
     816       x2="707.32397"
     817       y1="870.7868"
     818       x1="228.69115"
     819       gradientTransform="matrix(-1.729111e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)"
     820       gradientUnits="userSpaceOnUse"
     821       id="linearGradient2174"
     822       xlink:href="#linearGradient6760"
     823       inkscape:collect="always" />
     824    <linearGradient
     825       y2="-468.00757"
     826       x2="-828.24158"
     827       y1="-468.00757"
     828       x1="-913.33197"
     829       gradientTransform="matrix(1.843177,0,0,0.569271,1596.247,-804.4938)"
     830       gradientUnits="userSpaceOnUse"
     831       id="linearGradient2177"
     832       xlink:href="#linearGradient6760"
     833       inkscape:collect="always" />
     834    <linearGradient
     835       gradientTransform="matrix(-1.72911e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)"
     836       y2="870.7868"
     837       x2="707.32397"
     838       y1="870.7868"
     839       x1="228.69115"
     840       gradientUnits="userSpaceOnUse"
     841       id="linearGradient2190"
     842       xlink:href="#linearGradient6760"
     843       inkscape:collect="always" />
     844    <linearGradient
     845       gradientTransform="matrix(-1.72911e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)"
     846       y2="870.7868"
     847       x2="707.32397"
     848       y1="870.7868"
     849       x1="228.69115"
     850       gradientUnits="userSpaceOnUse"
     851       id="linearGradient2193"
     852       xlink:href="#linearGradient6760"
     853       inkscape:collect="always" />
     854    <linearGradient
     855       gradientTransform="matrix(-1.72911e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)"
     856       y2="870.7868"
     857       x2="707.32397"
     858       y1="870.7868"
     859       x1="228.69115"
     860       gradientUnits="userSpaceOnUse"
     861       id="linearGradient2196"
     862       xlink:href="#linearGradient6760"
     863       inkscape:collect="always" />
     864    <linearGradient
     865       y2="591.71429"
     866       x2="370.8418"
     867       y1="509.53915"
     868       x1="372.57718"
     869       gradientTransform="matrix(5.871075e-3,-0.39254,0.835664,-4.209463e-3,-147.8542,1271.834)"
     870       gradientUnits="userSpaceOnUse"
     871       id="linearGradient2216"
     872       xlink:href="#linearGradient6760"
     873       inkscape:collect="always" />
     874    <linearGradient
     875       inkscape:collect="always"
     876       xlink:href="#linearGradient6760"
     877       id="linearGradient3335"
     878       gradientUnits="userSpaceOnUse"
     879       gradientTransform="matrix(-1.025471,-4.886187e-3,-1.498193e-2,1.221947,681.9447,-96.76109)"
     880       x1="157.75"
     881       y1="532.36218"
     882       x2="584.12329"
     883       y2="532.36218" />
     884    <linearGradient
     885       inkscape:collect="always"
     886       xlink:href="#linearGradient6760"
     887       id="linearGradient3337"
     888       gradientUnits="userSpaceOnUse"
     889       x1="157.75"
     890       y1="532.36218"
     891       x2="584.12329"
     892       y2="532.36218" />
     893    <linearGradient
     894       inkscape:collect="always"
     895       xlink:href="#linearGradient6760"
     896       id="linearGradient3339"
     897       gradientUnits="userSpaceOnUse"
     898       x1="157.75"
     899       y1="532.36218"
     900       x2="584.12329"
     901       y2="532.36218" />
     902    <linearGradient
     903       id="linearGradient3341">
     904      <stop
     905         id="stop3343"
     906         offset="0"
     907         style="stop-color:#3447ff;stop-opacity:1;" />
     908      <stop
     909         style="stop-color:white;stop-opacity:0.94117647;"
     910         offset="0.51282054"
     911         id="stop3345" />
     912      <stop
     913         id="stop3347"
     914         offset="1"
     915         style="stop-color:#341dff;stop-opacity:1;" />
     916    </linearGradient>
     917    <linearGradient
     918       y2="532.36218"
     919       x2="584.12329"
     920       y1="532.36218"
     921       x1="157.75"
     922       gradientTransform="matrix(-0.653646,-3.882318e-3,-2.896058e-3,0.559945,551.5056,927.7842)"
     923       gradientUnits="userSpaceOnUse"
     924       id="linearGradient2287"
     925       xlink:href="#linearGradient6760"
     926       inkscape:collect="always" />
     927    <linearGradient
     928       y2="532.36218"
     929       x2="584.12329"
     930       y1="532.36218"
     931       x1="157.75"
     932       gradientTransform="matrix(-0.625873,-3.85039e-3,-1.620214e-3,0.498221,472.07,657.8856)"
     933       gradientUnits="userSpaceOnUse"
     934       id="linearGradient18276"
     935       xlink:href="#linearGradient6760"
     936       inkscape:collect="always" />
     937    <linearGradient
     938       y2="870.7868"
     939       x2="707.32397"
     940       y1="870.7868"
     941       x1="228.69115"
     942       gradientUnits="userSpaceOnUse"
     943       id="linearGradient1976"
     944       xlink:href="#linearGradient6760"
     945       inkscape:collect="always" />
     946    <linearGradient
     947       y2="532.36218"
     948       x2="584.12329"
     949       y1="532.36218"
     950       x1="157.75"
     951       gradientTransform="matrix(-2.6508952e-3,0.310952,-0.7560836,-6.7157921e-3,186.33856,785.52651)"
     952       gradientUnits="userSpaceOnUse"
     953       id="linearGradient2522"
     954       xlink:href="#linearGradient6760"
     955       inkscape:collect="always" />
     956    <linearGradient
     957       y2="870.7868"
     958       x2="707.32397"
     959       y1="870.7868"
     960       x1="228.69115"
     961       gradientUnits="userSpaceOnUse"
     962       id="linearGradient2625"
     963       xlink:href="#linearGradient6760"
     964       inkscape:collect="always" />
     965    <linearGradient
     966       y2="870.7868"
     967       x2="707.32397"
     968       y1="870.7868"
     969       x1="228.69115"
     970       gradientTransform="matrix(0.7367172,0,0,1.9597176,-389.30383,-627.7139)"
     971       gradientUnits="userSpaceOnUse"
     972       id="linearGradient2491"
     973       xlink:href="#linearGradient6760"
     974       inkscape:collect="always" />
     975    <linearGradient
     976       y2="870.7868"
     977       x2="707.32397"
     978       y1="870.7868"
     979       x1="228.69115"
     980       gradientTransform="matrix(0.736739,0,0,1.9597194,42.691092,-710.7803)"
     981       gradientUnits="userSpaceOnUse"
     982       id="linearGradient2494"
     983       xlink:href="#linearGradient6760"
     984       inkscape:collect="always" />
     985    <linearGradient
     986       y2="870.7868"
     987       x2="707.32397"
     988       y1="870.7868"
     989       x1="228.69115"
     990       gradientTransform="matrix(0.736739,0,0,1.9597194,-50.986852,-710.9837)"
     991       gradientUnits="userSpaceOnUse"
     992       id="linearGradient2497"
     993       xlink:href="#linearGradient6760"
     994       inkscape:collect="always" />
     995    <linearGradient
     996       y2="870.7868"
     997       x2="707.32397"
     998       y1="870.7868"
     999       x1="228.69115"
     1000       gradientTransform="matrix(0.743504,0,0,1.9418853,-251.11074,-694.5339)"
     1001       gradientUnits="userSpaceOnUse"
     1002       id="linearGradient2500"
     1003       xlink:href="#linearGradient6760"
     1004       inkscape:collect="always" />
     1005    <linearGradient
     1006       y2="870.7868"
     1007       x2="707.32397"
     1008       y1="870.7868"
     1009       x1="228.69115"
     1010       gradientTransform="matrix(0.7367172,0,0,1.9597176,-298.22905,-628.9675)"
     1011       gradientUnits="userSpaceOnUse"
     1012       id="linearGradient2503"
     1013       xlink:href="#linearGradient6760"
     1014       inkscape:collect="always" />
     1015    <linearGradient
     1016       y2="870.7868"
     1017       x2="707.32397"
     1018       y1="870.7868"
     1019       x1="228.69115"
     1020       gradientTransform="matrix(0.7435026,0,0,1.9418873,-154.71927,-694.7654)"
     1021       gradientUnits="userSpaceOnUse"
     1022       id="linearGradient2506"
     1023       xlink:href="#linearGradient6760"
     1024       inkscape:collect="always" />
     1025    <linearGradient
     1026       y2="870.7868"
     1027       x2="707.32397"
     1028       y1="870.7868"
     1029       x1="228.69115"
     1030       gradientTransform="matrix(0.7235658,0,0,1.9953817,-93.4071,-658.8654)"
     1031       gradientUnits="userSpaceOnUse"
     1032       id="linearGradient2509"
     1033       xlink:href="#linearGradient6760"
     1034       inkscape:collect="always" />
     1035    <linearGradient
     1036       y2="870.7868"
     1037       x2="707.32397"
     1038       y1="870.7868"
     1039       x1="228.69115"
     1040       gradientTransform="matrix(0.7367323,0,0,1.9597203,-201.07249,-629.2035)"
     1041       gradientUnits="userSpaceOnUse"
     1042       id="linearGradient2512"
     1043       xlink:href="#linearGradient6760"
     1044       inkscape:collect="always" />
     1045    <linearGradient
     1046       y2="-468.00757"
     1047       x2="-828.24158"
     1048       y1="-468.00757"
     1049       x1="-913.33197"
     1050       gradientTransform="matrix(0.9077133,0,0,1.5905377,-245.82175,571.43367)"
     1051       gradientUnits="userSpaceOnUse"
     1052       id="linearGradient2516"
     1053       xlink:href="#linearGradient6760"
     1054       inkscape:collect="always" />
     1055    <linearGradient
     1056       y2="870.7868"
     1057       x2="707.32397"
     1058       y1="870.7868"
     1059       x1="228.69115"
     1060       gradientUnits="userSpaceOnUse"
     1061       id="linearGradient3298"
     1062       xlink:href="#linearGradient6760"
     1063       inkscape:collect="always" />
     1064    <linearGradient
     1065       y2="870.7868"
     1066       x2="707.32397"
     1067       y1="870.7868"
     1068       x1="228.69115"
     1069       gradientUnits="userSpaceOnUse"
     1070       id="linearGradient3308"
     1071       xlink:href="#linearGradient6760"
     1072       inkscape:collect="always" />
     1073    <linearGradient
     1074       inkscape:collect="always"
     1075       xlink:href="#linearGradient6760"
     1076       id="linearGradient1895"
     1077       gradientUnits="userSpaceOnUse"
     1078       x1="331.37308"
     1079       y1="976.83051"
     1080       x2="365.76541"
     1081       y2="976.83051"
     1082       gradientTransform="matrix(1.727169,0,0,1.666775,-309.2338,-995.5458)" />
     1083    <linearGradient
     1084       inkscape:collect="always"
     1085       xlink:href="#linearGradient6760"
     1086       id="linearGradient20984"
     1087       gradientUnits="userSpaceOnUse"
     1088       x1="384.94772"
     1089       y1="948.68036"
     1090       x2="409.34"
     1091       y2="948.68036" />
     1092    <linearGradient
     1093       inkscape:collect="always"
     1094       xlink:href="#linearGradient6760"
     1095       id="linearGradient20012"
     1096       x1="157.75"
     1097       y1="537.36218"
     1098       x2="562.25"
     1099       y2="537.36218"
     1100       gradientUnits="userSpaceOnUse" />
     1101    <linearGradient
     1102       inkscape:collect="always"
     1103       xlink:href="#linearGradient6760"
     1104       id="linearGradient18232"
     1105       gradientUnits="userSpaceOnUse"
     1106       gradientTransform="matrix(1.103352,0,0,0.99832,-14.69957,1.04835)"
     1107       x1="158.25"
     1108       y1="623.94189"
     1109       x2="520.95258"
     1110       y2="623.94189" />
     1111    <linearGradient
     1112       id="linearGradient3784">
     1113      <stop
     1114         id="stop3786"
     1115         offset="0"
     1116         style="stop-color:#3447ff;stop-opacity:1;" />
     1117      <stop
     1118         style="stop-color:white;stop-opacity:0.94117647;"
     1119         offset="0.51282054"
     1120         id="stop3788" />
     1121      <stop
     1122         id="stop3790"
     1123         offset="1"
     1124         style="stop-color:#341dff;stop-opacity:1;" />
     1125    </linearGradient>
     1126    <linearGradient
     1127       id="linearGradient10543">
     1128      <stop
     1129         style="stop-color:#6496d3;stop-opacity:1;"
     1130         offset="0"
     1131         id="stop10545" />
     1132      <stop
     1133         style="stop-color:#969696;stop-opacity:1;"
     1134         offset="1"
     1135         id="stop10547" />
     1136    </linearGradient>
     1137    <linearGradient
     1138       inkscape:collect="always"
     1139       xlink:href="#linearGradient10543"
     1140       id="linearGradient26088"
     1141       gradientUnits="userSpaceOnUse"
     1142       x1="-42.013222"
     1143       y1="895.25244"
     1144       x2="66.722748"
     1145       y2="895.25244" />
     1146    <linearGradient
     1147       inkscape:collect="always"
     1148       xlink:href="#linearGradient10543"
     1149       id="linearGradient30531"
     1150       x1="331.37308"
     1151       y1="976.83051"
     1152       x2="365.76541"
     1153       y2="976.83051"
     1154       gradientUnits="userSpaceOnUse" />
     1155    <linearGradient
     1156       inkscape:collect="always"
     1157       xlink:href="#linearGradient10543"
     1158       id="linearGradient31424"
     1159       x1="384.94772"
     1160       y1="948.68036"
     1161       x2="409.34"
     1162       y2="948.68036"
     1163       gradientUnits="userSpaceOnUse" />
     1164    <inkscape:perspective
     1165       sodipodi:type="inkscape:persp3d"
     1166       inkscape:vp_x="0 : 526.18109 : 1"
     1167       inkscape:vp_y="0 : 1000 : 0"
     1168       inkscape:vp_z="744.09448 : 526.18109 : 1"
     1169       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
     1170       id="perspective3448" />
     1171    <linearGradient
     1172       y2="870.7868"
     1173       x2="707.32397"
     1174       y1="870.7868"
     1175       x1="228.69115"
     1176       gradientUnits="userSpaceOnUse"
     1177       id="linearGradient3481"
     1178       xlink:href="#linearGradient6760"
     1179       inkscape:collect="always" />
     1180    <linearGradient
     1181       y2="870.7868"
     1182       x2="707.32397"
     1183       y1="870.7868"
     1184       x1="228.69115"
     1185       gradientUnits="userSpaceOnUse"
     1186       id="linearGradient3483"
     1187       xlink:href="#linearGradient6760"
     1188       inkscape:collect="always" />
     1189    <linearGradient
     1190       y2="870.7868"
     1191       x2="707.32397"
     1192       y1="870.7868"
     1193       x1="228.69115"
     1194       gradientUnits="userSpaceOnUse"
     1195       id="linearGradient3497"
     1196       xlink:href="#linearGradient6760"
     1197       inkscape:collect="always" />
     1198    <linearGradient
     1199       y2="976.83051"
     1200       x2="365.76541"
     1201       y1="976.83051"
     1202       x1="331.37308"
     1203       gradientTransform="matrix(0,0.8197509,-1.6095574,0,1816.828,602.54721)"
     1204       gradientUnits="userSpaceOnUse"
     1205       id="linearGradient3504"
     1206       xlink:href="#linearGradient6760"
     1207       inkscape:collect="always" />
     1208    <linearGradient
     1209       y2="948.68036"
     1210       x2="409.34"
     1211       y1="948.68036"
     1212       x1="384.94772"
     1213       gradientUnits="userSpaceOnUse"
     1214       id="linearGradient3771"
     1215       xlink:href="#linearGradient6760"
     1216       inkscape:collect="always" />
     1217    <linearGradient
     1218       y2="976.83051"
     1219       x2="365.76541"
     1220       y1="976.83051"
     1221       x1="331.37308"
     1222       gradientTransform="matrix(0,0.8197509,-1.6095574,0,1705.1711,602.1258)"
     1223       gradientUnits="userSpaceOnUse"
     1224       id="linearGradient3547"
     1225       xlink:href="#linearGradient6760"
     1226       inkscape:collect="always" />
     1227    <linearGradient
     1228       y2="948.68036"
     1229       x2="409.34"
     1230       y1="948.68036"
     1231       x1="384.94772"
     1232       gradientUnits="userSpaceOnUse"
     1233       id="linearGradient3549"
     1234       xlink:href="#linearGradient6760"
     1235       inkscape:collect="always" />
     1236    <linearGradient
     1237       y2="895.25244"
     1238       x2="66.722748"
     1239       y1="895.25244"
     1240       x1="-42.013222"
     1241       gradientUnits="userSpaceOnUse"
     1242       id="linearGradient3551"
     1243       xlink:href="#linearGradient10543"
     1244       inkscape:collect="always" />
     1245    <linearGradient
     1246       inkscape:collect="always"
     1247       xlink:href="#linearGradient6760"
     1248       id="linearGradient4660"
     1249       gradientUnits="userSpaceOnUse"
     1250       gradientTransform="matrix(-0.568864,-3.057219e-3,-8.310986e-3,0.764555,618.2054,303.7651)"
     1251       x1="157.75"
     1252       y1="532.36218"
     1253       x2="584.12329"
     1254       y2="532.36218" />
     1255    <linearGradient
     1256       inkscape:collect="always"
     1257       xlink:href="#linearGradient6760"
     1258       id="linearGradient2001"
     1259       gradientUnits="userSpaceOnUse"
     1260       x1="178"
     1261       y1="472.06305"
     1262       x2="544.92957"
     1263       y2="472.06305"
     1264       gradientTransform="matrix(0.641011,0,0,0.477941,231.5738,105.1034)" />
     1265    <linearGradient
     1266       id="linearGradient2021">
     1267      <stop
     1268         style="stop-color:#3447ff;stop-opacity:1;"
     1269         offset="0"
     1270         id="stop2023" />
     1271      <stop
     1272         id="stop2025"
     1273         offset="0.51282054"
     1274         style="stop-color:white;stop-opacity:0.94117647;" />
     1275      <stop
     1276         style="stop-color:#341dff;stop-opacity:1;"
     1277         offset="1"
     1278         id="stop2027" />
     1279    </linearGradient>
     1280    <linearGradient
     1281       gradientUnits="userSpaceOnUse"
     1282       y2="472.06305"
     1283       x2="544.92957"
     1284       y1="472.06305"
     1285       x1="178"
     1286       id="linearGradient2029"
     1287       xlink:href="#linearGradient6760"
     1288       inkscape:collect="always" />
     1289    <linearGradient
     1290       gradientUnits="userSpaceOnUse"
     1291       y2="472.44641"
     1292       x2="140.18112"
     1293       y1="472.44641"
     1294       x1="37.28347"
     1295       id="linearGradient2031"
     1296       xlink:href="#linearGradient6760"
     1297       inkscape:collect="always" />
     1298    <linearGradient
     1299       y2="472.44641"
     1300       x2="140.18112"
     1301       y1="472.44641"
     1302       x1="37.28347"
     1303       gradientUnits="userSpaceOnUse"
     1304       id="linearGradient2033"
     1305       xlink:href="#linearGradient6760"
     1306       inkscape:collect="always" />
     1307    <linearGradient
     1308       id="linearGradient2018">
     1309      <stop
     1310         style="stop-color:#3447ff;stop-opacity:1;"
     1311         offset="0"
     1312         id="stop2020" />
     1313      <stop
     1314         id="stop3399"
     1315         offset="0.51282054"
     1316         style="stop-color:white;stop-opacity:0.94117647;" />
     1317      <stop
     1318         style="stop-color:#341dff;stop-opacity:1;"
     1319         offset="1"
     1320         id="stop3401" />
     1321    </linearGradient>
     1322    <linearGradient
     1323       y2="532.36218"
     1324       x2="584.12329"
     1325       y1="532.36218"
     1326       x1="157.75"
     1327       gradientUnits="userSpaceOnUse"
     1328       id="linearGradient2026"
     1329       xlink:href="#linearGradient6760"
     1330       inkscape:collect="always" />
     1331    <linearGradient
     1332       y2="532.36218"
     1333       x2="584.12329"
     1334       y1="532.36218"
     1335       x1="157.75"
     1336       gradientUnits="userSpaceOnUse"
     1337       id="linearGradient3404"
     1338       xlink:href="#linearGradient6760"
     1339       inkscape:collect="always" />
     1340    <linearGradient
     1341       id="linearGradient3406">
     1342      <stop
     1343         style="stop-color:#3447ff;stop-opacity:1;"
     1344         offset="0"
     1345         id="stop3408" />
     1346      <stop
     1347         id="stop3410"
     1348         offset="0.51282054"
     1349         style="stop-color:white;stop-opacity:0.94117647;" />
     1350      <stop
     1351         style="stop-color:#341dff;stop-opacity:1;"
     1352         offset="1"
     1353         id="stop3412" />
     1354    </linearGradient>
     1355    <linearGradient
     1356       gradientUnits="userSpaceOnUse"
     1357       y2="455.00009"
     1358       x2="454.45868"
     1359       y1="455.00009"
     1360       x1="336.90649"
     1361       id="linearGradient3414"
     1362       xlink:href="#linearGradient6760"
     1363       inkscape:collect="always" />
     1364    <linearGradient
     1365       id="linearGradient3416">
     1366      <stop
     1367         style="stop-color:#3447ff;stop-opacity:1;"
     1368         offset="0"
     1369         id="stop3418" />
     1370      <stop
     1371         id="stop3420"
     1372         offset="0.51282054"
     1373         style="stop-color:white;stop-opacity:0.94117647;" />
     1374      <stop
     1375         style="stop-color:#341dff;stop-opacity:1;"
     1376         offset="1"
     1377         id="stop3422" />
     1378    </linearGradient>
     1379    <linearGradient
     1380       gradientUnits="userSpaceOnUse"
     1381       y2="472.06305"
     1382       x2="544.92957"
     1383       y1="472.06305"
     1384       x1="178"
     1385       id="linearGradient3424"
     1386       xlink:href="#linearGradient6760"
     1387       inkscape:collect="always" />
     1388    <linearGradient
     1389       gradientUnits="userSpaceOnUse"
     1390       y2="472.44641"
     1391       x2="140.18112"
     1392       y1="472.44641"
     1393       x1="37.28347"
     1394       id="linearGradient3426"
     1395       xlink:href="#linearGradient6760"
     1396       inkscape:collect="always" />
     1397    <linearGradient
     1398       y2="472.44641"
     1399       x2="140.18112"
     1400       y1="472.44641"
     1401       x1="37.28347"
     1402       gradientUnits="userSpaceOnUse"
     1403       id="linearGradient3428"
     1404       xlink:href="#linearGradient6760"
     1405       inkscape:collect="always" />
     1406    <linearGradient
     1407       id="linearGradient3430">
     1408      <stop
     1409         style="stop-color:#3447ff;stop-opacity:1;"
     1410         offset="0"
     1411         id="stop3432" />
     1412      <stop
     1413         id="stop3434"
     1414         offset="0.51282054"
     1415         style="stop-color:white;stop-opacity:0.94117647;" />
     1416      <stop
     1417         style="stop-color:#341dff;stop-opacity:1;"
     1418         offset="1"
     1419         id="stop3436" />
     1420    </linearGradient>
     1421    <linearGradient
     1422       gradientUnits="userSpaceOnUse"
     1423       y2="455.00009"
     1424       x2="454.45868"
     1425       y1="455.00009"
     1426       x1="336.90649"
     1427       id="linearGradient3438"
     1428       xlink:href="#linearGradient6760"
     1429       inkscape:collect="always" />
     1430    <linearGradient
     1431       inkscape:collect="always"
     1432       xlink:href="#linearGradient6760"
     1433       id="linearGradient3440"
    4121434       gradientUnits="userSpaceOnUse"
    4131435       gradientTransform="matrix(1.541763,0,0,0.836391,1498.363,880.6507)"
     
    4171439       y2="-468.00757" />
    4181440    <linearGradient
     1441       inkscape:collect="always"
     1442       xlink:href="#linearGradient6760"
     1443       id="linearGradient3442"
     1444       gradientUnits="userSpaceOnUse"
     1445       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     1446       x1="228.69115"
     1447       y1="870.7868"
     1448       x2="707.32397"
     1449       y2="870.7868" />
     1450    <linearGradient
     1451       inkscape:collect="always"
     1452       xlink:href="#linearGradient6760"
     1453       id="linearGradient3444"
     1454       gradientUnits="userSpaceOnUse"
     1455       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     1456       x1="228.69115"
     1457       y1="870.7868"
     1458       x2="707.32397"
     1459       y2="870.7868" />
     1460    <linearGradient
     1461       inkscape:collect="always"
     1462       xlink:href="#linearGradient6760"
     1463       id="linearGradient3446"
     1464       gradientUnits="userSpaceOnUse"
     1465       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     1466       x1="228.69115"
     1467       y1="870.7868"
     1468       x2="707.32397"
     1469       y2="870.7868" />
     1470    <linearGradient
     1471       inkscape:collect="always"
     1472       xlink:href="#linearGradient6760"
     1473       id="linearGradient3448"
     1474       gradientUnits="userSpaceOnUse"
     1475       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     1476       x1="228.69115"
     1477       y1="870.7868"
     1478       x2="707.32397"
     1479       y2="870.7868" />
     1480    <linearGradient
     1481       inkscape:collect="always"
     1482       xlink:href="#linearGradient6760"
     1483       id="linearGradient3450"
     1484       gradientUnits="userSpaceOnUse"
     1485       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     1486       x1="228.69115"
     1487       y1="870.7868"
     1488       x2="707.32397"
     1489       y2="870.7868" />
     1490    <linearGradient
     1491       inkscape:collect="always"
     1492       xlink:href="#linearGradient6760"
     1493       id="linearGradient3452"
     1494       gradientUnits="userSpaceOnUse"
     1495       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     1496       x1="228.69115"
     1497       y1="870.7868"
     1498       x2="707.32397"
     1499       y2="870.7868" />
     1500    <linearGradient
     1501       inkscape:collect="always"
     1502       xlink:href="#linearGradient6760"
     1503       id="linearGradient3454"
     1504       gradientUnits="userSpaceOnUse"
     1505       gradientTransform="matrix(-5.065757e-3,0.576919,0.698739,1.716815e-2,71.82232,209.7215)"
     1506       x1="372.57718"
     1507       y1="509.53915"
     1508       x2="370.8418"
     1509       y2="591.71429" />
     1510    <linearGradient
     1511       inkscape:collect="always"
     1512       xlink:href="#linearGradient6760"
     1513       id="linearGradient3456"
     1514       gradientUnits="userSpaceOnUse"
     1515       x1="422.41946"
     1516       y1="602.44745"
     1517       x2="527.93805"
     1518       y2="602.44745" />
     1519    <linearGradient
     1520       id="linearGradient3105">
     1521      <stop
     1522         style="stop-color:#3447ff;stop-opacity:1;"
     1523         offset="0"
     1524         id="stop3107" />
     1525      <stop
     1526         id="stop3109"
     1527         offset="0.51282054"
     1528         style="stop-color:white;stop-opacity:0.94117647;" />
     1529      <stop
     1530         style="stop-color:#341dff;stop-opacity:1;"
     1531         offset="1"
     1532         id="stop3111" />
     1533    </linearGradient>
     1534    <linearGradient
     1535       y2="532.36218"
     1536       x2="584.12329"
     1537       y1="532.36218"
     1538       x1="157.75"
     1539       gradientUnits="userSpaceOnUse"
     1540       id="linearGradient3103"
     1541       xlink:href="#linearGradient6760"
     1542       inkscape:collect="always" />
     1543    <linearGradient
     1544       y2="532.36218"
     1545       x2="584.12329"
     1546       y1="532.36218"
     1547       x1="157.75"
     1548       gradientUnits="userSpaceOnUse"
     1549       id="linearGradient3101"
     1550       xlink:href="#linearGradient6760"
     1551       inkscape:collect="always" />
     1552    <linearGradient
     1553       y2="532.36218"
     1554       x2="584.12329"
     1555       y1="532.36218"
     1556       x1="157.75"
     1557       gradientTransform="matrix(-1.025471,-4.886187e-3,-1.498193e-2,1.221947,681.9447,-96.76109)"
     1558       gradientUnits="userSpaceOnUse"
     1559       id="linearGradient3099"
     1560       xlink:href="#linearGradient6760"
     1561       inkscape:collect="always" />
     1562    <linearGradient
     1563       id="linearGradient3091">
     1564      <stop
     1565         style="stop-color:#3447ff;stop-opacity:1;"
     1566         offset="0"
     1567         id="stop3093" />
     1568      <stop
     1569         id="stop3095"
     1570         offset="0.51282054"
     1571         style="stop-color:white;stop-opacity:0.94117647;" />
     1572      <stop
     1573         style="stop-color:#341dff;stop-opacity:1;"
     1574         offset="1"
     1575         id="stop3097" />
     1576    </linearGradient>
     1577    <linearGradient
     1578       y2="532.36218"
     1579       x2="584.12329"
     1580       y1="532.36218"
     1581       x1="157.75"
     1582       gradientUnits="userSpaceOnUse"
     1583       id="linearGradient3089"
     1584       xlink:href="#linearGradient6760"
     1585       inkscape:collect="always" />
     1586    <linearGradient
     1587       y2="532.36218"
     1588       x2="584.12329"
     1589       y1="532.36218"
     1590       x1="157.75"
     1591       gradientUnits="userSpaceOnUse"
     1592       id="linearGradient3087"
     1593       xlink:href="#linearGradient6760"
     1594       inkscape:collect="always" />
     1595    <linearGradient
     1596       gradientTransform="matrix(1.025519,0,0,1.22196,-2.493146,-99.35683)"
     1597       y2="532.36218"
     1598       x2="584.12329"
     1599       y1="532.36218"
     1600       x1="157.75"
     1601       gradientUnits="userSpaceOnUse"
     1602       id="linearGradient3085"
     1603       xlink:href="#linearGradient6760"
     1604       inkscape:collect="always" />
     1605    <linearGradient
     1606       id="linearGradient3077">
     1607      <stop
     1608         style="stop-color:#3447ff;stop-opacity:1;"
     1609         offset="0"
     1610         id="stop3079" />
     1611      <stop
     1612         id="stop3081"
     1613         offset="0.51282054"
     1614         style="stop-color:white;stop-opacity:0.94117647;" />
     1615      <stop
     1616         style="stop-color:#341dff;stop-opacity:1;"
     1617         offset="1"
     1618         id="stop3083" />
     1619    </linearGradient>
     1620    <linearGradient
     1621       id="linearGradient3069">
     1622      <stop
     1623         style="stop-color:#3447ff;stop-opacity:1;"
     1624         offset="0"
     1625         id="stop3071" />
     1626      <stop
     1627         id="stop3073"
     1628         offset="0.51282054"
     1629         style="stop-color:white;stop-opacity:0.94117647;" />
     1630      <stop
     1631         style="stop-color:#341dff;stop-opacity:1;"
     1632         offset="1"
     1633         id="stop3075" />
     1634    </linearGradient>
     1635    <linearGradient
     1636       y2="532.36218"
     1637       x2="584.12329"
     1638       y1="532.36218"
     1639       x1="157.75"
     1640       gradientUnits="userSpaceOnUse"
     1641       id="linearGradient3067"
     1642       xlink:href="#linearGradient6760"
     1643       inkscape:collect="always" />
     1644    <linearGradient
     1645       y2="532.36218"
     1646       x2="584.12329"
     1647       y1="532.36218"
     1648       x1="157.75"
     1649       gradientUnits="userSpaceOnUse"
     1650       id="linearGradient3065"
     1651       xlink:href="#linearGradient6760"
     1652       inkscape:collect="always" />
     1653    <linearGradient
     1654       inkscape:collect="always"
     1655       xlink:href="#linearGradient6760"
     1656       id="linearGradient3063"
     1657       gradientUnits="userSpaceOnUse"
     1658       x1="228.69115"
     1659       y1="870.7868"
     1660       x2="707.32397"
     1661       y2="870.7868" />
     1662    <linearGradient
     1663       inkscape:collect="always"
     1664       xlink:href="#linearGradient6760"
     1665       id="linearGradient3061"
     1666       gradientUnits="userSpaceOnUse"
     1667       x1="228.69115"
     1668       y1="870.7868"
     1669       x2="707.32397"
     1670       y2="870.7868" />
     1671    <linearGradient
     1672       inkscape:collect="always"
     1673       xlink:href="#linearGradient6760"
     1674       id="linearGradient3059"
     1675       gradientUnits="userSpaceOnUse"
     1676       x1="228.69115"
     1677       y1="870.7868"
     1678       x2="707.32397"
     1679       y2="870.7868" />
     1680    <linearGradient
     1681       inkscape:collect="always"
     1682       xlink:href="#linearGradient6760"
     1683       id="linearGradient3057"
     1684       gradientUnits="userSpaceOnUse"
     1685       x1="228.69115"
     1686       y1="870.7868"
     1687       x2="707.32397"
     1688       y2="870.7868" />
     1689    <linearGradient
     1690       inkscape:collect="always"
     1691       xlink:href="#linearGradient6760"
     1692       id="linearGradient3055"
     1693       gradientUnits="userSpaceOnUse"
     1694       x1="228.69115"
     1695       y1="870.7868"
     1696       x2="707.32397"
     1697       y2="870.7868" />
     1698    <linearGradient
     1699       inkscape:collect="always"
     1700       xlink:href="#linearGradient6760"
     1701       id="linearGradient3053"
     1702       gradientUnits="userSpaceOnUse"
     1703       x1="228.69115"
     1704       y1="870.7868"
     1705       x2="707.32397"
     1706       y2="870.7868" />
     1707    <linearGradient
     1708       inkscape:collect="always"
     1709       xlink:href="#linearGradient6760"
     1710       id="linearGradient3051"
     1711       gradientUnits="userSpaceOnUse"
     1712       x1="-913.33197"
     1713       y1="-468.00757"
     1714       x2="-828.24158"
     1715       y2="-468.00757" />
     1716    <linearGradient
     1717       inkscape:collect="always"
     1718       xlink:href="#linearGradient6760"
     1719       id="linearGradient3049"
     1720       gradientUnits="userSpaceOnUse"
     1721       x1="228.69115"
     1722       y1="870.7868"
     1723       x2="707.32397"
     1724       y2="870.7868" />
     1725    <linearGradient
     1726       inkscape:collect="always"
     1727       xlink:href="#linearGradient6760"
     1728       id="linearGradient3047"
     1729       gradientUnits="userSpaceOnUse"
     1730       x1="228.69115"
     1731       y1="870.7868"
     1732       x2="707.32397"
     1733       y2="870.7868" />
     1734    <linearGradient
     1735       inkscape:collect="always"
     1736       xlink:href="#linearGradient6760"
     1737       id="linearGradient3045"
     1738       gradientUnits="userSpaceOnUse"
     1739       x1="228.69115"
     1740       y1="870.7868"
     1741       x2="707.32397"
     1742       y2="870.7868" />
     1743    <linearGradient
     1744       inkscape:collect="always"
     1745       xlink:href="#linearGradient6760"
     1746       id="linearGradient3043"
     1747       gradientUnits="userSpaceOnUse"
     1748       x1="228.69115"
     1749       y1="870.7868"
     1750       x2="707.32397"
     1751       y2="870.7868" />
     1752    <linearGradient
     1753       inkscape:collect="always"
     1754       xlink:href="#linearGradient6760"
     1755       id="linearGradient3041"
     1756       gradientUnits="userSpaceOnUse"
     1757       x1="228.69115"
     1758       y1="870.7868"
     1759       x2="707.32397"
     1760       y2="870.7868" />
     1761    <linearGradient
     1762       inkscape:collect="always"
     1763       xlink:href="#linearGradient6760"
     1764       id="linearGradient3039"
     1765       gradientUnits="userSpaceOnUse"
     1766       x1="228.69115"
     1767       y1="870.7868"
     1768       x2="707.32397"
     1769       y2="870.7868" />
     1770    <linearGradient
     1771       inkscape:collect="always"
     1772       xlink:href="#linearGradient6760"
     1773       id="linearGradient3037"
     1774       gradientUnits="userSpaceOnUse"
     1775       x1="228.69115"
     1776       y1="870.7868"
     1777       x2="707.32397"
     1778       y2="870.7868" />
     1779    <linearGradient
     1780       inkscape:collect="always"
     1781       xlink:href="#linearGradient6760"
     1782       id="linearGradient3035"
     1783       gradientUnits="userSpaceOnUse"
     1784       x1="-913.33197"
     1785       y1="-468.00757"
     1786       x2="-828.24158"
     1787       y2="-468.00757" />
     1788    <linearGradient
     1789       id="linearGradient3027">
     1790      <stop
     1791         id="stop3029"
     1792         offset="0"
     1793         style="stop-color:#3447ff;stop-opacity:1;" />
     1794      <stop
     1795         style="stop-color:white;stop-opacity:0.94117647;"
     1796         offset="0.51282054"
     1797         id="stop3031" />
     1798      <stop
     1799         id="stop3033"
     1800         offset="1"
     1801         style="stop-color:#341dff;stop-opacity:1;" />
     1802    </linearGradient>
     1803    <inkscape:perspective
     1804       sodipodi:type="inkscape:persp3d"
     1805       inkscape:vp_x="0 : 526.18109 : 1"
     1806       inkscape:vp_y="0 : 1000 : 0"
     1807       inkscape:vp_z="744.09448 : 526.18109 : 1"
     1808       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
     1809       id="perspective3024" />
     1810    <linearGradient
     1811       y2="870.7868"
     1812       x2="707.32397"
     1813       y1="870.7868"
     1814       x1="228.69115"
     1815       gradientUnits="userSpaceOnUse"
     1816       id="linearGradient3229"
     1817       xlink:href="#linearGradient6760"
     1818       inkscape:collect="always" />
     1819    <linearGradient
     1820       y2="870.7868"
     1821       x2="707.32397"
     1822       y1="870.7868"
     1823       x1="228.69115"
     1824       gradientUnits="userSpaceOnUse"
     1825       id="linearGradient3231"
     1826       xlink:href="#linearGradient6760"
     1827       inkscape:collect="always" />
     1828    <linearGradient
     1829       y2="870.7868"
     1830       x2="707.32397"
     1831       y1="870.7868"
     1832       x1="228.69115"
     1833       gradientUnits="userSpaceOnUse"
     1834       id="linearGradient3233"
     1835       xlink:href="#linearGradient6760"
     1836       inkscape:collect="always" />
     1837    <linearGradient
     1838       inkscape:collect="always"
     1839       xlink:href="#linearGradient6760"
     1840       id="linearGradient3761"
     1841       gradientUnits="userSpaceOnUse"
     1842       gradientTransform="matrix(1.710911,0,0,0.96853,1660.556,895.7109)"
     1843       x1="-913.33197"
     1844       y1="-468.00757"
     1845       x2="-828.24158"
     1846       y2="-468.00757" />
     1847    <linearGradient
     1848       inkscape:collect="always"
     1849       xlink:href="#linearGradient6760"
     1850       id="linearGradient3759"
     1851       gradientUnits="userSpaceOnUse"
     1852       gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)"
     1853       x1="228.69115"
     1854       y1="870.7868"
     1855       x2="707.32397"
     1856       y2="870.7868" />
     1857    <linearGradient
     1858       inkscape:collect="always"
     1859       xlink:href="#linearGradient6760"
     1860       id="linearGradient3757"
     1861       gradientUnits="userSpaceOnUse"
     1862       gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)"
     1863       x1="228.69115"
     1864       y1="870.7868"
     1865       x2="707.32397"
     1866       y2="870.7868" />
     1867    <linearGradient
     1868       inkscape:collect="always"
     1869       xlink:href="#linearGradient6760"
     1870       id="linearGradient3755"
     1871       gradientUnits="userSpaceOnUse"
     1872       gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)"
     1873       x1="228.69115"
     1874       y1="870.7868"
     1875       x2="707.32397"
     1876       y2="870.7868" />
     1877    <linearGradient
     1878       inkscape:collect="always"
     1879       xlink:href="#linearGradient6760"
     1880       id="linearGradient3753"
     1881       gradientUnits="userSpaceOnUse"
     1882       gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)"
     1883       x1="228.69115"
     1884       y1="870.7868"
     1885       x2="707.32397"
     1886       y2="870.7868" />
     1887    <linearGradient
     1888       inkscape:collect="always"
     1889       xlink:href="#linearGradient6760"
     1890       id="linearGradient3751"
     1891       gradientUnits="userSpaceOnUse"
     1892       gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)"
     1893       x1="228.69115"
     1894       y1="870.7868"
     1895       x2="707.32397"
     1896       y2="870.7868" />
     1897    <linearGradient
     1898       inkscape:collect="always"
     1899       xlink:href="#linearGradient6760"
     1900       id="linearGradient3749"
     1901       gradientUnits="userSpaceOnUse"
     1902       gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)"
     1903       x1="228.69115"
     1904       y1="870.7868"
     1905       x2="707.32397"
     1906       y2="870.7868" />
     1907    <linearGradient
     1908       inkscape:collect="always"
     1909       xlink:href="#linearGradient6760"
     1910       id="linearGradient3747"
     1911       gradientUnits="userSpaceOnUse"
     1912       gradientTransform="matrix(-5.621526e-3,0.668065,0.775398,1.988049e-2,77.50779,118.7836)"
     1913       x1="372.57718"
     1914       y1="509.53915"
     1915       x2="370.8418"
     1916       y2="591.71429" />
     1917    <linearGradient
     1918       inkscape:collect="always"
     1919       xlink:href="#linearGradient6760"
     1920       id="linearGradient3745"
     1921       gradientUnits="userSpaceOnUse"
     1922       gradientTransform="matrix(-0.631275,-3.54022e-3,-9.222793e-3,0.885345,683.8351,227.6848)"
     1923       x1="157.75"
     1924       y1="532.36218"
     1925       x2="584.12329"
     1926       y2="532.36218" />
     1927    <linearGradient
     1928       inkscape:collect="always"
     1929       xlink:href="#linearGradient6760"
     1930       id="linearGradient3743"
     1931       gradientUnits="userSpaceOnUse"
     1932       gradientTransform="matrix(0.711337,0,0,0.553449,254.7858,-2.362829)"
     1933       x1="178"
     1934       y1="472.06305"
     1935       x2="544.92957"
     1936       y2="472.06305" />
     1937    <linearGradient
     1938       inkscape:collect="always"
     1939       xlink:href="#linearGradient6760"
     1940       id="linearGradient3741"
     1941       gradientUnits="userSpaceOnUse"
     1942       x1="37.28347"
     1943       y1="472.44641"
     1944       x2="140.18112"
     1945       y2="472.44641" />
     1946    <linearGradient
     1947       inkscape:collect="always"
     1948       xlink:href="#linearGradient6760"
     1949       id="linearGradient3739"
     1950       gradientUnits="userSpaceOnUse"
     1951       x1="37.28347"
     1952       y1="472.44641"
     1953       x2="140.18112"
     1954       y2="472.44641" />
     1955    <linearGradient
     1956       inkscape:collect="always"
     1957       xlink:href="#linearGradient6760"
     1958       id="linearGradient3737"
     1959       gradientUnits="userSpaceOnUse"
     1960       x1="336.90649"
     1961       y1="455.00009"
     1962       x2="454.45868"
     1963       y2="455.00009" />
     1964    <linearGradient
     1965       inkscape:collect="always"
     1966       xlink:href="#linearGradient6760"
     1967       id="linearGradient3735"
     1968       gradientUnits="userSpaceOnUse"
     1969       x1="422.41946"
     1970       y1="602.44745"
     1971       x2="527.93805"
     1972       y2="602.44745" />
     1973    <linearGradient
     1974       inkscape:collect="always"
     1975       xlink:href="#linearGradient6760"
     1976       id="linearGradient3733"
     1977       gradientUnits="userSpaceOnUse"
     1978       gradientTransform="matrix(-0.568864,-3.057219e-3,-8.310986e-3,0.764555,618.2054,303.7651)"
     1979       x1="157.75"
     1980       y1="532.36218"
     1981       x2="584.12329"
     1982       y2="532.36218" />
     1983    <linearGradient
     1984       inkscape:collect="always"
     1985       xlink:href="#linearGradient6760"
     1986       id="linearGradient3731"
     1987       gradientUnits="userSpaceOnUse"
     1988       x1="178"
     1989       y1="472.06305"
     1990       x2="544.92957"
     1991       y2="472.06305"
     1992       gradientTransform="matrix(0.641011,0,0,0.477941,231.5738,105.1034)" />
     1993    <linearGradient
     1994       id="linearGradient3723">
     1995      <stop
     1996         style="stop-color:#3447ff;stop-opacity:1;"
     1997         offset="0"
     1998         id="stop3725" />
     1999      <stop
     2000         id="stop3727"
     2001         offset="0.51282054"
     2002         style="stop-color:white;stop-opacity:0.94117647;" />
     2003      <stop
     2004         style="stop-color:#341dff;stop-opacity:1;"
     2005         offset="1"
     2006         id="stop3729" />
     2007    </linearGradient>
     2008    <linearGradient
     2009       gradientUnits="userSpaceOnUse"
     2010       y2="472.06305"
     2011       x2="544.92957"
     2012       y1="472.06305"
     2013       x1="178"
     2014       id="linearGradient3721"
     2015       xlink:href="#linearGradient6760"
     2016       inkscape:collect="always" />
     2017    <linearGradient
     2018       gradientUnits="userSpaceOnUse"
     2019       y2="472.44641"
     2020       x2="140.18112"
     2021       y1="472.44641"
     2022       x1="37.28347"
     2023       id="linearGradient3719"
     2024       xlink:href="#linearGradient6760"
     2025       inkscape:collect="always" />
     2026    <linearGradient
     2027       y2="472.44641"
     2028       x2="140.18112"
     2029       y1="472.44641"
     2030       x1="37.28347"
     2031       gradientUnits="userSpaceOnUse"
     2032       id="linearGradient3717"
     2033       xlink:href="#linearGradient6760"
     2034       inkscape:collect="always" />
     2035    <linearGradient
     2036       id="linearGradient3709">
     2037      <stop
     2038         style="stop-color:#3447ff;stop-opacity:1;"
     2039         offset="0"
     2040         id="stop3711" />
     2041      <stop
     2042         id="stop3713"
     2043         offset="0.51282054"
     2044         style="stop-color:white;stop-opacity:0.94117647;" />
     2045      <stop
     2046         style="stop-color:#341dff;stop-opacity:1;"
     2047         offset="1"
     2048         id="stop3715" />
     2049    </linearGradient>
     2050    <linearGradient
     2051       y2="532.36218"
     2052       x2="584.12329"
     2053       y1="532.36218"
     2054       x1="157.75"
     2055       gradientUnits="userSpaceOnUse"
     2056       id="linearGradient3707"
     2057       xlink:href="#linearGradient6760"
     2058       inkscape:collect="always" />
     2059    <linearGradient
     2060       y2="532.36218"
     2061       x2="584.12329"
     2062       y1="532.36218"
     2063       x1="157.75"
     2064       gradientUnits="userSpaceOnUse"
     2065       id="linearGradient3705"
     2066       xlink:href="#linearGradient6760"
     2067       inkscape:collect="always" />
     2068    <linearGradient
     2069       id="linearGradient3697">
     2070      <stop
     2071         style="stop-color:#3447ff;stop-opacity:1;"
     2072         offset="0"
     2073         id="stop3699" />
     2074      <stop
     2075         id="stop3701"
     2076         offset="0.51282054"
     2077         style="stop-color:white;stop-opacity:0.94117647;" />
     2078      <stop
     2079         style="stop-color:#341dff;stop-opacity:1;"
     2080         offset="1"
     2081         id="stop3703" />
     2082    </linearGradient>
     2083    <linearGradient
    4192084       gradientUnits="userSpaceOnUse"
    4202085       y2="455.00009"
     
    4222087       y1="455.00009"
    4232088       x1="336.90649"
    424        id="linearGradient31881"
    425        xlink:href="#linearGradient6760"
    426        inkscape:collect="always" />
    427     <linearGradient
    428        id="linearGradient27329">
     2089       id="linearGradient3695"
     2090       xlink:href="#linearGradient6760"
     2091       inkscape:collect="always" />
     2092    <linearGradient
     2093       id="linearGradient3687">
    4292094      <stop
    4302095         style="stop-color:#3447ff;stop-opacity:1;"
    4312096         offset="0"
    432          id="stop27331" />
    433       <stop
    434          id="stop27333"
     2097         id="stop3689" />
     2098      <stop
     2099         id="stop3691"
    4352100         offset="0.51282054"
    4362101         style="stop-color:white;stop-opacity:0.94117647;" />
     
    4382103         style="stop-color:#341dff;stop-opacity:1;"
    4392104         offset="1"
    440          id="stop27335" />
    441     </linearGradient>
    442     <linearGradient
     2105         id="stop3693" />
     2106    </linearGradient>
     2107    <linearGradient
     2108       gradientUnits="userSpaceOnUse"
     2109       y2="472.06305"
     2110       x2="544.92957"
     2111       y1="472.06305"
     2112       x1="178"
     2113       id="linearGradient3685"
     2114       xlink:href="#linearGradient6760"
     2115       inkscape:collect="always" />
     2116    <linearGradient
     2117       gradientUnits="userSpaceOnUse"
    4432118       y2="472.44641"
    4442119       x2="140.18112"
    4452120       y1="472.44641"
    4462121       x1="37.28347"
    447        gradientUnits="userSpaceOnUse"
    448        id="linearGradient5679"
    449        xlink:href="#linearGradient6760"
    450        inkscape:collect="always" />
    451     <linearGradient
    452        gradientUnits="userSpaceOnUse"
     2122       id="linearGradient3683"
     2123       xlink:href="#linearGradient6760"
     2124       inkscape:collect="always" />
     2125    <linearGradient
    4532126       y2="472.44641"
    4542127       x2="140.18112"
    4552128       y1="472.44641"
    4562129       x1="37.28347"
    457        id="linearGradient4790"
    458        xlink:href="#linearGradient6760"
    459        inkscape:collect="always" />
    460     <linearGradient
    461        gradientUnits="userSpaceOnUse"
    462        y2="472.06305"
    463        x2="544.92957"
    464        y1="472.06305"
    465        x1="178"
    466        id="linearGradient2990"
    467        xlink:href="#linearGradient6760"
    468        inkscape:collect="always" />
    469     <linearGradient
    470        id="linearGradient28266">
     2130       gradientUnits="userSpaceOnUse"
     2131       id="linearGradient3681"
     2132       xlink:href="#linearGradient6760"
     2133       inkscape:collect="always" />
     2134    <linearGradient
     2135       id="linearGradient3673">
    4712136      <stop
    4722137         style="stop-color:#3447ff;stop-opacity:1;"
    4732138         offset="0"
    474          id="stop28268" />
    475       <stop
    476          id="stop28270"
     2139         id="stop3675" />
     2140      <stop
     2141         id="stop3677"
    4772142         offset="0.51282054"
    4782143         style="stop-color:white;stop-opacity:0.94117647;" />
     
    4802145         style="stop-color:#341dff;stop-opacity:1;"
    4812146         offset="1"
    482          id="stop28272" />
     2147         id="stop3679" />
    4832148    </linearGradient>
    4842149    <linearGradient
     
    4882153       y1="455.00009"
    4892154       x1="336.90649"
    490        id="linearGradient30078"
    491        xlink:href="#linearGradient6760"
    492        inkscape:collect="always" />
    493     <linearGradient
    494        id="linearGradient30070">
     2155       id="linearGradient3671"
     2156       xlink:href="#linearGradient6760"
     2157       inkscape:collect="always" />
     2158    <linearGradient
     2159       inkscape:collect="always"
     2160       xlink:href="#linearGradient6760"
     2161       id="linearGradient3669"
     2162       gradientUnits="userSpaceOnUse"
     2163       gradientTransform="matrix(1.541763,0,0,0.836391,1498.363,880.6507)"
     2164       x1="-913.33197"
     2165       y1="-468.00757"
     2166       x2="-828.24158"
     2167       y2="-468.00757" />
     2168    <linearGradient
     2169       inkscape:collect="always"
     2170       xlink:href="#linearGradient6760"
     2171       id="linearGradient3667"
     2172       gradientUnits="userSpaceOnUse"
     2173       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     2174       x1="228.69115"
     2175       y1="870.7868"
     2176       x2="707.32397"
     2177       y2="870.7868" />
     2178    <linearGradient
     2179       inkscape:collect="always"
     2180       xlink:href="#linearGradient6760"
     2181       id="linearGradient3665"
     2182       gradientUnits="userSpaceOnUse"
     2183       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     2184       x1="228.69115"
     2185       y1="870.7868"
     2186       x2="707.32397"
     2187       y2="870.7868" />
     2188    <linearGradient
     2189       inkscape:collect="always"
     2190       xlink:href="#linearGradient6760"
     2191       id="linearGradient3663"
     2192       gradientUnits="userSpaceOnUse"
     2193       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     2194       x1="228.69115"
     2195       y1="870.7868"
     2196       x2="707.32397"
     2197       y2="870.7868" />
     2198    <linearGradient
     2199       inkscape:collect="always"
     2200       xlink:href="#linearGradient6760"
     2201       id="linearGradient3661"
     2202       gradientUnits="userSpaceOnUse"
     2203       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     2204       x1="228.69115"
     2205       y1="870.7868"
     2206       x2="707.32397"
     2207       y2="870.7868" />
     2208    <linearGradient
     2209       inkscape:collect="always"
     2210       xlink:href="#linearGradient6760"
     2211       id="linearGradient3659"
     2212       gradientUnits="userSpaceOnUse"
     2213       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     2214       x1="228.69115"
     2215       y1="870.7868"
     2216       x2="707.32397"
     2217       y2="870.7868" />
     2218    <linearGradient
     2219       inkscape:collect="always"
     2220       xlink:href="#linearGradient6760"
     2221       id="linearGradient3657"
     2222       gradientUnits="userSpaceOnUse"
     2223       gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)"
     2224       x1="228.69115"
     2225       y1="870.7868"
     2226       x2="707.32397"
     2227       y2="870.7868" />
     2228    <linearGradient
     2229       inkscape:collect="always"
     2230       xlink:href="#linearGradient6760"
     2231       id="linearGradient3655"
     2232       gradientUnits="userSpaceOnUse"
     2233       gradientTransform="matrix(-5.065757e-3,0.576919,0.698739,1.716815e-2,71.82232,209.7215)"
     2234       x1="372.57718"
     2235       y1="509.53915"
     2236       x2="370.8418"
     2237       y2="591.71429" />
     2238    <linearGradient
     2239       inkscape:collect="always"
     2240       xlink:href="#linearGradient6760"
     2241       id="linearGradient3653"
     2242       gradientUnits="userSpaceOnUse"
     2243       x1="422.41946"
     2244       y1="602.44745"
     2245       x2="527.93805"
     2246       y2="602.44745" />
     2247    <linearGradient
     2248       id="linearGradient3645">
    4952249      <stop
    4962250         style="stop-color:#3447ff;stop-opacity:1;"
    4972251         offset="0"
    498          id="stop30072" />
    499       <stop
    500          id="stop30074"
     2252         id="stop3647" />
     2253      <stop
     2254         id="stop3649"
    5012255         offset="0.51282054"
    5022256         style="stop-color:white;stop-opacity:0.94117647;" />
     
    5042258         style="stop-color:#341dff;stop-opacity:1;"
    5052259         offset="1"
    506          id="stop30076" />
    507     </linearGradient>
    508     <linearGradient
    509        inkscape:collect="always"
    510        xlink:href="#linearGradient6760"
    511        id="linearGradient30087"
    512        gradientUnits="userSpaceOnUse"
     2260         id="stop3651" />
     2261    </linearGradient>
     2262    <linearGradient
     2263       y2="532.36218"
     2264       x2="584.12329"
     2265       y1="532.36218"
     2266       x1="157.75"
     2267       gradientUnits="userSpaceOnUse"
     2268       id="linearGradient3643"
     2269       xlink:href="#linearGradient6760"
     2270       inkscape:collect="always" />
     2271    <linearGradient
     2272       y2="532.36218"
     2273       x2="584.12329"
     2274       y1="532.36218"
     2275       x1="157.75"
     2276       gradientUnits="userSpaceOnUse"
     2277       id="linearGradient3641"
     2278       xlink:href="#linearGradient6760"
     2279       inkscape:collect="always" />
     2280    <linearGradient
     2281       y2="532.36218"
     2282       x2="584.12329"
     2283       y1="532.36218"
     2284       x1="157.75"
     2285       gradientTransform="matrix(-1.025471,-4.886187e-3,-1.498193e-2,1.221947,681.9447,-96.76109)"
     2286       gradientUnits="userSpaceOnUse"
     2287       id="linearGradient3639"
     2288       xlink:href="#linearGradient6760"
     2289       inkscape:collect="always" />
     2290    <linearGradient
     2291       id="linearGradient3631">
     2292      <stop
     2293         style="stop-color:#3447ff;stop-opacity:1;"
     2294         offset="0"
     2295         id="stop3633" />
     2296      <stop
     2297         id="stop3635"
     2298         offset="0.51282054"
     2299         style="stop-color:white;stop-opacity:0.94117647;" />
     2300      <stop
     2301         style="stop-color:#341dff;stop-opacity:1;"
     2302         offset="1"
     2303         id="stop3637" />
     2304    </linearGradient>
     2305    <linearGradient
     2306       y2="532.36218"
     2307       x2="584.12329"
     2308       y1="532.36218"
     2309       x1="157.75"
     2310       gradientUnits="userSpaceOnUse"
     2311       id="linearGradient3629"
     2312       xlink:href="#linearGradient6760"
     2313       inkscape:collect="always" />
     2314    <linearGradient
     2315       y2="532.36218"
     2316       x2="584.12329"
     2317       y1="532.36218"
     2318       x1="157.75"
     2319       gradientUnits="userSpaceOnUse"
     2320       id="linearGradient3627"
     2321       xlink:href="#linearGradient6760"
     2322       inkscape:collect="always" />
     2323    <linearGradient
     2324       gradientTransform="matrix(1.025519,0,0,1.22196,-2.493146,-99.35683)"
     2325       y2="532.36218"
     2326       x2="584.12329"
     2327       y1="532.36218"
     2328       x1="157.75"
     2329       gradientUnits="userSpaceOnUse"
     2330       id="linearGradient3625"
     2331       xlink:href="#linearGradient6760"
     2332       inkscape:collect="always" />
     2333    <linearGradient
     2334       id="linearGradient3617">
     2335      <stop
     2336         style="stop-color:#3447ff;stop-opacity:1;"
     2337         offset="0"
     2338         id="stop3619" />
     2339      <stop
     2340         id="stop3621"
     2341         offset="0.51282054"
     2342         style="stop-color:white;stop-opacity:0.94117647;" />
     2343      <stop
     2344         style="stop-color:#341dff;stop-opacity:1;"
     2345         offset="1"
     2346         id="stop3623" />
     2347    </linearGradient>
     2348    <linearGradient
     2349       id="linearGradient3609">
     2350      <stop
     2351         style="stop-color:#3447ff;stop-opacity:1;"
     2352         offset="0"
     2353         id="stop3611" />
     2354      <stop
     2355         id="stop3613"
     2356         offset="0.51282054"
     2357         style="stop-color:white;stop-opacity:0.94117647;" />
     2358      <stop
     2359         style="stop-color:#341dff;stop-opacity:1;"
     2360         offset="1"
     2361         id="stop3615" />
     2362    </linearGradient>
     2363    <linearGradient
     2364       y2="532.36218"
     2365       x2="584.12329"
     2366       y1="532.36218"
     2367       x1="157.75"
     2368       gradientUnits="userSpaceOnUse"
     2369       id="linearGradient3607"
     2370       xlink:href="#linearGradient6760"
     2371       inkscape:collect="always" />
     2372    <linearGradient
     2373       y2="532.36218"
     2374       x2="584.12329"
     2375       y1="532.36218"
     2376       x1="157.75"
     2377       gradientUnits="userSpaceOnUse"
     2378       id="linearGradient3605"
     2379       xlink:href="#linearGradient6760"
     2380       inkscape:collect="always" />
     2381    <linearGradient
     2382       inkscape:collect="always"
     2383       xlink:href="#linearGradient6760"
     2384       id="linearGradient3603"
     2385       gradientUnits="userSpaceOnUse"
     2386       x1="228.69115"
     2387       y1="870.7868"
     2388       x2="707.32397"
     2389       y2="870.7868" />
     2390    <linearGradient
     2391       inkscape:collect="always"
     2392       xlink:href="#linearGradient6760"
     2393       id="linearGradient3601"
     2394       gradientUnits="userSpaceOnUse"
     2395       x1="228.69115"
     2396       y1="870.7868"
     2397       x2="707.32397"
     2398       y2="870.7868" />
     2399    <linearGradient
     2400       inkscape:collect="always"
     2401       xlink:href="#linearGradient6760"
     2402       id="linearGradient3599"
     2403       gradientUnits="userSpaceOnUse"
     2404       x1="228.69115"
     2405       y1="870.7868"
     2406       x2="707.32397"
     2407       y2="870.7868" />
     2408    <linearGradient
     2409       inkscape:collect="always"
     2410       xlink:href="#linearGradient6760"
     2411       id="linearGradient3597"
     2412       gradientUnits="userSpaceOnUse"
     2413       x1="228.69115"
     2414       y1="870.7868"
     2415       x2="707.32397"
     2416       y2="870.7868" />
     2417    <linearGradient
     2418       inkscape:collect="always"
     2419       xlink:href="#linearGradient6760"
     2420       id="linearGradient3595"
     2421       gradientUnits="userSpaceOnUse"
     2422       x1="228.69115"
     2423       y1="870.7868"
     2424       x2="707.32397"
     2425       y2="870.7868" />
     2426    <linearGradient
     2427       inkscape:collect="always"
     2428       xlink:href="#linearGradient6760"
     2429       id="linearGradient3593"
     2430       gradientUnits="userSpaceOnUse"
     2431       x1="228.69115"
     2432       y1="870.7868"
     2433       x2="707.32397"
     2434       y2="870.7868" />
     2435    <linearGradient
     2436       inkscape:collect="always"
     2437       xlink:href="#linearGradient6760"
     2438       id="linearGradient3591"
     2439       gradientUnits="userSpaceOnUse"
     2440       x1="-913.33197"
     2441       y1="-468.00757"
     2442       x2="-828.24158"
     2443       y2="-468.00757" />
     2444    <linearGradient
     2445       inkscape:collect="always"
     2446       xlink:href="#linearGradient6760"
     2447       id="linearGradient3589"
     2448       gradientUnits="userSpaceOnUse"
     2449       x1="228.69115"
     2450       y1="870.7868"
     2451       x2="707.32397"
     2452       y2="870.7868" />
     2453    <linearGradient
     2454       inkscape:collect="always"
     2455       xlink:href="#linearGradient6760"
     2456       id="linearGradient3587"
     2457       gradientUnits="userSpaceOnUse"
     2458       x1="228.69115"
     2459       y1="870.7868"
     2460       x2="707.32397"
     2461       y2="870.7868" />
     2462    <linearGradient
     2463       inkscape:collect="always"
     2464       xlink:href="#linearGradient6760"
     2465       id="linearGradient3585"
     2466       gradientUnits="userSpaceOnUse"
     2467       x1="228.69115"
     2468       y1="870.7868"
     2469       x2="707.32397"
     2470       y2="870.7868" />
     2471    <linearGradient
     2472       inkscape:collect="always"
     2473       xlink:href="#linearGradient6760"
     2474       id="linearGradient3583"
     2475       gradientUnits="userSpaceOnUse"
     2476       x1="228.69115"
     2477       y1="870.7868"
     2478       x2="707.32397"
     2479       y2="870.7868" />
     2480    <linearGradient
     2481       inkscape:collect="always"
     2482       xlink:href="#linearGradient6760"
     2483       id="linearGradient3581"
     2484       gradientUnits="userSpaceOnUse"
     2485       x1="228.69115"
     2486       y1="870.7868"
     2487       x2="707.32397"
     2488       y2="870.7868" />
     2489    <linearGradient
     2490       inkscape:collect="always"
     2491       xlink:href="#linearGradient6760"
     2492       id="linearGradient3579"
     2493       gradientUnits="userSpaceOnUse"
     2494       x1="228.69115"
     2495       y1="870.7868"
     2496       x2="707.32397"
     2497       y2="870.7868" />
     2498    <linearGradient
     2499       inkscape:collect="always"
     2500       xlink:href="#linearGradient6760"
     2501       id="linearGradient3577"
     2502       gradientUnits="userSpaceOnUse"
     2503       x1="228.69115"
     2504       y1="870.7868"
     2505       x2="707.32397"
     2506       y2="870.7868" />
     2507    <linearGradient
     2508       inkscape:collect="always"
     2509       xlink:href="#linearGradient6760"
     2510       id="linearGradient3575"
     2511       gradientUnits="userSpaceOnUse"
     2512       x1="-913.33197"
     2513       y1="-468.00757"
     2514       x2="-828.24158"
     2515       y2="-468.00757" />
     2516    <linearGradient
     2517       id="linearGradient3567">
     2518      <stop
     2519         id="stop3569"
     2520         offset="0"
     2521         style="stop-color:#3447ff;stop-opacity:1;" />
     2522      <stop
     2523         style="stop-color:white;stop-opacity:0.94117647;"
     2524         offset="0.51282054"
     2525         id="stop3571" />
     2526      <stop
     2527         id="stop3573"
     2528         offset="1"
     2529         style="stop-color:#341dff;stop-opacity:1;" />
     2530    </linearGradient>
     2531    <inkscape:perspective
     2532       sodipodi:type="inkscape:persp3d"
     2533       inkscape:vp_x="0 : 526.18109 : 1"
     2534       inkscape:vp_y="0 : 1000 : 0"
     2535       inkscape:vp_z="744.09448 : 526.18109 : 1"
     2536       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
     2537       id="perspective3564" />
     2538    <linearGradient
     2539       y2="870.7868"
     2540       x2="707.32397"
     2541       y1="870.7868"
     2542       x1="228.69115"
     2543       gradientUnits="userSpaceOnUse"
     2544       id="linearGradient3824"
     2545       xlink:href="#linearGradient6760"
     2546       inkscape:collect="always" />
     2547    <linearGradient
     2548       y2="870.7868"
     2549       x2="707.32397"
     2550       y1="870.7868"
     2551       x1="228.69115"
     2552       gradientUnits="userSpaceOnUse"
     2553       id="linearGradient3826"
     2554       xlink:href="#linearGradient6760"
     2555       inkscape:collect="always" />
     2556    <linearGradient
     2557       y2="870.7868"
     2558       x2="707.32397"
     2559       y1="870.7868"
     2560       x1="228.69115"
     2561       gradientUnits="userSpaceOnUse"
     2562       id="linearGradient3828"
     2563       xlink:href="#linearGradient6760"
     2564       inkscape:collect="always" />
     2565    <linearGradient
     2566       y2="870.7868"
     2567       x2="707.32397"
     2568       y1="870.7868"
     2569       x1="228.69115"
     2570       gradientUnits="userSpaceOnUse"
     2571       id="linearGradient3972"
     2572       xlink:href="#linearGradient6760"
     2573       inkscape:collect="always" />
     2574    <linearGradient
     2575       y2="870.7868"
     2576       x2="707.32397"
     2577       y1="870.7868"
     2578       x1="228.69115"
     2579       gradientUnits="userSpaceOnUse"
     2580       id="linearGradient3974"
     2581       xlink:href="#linearGradient6760"
     2582       inkscape:collect="always" />
     2583    <linearGradient
     2584       y2="870.7868"
     2585       x2="707.32397"
     2586       y1="870.7868"
     2587       x1="228.69115"
     2588       gradientUnits="userSpaceOnUse"
     2589       id="linearGradient3976"
     2590       xlink:href="#linearGradient6760"
     2591       inkscape:collect="always" />
     2592    <linearGradient
     2593       y2="870.7868"
     2594       x2="707.32397"
     2595       y1="870.7868"
     2596       x1="228.69115"
     2597       gradientUnits="userSpaceOnUse"
     2598       id="linearGradient4216"
     2599       xlink:href="#linearGradient6760"
     2600       inkscape:collect="always" />
     2601    <linearGradient
     2602       y2="-468.00757"
     2603       x2="-828.24158"
     2604       y1="-468.00757"
     2605       x1="-913.33197"
     2606       gradientTransform="matrix(0.8864351,0,0,0.2909135,-400.25229,-298.94159)"
     2607       gradientUnits="userSpaceOnUse"
     2608       id="linearGradient6357"
     2609       xlink:href="#linearGradient6760"
     2610       inkscape:collect="always" />
     2611    <linearGradient
     2612       y2="-468.00757"
     2613       x2="-828.24158"
     2614       y1="-468.00757"
     2615       x1="-913.33197"
     2616       gradientTransform="matrix(0.8917623,0,0,0.3383418,-379.54505,-313.03953)"
     2617       gradientUnits="userSpaceOnUse"
     2618       id="linearGradient6359"
     2619       xlink:href="#linearGradient6760"
     2620       inkscape:collect="always" />
     2621    <linearGradient
     2622       inkscape:collect="always"
     2623       xlink:href="#linearGradient6760"
     2624       id="linearGradient7033"
     2625       gradientUnits="userSpaceOnUse"
     2626       gradientTransform="matrix(0.9075128,0,0,0.2009479,-245.96716,-351.99737)"
     2627       x1="-913.33197"
     2628       y1="-468.00757"
     2629       x2="-828.24158"
     2630       y2="-468.00757" />
     2631    <linearGradient
     2632       inkscape:collect="always"
     2633       xlink:href="#linearGradient6760"
     2634       id="linearGradient7037"
     2635       gradientUnits="userSpaceOnUse"
     2636       gradientTransform="matrix(0.9091846,0,0,1.4695577,-244.54057,543.59955)"
     2637       x1="-913.33197"
     2638       y1="-468.00757"
     2639       x2="-828.24158"
     2640       y2="-468.00757" />
     2641    <linearGradient
     2642       inkscape:collect="always"
     2643       xlink:href="#linearGradient6760"
     2644       id="linearGradient7039"
     2645       gradientUnits="userSpaceOnUse"
     2646       x1="228.69115"
     2647       y1="870.7868"
     2648       x2="707.32397"
     2649       y2="870.7868" />
     2650    <linearGradient
     2651       inkscape:collect="always"
     2652       xlink:href="#linearGradient6760"
     2653       id="linearGradient7041"
     2654       gradientUnits="userSpaceOnUse"
     2655       gradientTransform="matrix(-2.6508952e-3,0.310952,-0.7560836,-6.7157921e-3,186.33856,785.52651)"
     2656       x1="157.75"
     2657       y1="532.36218"
     2658       x2="584.12329"
     2659       y2="532.36218" />
     2660    <linearGradient
     2661       inkscape:collect="always"
     2662       xlink:href="#linearGradient6760"
     2663       id="linearGradient7043"
     2664       gradientUnits="userSpaceOnUse"
     2665       gradientTransform="matrix(0.7205084,0,0,2.0038489,-194.03493,-665.90822)"
     2666       x1="228.69115"
     2667       y1="870.7868"
     2668       x2="707.32397"
     2669       y2="870.7868" />
     2670    <linearGradient
     2671       inkscape:collect="always"
     2672       xlink:href="#linearGradient6760"
     2673       id="linearGradient7045"
     2674       gradientUnits="userSpaceOnUse"
     2675       gradientTransform="matrix(0.7235658,0,0,1.9953817,-93.4071,-658.8654)"
     2676       x1="228.69115"
     2677       y1="870.7868"
     2678       x2="707.32397"
     2679       y2="870.7868" />
     2680    <linearGradient
     2681       inkscape:collect="always"
     2682       xlink:href="#linearGradient6760"
     2683       id="linearGradient7047"
     2684       gradientUnits="userSpaceOnUse"
     2685       gradientTransform="matrix(0.7292976,0,0,1.9797118,-147.73085,-729.16695)"
     2686       x1="228.69115"
     2687       y1="870.7868"
     2688       x2="707.32397"
     2689       y2="870.7868" />
     2690    <linearGradient
     2691       inkscape:collect="always"
     2692       xlink:href="#linearGradient6760"
     2693       id="linearGradient7049"
     2694       gradientUnits="userSpaceOnUse"
     2695       gradientTransform="matrix(0.7273581,0,0,1.9849339,-295.23432,-649.93599)"
     2696       x1="228.69115"
     2697       y1="870.7868"
     2698       x2="707.32397"
     2699       y2="870.7868" />
     2700    <linearGradient
     2701       inkscape:collect="always"
     2702       xlink:href="#linearGradient6760"
     2703       id="linearGradient7051"
     2704       gradientUnits="userSpaceOnUse"
     2705       gradientTransform="matrix(0.7246839,0,0,1.9923177,-243.9935,-739.03344)"
     2706       x1="228.69115"
     2707       y1="870.7868"
     2708       x2="707.32397"
     2709       y2="870.7868" />
     2710    <linearGradient
     2711       inkscape:collect="always"
     2712       xlink:href="#linearGradient6760"
     2713       id="linearGradient7053"
     2714       gradientUnits="userSpaceOnUse"
     2715       gradientTransform="matrix(0.736739,0,0,1.9597194,-50.986852,-710.9837)"
     2716       x1="228.69115"
     2717       y1="870.7868"
     2718       x2="707.32397"
     2719       y2="870.7868" />
     2720    <linearGradient
     2721       inkscape:collect="always"
     2722       xlink:href="#linearGradient6760"
     2723       id="linearGradient7055"
     2724       gradientUnits="userSpaceOnUse"
     2725       gradientTransform="matrix(0.736739,0,0,1.9597194,-69.113422,-540.13764)"
     2726       x1="228.69115"
     2727       y1="870.7868"
     2728       x2="707.32397"
     2729       y2="870.7868" />
     2730    <linearGradient
     2731       inkscape:collect="always"
     2732       xlink:href="#linearGradient6760"
     2733       id="linearGradient7057"
     2734       gradientUnits="userSpaceOnUse"
     2735       gradientTransform="matrix(0.7367172,0,0,2.0204696,-389.30383,-680.45415)"
     2736       x1="228.69115"
     2737       y1="870.7868"
     2738       x2="707.32397"
     2739       y2="870.7868" />
     2740    <linearGradient
     2741       inkscape:collect="always"
     2742       xlink:href="#linearGradient10543"
     2743       id="linearGradient7059"
     2744       gradientUnits="userSpaceOnUse"
     2745       x1="-42.013222"
     2746       y1="895.25244"
     2747       x2="66.722748"
     2748       y2="895.25244" />
     2749    <linearGradient
     2750       inkscape:collect="always"
     2751       xlink:href="#linearGradient6760"
     2752       id="linearGradient7061"
     2753       gradientUnits="userSpaceOnUse"
     2754       gradientTransform="matrix(0,0.8197509,-1.6095574,0,1705.1711,602.1258)"
     2755       x1="331.37308"
     2756       y1="976.83051"
     2757       x2="365.76541"
     2758       y2="976.83051" />
     2759    <linearGradient
     2760       inkscape:collect="always"
     2761       xlink:href="#linearGradient6760"
     2762       id="linearGradient7063"
     2763       gradientUnits="userSpaceOnUse"
     2764       x1="384.94772"
     2765       y1="948.68036"
     2766       x2="409.34"
     2767       y2="948.68036" />
     2768    <linearGradient
     2769       inkscape:collect="always"
     2770       xlink:href="#linearGradient6760"
     2771       id="linearGradient7065"
     2772       gradientUnits="userSpaceOnUse"
     2773       gradientTransform="matrix(0,0.8197509,-1.6095574,0,1816.828,602.54721)"
     2774       x1="331.37308"
     2775       y1="976.83051"
     2776       x2="365.76541"
     2777       y2="976.83051" />
     2778    <linearGradient
     2779       inkscape:collect="always"
     2780       xlink:href="#linearGradient6760"
     2781       id="linearGradient7067"
     2782       gradientUnits="userSpaceOnUse"
     2783       x1="384.94772"
     2784       y1="948.68036"
     2785       x2="409.34"
     2786       y2="948.68036" />
     2787    <linearGradient
     2788       inkscape:collect="always"
     2789       xlink:href="#linearGradient6760"
     2790       id="linearGradient7069"
     2791       gradientUnits="userSpaceOnUse"
     2792       x1="228.69115"
     2793       y1="870.7868"
     2794       x2="707.32397"
     2795       y2="870.7868" />
     2796    <linearGradient
     2797       inkscape:collect="always"
     2798       xlink:href="#linearGradient6760"
     2799       id="linearGradient7071"
     2800       gradientUnits="userSpaceOnUse"
     2801       x1="228.69115"
     2802       y1="870.7868"
     2803       x2="707.32397"
     2804       y2="870.7868" />
     2805    <linearGradient
     2806       id="linearGradient3545">
     2807      <stop
     2808         id="stop3547"
     2809         offset="0"
     2810         style="stop-color:#3447ff;stop-opacity:1;" />
     2811      <stop
     2812         style="stop-color:white;stop-opacity:0.94117647;"
     2813         offset="0.51282054"
     2814         id="stop3549" />
     2815      <stop
     2816         id="stop3551"
     2817         offset="1"
     2818         style="stop-color:#341dff;stop-opacity:1;" />
     2819    </linearGradient>
     2820    <linearGradient
     2821       inkscape:collect="always"
     2822       xlink:href="#linearGradient6760"
     2823       id="linearGradient3543"
     2824       x1="178"
     2825       y1="472.06305"
     2826       x2="544.92957"
     2827       y2="472.06305"
     2828       gradientUnits="userSpaceOnUse" />
     2829    <linearGradient
     2830       inkscape:collect="always"
     2831       xlink:href="#linearGradient6760"
     2832       id="linearGradient3541"
     2833       x1="37.28347"
     2834       y1="472.44641"
     2835       x2="140.18112"
     2836       y2="472.44641"
     2837       gradientUnits="userSpaceOnUse" />
     2838    <linearGradient
     2839       inkscape:collect="always"
     2840       xlink:href="#linearGradient6760"
     2841       id="linearGradient3539"
     2842       gradientUnits="userSpaceOnUse"
     2843       x1="37.28347"
     2844       y1="472.44641"
     2845       x2="140.18112"
     2846       y2="472.44641" />
     2847    <linearGradient
     2848       id="linearGradient3531">
     2849      <stop
     2850         id="stop3533"
     2851         offset="0"
     2852         style="stop-color:#3447ff;stop-opacity:1;" />
     2853      <stop
     2854         style="stop-color:white;stop-opacity:0.94117647;"
     2855         offset="0.51282054"
     2856         id="stop3535" />
     2857      <stop
     2858         id="stop3537"
     2859         offset="1"
     2860         style="stop-color:#341dff;stop-opacity:1;" />
     2861    </linearGradient>
     2862    <linearGradient
     2863       inkscape:collect="always"
     2864       xlink:href="#linearGradient6760"
     2865       id="linearGradient3529"
    5132866       x1="336.90649"
    5142867       y1="455.00009"
    5152868       x2="454.45868"
    516        y2="455.00009" />
    517     <linearGradient
     2869       y2="455.00009"
     2870       gradientUnits="userSpaceOnUse" />
     2871    <linearGradient
     2872       id="linearGradient3521">
     2873      <stop
     2874         id="stop3523"
     2875         offset="0"
     2876         style="stop-color:#3447ff;stop-opacity:1;" />
     2877      <stop
     2878         style="stop-color:white;stop-opacity:0.94117647;"
     2879         offset="0.51282054"
     2880         id="stop3525" />
     2881      <stop
     2882         id="stop3527"
     2883         offset="1"
     2884         style="stop-color:#341dff;stop-opacity:1;" />
     2885    </linearGradient>
     2886    <linearGradient
     2887       inkscape:collect="always"
     2888       xlink:href="#linearGradient6760"
     2889       id="linearGradient3519"
     2890       x1="178"
     2891       y1="472.06305"
     2892       x2="544.92957"
     2893       y2="472.06305"
     2894       gradientUnits="userSpaceOnUse" />
     2895    <linearGradient
     2896       inkscape:collect="always"
     2897       xlink:href="#linearGradient6760"
     2898       id="linearGradient3517"
     2899       x1="37.28347"
     2900       y1="472.44641"
     2901       x2="140.18112"
    5182902       y2="472.44641"
     2903       gradientUnits="userSpaceOnUse" />
     2904    <linearGradient
     2905       inkscape:collect="always"
     2906       xlink:href="#linearGradient6760"
     2907       id="linearGradient3515"
     2908       gradientUnits="userSpaceOnUse"
     2909       x1="37.28347"
     2910       y1="472.44641"
    5192911       x2="140.18112"
    520        y1="472.44641"
    521        x1="37.28347"
    522        gradientUnits="userSpaceOnUse"
    523        id="linearGradient2032"
    524        xlink:href="#linearGradient6760"
    525        inkscape:collect="always" />
    526     <linearGradient
    527        gradientUnits="userSpaceOnUse"
    528        y2="472.44641"
    529        x2="140.18112"
    530        y1="472.44641"
    531        x1="37.28347"
    532        id="linearGradient2030"
    533        xlink:href="#linearGradient6760"
    534        inkscape:collect="always" />
    535     <linearGradient
    536        gradientUnits="userSpaceOnUse"
    537        y2="472.06305"
    538        x2="544.92957"
    539        y1="472.06305"
    540        x1="178"
    541        id="linearGradient2028"
    542        xlink:href="#linearGradient6760"
    543        inkscape:collect="always" />
    544     <linearGradient
    545        id="linearGradient2020">
     2912       y2="472.44641" />
     2913    <linearGradient
     2914       id="linearGradient3507">
     2915      <stop
     2916         id="stop3509"
     2917         offset="0"
     2918         style="stop-color:#3447ff;stop-opacity:1;" />
     2919      <stop
     2920         style="stop-color:white;stop-opacity:0.94117647;"
     2921         offset="0.51282054"
     2922         id="stop3511" />
     2923      <stop
     2924         id="stop3513"
     2925         offset="1"
     2926         style="stop-color:#341dff;stop-opacity:1;" />
     2927    </linearGradient>
     2928    <linearGradient
     2929       inkscape:collect="always"
     2930       xlink:href="#linearGradient6760"
     2931       id="linearGradient3505"
     2932       x1="336.90649"
     2933       y1="455.00009"
     2934       x2="454.45868"
     2935       y2="455.00009"
     2936       gradientUnits="userSpaceOnUse" />
     2937    <linearGradient
     2938       y2="591.71429"
     2939       x2="370.8418"
     2940       y1="509.53915"
     2941       x1="372.57718"
     2942       gradientTransform="matrix(-5.065757e-3,0.576919,0.698739,1.716815e-2,71.82232,209.7215)"
     2943       gradientUnits="userSpaceOnUse"
     2944       id="linearGradient3503"
     2945       xlink:href="#linearGradient6760"
     2946       inkscape:collect="always" />
     2947    <linearGradient
     2948       y2="602.44745"
     2949       x2="527.93805"
     2950       y1="602.44745"
     2951       x1="422.41946"
     2952       gradientUnits="userSpaceOnUse"
     2953       id="linearGradient3501"
     2954       xlink:href="#linearGradient6760"
     2955       inkscape:collect="always" />
     2956    <linearGradient
     2957       id="linearGradient3493">
     2958      <stop
     2959         id="stop3495"
     2960         offset="0"
     2961         style="stop-color:#3447ff;stop-opacity:1;" />
     2962      <stop
     2963         style="stop-color:white;stop-opacity:0.94117647;"
     2964         offset="0.51282054"
     2965         id="stop3497" />
     2966      <stop
     2967         id="stop3499"
     2968         offset="1"
     2969         style="stop-color:#341dff;stop-opacity:1;" />
     2970    </linearGradient>
     2971    <linearGradient
     2972       inkscape:collect="always"
     2973       xlink:href="#linearGradient6760"
     2974       id="linearGradient3491"
     2975       gradientUnits="userSpaceOnUse"
     2976       x1="157.75"
     2977       y1="532.36218"
     2978       x2="584.12329"
     2979       y2="532.36218" />
     2980    <linearGradient
     2981       inkscape:collect="always"
     2982       xlink:href="#linearGradient6760"
     2983       id="linearGradient3489"
     2984       gradientUnits="userSpaceOnUse"
     2985       x1="157.75"
     2986       y1="532.36218"
     2987       x2="584.12329"
     2988       y2="532.36218" />
     2989    <linearGradient
     2990       inkscape:collect="always"
     2991       xlink:href="#linearGradient6760"
     2992       id="linearGradient3487"
     2993       gradientUnits="userSpaceOnUse"
     2994       gradientTransform="matrix(-1.025471,-4.886187e-3,-1.498193e-2,1.221947,681.9447,-96.76109)"
     2995       x1="157.75"
     2996       y1="532.36218"
     2997       x2="584.12329"
     2998       y2="532.36218" />
     2999    <linearGradient
     3000       id="linearGradient3479">
     3001      <stop
     3002         id="stop3481"
     3003         offset="0"
     3004         style="stop-color:#3447ff;stop-opacity:1;" />
     3005      <stop
     3006         style="stop-color:white;stop-opacity:0.94117647;"
     3007         offset="0.51282054"
     3008         id="stop3483" />
     3009      <stop
     3010         id="stop3485"
     3011         offset="1"
     3012         style="stop-color:#341dff;stop-opacity:1;" />
     3013    </linearGradient>
     3014    <linearGradient
     3015       inkscape:collect="always"
     3016       xlink:href="#linearGradient6760"
     3017       id="linearGradient3477"
     3018       gradientUnits="userSpaceOnUse"
     3019       x1="157.75"
     3020       y1="532.36218"
     3021       x2="584.12329"
     3022       y2="532.36218" />
     3023    <linearGradient
     3024       inkscape:collect="always"
     3025       xlink:href="#linearGradient6760"
     3026       id="linearGradient3475"
     3027       gradientUnits="userSpaceOnUse"
     3028       x1="157.75"
     3029       y1="532.36218"
     3030       x2="584.12329"
     3031       y2="532.36218" />
     3032    <linearGradient
     3033       inkscape:collect="always"
     3034       xlink:href="#linearGradient6760"
     3035       id="linearGradient3473"
     3036       gradientUnits="userSpaceOnUse"
     3037       x1="157.75"
     3038       y1="532.36218"
     3039       x2="584.12329"
     3040       y2="532.36218"
     3041       gradientTransform="matrix(1.025519,0,0,1.22196,-2.493146,-99.35683)" />
     3042    <linearGradient
     3043       id="linearGradient3465">
     3044      <stop
     3045         id="stop3467"
     3046         offset="0"
     3047         style="stop-color:#3447ff;stop-opacity:1;" />
     3048      <stop
     3049         style="stop-color:white;stop-opacity:0.94117647;"
     3050         offset="0.51282054"
     3051         id="stop3469" />
     3052      <stop
     3053         id="stop3471"
     3054         offset="1"
     3055         style="stop-color:#341dff;stop-opacity:1;" />
     3056    </linearGradient>
     3057    <linearGradient
     3058       id="linearGradient3457">
     3059      <stop
     3060         id="stop3459"
     3061         offset="0"
     3062         style="stop-color:#3447ff;stop-opacity:1;" />
     3063      <stop
     3064         style="stop-color:white;stop-opacity:0.94117647;"
     3065         offset="0.51282054"
     3066         id="stop3461" />
     3067      <stop
     3068         id="stop3463"
     3069         offset="1"
     3070         style="stop-color:#341dff;stop-opacity:1;" />
     3071    </linearGradient>
     3072    <linearGradient
     3073       inkscape:collect="always"
     3074       xlink:href="#linearGradient6760"
     3075       id="linearGradient3455"
     3076       gradientUnits="userSpaceOnUse"
     3077       x1="157.75"
     3078       y1="532.36218"
     3079       x2="584.12329"
     3080       y2="532.36218" />
     3081    <linearGradient
     3082       inkscape:collect="always"
     3083       xlink:href="#linearGradient6760"
     3084       id="linearGradient3453"
     3085       gradientUnits="userSpaceOnUse"
     3086       x1="157.75"
     3087       y1="532.36218"
     3088       x2="584.12329"
     3089       y2="532.36218" />
     3090    <linearGradient
     3091       y2="870.7868"
     3092       x2="707.32397"
     3093       y1="870.7868"
     3094       x1="228.69115"
     3095       gradientUnits="userSpaceOnUse"
     3096       id="linearGradient3451"
     3097       xlink:href="#linearGradient6760"
     3098       inkscape:collect="always" />
     3099    <linearGradient
     3100       y2="870.7868"
     3101       x2="707.32397"
     3102       y1="870.7868"
     3103       x1="228.69115"
     3104       gradientUnits="userSpaceOnUse"
     3105       id="linearGradient3449"
     3106       xlink:href="#linearGradient6760"
     3107       inkscape:collect="always" />
     3108    <linearGradient
     3109       y2="870.7868"
     3110       x2="707.32397"
     3111       y1="870.7868"
     3112       x1="228.69115"
     3113       gradientUnits="userSpaceOnUse"
     3114       id="linearGradient3447"
     3115       xlink:href="#linearGradient6760"
     3116       inkscape:collect="always" />
     3117    <linearGradient
     3118       y2="870.7868"
     3119       x2="707.32397"
     3120       y1="870.7868"
     3121       x1="228.69115"
     3122       gradientUnits="userSpaceOnUse"
     3123       id="linearGradient3445"
     3124       xlink:href="#linearGradient6760"
     3125       inkscape:collect="always" />
     3126    <linearGradient
     3127       y2="870.7868"
     3128       x2="707.32397"
     3129       y1="870.7868"
     3130       x1="228.69115"
     3131       gradientUnits="userSpaceOnUse"
     3132       id="linearGradient3443"
     3133       xlink:href="#linearGradient6760"
     3134       inkscape:collect="always" />
     3135    <linearGradient
     3136       y2="870.7868"
     3137       x2="707.32397"
     3138       y1="870.7868"
     3139       x1="228.69115"
     3140       gradientUnits="userSpaceOnUse"
     3141       id="linearGradient3441"
     3142       xlink:href="#linearGradient6760"
     3143       inkscape:collect="always" />
     3144    <linearGradient
     3145       y2="-468.00757"
     3146       x2="-828.24158"
     3147       y1="-468.00757"
     3148       x1="-913.33197"
     3149       gradientUnits="userSpaceOnUse"
     3150       id="linearGradient3439"
     3151       xlink:href="#linearGradient6760"
     3152       inkscape:collect="always" />
     3153    <linearGradient
     3154       y2="870.7868"
     3155       x2="707.32397"
     3156       y1="870.7868"
     3157       x1="228.69115"
     3158       gradientUnits="userSpaceOnUse"
     3159       id="linearGradient3437"
     3160       xlink:href="#linearGradient6760"
     3161       inkscape:collect="always" />
     3162    <linearGradient
     3163       y2="870.7868"
     3164       x2="707.32397"
     3165       y1="870.7868"
     3166       x1="228.69115"
     3167       gradientUnits="userSpaceOnUse"
     3168       id="linearGradient3435"
     3169       xlink:href="#linearGradient6760"
     3170       inkscape:collect="always" />
     3171    <linearGradient
     3172       y2="870.7868"
     3173       x2="707.32397"
     3174       y1="870.7868"
     3175       x1="228.69115"
     3176       gradientUnits="userSpaceOnUse"
     3177       id="linearGradient3433"
     3178       xlink:href="#linearGradient6760"
     3179       inkscape:collect="always" />
     3180    <linearGradient
     3181       y2="870.7868"
     3182       x2="707.32397"
     3183       y1="870.7868"
     3184       x1="228.69115"
     3185       gradientUnits="userSpaceOnUse"
     3186       id="linearGradient3431"
     3187       xlink:href="#linearGradient6760"
     3188       inkscape:collect="always" />
     3189    <linearGradient
     3190       y2="870.7868"
     3191       x2="707.32397"
     3192       y1="870.7868"
     3193       x1="228.69115"
     3194       gradientUnits="userSpaceOnUse"
     3195       id="linearGradient3429"
     3196       xlink:href="#linearGradient6760"
     3197       inkscape:collect="always" />
     3198    <linearGradient
     3199       y2="870.7868"
     3200       x2="707.32397"
     3201       y1="870.7868"
     3202       x1="228.69115"
     3203       gradientUnits="userSpaceOnUse"
     3204       id="linearGradient3427"
     3205       xlink:href="#linearGradient6760"
     3206       inkscape:collect="always" />
     3207    <linearGradient
     3208       y2="870.7868"
     3209       x2="707.32397"
     3210       y1="870.7868"
     3211       x1="228.69115"
     3212       gradientUnits="userSpaceOnUse"
     3213       id="linearGradient3425"
     3214       xlink:href="#linearGradient6760"
     3215       inkscape:collect="always" />
     3216    <linearGradient
     3217       y2="-468.00757"
     3218       x2="-828.24158"
     3219       y1="-468.00757"
     3220       x1="-913.33197"
     3221       gradientUnits="userSpaceOnUse"
     3222       id="linearGradient3423"
     3223       xlink:href="#linearGradient6760"
     3224       inkscape:collect="always" />
     3225    <linearGradient
     3226       id="linearGradient3415">
    5463227      <stop
    5473228         style="stop-color:#3447ff;stop-opacity:1;"
    5483229         offset="0"
    549          id="stop2022" />
    550       <stop
    551          id="stop2024"
     3230         id="stop3417" />
     3231      <stop
     3232         id="stop3419"
    5523233         offset="0.51282054"
    5533234         style="stop-color:white;stop-opacity:0.94117647;" />
     
    5553236         style="stop-color:#341dff;stop-opacity:1;"
    5563237         offset="1"
    557          id="stop2026" />
    558     </linearGradient>
     3238         id="stop3421" />
     3239    </linearGradient>
     3240    <inkscape:perspective
     3241       id="perspective3413"
     3242       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
     3243       inkscape:vp_z="744.09448 : 526.18109 : 1"
     3244       inkscape:vp_y="0 : 1000 : 0"
     3245       inkscape:vp_x="0 : 526.18109 : 1"
     3246       sodipodi:type="inkscape:persp3d" />
     3247    <linearGradient
     3248       inkscape:collect="always"
     3249       xlink:href="#linearGradient6760"
     3250       id="linearGradient3922"
     3251       gradientUnits="userSpaceOnUse"
     3252       gradientTransform="matrix(1.3991697,0,0,0.168071,1314.1959,159.73566)"
     3253       x1="-913.33197"
     3254       y1="-468.00757"
     3255       x2="-828.24158"
     3256       y2="-468.00757" />
     3257    <linearGradient
     3258       inkscape:collect="always"
     3259       xlink:href="#linearGradient6760"
     3260       id="linearGradient3928"
     3261       gradientUnits="userSpaceOnUse"
     3262       gradientTransform="matrix(-1.069543,0,0,1.3424145,622.87649,-1061.8604)"
     3263       x1="331.37308"
     3264       y1="976.83051"
     3265       x2="365.76541"
     3266       y2="976.83051" />
     3267    <linearGradient
     3268       inkscape:collect="always"
     3269       xlink:href="#linearGradient6760"
     3270       id="linearGradient3934"
     3271       gradientUnits="userSpaceOnUse"
     3272       gradientTransform="matrix(-1.1312823,0,0,1.3415304,645.74085,-967.42701)"
     3273       x1="331.37308"
     3274       y1="976.83051"
     3275       x2="365.76541"
     3276       y2="976.83051" />
     3277    <linearGradient
     3278       inkscape:collect="always"
     3279       xlink:href="#linearGradient6760"
     3280       id="linearGradient3943"
     3281       gradientUnits="userSpaceOnUse"
     3282       gradientTransform="matrix(0,-0.6161836,-3.1150853,0,2742.5179,779.75331)"
     3283       x1="228.69115"
     3284       y1="870.7868"
     3285       x2="707.32397"
     3286       y2="870.7868" />
     3287    <linearGradient
     3288       inkscape:collect="always"
     3289       xlink:href="#linearGradient6760"
     3290       id="linearGradient3946"
     3291       gradientUnits="userSpaceOnUse"
     3292       gradientTransform="matrix(0,-0.6162019,-3.0214229,0,2789.5873,496.78803)"
     3293       x1="228.69115"
     3294       y1="870.7868"
     3295       x2="707.32397"
     3296       y2="870.7868" />
     3297    <linearGradient
     3298       inkscape:collect="always"
     3299       xlink:href="#linearGradient6760"
     3300       id="linearGradient3949"
     3301       gradientUnits="userSpaceOnUse"
     3302       gradientTransform="matrix(0,-0.6061191,-3.0716817,0,2832.8333,658.21706)"
     3303       x1="228.69115"
     3304       y1="870.7868"
     3305       x2="707.32397"
     3306       y2="870.7868" />
     3307    <linearGradient
     3308       inkscape:collect="always"
     3309       xlink:href="#linearGradient6760"
     3310       id="linearGradient3952"
     3311       gradientUnits="userSpaceOnUse"
     3312       gradientTransform="matrix(0,-0.6083558,-3.0602976,0,2695.4662,701.07442)"
     3313       x1="228.69115"
     3314       y1="870.7868"
     3315       x2="707.32397"
     3316       y2="870.7868" />
     3317    <linearGradient
     3318       inkscape:collect="always"
     3319       xlink:href="#linearGradient6760"
     3320       id="linearGradient3955"
     3321       gradientUnits="userSpaceOnUse"
     3322       gradientTransform="matrix(0,-0.6099779,-3.0522464,0,2817.6214,577.70384)"
     3323       x1="228.69115"
     3324       y1="870.7868"
     3325       x2="707.32397"
     3326       y2="870.7868" />
     3327    <linearGradient
     3328       inkscape:collect="always"
     3329       xlink:href="#linearGradient6760"
     3330       id="linearGradient3958"
     3331       gradientUnits="userSpaceOnUse"
     3332       gradientTransform="matrix(0,-0.6051839,-3.0764057,0,2709.2332,532.26795)"
     3333       x1="228.69115"
     3334       y1="870.7868"
     3335       x2="707.32397"
     3336       y2="870.7868" />
     3337    <linearGradient
     3338       inkscape:collect="always"
     3339       xlink:href="#linearGradient6760"
     3340       id="linearGradient3961"
     3341       gradientUnits="userSpaceOnUse"
     3342       gradientTransform="matrix(0,-0.6026267,-3.0894601,0,2720.0915,616.43216)"
     3343       x1="228.69115"
     3344       y1="870.7868"
     3345       x2="707.32397"
     3346       y2="870.7868" />
     3347    <linearGradient
     3348       inkscape:collect="always"
     3349       xlink:href="#linearGradient6760"
     3350       id="linearGradient3979"
     3351       gradientUnits="userSpaceOnUse"
     3352       gradientTransform="matrix(1.4017472,0,0,1.2291248,1316.3953,908.80486)"
     3353       x1="-913.33197"
     3354       y1="-468.00757"
     3355       x2="-828.24158"
     3356       y2="-468.00757" />
     3357    <linearGradient
     3358       inkscape:collect="always"
     3359       xlink:href="#linearGradient6760"
     3360       id="linearGradient3994"
     3361       gradientUnits="userSpaceOnUse"
     3362       x1="228.69115"
     3363       y1="870.7868"
     3364       x2="707.32397"
     3365       y2="870.7868" />
     3366    <linearGradient
     3367       inkscape:collect="always"
     3368       xlink:href="#linearGradient10543"
     3369       id="linearGradient3996"
     3370       gradientUnits="userSpaceOnUse"
     3371       x1="-42.013222"
     3372       y1="895.25244"
     3373       x2="66.722748"
     3374       y2="895.25244" />
     3375    <linearGradient
     3376       inkscape:collect="always"
     3377       xlink:href="#linearGradient6760"
     3378       id="linearGradient3998"
     3379       gradientUnits="userSpaceOnUse"
     3380       x1="228.69115"
     3381       y1="870.7868"
     3382       x2="707.32397"
     3383       y2="870.7868" />
    5593384  </defs>
    5603385  <sodipodi:namedview
    5613386     inkscape:window-height="900"
    562      inkscape:window-width="1280"
     3387     inkscape:window-width="1268"
    5633388     inkscape:pageshadow="2"
    5643389     inkscape:pageopacity="0.0"
     
    5723397     showgrid="true"
    5733398     showguides="true"
    574      inkscape:zoom="0.5"
    575      inkscape:cx="402.18318"
    576      inkscape:cy="595.30474"
    577      inkscape:window-x="-4"
    578      inkscape:window-y="-4"
     3399     inkscape:zoom="1"
     3400     inkscape:cx="218.27036"
     3401     inkscape:cy="352.87833"
     3402     inkscape:window-x="0"
     3403     inkscape:window-y="29"
    5793404     inkscape:current-layer="svg2064"
    5803405     inkscape:guide-bbox="true" />
     
    5823407     id="g5069"
    5833408     style="fill:url(#linearGradient5143);fill-opacity:1;fill-rule:nonzero"
    584      transform="matrix(0,-0.836391,-1.541763,0,1677.846,672.6111)" />
     3409     transform="matrix(0,-0.836391,-1.541763,0,1671.7038,608.7599)" />
     3410  <g
     3411     id="g3981"
     3412     transform="matrix(1.0286699,0,0,1.0202455,-67.633005,-74.642195)">
     3413    <path
     3414       id="path19167"
     3415       d="M 328.79364,681.15582 L 328.79364,603.56854 L 216.20635,603.56854 L 216.20635,603.56854"
     3416       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.41272306;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3417    <path
     3418       style="fill:url(#linearGradient27254);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.36734009;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3419       d="M 122.94225,763.34463 L 158.25923,720.93432 L 174.60597,741.80786 L 192.81633,765.06152 C 163.10752,771.61892 142.4005,768.17554 122.94225,763.34463 z"
     3420       id="path24559"
     3421       sodipodi:nodetypes="ccccc"
     3422       inkscape:export-xdpi="90"
     3423       inkscape:export-ydpi="90" />
     3424    <path
     3425       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.46198767px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
     3426       d="M 332.59412,756.13119 L 325.23099,755.8717 L 329.11715,744.41482 L 332.59412,756.13119"
     3427       id="path24561" />
     3428    <path
     3429       id="path24563"
     3430       d="M 387.46669,828.99039 L 387.37179,821.71022 L 398.80611,824.94071 L 387.46669,828.99039 z"
     3431       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.74357915px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
     3432    <path
     3433       id="path24565"
     3434       d="M 134.86581,766.93082 C 134.86581,824.80073 134.86581,824.80073 134.86581,824.80073 L 393.16334,824.80073"
     3435       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.52999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3436    <path
     3437       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.53475952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3438       d="M 175.07667,767.37077 L 175.07667,792.28479 L 328.73262,792.28479 L 328.73262,747.43955"
     3439       id="path25454" />
     3440    <path
     3441       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.38000011;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3442       d="M 157.99925,722.36214 C 157.99925,687.36214 157.99925,687.36214 157.99925,687.36214"
     3443       id="path26343" />
     3444    <path
     3445       id="path27230"
     3446       d="M 153.72923,709.71421 L 161.3926,709.97495 L 157.27624,719.53757 L 153.72923,709.71421 z"
     3447       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.70405763px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
     3448       inkscape:transform-center-x="92.736323"
     3449       inkscape:transform-center-y="23.884527" />
     3450    <path
     3451       transform="matrix(0.667027,0,0,0.662683,65.50728,407.8009)"
     3452       d="M 452.20867,455.00009 A 56.526085,54.432526 0 1 1 339.1565,455.00009 A 56.526085,54.432526 0 1 1 452.20867,455.00009 z"
     3453       sodipodi:ry="54.432526"
     3454       sodipodi:rx="56.526085"
     3455       sodipodi:cy="455.00009"
     3456       sodipodi:cx="395.68259"
     3457       id="path30082"
     3458       style="fill:url(#linearGradient30087);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.67148209;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3459       sodipodi:type="arc" />
     3460    <path
     3461       id="path9897"
     3462       d="M 313.30837,697.46047 L 352.71543,697.46047 L 321.18978,721.39483 L 400.00391,721.39483"
     3463       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.58592427;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3464    <path
     3465       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.60999215px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
     3466       d="M 313.37289,700.62456 L 313.10591,694.13988 L 304.64897,697.7827 L 313.37289,700.62456 z"
     3467       id="path30085" />
     3468  </g>
    5853469  <rect
    586      ry="25.401123"
    587      y="290.96024"
    588      x="93.739868"
    589      height="396.50537"
    590      width="124.14894"
    591      id="rect11493"
    592      style="fill:url(#linearGradient27294);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    593      rx="62.074471" />
     3470     rx="55.039188"
     3471     ry="37.328419"
     3472     style="fill:url(#linearGradient3979);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.62359142;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3473     id="rect2548"
     3474     width="112.87431"
     3475     height="582.6875"
     3476     x="39.333755"
     3477     y="42.220627" />
     3478  <g
     3479     transform="matrix(0,-0.836391,-1.541763,0,2139.419,428.14316)"
     3480     style="fill:url(#linearGradient3994);fill-opacity:1;fill-rule:nonzero"
     3481     id="g3634" />
    5943482  <path
    595      id="path8726"
    596      d="M 215.97243,517.84296 L 160.62318,517.8429"
    597      style="fill:url(#linearGradient27291);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3483     style="fill:url(#linearGradient3961);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.08600092;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3484     d="M 150.37727,355.02564 L 39.465615,355.02559"
     3485     id="path2550" />
    5983486  <path
    599      id="path8728"
    600      d="M 215.97243,419.48515 L 160.62318,419.48509"
    601      style="fill:url(#linearGradient27288);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3487     style="fill:url(#linearGradient3958);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.08599997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3488     d="M 150.37727,198.58385 L 39.934315,198.5838"
     3489     id="path2552" />
    6023490  <path
    603      id="path8732"
    604      d="M 151.46784,469.17225 L 96.118499,469.17233"
    605      style="fill:url(#linearGradient27285);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3491     style="fill:url(#linearGradient3955);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.08600092;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3492     d="M 151.16002,277.61311 L 41.584155,277.61317"
     3493     id="path2554" />
    6063494  <path
    607      style="fill:url(#linearGradient27282);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    608      d="M 216.31496,613.02261 L 160.96553,613.0226"
    609      id="path7820" />
     3495     id="path2556"
     3496     d="M 150.68809,506.41247 L 40.823135,506.41246"
     3497     style="fill:url(#linearGradient3952);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.08599997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    6103498  <path
    611      style="fill:url(#linearGradient27279);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    612      d="M 151.81039,564.3519 L 96.460924,564.35199"
    613      id="path8730" />
     3499     id="path2558"
     3500     d="M 150.07523,428.99992 L 39.801565,428.99998"
     3501     style="fill:url(#linearGradient3949);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.0860014;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    6143502  <path
    615      style="fill:url(#linearGradient27276);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    616      d="M 151.46793,370.81444 L 96.118653,370.81452"
    617      id="path8734" />
     3503     id="path2560"
     3504     d="M 150.0535,121.17131 L 41.584305,121.17137"
     3505     style="fill:url(#linearGradient3946);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.08599997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    6183506  <path
    619      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.00203943px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    620      d="M 74.817193,506.9299 L 74.694006,516.93909 L 89.801433,512.06694 L 74.817193,506.9299 z "
    621      id="path20553" />
     3507     id="path2588"
     3508     d="M 152.17973,582.58659 L 40.347815,582.58659"
     3509     style="fill:url(#linearGradient3943);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.14885044;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    6223510  <path
    623      sodipodi:nodetypes="cc"
    624      id="path4989"
    625      d="M 77.121358,511.90355 C 17.121338,511.9036 21.069022,511.9036 21.069022,511.9036"
    626      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.0309999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3511     style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.37289524;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3512     d="M 153.57598,218.2544 L 165.13225,218.2544 L 176.68852,218.2544 L 176.4893,249.4047 L 338.99881,249.4047"
     3513     id="path3300"
     3514     sodipodi:nodetypes="ccccc" />
    6273515  <path
    628      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.84862226px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    629      d="M 232.57569,607.96294 L 232.47458,600.78649 L 217.46693,603.94987 L 232.57569,607.96294 z "
    630      id="path4730" />
     3516     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.26546276px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
     3517     d="M 339.45564,246.38197 L 339.46314,251.71539 L 344.48029,249.02388 L 339.45564,246.38197 z"
     3518     id="path3302"
     3519     sodipodi:nodetypes="cccc" />
     3520  <g
     3521     transform="matrix(-2.1236907,0,0,2.1771014,1860.947,-1739.0981)"
     3522     id="g6062"
     3523     style="fill:url(#linearGradient3996);fill-opacity:1;fill-rule:nonzero" />
    6313524  <path
    632      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.41272306;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    633      d="M 328.79364,681.15582 L 328.79364,603.56854 L 216.20635,603.56854 L 216.20635,603.56854"
    634      id="path19167" />
     3525     style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.37289524;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3526     d="M 153.91997,374.05685 L 165.47621,374.05685 L 177.03248,374.05685 L 176.83326,342.90656 L 339.34276,342.90656"
     3527     id="path3535"
     3528     sodipodi:nodetypes="ccccc" />
    6353529  <path
    636      inkscape:export-ydpi="90"
    637      inkscape:export-xdpi="90"
    638      sodipodi:nodetypes="ccccc"
    639      id="path24559"
    640      d="M 122.94225,763.34463 L 158.25923,720.93432 L 174.60597,741.80786 L 192.81633,765.06152 C 163.10752,771.61892 142.4005,768.17554 122.94225,763.34463 z "
    641      style="fill:url(#linearGradient27254);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.36734009;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3530     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.26546276px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
     3531     d="M 339.43015,340.47929 L 339.43765,345.81272 L 344.45481,343.1212 L 339.43015,340.47929 z"
     3532     id="path3537"
     3533     sodipodi:nodetypes="cccc" />
    6423534  <path
    643      id="path24561"
    644      d="M 332.59412,756.13119 L 325.23099,755.8717 L 329.11715,744.41482 L 332.59412,756.13119"
    645      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.46198767px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
     3535     id="path3539"
     3536     d="M 268.26638,318.49513 L 233.80905,318.49513"
     3537     style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.13333774;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    6463538  <path
    647      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.74357915px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    648      d="M 387.46669,828.99039 L 387.37179,821.71022 L 398.80611,824.94071 L 387.46669,828.99039 z "
    649      id="path24563" />
     3539     style="fill:url(#linearGradient3934);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.13333774;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
     3540     d="M 269.45023,356.14353 L 269.45023,329.89814 L 233.37101,356.14353 L 233.37101,329.89814 L 269.45023,356.14353 z"
     3541     id="path3541" />
    6503542  <path
    651      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.53;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    652      d="M 134.86581,766.93082 C 134.86581,824.80073 134.86581,824.80073 134.86581,824.80073 L 393.16334,824.80073"
    653      id="path24565" />
     3543     id="path3543"
     3544     d="M 251.57995,343.26329 L 251.57995,319.71153 L 252.12201,319.71153"
     3545     style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.13333774;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    6543546  <path
    655      id="path25454"
    656      d="M 175.07667,767.37077 L 175.07667,792.28479 L 328.73262,792.28479 L 328.73262,747.43955"
    657      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.53475952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3547     sodipodi:open="true"
     3548     transform="matrix(-1.4203223,0,0,2.2002644,815.0735,-1773.8908)"
     3549     sodipodi:end="5.6398786"
     3550     sodipodi:start="3.777868"
     3551     d="M 385.81883,950.65846 A 14.117196,9.7510529 0 0 1 408.4689,950.60346"
     3552     sodipodi:ry="9.7510529"
     3553     sodipodi:rx="14.117196"
     3554     sodipodi:cy="956.45258"
     3555     sodipodi:cx="397.17349"
     3556     id="path3545"
     3557     style="fill:url(#linearGradient7063);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.64110392;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
     3558     sodipodi:type="arc" />
    6583559  <path
    659      id="path26343"
    660      d="M 157.99925,722.36214 C 157.99925,687.36214 157.99925,687.36214 157.99925,687.36214"
    661      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.38000011;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3560     id="path6072"
     3561     d="M 266.00252,224.90918 L 233.42568,224.90918"
     3562     style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.10234118;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    6623563  <path
    663      inkscape:transform-center-y="23.884527"
    664      inkscape:transform-center-x="92.736323"
    665      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.70405763px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    666      d="M 153.72923,709.71421 L 161.3926,709.97495 L 157.27624,719.53757 L 153.72923,709.71421 z "
    667      id="path27230" />
     3564     style="fill:url(#linearGradient3928);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.10234118;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
     3565     d="M 267.12178,262.58238 L 267.12178,236.3197 L 233.01155,262.58238 L 233.01155,236.3197 L 267.12178,262.58238 z"
     3566     id="path6064" />
    6683567  <path
    669      sodipodi:type="arc"
    670      style="fill:url(#linearGradient30087);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:2.67148209;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    671      id="path30082"
    672      sodipodi:cx="395.68259"
    673      sodipodi:cy="455.00009"
    674      sodipodi:rx="56.526085"
    675      sodipodi:ry="54.432526"
    676      d="M 452.20867 455.00009 A 56.526085 54.432526 0 1 1  339.1565,455.00009 A 56.526085 54.432526 0 1 1  452.20867 455.00009 z"
    677      transform="matrix(0.667027,0,0,0.662683,65.50728,407.8009)" />
     3568     id="path6070"
     3569     d="M 250.22675,249.69367 L 250.22675,226.12638 L 250.73924,226.12638"
     3570     style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.10234118;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    6783571  <path
    679      style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1.58592427;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    680      d="M 313.30837,697.46047 L 352.71543,697.46047 L 321.18978,721.39483 L 400.00391,721.39483"
    681      id="path9897" />
    682   <path
    683      id="path30085"
    684      d="M 313.37289,700.62456 L 313.10591,694.13988 L 304.64897,697.7827 L 313.37289,700.62456 z "
    685      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.60999215px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    686   <path
    687      style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:3.41022706;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
    688      d="M 218.08906,632.36218 L 104.16596,632.36218 C 94.672376,632.36218 94.672376,632.36218 94.672376,632.36218"
    689      id="path31859" />
    690   <path
    691      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.00203943px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    692      d="M 126.33433,238.90037 L 136.34424,238.92448 L 131.32279,223.86601 L 126.33433,238.90037 z "
    693      id="path1970" />
    694   <path
    695      sodipodi:nodetypes="cc"
    696      id="path1972"
    697      d="M 130.98264,235.89741 C 130.37786,295.89439 130.41765,291.9469 130.41765,291.9469"
    698      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.0309999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    699   <path
    700      style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.00203943px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
    701      d="M 183.44036,275.5579 L 173.43158,275.405 L 178.25887,290.52683 L 183.44036,275.5579 z "
    702      id="path1974" />
    703   <path
    704      sodipodi:nodetypes="cc"
    705      id="path1976"
    706      d="M 178.37767,277.85022 C 178.33278,218.52708 178.33574,222.43024 178.33574,222.43024"
    707      style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.030545;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
     3572     sodipodi:open="true"
     3573     transform="matrix(-1.3428088,0,0,2.2017143,782.96787,-1868.8556)"
     3574     sodipodi:end="5.6398786"
     3575     sodipodi:start="3.777868"
     3576     d="M 385.81883,950.65846 A 14.117196,9.7510529 0 0 1 408.4689,950.60346"
     3577     sodipodi:ry="9.7510529"
     3578     sodipodi:rx="14.117196"
     3579     sodipodi:cy="956.45258"
     3580     sodipodi:cx="397.17349"
     3581     id="path6074"
     3582     style="fill:url(#linearGradient7067);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.64110392;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
     3583     sodipodi:type="arc" />
     3584  <g
     3585     id="g3765"
     3586     style="fill:url(#linearGradient3998);fill-opacity:1;fill-rule:nonzero"
     3587     transform="matrix(0,-0.9131902,-1.7193912,0,3035.9083,351.64948)" />
     3588  <rect
     3589     rx="54.937988"
     3590     ry="0"
     3591     style="fill:url(#linearGradient3922);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.05602121;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     3592     id="rect7031"
     3593     width="113.01569"
     3594     height="80.025856"
     3595     x="39.482681"
     3596     y="41.23851" />
    7083597</svg>
  • branches/gui/eml/streams.mso

    r683 r694  
    411411       
    412412        Composition(NComp) as fraction                  (Brief = "Stream Composition");
     413        SumOfComposition as positive                    (Brief = "Sum of Stream Composition",Protected=true);
    413414        F                                                               as flow_mol             (Brief = "Stream Molar Flow Rate");
    414415        Fw                                                      as flow_mass            (Brief = "Stream Mass Flow");
     
    498499end
    499500
     501"Sum of Composition"
     502        SumOfComposition = sum(Composition);
     503
    500504"Molar Density"
    501505        rhom * vm = 1;
     
    561565       
    562566        MolarComposition(NComp) as fraction                     (Brief = "Stream Molar Composition");
     567        SumOfComposition as positive                    (Brief = "Sum of Stream Composition",Protected=true);
    563568        F                                                               as flow_mol             (Brief = "Stream Molar Flow Rate");
    564569        T                                                               as temperature  (Brief = "Stream Temperature");
     
    572577EQUATIONS
    573578
     579"Sum of Composition"
     580        SumOfComposition = sum(MolarComposition);
     581       
    574582"Stream Molar Composition"
    575583        Outlet.z = MolarComposition/sum(MolarComposition);
Note: See TracChangeset for help on using the changeset viewer.