<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.19-pr16"
        onstart="startup"
        logkey="false"
        bgcolor="#ffffff"
        projectfloorplanurl=""
        projecttitleid="project_title"
        projectdescriptionid="">


  <security cors="">
    <!--
    <crossdomainxml url="http://RESSOURCES_URL/crossdomain.xml" />
    -->
    <allowdomain domain="*" />
  </security>

  <krpano tour_firststartactiondone="false" />
  <events name="startbehavioursevents" onxmlcomplete="startbehavioursxmlcompleteaction();" keep="true"/>

  <!-- generated by Panotour Pro V2.5.14 64bits : 04-12-2025 15-37-46 -->
  <!-- Project file : /Users/baldovino/Documents/9658430.kpt -->
  <!-- Plugins and Spot Styles -->
  <include url="%FIRSTXML%/tour_skin.xml"/>
  <!-- Core actions -->
  <include url="%FIRSTXML%/tour_core.xml"/>
  <!-- Tour Messages -->
  <include url="%FIRSTXML%/tour_messages_en.xml"/>

  <action name="startup">

    if (s !== null, if (startscene === null OR startscene === "undefined", set(startscene, get(s));); );
    if (startscene === null OR startscene === "undefined",
      set(startscene, pano186);
    );
    if(startlanguage !== null AND startlanguage !== "undefined",
      set(tour_language, get(startlanguage));
    );
    if(starttime !== null AND starttime !== "undefined" AND starttime GT 0,
      set(videoscenestarttime, get(starttime));
    ,
      set(videoscenestarttime, 0);
    );
    mainloadsceneStartup(get(startscene));
    if (h !== null,
      if (v !== null,
        if (f !== null,
          lookat(get(h), get(v), get(f));
         ,
          lookat(get(h), get(v));
        );
      ,
        if (f !== null,
          lookat(get(h), get(view.vlookat), get(f));
         ,
          lookat(get(h), get(view.vlookat));
        );
      );
    ,
      if (v !== null,
        if (f !== null,
          lookat(get(view.hlookat), get(v), get(f));
         ,
          lookat(get(view.hlookat), get(v));
        );
      ,
        if (f !== null,
          lookat(get(view.hlookat), get(view.vlookat), get(f));
        );
      );
    );
  </action>

  <!-- 33 Groups -->

  <!-- Group Group 199 : 1 panoramas -->
  
<!-- **** @PanoName="Output(32)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(32).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano186"
       heading="0"
       thumburl="%FIRSTXML%/output_32__186/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano186_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="-178.230000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="-178.230000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_32__186/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_32__186/0/1/%v_%u.jpg"/>
          <right url="output_32__186/1/1/%v_%u.jpg"/>
          <back  url="output_32__186/2/1/%v_%u.jpg"/>
          <left  url="output_32__186/3/1/%v_%u.jpg"/>
          <up    url="output_32__186/4/1/%v_%u.jpg"/>
          <down  url="output_32__186/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_32__186/0/0/%v_%u.jpg"/>
          <right url="output_32__186/1/0/%v_%u.jpg"/>
          <back  url="output_32__186/2/0/%v_%u.jpg"/>
          <left  url="output_32__186/3/0/%v_%u.jpg"/>
          <up    url="output_32__186/4/0/%v_%u.jpg"/>
          <down  url="output_32__186/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_32__186/mobile/0.jpg"/>
      <right url="output_32__186/mobile/1.jpg"/>
      <back  url="output_32__186/mobile/2.jpg"/>
      <left  url="output_32__186/mobile/3.jpg"/>
      <up    url="output_32__186/mobile/4.jpg"/>
      <down  url="output_32__186/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint242"
           ath="162.127660" atv="6.398104"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano185"
           onclick="onclickspotpoint242"
           tooltip="spotpoint242_tooltip"
           />
  <hotspot name="spotpoint242" devices="flash" zorder="3"/>
  <hotspot name="spotpoint242" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint242">
  
        mainloadscene(pano185);lookat(-113.625000, 4.725000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint242].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint242].visible, true);
  </action>
  <events name="pano186stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 198 : 1 panoramas -->
  
<!-- **** @PanoName="Output(31)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(31).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano185"
       heading="0"
       thumburl="%FIRSTXML%/output_31__185/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano185_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_31__185/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_31__185/0/1/%v_%u.jpg"/>
          <right url="output_31__185/1/1/%v_%u.jpg"/>
          <back  url="output_31__185/2/1/%v_%u.jpg"/>
          <left  url="output_31__185/3/1/%v_%u.jpg"/>
          <up    url="output_31__185/4/1/%v_%u.jpg"/>
          <down  url="output_31__185/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_31__185/0/0/%v_%u.jpg"/>
          <right url="output_31__185/1/0/%v_%u.jpg"/>
          <back  url="output_31__185/2/0/%v_%u.jpg"/>
          <left  url="output_31__185/3/0/%v_%u.jpg"/>
          <up    url="output_31__185/4/0/%v_%u.jpg"/>
          <down  url="output_31__185/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_31__185/mobile/0.jpg"/>
      <right url="output_31__185/mobile/1.jpg"/>
      <back  url="output_31__185/mobile/2.jpg"/>
      <left  url="output_31__185/mobile/3.jpg"/>
      <up    url="output_31__185/mobile/4.jpg"/>
      <down  url="output_31__185/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint243"
           ath="28.510638" atv="-3.838863"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano186"
           onclick="onclickspotpoint243"
           tooltip="spotpoint243_tooltip"
           />
  <hotspot name="spotpoint243" devices="flash" zorder="3"/>
  <hotspot name="spotpoint243" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint243">
  
        mainloadscene(pano186);lookat(-0.030000, -1.575000, 90.000000);


  </action>





  <hotspot name="spotpoint245"
           ath="-78.723404" atv="0.426540"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano184"
           onclick="onclickspotpoint245"
           tooltip="spotpoint245_tooltip"
           />
  <hotspot name="spotpoint245" devices="flash" zorder="3"/>
  <hotspot name="spotpoint245" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint245">
  
        mainloadscene(pano184);lookat(175.050000, 4.050000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint243].visible, false);

    set(hotspot[spotpoint245].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint243].visible, true);

  
  set(hotspot[spotpoint245].visible, true);
  </action>
  <events name="pano185stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 187 : 1 panoramas -->
  
<!-- **** @PanoName="Output(20)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(20).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano174"
       heading="0"
       thumburl="%FIRSTXML%/output_20__174/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano174_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_20__174/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_20__174/0/1/%v_%u.jpg"/>
          <right url="output_20__174/1/1/%v_%u.jpg"/>
          <back  url="output_20__174/2/1/%v_%u.jpg"/>
          <left  url="output_20__174/3/1/%v_%u.jpg"/>
          <up    url="output_20__174/4/1/%v_%u.jpg"/>
          <down  url="output_20__174/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_20__174/0/0/%v_%u.jpg"/>
          <right url="output_20__174/1/0/%v_%u.jpg"/>
          <back  url="output_20__174/2/0/%v_%u.jpg"/>
          <left  url="output_20__174/3/0/%v_%u.jpg"/>
          <up    url="output_20__174/4/0/%v_%u.jpg"/>
          <down  url="output_20__174/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_20__174/mobile/0.jpg"/>
      <right url="output_20__174/mobile/1.jpg"/>
      <back  url="output_20__174/mobile/2.jpg"/>
      <left  url="output_20__174/mobile/3.jpg"/>
      <up    url="output_20__174/mobile/4.jpg"/>
      <down  url="output_20__174/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint266"
           ath="4.000000" atv="0.616438"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano175"
           onclick="onclickspotpoint266"
           tooltip="spotpoint266_tooltip"
           />
  <hotspot name="spotpoint266" devices="flash" zorder="3"/>
  <hotspot name="spotpoint266" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint266">
  
        mainloadscene(pano175);lookat(-86.850000, -3.150000, 90.000000);


  </action>





  <hotspot name="spotpoint267"
           ath="-95.744681" atv="-6.398104"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano207"
           onclick="onclickspotpoint267"
           tooltip="spotpoint267_tooltip"
           />
  <hotspot name="spotpoint267" devices="flash" zorder="3"/>
  <hotspot name="spotpoint267" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint267">
  
        mainloadscene(pano207);lookat(-176.625000, 1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint266].visible, false);

    set(hotspot[spotpoint267].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint266].visible, true);

  
  set(hotspot[spotpoint267].visible, true);
  </action>
  <events name="pano174stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 188 : 1 panoramas -->
  
<!-- **** @PanoName="Output(21)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(21).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano175"
       heading="0"
       thumburl="%FIRSTXML%/output_21__175/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano175_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_21__175/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_21__175/0/1/%v_%u.jpg"/>
          <right url="output_21__175/1/1/%v_%u.jpg"/>
          <back  url="output_21__175/2/1/%v_%u.jpg"/>
          <left  url="output_21__175/3/1/%v_%u.jpg"/>
          <up    url="output_21__175/4/1/%v_%u.jpg"/>
          <down  url="output_21__175/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_21__175/0/0/%v_%u.jpg"/>
          <right url="output_21__175/1/0/%v_%u.jpg"/>
          <back  url="output_21__175/2/0/%v_%u.jpg"/>
          <left  url="output_21__175/3/0/%v_%u.jpg"/>
          <up    url="output_21__175/4/0/%v_%u.jpg"/>
          <down  url="output_21__175/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_21__175/mobile/0.jpg"/>
      <right url="output_21__175/mobile/1.jpg"/>
      <back  url="output_21__175/mobile/2.jpg"/>
      <left  url="output_21__175/mobile/3.jpg"/>
      <up    url="output_21__175/mobile/4.jpg"/>
      <down  url="output_21__175/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint264"
           ath="50.638298" atv="-3.838863"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano184"
           onclick="onclickspotpoint264"
           tooltip="spotpoint264_tooltip"
           />
  <hotspot name="spotpoint264" devices="flash" zorder="3"/>
  <hotspot name="spotpoint264" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint264">
  
        mainloadscene(pano184);lookat(-2.475000, 0.675000, 90.000000);


  </action>





  <hotspot name="spotpoint265"
           ath="118.723404" atv="-4.691943"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano174"
           onclick="onclickspotpoint265"
           tooltip="spotpoint265_tooltip"
           />
  <hotspot name="spotpoint265" devices="flash" zorder="3"/>
  <hotspot name="spotpoint265" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint265">
  
        mainloadscene(pano174);lookat(177.975000, 7.425000, 90.000000);


  </action>





  <hotspot name="spotpoint269"
           ath="-28.510638" atv="-7.251185"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano206"
           onclick="onclickspotpoint269"
           tooltip="spotpoint269_tooltip"
           />
  <hotspot name="spotpoint269" devices="flash" zorder="3"/>
  <hotspot name="spotpoint269" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint269">
  
        mainloadscene(pano206);lookat(-176.625000, 7.875000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint264].visible, false);

    set(hotspot[spotpoint265].visible, false);

    set(hotspot[spotpoint269].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint264].visible, true);

  
  set(hotspot[spotpoint265].visible, true);

  
  set(hotspot[spotpoint269].visible, true);
  </action>
  <events name="pano175stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 189 : 1 panoramas -->
  
<!-- **** @PanoName="Output(22)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(22).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano176"
       heading="0"
       thumburl="%FIRSTXML%/output_22__176/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano176_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_22__176/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_22__176/0/1/%v_%u.jpg"/>
          <right url="output_22__176/1/1/%v_%u.jpg"/>
          <back  url="output_22__176/2/1/%v_%u.jpg"/>
          <left  url="output_22__176/3/1/%v_%u.jpg"/>
          <up    url="output_22__176/4/1/%v_%u.jpg"/>
          <down  url="output_22__176/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_22__176/0/0/%v_%u.jpg"/>
          <right url="output_22__176/1/0/%v_%u.jpg"/>
          <back  url="output_22__176/2/0/%v_%u.jpg"/>
          <left  url="output_22__176/3/0/%v_%u.jpg"/>
          <up    url="output_22__176/4/0/%v_%u.jpg"/>
          <down  url="output_22__176/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_22__176/mobile/0.jpg"/>
      <right url="output_22__176/mobile/1.jpg"/>
      <back  url="output_22__176/mobile/2.jpg"/>
      <left  url="output_22__176/mobile/3.jpg"/>
      <up    url="output_22__176/mobile/4.jpg"/>
      <down  url="output_22__176/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint262"
           ath="6.382979" atv="-7.251185"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano177"
           onclick="onclickspotpoint262"
           tooltip="spotpoint262_tooltip"
           />
  <hotspot name="spotpoint262" devices="flash" zorder="3"/>
  <hotspot name="spotpoint262" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint262">
  
        mainloadscene(pano177);lookat(97.425000, 6.975000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint262].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint262].visible, true);
  </action>
  <events name="pano176stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 190 : 1 panoramas -->
  
<!-- **** @PanoName="Output(23)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(23).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano177"
       heading="0"
       thumburl="%FIRSTXML%/output_23__177/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano177_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_23__177/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_23__177/0/1/%v_%u.jpg"/>
          <right url="output_23__177/1/1/%v_%u.jpg"/>
          <back  url="output_23__177/2/1/%v_%u.jpg"/>
          <left  url="output_23__177/3/1/%v_%u.jpg"/>
          <up    url="output_23__177/4/1/%v_%u.jpg"/>
          <down  url="output_23__177/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_23__177/0/0/%v_%u.jpg"/>
          <right url="output_23__177/1/0/%v_%u.jpg"/>
          <back  url="output_23__177/2/0/%v_%u.jpg"/>
          <left  url="output_23__177/3/0/%v_%u.jpg"/>
          <up    url="output_23__177/4/0/%v_%u.jpg"/>
          <down  url="output_23__177/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_23__177/mobile/0.jpg"/>
      <right url="output_23__177/mobile/1.jpg"/>
      <back  url="output_23__177/mobile/2.jpg"/>
      <left  url="output_23__177/mobile/3.jpg"/>
      <up    url="output_23__177/mobile/4.jpg"/>
      <down  url="output_23__177/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint260"
           ath="-2.978723" atv="-0.426540"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano178"
           onclick="onclickspotpoint260"
           tooltip="spotpoint260_tooltip"
           />
  <hotspot name="spotpoint260" devices="flash" zorder="3"/>
  <hotspot name="spotpoint260" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint260">
  
        mainloadscene(pano178);lookat(-96.075000, -1.125000, 90.000000);


  </action>





  <hotspot name="spotpoint261"
           ath="-98.297872" atv="-1.279621"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano176"
           onclick="onclickspotpoint261"
           tooltip="spotpoint261_tooltip"
           />
  <hotspot name="spotpoint261" devices="flash" zorder="3"/>
  <hotspot name="spotpoint261" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint261">
  
        mainloadscene(pano176);lookat(177.300000, 5.625000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint260].visible, false);

    set(hotspot[spotpoint261].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint260].visible, true);

  
  set(hotspot[spotpoint261].visible, true);
  </action>
  <events name="pano177stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 191 : 1 panoramas -->
  
<!-- **** @PanoName="Output(24)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(24).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano178"
       heading="0"
       thumburl="%FIRSTXML%/output_24__178/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano178_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_24__178/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_24__178/0/1/%v_%u.jpg"/>
          <right url="output_24__178/1/1/%v_%u.jpg"/>
          <back  url="output_24__178/2/1/%v_%u.jpg"/>
          <left  url="output_24__178/3/1/%v_%u.jpg"/>
          <up    url="output_24__178/4/1/%v_%u.jpg"/>
          <down  url="output_24__178/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_24__178/0/0/%v_%u.jpg"/>
          <right url="output_24__178/1/0/%v_%u.jpg"/>
          <back  url="output_24__178/2/0/%v_%u.jpg"/>
          <left  url="output_24__178/3/0/%v_%u.jpg"/>
          <up    url="output_24__178/4/0/%v_%u.jpg"/>
          <down  url="output_24__178/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_24__178/mobile/0.jpg"/>
      <right url="output_24__178/mobile/1.jpg"/>
      <back  url="output_24__178/mobile/2.jpg"/>
      <left  url="output_24__178/mobile/3.jpg"/>
      <up    url="output_24__178/mobile/4.jpg"/>
      <down  url="output_24__178/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint258"
           ath="14.893617" atv="-8.104265"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano179"
           onclick="onclickspotpoint258"
           tooltip="spotpoint258_tooltip"
           />
  <hotspot name="spotpoint258" devices="flash" zorder="3"/>
  <hotspot name="spotpoint258" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint258">
  
        mainloadscene(pano179);lookat(93.825000, 3.600000, 90.000000);


  </action>





  <hotspot name="spotpoint259"
           ath="91.489362" atv="-2.132701"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano177"
           onclick="onclickspotpoint259"
           tooltip="spotpoint259_tooltip"
           />
  <hotspot name="spotpoint259" devices="flash" zorder="3"/>
  <hotspot name="spotpoint259" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint259">
  
        mainloadscene(pano177);lookat(-177.075000, 0.675000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint258].visible, false);

    set(hotspot[spotpoint259].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint258].visible, true);

  
  set(hotspot[spotpoint259].visible, true);
  </action>
  <events name="pano178stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 192 : 1 panoramas -->
  
<!-- **** @PanoName="Output(25)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(25).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano179"
       heading="0"
       thumburl="%FIRSTXML%/output_25__179/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano179_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_25__179/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_25__179/0/1/%v_%u.jpg"/>
          <right url="output_25__179/1/1/%v_%u.jpg"/>
          <back  url="output_25__179/2/1/%v_%u.jpg"/>
          <left  url="output_25__179/3/1/%v_%u.jpg"/>
          <up    url="output_25__179/4/1/%v_%u.jpg"/>
          <down  url="output_25__179/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_25__179/0/0/%v_%u.jpg"/>
          <right url="output_25__179/1/0/%v_%u.jpg"/>
          <back  url="output_25__179/2/0/%v_%u.jpg"/>
          <left  url="output_25__179/3/0/%v_%u.jpg"/>
          <up    url="output_25__179/4/0/%v_%u.jpg"/>
          <down  url="output_25__179/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_25__179/mobile/0.jpg"/>
      <right url="output_25__179/mobile/1.jpg"/>
      <back  url="output_25__179/mobile/2.jpg"/>
      <left  url="output_25__179/mobile/3.jpg"/>
      <up    url="output_25__179/mobile/4.jpg"/>
      <down  url="output_25__179/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint256"
           ath="41.276596" atv="-1.279621"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano180"
           onclick="onclickspotpoint256"
           tooltip="spotpoint256_tooltip"
           />
  <hotspot name="spotpoint256" devices="flash" zorder="3"/>
  <hotspot name="spotpoint256" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint256">
  
        mainloadscene(pano180);lookat(4.275000, -2.925000, 90.000000);


  </action>





  <hotspot name="spotpoint257"
           ath="-77.021277" atv="-5.545024"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano178"
           onclick="onclickspotpoint257"
           tooltip="spotpoint257_tooltip"
           />
  <hotspot name="spotpoint257" devices="flash" zorder="3"/>
  <hotspot name="spotpoint257" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint257">
  
        mainloadscene(pano178);lookat(-177.525000, 4.950000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint256].visible, false);

    set(hotspot[spotpoint257].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint256].visible, true);

  
  set(hotspot[spotpoint257].visible, true);
  </action>
  <events name="pano179stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 193 : 1 panoramas -->
  
<!-- **** @PanoName="Output(26)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(26).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano180"
       heading="0"
       thumburl="%FIRSTXML%/output_26__180/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano180_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_26__180/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_26__180/0/1/%v_%u.jpg"/>
          <right url="output_26__180/1/1/%v_%u.jpg"/>
          <back  url="output_26__180/2/1/%v_%u.jpg"/>
          <left  url="output_26__180/3/1/%v_%u.jpg"/>
          <up    url="output_26__180/4/1/%v_%u.jpg"/>
          <down  url="output_26__180/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_26__180/0/0/%v_%u.jpg"/>
          <right url="output_26__180/1/0/%v_%u.jpg"/>
          <back  url="output_26__180/2/0/%v_%u.jpg"/>
          <left  url="output_26__180/3/0/%v_%u.jpg"/>
          <up    url="output_26__180/4/0/%v_%u.jpg"/>
          <down  url="output_26__180/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_26__180/mobile/0.jpg"/>
      <right url="output_26__180/mobile/1.jpg"/>
      <back  url="output_26__180/mobile/2.jpg"/>
      <left  url="output_26__180/mobile/3.jpg"/>
      <up    url="output_26__180/mobile/4.jpg"/>
      <down  url="output_26__180/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint254"
           ath="168.936170" atv="-5.545024"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano179"
           onclick="onclickspotpoint254"
           tooltip="spotpoint254_tooltip"
           />
  <hotspot name="spotpoint254" devices="flash" zorder="3"/>
  <hotspot name="spotpoint254" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint254">
  
        mainloadscene(pano179);lookat(-93.375000, 0.450000, 90.000000);


  </action>





  <hotspot name="spotpoint255"
           ath="-0.425532" atv="-2.985782"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano184"
           onclick="onclickspotpoint255"
           tooltip="spotpoint255_tooltip"
           />
  <hotspot name="spotpoint255" devices="flash" zorder="3"/>
  <hotspot name="spotpoint255" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint255">
  
        mainloadscene(pano184);lookat(92.925000, 0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint254].visible, false);

    set(hotspot[spotpoint255].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint254].visible, true);

  
  set(hotspot[spotpoint255].visible, true);
  </action>
  <events name="pano180stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 194 : 1 panoramas -->
  
<!-- **** @PanoName="Output(27)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(27).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano181"
       heading="0"
       thumburl="%FIRSTXML%/output_27__181/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano181_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_27__181/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_27__181/0/1/%v_%u.jpg"/>
          <right url="output_27__181/1/1/%v_%u.jpg"/>
          <back  url="output_27__181/2/1/%v_%u.jpg"/>
          <left  url="output_27__181/3/1/%v_%u.jpg"/>
          <up    url="output_27__181/4/1/%v_%u.jpg"/>
          <down  url="output_27__181/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_27__181/0/0/%v_%u.jpg"/>
          <right url="output_27__181/1/0/%v_%u.jpg"/>
          <back  url="output_27__181/2/0/%v_%u.jpg"/>
          <left  url="output_27__181/3/0/%v_%u.jpg"/>
          <up    url="output_27__181/4/0/%v_%u.jpg"/>
          <down  url="output_27__181/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_27__181/mobile/0.jpg"/>
      <right url="output_27__181/mobile/1.jpg"/>
      <back  url="output_27__181/mobile/2.jpg"/>
      <left  url="output_27__181/mobile/3.jpg"/>
      <up    url="output_27__181/mobile/4.jpg"/>
      <down  url="output_27__181/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint252"
           ath="8.085106" atv="-2.985782"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano182"
           onclick="onclickspotpoint252"
           tooltip="spotpoint252_tooltip"
           />
  <hotspot name="spotpoint252" devices="flash" zorder="3"/>
  <hotspot name="spotpoint252" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint252">
  
        mainloadscene(pano182);lookat(-3.375000, 0.225000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint252].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint252].visible, true);
  </action>
  <events name="pano181stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 195 : 1 panoramas -->
  
<!-- **** @PanoName="Output(28)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(28).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano182"
       heading="0"
       thumburl="%FIRSTXML%/output_28__182/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano182_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_28__182/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_28__182/0/1/%v_%u.jpg"/>
          <right url="output_28__182/1/1/%v_%u.jpg"/>
          <back  url="output_28__182/2/1/%v_%u.jpg"/>
          <left  url="output_28__182/3/1/%v_%u.jpg"/>
          <up    url="output_28__182/4/1/%v_%u.jpg"/>
          <down  url="output_28__182/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_28__182/0/0/%v_%u.jpg"/>
          <right url="output_28__182/1/0/%v_%u.jpg"/>
          <back  url="output_28__182/2/0/%v_%u.jpg"/>
          <left  url="output_28__182/3/0/%v_%u.jpg"/>
          <up    url="output_28__182/4/0/%v_%u.jpg"/>
          <down  url="output_28__182/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_28__182/mobile/0.jpg"/>
      <right url="output_28__182/mobile/1.jpg"/>
      <back  url="output_28__182/mobile/2.jpg"/>
      <left  url="output_28__182/mobile/3.jpg"/>
      <up    url="output_28__182/mobile/4.jpg"/>
      <down  url="output_28__182/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint249"
           ath="42.127660" atv="-4.691943"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano183"
           onclick="onclickspotpoint249"
           tooltip="spotpoint249_tooltip"
           />
  <hotspot name="spotpoint249" devices="flash" zorder="3"/>
  <hotspot name="spotpoint249" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint249">
  
        mainloadscene(pano183);lookat(-1.125000, -3.375000, 90.000000);


  </action>





  <hotspot name="spotpoint251"
           ath="171.489362" atv="-3.838863"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano181"
           onclick="onclickspotpoint251"
           tooltip="spotpoint251_tooltip"
           />
  <hotspot name="spotpoint251" devices="flash" zorder="3"/>
  <hotspot name="spotpoint251" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint251">
  
        mainloadscene(pano181);lookat(-170.550000, 4.950000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint249].visible, false);

    set(hotspot[spotpoint251].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint249].visible, true);

  
  set(hotspot[spotpoint251].visible, true);
  </action>
  <events name="pano182stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 196 : 1 panoramas -->
  
<!-- **** @PanoName="Output(29)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(29).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano183"
       heading="0"
       thumburl="%FIRSTXML%/output_29__183/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano183_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_29__183/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_29__183/0/1/%v_%u.jpg"/>
          <right url="output_29__183/1/1/%v_%u.jpg"/>
          <back  url="output_29__183/2/1/%v_%u.jpg"/>
          <left  url="output_29__183/3/1/%v_%u.jpg"/>
          <up    url="output_29__183/4/1/%v_%u.jpg"/>
          <down  url="output_29__183/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_29__183/0/0/%v_%u.jpg"/>
          <right url="output_29__183/1/0/%v_%u.jpg"/>
          <back  url="output_29__183/2/0/%v_%u.jpg"/>
          <left  url="output_29__183/3/0/%v_%u.jpg"/>
          <up    url="output_29__183/4/0/%v_%u.jpg"/>
          <down  url="output_29__183/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_29__183/mobile/0.jpg"/>
      <right url="output_29__183/mobile/1.jpg"/>
      <back  url="output_29__183/mobile/2.jpg"/>
      <left  url="output_29__183/mobile/3.jpg"/>
      <up    url="output_29__183/mobile/4.jpg"/>
      <down  url="output_29__183/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint248"
           ath="174.893617" atv="-6.398104"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano182"
           onclick="onclickspotpoint248"
           tooltip="spotpoint248_tooltip"
           />
  <hotspot name="spotpoint248" devices="flash" zorder="3"/>
  <hotspot name="spotpoint248" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint248">
  
        mainloadscene(pano182);lookat(-90.675000, -1.575000, 90.000000);


  </action>





  <hotspot name="spotpoint250"
           ath="13.191489" atv="1.279621"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano184"
           onclick="onclickspotpoint250"
           tooltip="spotpoint250_tooltip"
           />
  <hotspot name="spotpoint250" devices="flash" zorder="3"/>
  <hotspot name="spotpoint250" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint250">
  
        mainloadscene(pano184);lookat(-88.875000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint248].visible, false);

    set(hotspot[spotpoint250].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint248].visible, true);

  
  set(hotspot[spotpoint250].visible, true);
  </action>
  <events name="pano183stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 197 : 1 panoramas -->
  
<!-- **** @PanoName="Output(30)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(30).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano184"
       heading="0"
       thumburl="%FIRSTXML%/output_30__184/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano184_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_30__184/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_30__184/0/1/%v_%u.jpg"/>
          <right url="output_30__184/1/1/%v_%u.jpg"/>
          <back  url="output_30__184/2/1/%v_%u.jpg"/>
          <left  url="output_30__184/3/1/%v_%u.jpg"/>
          <up    url="output_30__184/4/1/%v_%u.jpg"/>
          <down  url="output_30__184/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_30__184/0/0/%v_%u.jpg"/>
          <right url="output_30__184/1/0/%v_%u.jpg"/>
          <back  url="output_30__184/2/0/%v_%u.jpg"/>
          <left  url="output_30__184/3/0/%v_%u.jpg"/>
          <up    url="output_30__184/4/0/%v_%u.jpg"/>
          <down  url="output_30__184/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_30__184/mobile/0.jpg"/>
      <right url="output_30__184/mobile/1.jpg"/>
      <back  url="output_30__184/mobile/2.jpg"/>
      <left  url="output_30__184/mobile/3.jpg"/>
      <up    url="output_30__184/mobile/4.jpg"/>
      <down  url="output_30__184/mobile/5.jpg"/>
    </image>




  <!-- **** 6 Point Spots **** -->



  <hotspot name="spotpoint246"
           ath="-8.085106" atv="-2.985782"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano185"
           onclick="onclickspotpoint246"
           tooltip="spotpoint246_tooltip"
           />
  <hotspot name="spotpoint246" devices="flash" zorder="3"/>
  <hotspot name="spotpoint246" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint246">
  
        mainloadscene(pano185);lookat(89.775000, 1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint247"
           ath="91.489362" atv="-7.251185"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano183"
           onclick="onclickspotpoint247"
           tooltip="spotpoint247_tooltip"
           />
  <hotspot name="spotpoint247" devices="flash" zorder="3"/>
  <hotspot name="spotpoint247" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint247">
  
        mainloadscene(pano183);lookat(-169.875000, 3.825000, 90.000000);


  </action>





  <hotspot name="spotpoint253"
           ath="-88.936170" atv="-0.426540"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano180"
           onclick="onclickspotpoint253"
           tooltip="spotpoint253_tooltip"
           />
  <hotspot name="spotpoint253" devices="flash" zorder="3"/>
  <hotspot name="spotpoint253" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint253">
  
        mainloadscene(pano180);lookat(176.400000, 4.275000, 90.000000);


  </action>





  <hotspot name="spotpoint263"
           ath="170.638298" atv="2.985782"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano175"
           onclick="onclickspotpoint263"
           tooltip="spotpoint263_tooltip"
           />
  <hotspot name="spotpoint263" devices="flash" zorder="3"/>
  <hotspot name="spotpoint263" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint263">
  
        mainloadscene(pano175);lookat(-90.000000, -1.350000, 90.000000);


  </action>





  <hotspot name="spotpoint271"
           ath="-163.829787" atv="-0.426540"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano206"
           onclick="onclickspotpoint271"
           tooltip="spotpoint271_tooltip"
           />
  <hotspot name="spotpoint271" devices="flash" zorder="3"/>
  <hotspot name="spotpoint271" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint271">
  
        mainloadscene(pano206);lookat(180.000000, 9.225000, 90.000000);


  </action>





  <hotspot name="spotpoint274"
           ath="-140.851064" atv="0.426540"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano204"
           onclick="onclickspotpoint274"
           tooltip="spotpoint274_tooltip"
           />
  <hotspot name="spotpoint274" devices="flash" zorder="3"/>
  <hotspot name="spotpoint274" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint274">
  
        mainloadscene(pano204);lookat(-178.200000, 3.825000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint246].visible, false);

    set(hotspot[spotpoint247].visible, false);

    set(hotspot[spotpoint253].visible, false);

    set(hotspot[spotpoint263].visible, false);

    set(hotspot[spotpoint271].visible, false);

    set(hotspot[spotpoint274].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint246].visible, true);

  
  set(hotspot[spotpoint247].visible, true);

  
  set(hotspot[spotpoint253].visible, true);

  
  set(hotspot[spotpoint263].visible, true);

  
  set(hotspot[spotpoint271].visible, true);

  
  set(hotspot[spotpoint274].visible, true);
  </action>
  <events name="pano184stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 208 : 1 panoramas -->
  
<!-- **** @PanoName="Output(12)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(12).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano200"
       heading="0"
       thumburl="%FIRSTXML%/output_12__200/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano200_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_12__200/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_12__200/0/1/%v_%u.jpg"/>
          <right url="output_12__200/1/1/%v_%u.jpg"/>
          <back  url="output_12__200/2/1/%v_%u.jpg"/>
          <left  url="output_12__200/3/1/%v_%u.jpg"/>
          <up    url="output_12__200/4/1/%v_%u.jpg"/>
          <down  url="output_12__200/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_12__200/0/0/%v_%u.jpg"/>
          <right url="output_12__200/1/0/%v_%u.jpg"/>
          <back  url="output_12__200/2/0/%v_%u.jpg"/>
          <left  url="output_12__200/3/0/%v_%u.jpg"/>
          <up    url="output_12__200/4/0/%v_%u.jpg"/>
          <down  url="output_12__200/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_12__200/mobile/0.jpg"/>
      <right url="output_12__200/mobile/1.jpg"/>
      <back  url="output_12__200/mobile/2.jpg"/>
      <left  url="output_12__200/mobile/3.jpg"/>
      <up    url="output_12__200/mobile/4.jpg"/>
      <down  url="output_12__200/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint285"
           ath="11.384615" atv="-8.013699"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano201"
           onclick="onclickspotpoint285"
           tooltip="spotpoint285_tooltip"
           />
  <hotspot name="spotpoint285" devices="flash" zorder="3"/>
  <hotspot name="spotpoint285" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint285">
  
        mainloadscene(pano201);lookat(-119.250000, 0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint285].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint285].visible, true);
  </action>
  <events name="pano200stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 209 : 1 panoramas -->
  
<!-- **** @PanoName="Output(13)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(13).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano201"
       heading="0"
       thumburl="%FIRSTXML%/output_13__201/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano201_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_13__201/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_13__201/0/1/%v_%u.jpg"/>
          <right url="output_13__201/1/1/%v_%u.jpg"/>
          <back  url="output_13__201/2/1/%v_%u.jpg"/>
          <left  url="output_13__201/3/1/%v_%u.jpg"/>
          <up    url="output_13__201/4/1/%v_%u.jpg"/>
          <down  url="output_13__201/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_13__201/0/0/%v_%u.jpg"/>
          <right url="output_13__201/1/0/%v_%u.jpg"/>
          <back  url="output_13__201/2/0/%v_%u.jpg"/>
          <left  url="output_13__201/3/0/%v_%u.jpg"/>
          <up    url="output_13__201/4/0/%v_%u.jpg"/>
          <down  url="output_13__201/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_13__201/mobile/0.jpg"/>
      <right url="output_13__201/mobile/1.jpg"/>
      <back  url="output_13__201/mobile/2.jpg"/>
      <left  url="output_13__201/mobile/3.jpg"/>
      <up    url="output_13__201/mobile/4.jpg"/>
      <down  url="output_13__201/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint283"
           ath="2.153846" atv="0.000000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano202"
           onclick="onclickspotpoint283"
           tooltip="spotpoint283_tooltip"
           />
  <hotspot name="spotpoint283" devices="flash" zorder="3"/>
  <hotspot name="spotpoint283" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint283">
  
        mainloadscene(pano202);lookat(1.350000, -4.500000, 90.000000);


  </action>





  <hotspot name="spotpoint284"
           ath="114.769231" atv="15.410959"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano200"
           onclick="onclickspotpoint284"
           tooltip="spotpoint284_tooltip"
           />
  <hotspot name="spotpoint284" devices="flash" zorder="3"/>
  <hotspot name="spotpoint284" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint284">
  
        mainloadscene(pano200);lookat(-177.750000, 4.275000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint283].visible, false);

    set(hotspot[spotpoint284].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint283].visible, true);

  
  set(hotspot[spotpoint284].visible, true);
  </action>
  <events name="pano201stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 210 : 1 panoramas -->
  
<!-- **** @PanoName="Output(14)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(14).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano202"
       heading="0"
       thumburl="%FIRSTXML%/output_14__202/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano202_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_14__202/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_14__202/0/1/%v_%u.jpg"/>
          <right url="output_14__202/1/1/%v_%u.jpg"/>
          <back  url="output_14__202/2/1/%v_%u.jpg"/>
          <left  url="output_14__202/3/1/%v_%u.jpg"/>
          <up    url="output_14__202/4/1/%v_%u.jpg"/>
          <down  url="output_14__202/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_14__202/0/0/%v_%u.jpg"/>
          <right url="output_14__202/1/0/%v_%u.jpg"/>
          <back  url="output_14__202/2/0/%v_%u.jpg"/>
          <left  url="output_14__202/3/0/%v_%u.jpg"/>
          <up    url="output_14__202/4/0/%v_%u.jpg"/>
          <down  url="output_14__202/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_14__202/mobile/0.jpg"/>
      <right url="output_14__202/mobile/1.jpg"/>
      <back  url="output_14__202/mobile/2.jpg"/>
      <left  url="output_14__202/mobile/3.jpg"/>
      <up    url="output_14__202/mobile/4.jpg"/>
      <down  url="output_14__202/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint278"
           ath="-26.769231" atv="-3.698630"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano203"
           onclick="onclickspotpoint278"
           tooltip="spotpoint278_tooltip"
           />
  <hotspot name="spotpoint278" devices="flash" zorder="3"/>
  <hotspot name="spotpoint278" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint278">
  
        mainloadscene(pano203);lookat(0.000000, -2.025000, 90.000000);


  </action>





  <hotspot name="spotpoint282"
           ath="-160.899042" atv="-1.602374"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano201"
           onclick="onclickspotpoint282"
           tooltip="spotpoint282_tooltip"
           />
  <hotspot name="spotpoint282" devices="flash" zorder="3"/>
  <hotspot name="spotpoint282" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint282">
  
        mainloadscene(pano201);lookat(-179.100000, 3.825000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint278].visible, false);

    set(hotspot[spotpoint282].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint278].visible, true);

  
  set(hotspot[spotpoint282].visible, true);
  </action>
  <events name="pano202stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 211 : 1 panoramas -->
  
<!-- **** @PanoName="Output(15)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(15).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano203"
       heading="0"
       thumburl="%FIRSTXML%/output_15__203/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano203_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_15__203/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_15__203/0/1/%v_%u.jpg"/>
          <right url="output_15__203/1/1/%v_%u.jpg"/>
          <back  url="output_15__203/2/1/%v_%u.jpg"/>
          <left  url="output_15__203/3/1/%v_%u.jpg"/>
          <up    url="output_15__203/4/1/%v_%u.jpg"/>
          <down  url="output_15__203/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_15__203/0/0/%v_%u.jpg"/>
          <right url="output_15__203/1/0/%v_%u.jpg"/>
          <back  url="output_15__203/2/0/%v_%u.jpg"/>
          <left  url="output_15__203/3/0/%v_%u.jpg"/>
          <up    url="output_15__203/4/0/%v_%u.jpg"/>
          <down  url="output_15__203/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_15__203/mobile/0.jpg"/>
      <right url="output_15__203/mobile/1.jpg"/>
      <back  url="output_15__203/mobile/2.jpg"/>
      <left  url="output_15__203/mobile/3.jpg"/>
      <up    url="output_15__203/mobile/4.jpg"/>
      <down  url="output_15__203/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint277"
           ath="175.076923" atv="2.465753"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano202"
           onclick="onclickspotpoint277"
           tooltip="spotpoint277_tooltip"
           />
  <hotspot name="spotpoint277" devices="flash" zorder="3"/>
  <hotspot name="spotpoint277" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint277">
  
        mainloadscene(pano202);lookat(178.200000, 5.175000, 90.000000);


  </action>





  <hotspot name="spotpoint279"
           ath="-5.531915" atv="-2.132701"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano204"
           onclick="onclickspotpoint279"
           tooltip="spotpoint279_tooltip"
           />
  <hotspot name="spotpoint279" devices="flash" zorder="3"/>
  <hotspot name="spotpoint279" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint279">
  
        mainloadscene(pano204);lookat(102.375000, 4.050000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint277].visible, false);

    set(hotspot[spotpoint279].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint277].visible, true);

  
  set(hotspot[spotpoint279].visible, true);
  </action>
  <events name="pano203stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 212 : 1 panoramas -->
  
<!-- **** @PanoName="Output(16)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(16).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano204"
       heading="0"
       thumburl="%FIRSTXML%/output_16__204/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano204_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_16__204/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_16__204/0/1/%v_%u.jpg"/>
          <right url="output_16__204/1/1/%v_%u.jpg"/>
          <back  url="output_16__204/2/1/%v_%u.jpg"/>
          <left  url="output_16__204/3/1/%v_%u.jpg"/>
          <up    url="output_16__204/4/1/%v_%u.jpg"/>
          <down  url="output_16__204/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_16__204/0/0/%v_%u.jpg"/>
          <right url="output_16__204/1/0/%v_%u.jpg"/>
          <back  url="output_16__204/2/0/%v_%u.jpg"/>
          <left  url="output_16__204/3/0/%v_%u.jpg"/>
          <up    url="output_16__204/4/0/%v_%u.jpg"/>
          <down  url="output_16__204/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_16__204/mobile/0.jpg"/>
      <right url="output_16__204/mobile/1.jpg"/>
      <back  url="output_16__204/mobile/2.jpg"/>
      <left  url="output_16__204/mobile/3.jpg"/>
      <up    url="output_16__204/mobile/4.jpg"/>
      <down  url="output_16__204/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint275"
           ath="8.085106" atv="-3.838863"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano184"
           onclick="onclickspotpoint275"
           tooltip="spotpoint275_tooltip"
           />
  <hotspot name="spotpoint275" devices="flash" zorder="3"/>
  <hotspot name="spotpoint275" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint275">
  
        mainloadscene(pano184);lookat(-0.675000, -2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint276"
           ath="-142.553191" atv="-2.132701"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano203"
           onclick="onclickspotpoint276"
           tooltip="spotpoint276_tooltip"
           />
  <hotspot name="spotpoint276" devices="flash" zorder="3"/>
  <hotspot name="spotpoint276" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint276">
  
        mainloadscene(pano203);lookat(179.100000, 5.175000, 90.000000);


  </action>





  <hotspot name="spotpoint286"
           ath="-180.000000" atv="-1.232877"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano220"
           onclick="onclickspotpoint286"
           tooltip="spotpoint286_tooltip"
           />
  <hotspot name="spotpoint286" devices="flash" zorder="3"/>
  <hotspot name="spotpoint286" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint286">
  
        mainloadscene(pano220);lookat(98.325000, 1.575000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint275].visible, false);

    set(hotspot[spotpoint276].visible, false);

    set(hotspot[spotpoint286].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint275].visible, true);

  
  set(hotspot[spotpoint276].visible, true);

  
  set(hotspot[spotpoint286].visible, true);
  </action>
  <events name="pano204stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 213 : 1 panoramas -->
  
<!-- **** @PanoName="Output(17)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(17).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano205"
       heading="0"
       thumburl="%FIRSTXML%/output_17__205/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano205_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_17__205/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_17__205/0/1/%v_%u.jpg"/>
          <right url="output_17__205/1/1/%v_%u.jpg"/>
          <back  url="output_17__205/2/1/%v_%u.jpg"/>
          <left  url="output_17__205/3/1/%v_%u.jpg"/>
          <up    url="output_17__205/4/1/%v_%u.jpg"/>
          <down  url="output_17__205/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_17__205/0/0/%v_%u.jpg"/>
          <right url="output_17__205/1/0/%v_%u.jpg"/>
          <back  url="output_17__205/2/0/%v_%u.jpg"/>
          <left  url="output_17__205/3/0/%v_%u.jpg"/>
          <up    url="output_17__205/4/0/%v_%u.jpg"/>
          <down  url="output_17__205/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_17__205/mobile/0.jpg"/>
      <right url="output_17__205/mobile/1.jpg"/>
      <back  url="output_17__205/mobile/2.jpg"/>
      <left  url="output_17__205/mobile/3.jpg"/>
      <up    url="output_17__205/mobile/4.jpg"/>
      <down  url="output_17__205/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint273"
           ath="-95.744681" atv="-3.838863"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano206"
           onclick="onclickspotpoint273"
           tooltip="spotpoint273_tooltip"
           />
  <hotspot name="spotpoint273" devices="flash" zorder="3"/>
  <hotspot name="spotpoint273" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint273">
  
        mainloadscene(pano206);lookat(-3.600000, -0.450000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint273].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint273].visible, true);
  </action>
  <events name="pano205stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 214 : 1 panoramas -->
  
<!-- **** @PanoName="Output(18)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(18).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano206"
       heading="0"
       thumburl="%FIRSTXML%/output_18__206/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano206_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_18__206/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_18__206/0/1/%v_%u.jpg"/>
          <right url="output_18__206/1/1/%v_%u.jpg"/>
          <back  url="output_18__206/2/1/%v_%u.jpg"/>
          <left  url="output_18__206/3/1/%v_%u.jpg"/>
          <up    url="output_18__206/4/1/%v_%u.jpg"/>
          <down  url="output_18__206/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_18__206/0/0/%v_%u.jpg"/>
          <right url="output_18__206/1/0/%v_%u.jpg"/>
          <back  url="output_18__206/2/0/%v_%u.jpg"/>
          <left  url="output_18__206/3/0/%v_%u.jpg"/>
          <up    url="output_18__206/4/0/%v_%u.jpg"/>
          <down  url="output_18__206/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_18__206/mobile/0.jpg"/>
      <right url="output_18__206/mobile/1.jpg"/>
      <back  url="output_18__206/mobile/2.jpg"/>
      <left  url="output_18__206/mobile/3.jpg"/>
      <up    url="output_18__206/mobile/4.jpg"/>
      <down  url="output_18__206/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint270"
           ath="8.085106" atv="-2.985782"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano184"
           onclick="onclickspotpoint270"
           tooltip="spotpoint270_tooltip"
           />
  <hotspot name="spotpoint270" devices="flash" zorder="3"/>
  <hotspot name="spotpoint270" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint270">
  
        mainloadscene(pano184);lookat(0.000000, -2.250000, 90.000000);


  </action>





  <hotspot name="spotpoint272"
           ath="174.893617" atv="-2.985782"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano205"
           onclick="onclickspotpoint272"
           tooltip="spotpoint272_tooltip"
           />
  <hotspot name="spotpoint272" devices="flash" zorder="3"/>
  <hotspot name="spotpoint272" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint272">
  
        mainloadscene(pano205);lookat(-3.150000, -0.900000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint270].visible, false);

    set(hotspot[spotpoint272].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint270].visible, true);

  
  set(hotspot[spotpoint272].visible, true);
  </action>
  <events name="pano206stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 215 : 1 panoramas -->
  
<!-- **** @PanoName="Output(19)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(19).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano207"
       heading="0"
       thumburl="%FIRSTXML%/output_19__207/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano207_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_19__207/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_19__207/0/1/%v_%u.jpg"/>
          <right url="output_19__207/1/1/%v_%u.jpg"/>
          <back  url="output_19__207/2/1/%v_%u.jpg"/>
          <left  url="output_19__207/3/1/%v_%u.jpg"/>
          <up    url="output_19__207/4/1/%v_%u.jpg"/>
          <down  url="output_19__207/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_19__207/0/0/%v_%u.jpg"/>
          <right url="output_19__207/1/0/%v_%u.jpg"/>
          <back  url="output_19__207/2/0/%v_%u.jpg"/>
          <left  url="output_19__207/3/0/%v_%u.jpg"/>
          <up    url="output_19__207/4/0/%v_%u.jpg"/>
          <down  url="output_19__207/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_19__207/mobile/0.jpg"/>
      <right url="output_19__207/mobile/1.jpg"/>
      <back  url="output_19__207/mobile/2.jpg"/>
      <left  url="output_19__207/mobile/3.jpg"/>
      <up    url="output_19__207/mobile/4.jpg"/>
      <down  url="output_19__207/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint268"
           ath="-69.361702" atv="-7.251185"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano174"
           onclick="onclickspotpoint268"
           />
  <hotspot name="spotpoint268" devices="flash" zorder="3"/>
  <hotspot name="spotpoint268" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint268">
  
        mainloadscene(pano174);lookat(-2.700000, -2.475000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint268].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint268].visible, true);
  </action>
  <events name="pano207stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 223 : 1 panoramas -->
  
<!-- **** @PanoName="Output(10)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(10).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano216"
       heading="0"
       thumburl="%FIRSTXML%/output_10__216/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano216_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_10__216/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_10__216/0/1/%v_%u.jpg"/>
          <right url="output_10__216/1/1/%v_%u.jpg"/>
          <back  url="output_10__216/2/1/%v_%u.jpg"/>
          <left  url="output_10__216/3/1/%v_%u.jpg"/>
          <up    url="output_10__216/4/1/%v_%u.jpg"/>
          <down  url="output_10__216/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_10__216/0/0/%v_%u.jpg"/>
          <right url="output_10__216/1/0/%v_%u.jpg"/>
          <back  url="output_10__216/2/0/%v_%u.jpg"/>
          <left  url="output_10__216/3/0/%v_%u.jpg"/>
          <up    url="output_10__216/4/0/%v_%u.jpg"/>
          <down  url="output_10__216/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_10__216/mobile/0.jpg"/>
      <right url="output_10__216/mobile/1.jpg"/>
      <back  url="output_10__216/mobile/2.jpg"/>
      <left  url="output_10__216/mobile/3.jpg"/>
      <up    url="output_10__216/mobile/4.jpg"/>
      <down  url="output_10__216/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint292"
           ath="3.384615" atv="-5.547945"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano222"
           onclick="onclickspotpoint292"
           />
  <hotspot name="spotpoint292" devices="flash" zorder="3"/>
  <hotspot name="spotpoint292" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint292">
  
        mainloadscene(pano222);lookat(-89.325000, -0.675000, 90.000000);


  </action>





  <hotspot name="spotpoint296"
           ath="-174.461538" atv="1.232877"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano217"
           onclick="onclickspotpoint296"
           tooltip="spotpoint296_tooltip"
           />
  <hotspot name="spotpoint296" devices="flash" zorder="3"/>
  <hotspot name="spotpoint296" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint296">
  
        mainloadscene(pano217);lookat(-175.950000, 5.850000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint292].visible, false);

    set(hotspot[spotpoint296].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint292].visible, true);

  
  set(hotspot[spotpoint296].visible, true);
  </action>
  <events name="pano216stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 224 : 1 panoramas -->
  
<!-- **** @PanoName="Output(11)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(11).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano217"
       heading="0"
       thumburl="%FIRSTXML%/output_11__217/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano217_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_11__217/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_11__217/0/1/%v_%u.jpg"/>
          <right url="output_11__217/1/1/%v_%u.jpg"/>
          <back  url="output_11__217/2/1/%v_%u.jpg"/>
          <left  url="output_11__217/3/1/%v_%u.jpg"/>
          <up    url="output_11__217/4/1/%v_%u.jpg"/>
          <down  url="output_11__217/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_11__217/0/0/%v_%u.jpg"/>
          <right url="output_11__217/1/0/%v_%u.jpg"/>
          <back  url="output_11__217/2/0/%v_%u.jpg"/>
          <left  url="output_11__217/3/0/%v_%u.jpg"/>
          <up    url="output_11__217/4/0/%v_%u.jpg"/>
          <down  url="output_11__217/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_11__217/mobile/0.jpg"/>
      <right url="output_11__217/mobile/1.jpg"/>
      <back  url="output_11__217/mobile/2.jpg"/>
      <left  url="output_11__217/mobile/3.jpg"/>
      <up    url="output_11__217/mobile/4.jpg"/>
      <down  url="output_11__217/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint291"
           ath="-152.307692" atv="-0.616438"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano216"
           onclick="onclickspotpoint291"
           tooltip="spotpoint291_tooltip"
           />
  <hotspot name="spotpoint291" devices="flash" zorder="3"/>
  <hotspot name="spotpoint291" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint291">
  
        mainloadscene(pano216);lookat(5.850000, -3.825000, 90.000000);


  </action>





  <hotspot name="spotpoint310"
           ath="175.692308" atv="-1.232877"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano204"
           onclick="onclickspotpoint310"
           tooltip="spotpoint310_tooltip"
           />
  <hotspot name="spotpoint310" devices="flash" zorder="3"/>
  <hotspot name="spotpoint310" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint310">
  
        mainloadscene(pano204);lookat(93.150000, 3.375000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint291].visible, false);

    set(hotspot[spotpoint310].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint291].visible, true);

  
  set(hotspot[spotpoint310].visible, true);
  </action>
  <events name="pano217stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 225 : 1 panoramas -->
  
<!-- **** @PanoName="Output(5)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(5).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano218"
       heading="0"
       thumburl="%FIRSTXML%/output_5__218/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano218_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_5__218/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_5__218/0/1/%v_%u.jpg"/>
          <right url="output_5__218/1/1/%v_%u.jpg"/>
          <back  url="output_5__218/2/1/%v_%u.jpg"/>
          <left  url="output_5__218/3/1/%v_%u.jpg"/>
          <up    url="output_5__218/4/1/%v_%u.jpg"/>
          <down  url="output_5__218/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_5__218/0/0/%v_%u.jpg"/>
          <right url="output_5__218/1/0/%v_%u.jpg"/>
          <back  url="output_5__218/2/0/%v_%u.jpg"/>
          <left  url="output_5__218/3/0/%v_%u.jpg"/>
          <up    url="output_5__218/4/0/%v_%u.jpg"/>
          <down  url="output_5__218/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_5__218/mobile/0.jpg"/>
      <right url="output_5__218/mobile/1.jpg"/>
      <back  url="output_5__218/mobile/2.jpg"/>
      <left  url="output_5__218/mobile/3.jpg"/>
      <up    url="output_5__218/mobile/4.jpg"/>
      <down  url="output_5__218/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint298"
           ath="4.615385" atv="-4.931507"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano233"
           onclick="onclickspotpoint298"
           tooltip="spotpoint298_tooltip"
           />
  <hotspot name="spotpoint298" devices="flash" zorder="3"/>
  <hotspot name="spotpoint298" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint298">
  
        mainloadscene(pano233);lookat(1.800000, -2.475000, 90.000000);


  </action>





  <hotspot name="spotpoint300"
           ath="-162.769231" atv="-2.465753"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano219"
           onclick="onclickspotpoint300"
           tooltip="spotpoint300_tooltip"
           />
  <hotspot name="spotpoint300" devices="flash" zorder="3"/>
  <hotspot name="spotpoint300" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint300">
  
        mainloadscene(pano219);lookat(1.800000, -1.575000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint298].visible, false);

    set(hotspot[spotpoint300].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint298].visible, true);

  
  set(hotspot[spotpoint300].visible, true);
  </action>
  <events name="pano218stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 226 : 1 panoramas -->
  
<!-- **** @PanoName="Output(6)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(6).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano219"
       heading="0"
       thumburl="%FIRSTXML%/output_6__219/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano219_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_6__219/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_6__219/0/1/%v_%u.jpg"/>
          <right url="output_6__219/1/1/%v_%u.jpg"/>
          <back  url="output_6__219/2/1/%v_%u.jpg"/>
          <left  url="output_6__219/3/1/%v_%u.jpg"/>
          <up    url="output_6__219/4/1/%v_%u.jpg"/>
          <down  url="output_6__219/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_6__219/0/0/%v_%u.jpg"/>
          <right url="output_6__219/1/0/%v_%u.jpg"/>
          <back  url="output_6__219/2/0/%v_%u.jpg"/>
          <left  url="output_6__219/3/0/%v_%u.jpg"/>
          <up    url="output_6__219/4/0/%v_%u.jpg"/>
          <down  url="output_6__219/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_6__219/mobile/0.jpg"/>
      <right url="output_6__219/mobile/1.jpg"/>
      <back  url="output_6__219/mobile/2.jpg"/>
      <left  url="output_6__219/mobile/3.jpg"/>
      <up    url="output_6__219/mobile/4.jpg"/>
      <down  url="output_6__219/mobile/5.jpg"/>
    </image>




  <!-- **** 4 Point Spots **** -->



  <hotspot name="spotpoint288"
           ath="129.538462" atv="0.616438"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano220"
           onclick="onclickspotpoint288"
           tooltip="spotpoint288_tooltip"
           />
  <hotspot name="spotpoint288" devices="flash" zorder="3"/>
  <hotspot name="spotpoint288" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint288">
  
        mainloadscene(pano220);lookat(-179.325000, 2.475000, 90.000000);


  </action>





  <hotspot name="spotpoint297"
           ath="-160.307692" atv="2.465753"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano218"
           onclick="onclickspotpoint297"
           tooltip="spotpoint297_tooltip"
           />
  <hotspot name="spotpoint297" devices="flash" zorder="3"/>
  <hotspot name="spotpoint297" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint297">
  
        mainloadscene(pano218);lookat(6.075000, -4.500000, 90.000000);


  </action>





  <hotspot name="spotpoint302"
           ath="57.538462" atv="-4.315068"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano230"
           onclick="onclickspotpoint302"
           tooltip="spotpoint302_tooltip"
           />
  <hotspot name="spotpoint302" devices="flash" zorder="3"/>
  <hotspot name="spotpoint302" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint302">
  
        mainloadscene(pano230);lookat(88.875000, 1.125000, 90.000000);


  </action>





  <hotspot name="spotpoint305"
           ath="29.846154" atv="-3.082192"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano232"
           onclick="onclickspotpoint305"
           tooltip="spotpoint305_tooltip"
           />
  <hotspot name="spotpoint305" devices="flash" zorder="3"/>
  <hotspot name="spotpoint305" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint305">
  
        mainloadscene(pano232);lookat(-100.800000, -1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint288].visible, false);

    set(hotspot[spotpoint297].visible, false);

    set(hotspot[spotpoint302].visible, false);

    set(hotspot[spotpoint305].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint288].visible, true);

  
  set(hotspot[spotpoint297].visible, true);

  
  set(hotspot[spotpoint302].visible, true);

  
  set(hotspot[spotpoint305].visible, true);
  </action>
  <events name="pano219stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 227 : 1 panoramas -->
  
<!-- **** @PanoName="Output(7)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(7).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano220"
       heading="0"
       thumburl="%FIRSTXML%/output_7__220/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano220_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_7__220/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_7__220/0/1/%v_%u.jpg"/>
          <right url="output_7__220/1/1/%v_%u.jpg"/>
          <back  url="output_7__220/2/1/%v_%u.jpg"/>
          <left  url="output_7__220/3/1/%v_%u.jpg"/>
          <up    url="output_7__220/4/1/%v_%u.jpg"/>
          <down  url="output_7__220/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_7__220/0/0/%v_%u.jpg"/>
          <right url="output_7__220/1/0/%v_%u.jpg"/>
          <back  url="output_7__220/2/0/%v_%u.jpg"/>
          <left  url="output_7__220/3/0/%v_%u.jpg"/>
          <up    url="output_7__220/4/0/%v_%u.jpg"/>
          <down  url="output_7__220/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_7__220/mobile/0.jpg"/>
      <right url="output_7__220/mobile/1.jpg"/>
      <back  url="output_7__220/mobile/2.jpg"/>
      <left  url="output_7__220/mobile/3.jpg"/>
      <up    url="output_7__220/mobile/4.jpg"/>
      <down  url="output_7__220/mobile/5.jpg"/>
    </image>




  <!-- **** 3 Point Spots **** -->



  <hotspot name="spotpoint287"
           ath="16.923077" atv="-8.630137"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano219"
           onclick="onclickspotpoint287"
           tooltip="spotpoint287_tooltip"
           />
  <hotspot name="spotpoint287" devices="flash" zorder="3"/>
  <hotspot name="spotpoint287" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint287">
  
        mainloadscene(pano219);lookat(-90.900000, -1.125000, 90.000000);


  </action>





  <hotspot name="spotpoint289"
           ath="-172.000000" atv="1.849315"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano217"
           onclick="onclickspotpoint289"
           tooltip="spotpoint289_tooltip"
           />
  <hotspot name="spotpoint289" devices="flash" zorder="3"/>
  <hotspot name="spotpoint289" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint289">
  
        mainloadscene(pano217);lookat(4.275000, -3.375000, 90.000000);


  </action>





  <hotspot name="spotpoint309"
           ath="-139.384615" atv="0.000000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano204"
           onclick="onclickspotpoint309"
           tooltip="spotpoint309_tooltip"
           />
  <hotspot name="spotpoint309" devices="flash" zorder="3"/>
  <hotspot name="spotpoint309" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint309">
  
        mainloadscene(pano204);lookat(-89.775000, -0.675000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint287].visible, false);

    set(hotspot[spotpoint289].visible, false);

    set(hotspot[spotpoint309].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint287].visible, true);

  
  set(hotspot[spotpoint289].visible, true);

  
  set(hotspot[spotpoint309].visible, true);
  </action>
  <events name="pano220stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 228 : 1 panoramas -->
  
<!-- **** @PanoName="Output(8)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(8).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano221"
       heading="0"
       thumburl="%FIRSTXML%/output_8__221/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano221_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_8__221/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_8__221/0/1/%v_%u.jpg"/>
          <right url="output_8__221/1/1/%v_%u.jpg"/>
          <back  url="output_8__221/2/1/%v_%u.jpg"/>
          <left  url="output_8__221/3/1/%v_%u.jpg"/>
          <up    url="output_8__221/4/1/%v_%u.jpg"/>
          <down  url="output_8__221/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_8__221/0/0/%v_%u.jpg"/>
          <right url="output_8__221/1/0/%v_%u.jpg"/>
          <back  url="output_8__221/2/0/%v_%u.jpg"/>
          <left  url="output_8__221/3/0/%v_%u.jpg"/>
          <up    url="output_8__221/4/0/%v_%u.jpg"/>
          <down  url="output_8__221/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_8__221/mobile/0.jpg"/>
      <right url="output_8__221/mobile/1.jpg"/>
      <back  url="output_8__221/mobile/2.jpg"/>
      <left  url="output_8__221/mobile/3.jpg"/>
      <up    url="output_8__221/mobile/4.jpg"/>
      <down  url="output_8__221/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint295"
           ath="143.076923" atv="-0.616438"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano222"
           onclick="onclickspotpoint295"
           tooltip="spotpoint295_tooltip"
           />
  <hotspot name="spotpoint295" devices="flash" zorder="3"/>
  <hotspot name="spotpoint295" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint295">
  
        mainloadscene(pano222);lookat(93.600000, 2.475000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint295].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint295].visible, true);
  </action>
  <events name="pano221stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 229 : 1 panoramas -->
  
<!-- **** @PanoName="Output(9)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(9).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano222"
       heading="0"
       thumburl="%FIRSTXML%/output_9__222/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano222_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_9__222/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_9__222/0/1/%v_%u.jpg"/>
          <right url="output_9__222/1/1/%v_%u.jpg"/>
          <back  url="output_9__222/2/1/%v_%u.jpg"/>
          <left  url="output_9__222/3/1/%v_%u.jpg"/>
          <up    url="output_9__222/4/1/%v_%u.jpg"/>
          <down  url="output_9__222/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_9__222/0/0/%v_%u.jpg"/>
          <right url="output_9__222/1/0/%v_%u.jpg"/>
          <back  url="output_9__222/2/0/%v_%u.jpg"/>
          <left  url="output_9__222/3/0/%v_%u.jpg"/>
          <up    url="output_9__222/4/0/%v_%u.jpg"/>
          <down  url="output_9__222/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_9__222/mobile/0.jpg"/>
      <right url="output_9__222/mobile/1.jpg"/>
      <back  url="output_9__222/mobile/2.jpg"/>
      <left  url="output_9__222/mobile/3.jpg"/>
      <up    url="output_9__222/mobile/4.jpg"/>
      <down  url="output_9__222/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint293"
           ath="125.846154" atv="0.000000"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano216"
           onclick="onclickspotpoint293"
           tooltip="spotpoint293_tooltip"
           />
  <hotspot name="spotpoint293" devices="flash" zorder="3"/>
  <hotspot name="spotpoint293" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint293">
  
        mainloadscene(pano216);lookat(177.075000, 3.825000, 90.000000);


  </action>





  <hotspot name="spotpoint294"
           ath="-124.615385" atv="-3.082192"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano221"
           onclick="onclickspotpoint294"
           tooltip="spotpoint294_tooltip"
           />
  <hotspot name="spotpoint294" devices="flash" zorder="3"/>
  <hotspot name="spotpoint294" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint294">
  
        mainloadscene(pano221);lookat(get(panoview.h), get(panoview.v), get(panoview.fov));


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint293].visible, false);

    set(hotspot[spotpoint294].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint293].visible, true);

  
  set(hotspot[spotpoint294].visible, true);
  </action>
  <events name="pano222stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 235 : 1 panoramas -->
  
<!-- **** @PanoName="Output(1)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(1).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano230"
       heading="0"
       thumburl="%FIRSTXML%/output_1__230/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano230_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_1__230/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_1__230/0/1/%v_%u.jpg"/>
          <right url="output_1__230/1/1/%v_%u.jpg"/>
          <back  url="output_1__230/2/1/%v_%u.jpg"/>
          <left  url="output_1__230/3/1/%v_%u.jpg"/>
          <up    url="output_1__230/4/1/%v_%u.jpg"/>
          <down  url="output_1__230/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_1__230/0/0/%v_%u.jpg"/>
          <right url="output_1__230/1/0/%v_%u.jpg"/>
          <back  url="output_1__230/2/0/%v_%u.jpg"/>
          <left  url="output_1__230/3/0/%v_%u.jpg"/>
          <up    url="output_1__230/4/0/%v_%u.jpg"/>
          <down  url="output_1__230/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_1__230/mobile/0.jpg"/>
      <right url="output_1__230/mobile/1.jpg"/>
      <back  url="output_1__230/mobile/2.jpg"/>
      <left  url="output_1__230/mobile/3.jpg"/>
      <up    url="output_1__230/mobile/4.jpg"/>
      <down  url="output_1__230/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint281"
           ath="176.923077" atv="3.698630"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano240"
           onclick="onclickspotpoint281"
           tooltip="spotpoint281_tooltip"
           />
  <hotspot name="spotpoint281" devices="flash" zorder="3"/>
  <hotspot name="spotpoint281" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint281">
  
        mainloadscene(pano240);lookat(7.200000, -2.475000, 90.000000);


  </action>





  <hotspot name="spotpoint303"
           ath="-124.615385" atv="2.465753"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano219"
           onclick="onclickspotpoint303"
           tooltip="spotpoint303_tooltip"
           />
  <hotspot name="spotpoint303" devices="flash" zorder="3"/>
  <hotspot name="spotpoint303" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint303">
  
        mainloadscene(pano219);lookat(-91.800000, -1.125000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint281].visible, false);

    set(hotspot[spotpoint303].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint281].visible, true);

  
  set(hotspot[spotpoint303].visible, true);
  </action>
  <events name="pano230stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 236 : 1 panoramas -->
  
<!-- **** @PanoName="Output(2)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(2).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano231"
       heading="0"
       thumburl="%FIRSTXML%/output_2__231/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano231_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_2__231/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_2__231/0/1/%v_%u.jpg"/>
          <right url="output_2__231/1/1/%v_%u.jpg"/>
          <back  url="output_2__231/2/1/%v_%u.jpg"/>
          <left  url="output_2__231/3/1/%v_%u.jpg"/>
          <up    url="output_2__231/4/1/%v_%u.jpg"/>
          <down  url="output_2__231/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_2__231/0/0/%v_%u.jpg"/>
          <right url="output_2__231/1/0/%v_%u.jpg"/>
          <back  url="output_2__231/2/0/%v_%u.jpg"/>
          <left  url="output_2__231/3/0/%v_%u.jpg"/>
          <up    url="output_2__231/4/0/%v_%u.jpg"/>
          <down  url="output_2__231/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_2__231/mobile/0.jpg"/>
      <right url="output_2__231/mobile/1.jpg"/>
      <back  url="output_2__231/mobile/2.jpg"/>
      <left  url="output_2__231/mobile/3.jpg"/>
      <up    url="output_2__231/mobile/4.jpg"/>
      <down  url="output_2__231/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint307"
           ath="89.538462" atv="8.013699"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano232"
           onclick="onclickspotpoint307"
           tooltip="spotpoint307_tooltip"
           />
  <hotspot name="spotpoint307" devices="flash" zorder="3"/>
  <hotspot name="spotpoint307" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint307">
  
        mainloadscene(pano232);lookat(0.000000, -1.800000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint307].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint307].visible, true);
  </action>
  <events name="pano231stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 237 : 1 panoramas -->
  
<!-- **** @PanoName="Output(3)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(3).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano232"
       heading="0"
       thumburl="%FIRSTXML%/output_3__232/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano232_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_3__232/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_3__232/0/1/%v_%u.jpg"/>
          <right url="output_3__232/1/1/%v_%u.jpg"/>
          <back  url="output_3__232/2/1/%v_%u.jpg"/>
          <left  url="output_3__232/3/1/%v_%u.jpg"/>
          <up    url="output_3__232/4/1/%v_%u.jpg"/>
          <down  url="output_3__232/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_3__232/0/0/%v_%u.jpg"/>
          <right url="output_3__232/1/0/%v_%u.jpg"/>
          <back  url="output_3__232/2/0/%v_%u.jpg"/>
          <left  url="output_3__232/3/0/%v_%u.jpg"/>
          <up    url="output_3__232/4/0/%v_%u.jpg"/>
          <down  url="output_3__232/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_3__232/mobile/0.jpg"/>
      <right url="output_3__232/mobile/1.jpg"/>
      <back  url="output_3__232/mobile/2.jpg"/>
      <left  url="output_3__232/mobile/3.jpg"/>
      <up    url="output_3__232/mobile/4.jpg"/>
      <down  url="output_3__232/mobile/5.jpg"/>
    </image>




  <!-- **** 2 Point Spots **** -->



  <hotspot name="spotpoint306"
           ath="176.307692" atv="21.575342"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano231"
           onclick="onclickspotpoint306"
           tooltip="spotpoint306_tooltip"
           />
  <hotspot name="spotpoint306" devices="flash" zorder="3"/>
  <hotspot name="spotpoint306" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint306">
  
        mainloadscene(pano231);lookat(-78.975000, -0.900000, 90.000000);


  </action>





  <hotspot name="spotpoint308"
           ath="28.000000" atv="-5.547945"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano219"
           onclick="onclickspotpoint308"
           tooltip="spotpoint308_tooltip"
           />
  <hotspot name="spotpoint308" devices="flash" zorder="3"/>
  <hotspot name="spotpoint308" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint308">
  
        mainloadscene(pano219);lookat(-177.975000, 4.275000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint306].visible, false);

    set(hotspot[spotpoint308].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint306].visible, true);

  
  set(hotspot[spotpoint308].visible, true);
  </action>
  <events name="pano232stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 238 : 1 panoramas -->
  
<!-- **** @PanoName="Output(4)" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output(4).JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano233"
       heading="0"
       thumburl="%FIRSTXML%/output_4__233/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano233_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_4__233/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_4__233/0/1/%v_%u.jpg"/>
          <right url="output_4__233/1/1/%v_%u.jpg"/>
          <back  url="output_4__233/2/1/%v_%u.jpg"/>
          <left  url="output_4__233/3/1/%v_%u.jpg"/>
          <up    url="output_4__233/4/1/%v_%u.jpg"/>
          <down  url="output_4__233/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_4__233/0/0/%v_%u.jpg"/>
          <right url="output_4__233/1/0/%v_%u.jpg"/>
          <back  url="output_4__233/2/0/%v_%u.jpg"/>
          <left  url="output_4__233/3/0/%v_%u.jpg"/>
          <up    url="output_4__233/4/0/%v_%u.jpg"/>
          <down  url="output_4__233/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_4__233/mobile/0.jpg"/>
      <right url="output_4__233/mobile/1.jpg"/>
      <back  url="output_4__233/mobile/2.jpg"/>
      <left  url="output_4__233/mobile/3.jpg"/>
      <up    url="output_4__233/mobile/4.jpg"/>
      <down  url="output_4__233/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint299"
           ath="-159.692308" atv="4.931507"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano218"
           onclick="onclickspotpoint299"
           tooltip="spotpoint299_tooltip"
           />
  <hotspot name="spotpoint299" devices="flash" zorder="3"/>
  <hotspot name="spotpoint299" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint299">
  
        mainloadscene(pano218);lookat(179.550000, 5.400000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint299].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint299].visible, true);
  </action>
  <events name="pano233stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <!-- Group Group 241 : 1 panoramas -->
  
<!-- **** @PanoName="Output" @PanoFile="/Users/baldovino/Downloads/wetransfer_output-11-jpg_2025-12-03_1521/Output.JPG" **** -->
<!-- **** Width="4096px" Height="2048px" **** -->
<scene name="pano240"
       heading="0"
       thumburl="%FIRSTXML%/output_240/thumbnail.jpg"
       backgroundsound=""
       backgroundsoundloops="0"
       haspolygons="false"
       titleid="pano240_title"
       descriptionid=""
       multires="true"
       planar="false"
       full360="true"
       video="false"
       seen="false">
    <autorotate horizon="0.000000" tofov="90.000000" waittime="1" speed="5"/>
    <panoview h="0.000000" v="0.000000" fov="90.000000" hmin="-180" hmax="180" vmin="-90" vmax="90" fovmax="90" />
    <view fisheye="0"
          limitview="range"
          hlookatmin="-180"
          hlookatmax="180"
          vlookatmin="-90"
          vlookatmax="90"
          maxpixelzoom="1.0"
          fovtype="VFOV"
          fovmax="90"
          fov="90.000000"
          hlookat="0.000000"
          vlookat="0.000000"/>
    <preview url="%FIRSTXML%/output_240/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" />
    <image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
      <level tiledimagewidth="1536" tiledimageheight="1536">
          <front url="output_240/0/1/%v_%u.jpg"/>
          <right url="output_240/1/1/%v_%u.jpg"/>
          <back  url="output_240/2/1/%v_%u.jpg"/>
          <left  url="output_240/3/1/%v_%u.jpg"/>
          <up    url="output_240/4/1/%v_%u.jpg"/>
          <down  url="output_240/5/1/%v_%u.jpg"/>
      </level>
      <level tiledimagewidth="1024" tiledimageheight="1024">
          <front url="output_240/0/0/%v_%u.jpg"/>
          <right url="output_240/1/0/%v_%u.jpg"/>
          <back  url="output_240/2/0/%v_%u.jpg"/>
          <left  url="output_240/3/0/%v_%u.jpg"/>
          <up    url="output_240/4/0/%v_%u.jpg"/>
          <down  url="output_240/5/0/%v_%u.jpg"/>
      </level>
    </image>
    <image type="CUBE" devices="androidstock.and.no-webgl">
      <front url="output_240/mobile/0.jpg"/>
      <right url="output_240/mobile/1.jpg"/>
      <back  url="output_240/mobile/2.jpg"/>
      <left  url="output_240/mobile/3.jpg"/>
      <up    url="output_240/mobile/4.jpg"/>
      <down  url="output_240/mobile/5.jpg"/>
    </image>




  <!-- **** 1 Point Spots **** -->



  <hotspot name="spotpoint304"
           ath="176.923077" atv="1.849315"
           style="IconDefaultPointSpotStyle"
           tag="point"
           descriptionid=""
           linktarget="pano230"
           onclick="onclickspotpoint304"
           tooltip="spotpoint304_tooltip"
           />
  <hotspot name="spotpoint304" devices="flash" zorder="3"/>
  <hotspot name="spotpoint304" devices="html5" zorder="3" zorder2="1"/>
  <action name="onclickspotpoint304">
  
        mainloadscene(pano230);lookat(0.000000, -3.150000, 90.000000);


  </action>



  <action name="hidepanopointspots">

    set(hotspot[spotpoint304].visible, false);
  </action>
  <action name="showpanopointspots">

  
  set(hotspot[spotpoint304].visible, true);
  </action>
  <events name="pano240stopanimatedspots" onremovepano="" />


  <action name="showpanospotsaction">
    if (tour_displayspots,
    showpanopointspots();
    );
  </action>
  <action name="hidepanospotsaction">
    hidepanopointspots();
  </action>



</scene>

  <krpano nofullspherepanoavailable="false" />



</krpano>

