HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode.com/build/client/libs/animations/trading-platform/Hero.js
window.addEventListener('load', () => {
  function anim(cjs, an) {
    var p; // shortcut to reference prototypes
    var lib = {};
    var ss = {};
    var img = {};
    lib.ssMetadata = [];
  
    (lib.AnMovieClip = function () {
      this.actionFrames = [];
      this.ignorePause = false;
      this.gotoAndPlay = function (positionOrLabel) {
        cjs.MovieClip.prototype.gotoAndPlay.call(this, positionOrLabel);
      };
      this.play = function () {
        cjs.MovieClip.prototype.play.call(this);
      };
      this.gotoAndStop = function (positionOrLabel) {
        cjs.MovieClip.prototype.gotoAndStop.call(this, positionOrLabel);
      };
      this.stop = function () {
        cjs.MovieClip.prototype.stop.call(this);
      };
    }).prototype = p = new cjs.MovieClip();
    // symbols:
    // helper functions:
  
    function mc_symbol_clone() {
      var clone = this._cloneProps(new this.constructor(this.mode, this.startPosition, this.loop, this.reversed));
      clone.gotoAndStop(this.currentFrame);
      clone.paused = this.paused;
      clone.framerate = this.framerate;
      return clone;
    }
  
    function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
      var prototype = cjs.extend(symbol, cjs.MovieClip);
      prototype.clone = mc_symbol_clone;
      prototype.nominalBounds = nominalBounds;
      prototype.frameBounds = frameBounds;
      return prototype;
    }
  
    (lib.Tween1 = function (mode, startPosition, loop, reversed) {
      if (loop == null) {
        loop = true;
      }
      if (reversed == null) {
        reversed = false;
      }
      var props = new Object();
      props.mode = mode;
      props.startPosition = startPosition;
      props.labels = {};
      props.loop = loop;
      props.reversed = reversed;
      cjs.MovieClip.apply(this, [props]);
  
      // Layer_1
      this.shape = new cjs.Shape();
      this.shape.graphics.f().s('#FFFFFF').ss(1, 1, 1).p('EhOHAAAMCcPAAA');
  
      this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
  
      this._renderFirstFrame();
    }).prototype = p = new cjs.MovieClip();
    p.nominalBounds = new cjs.Rectangle(-501, -1, 1002, 2);
  
    (lib.diagonal_fill = function (mode, startPosition, loop, reversed) {
      if (loop == null) {
        loop = true;
      }
      if (reversed == null) {
        reversed = false;
      }
      var props = new Object();
      props.mode = mode;
      props.startPosition = startPosition;
      props.labels = {};
      props.loop = loop;
      props.reversed = reversed;
      cjs.MovieClip.apply(this, [props]);
  
      // Layer_1
      this.shape = new cjs.Shape();
      this.shape.graphics.f('rgba(255,255,255,0.027)').s().p('EhOHABzIAAjlMCcPAAAIAADlg');
      this.shape.setTransform(500, 11.5);
  
      this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
  
      this._renderFirstFrame();
    }).prototype = p = new cjs.MovieClip();
    p.nominalBounds = new cjs.Rectangle(0, 0, 1000, 23);
  
    (lib.circle_sample = function (mode, startPosition, loop, reversed) {
      if (loop == null) {
        loop = true;
      }
      if (reversed == null) {
        reversed = false;
      }
      var props = new Object();
      props.mode = mode;
      props.startPosition = startPosition;
      props.labels = {};
      props.loop = loop;
      props.reversed = reversed;
      cjs.MovieClip.apply(this, [props]);
  
      // Layer_1
      this.shape = new cjs.Shape();
      this.shape.graphics
        .f()
        .s('#FFFFFF')
        .ss(1, 1, 1)
        .p('ACAAAQAAA1gmAlQglAmg1AAQg0AAgmgmQgNgOgJgPQgPgbAAgiQAAghAPgbQAJgQANgOQAmglA0AAQA1AAAlAlQAmAmAAA0g');
      this.shape.setTransform(12.75, 12.75);
  
      this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
  
      this._renderFirstFrame();
    }).prototype = p = new cjs.MovieClip();
    p.nominalBounds = new cjs.Rectangle(-1, -1, 27.5, 27.5);
  
    (lib.line_mc = function (mode, startPosition, loop, reversed) {
      if (loop == null) {
        loop = true;
      }
      if (reversed == null) {
        reversed = false;
      }
      var props = new Object();
      props.mode = mode;
      props.startPosition = startPosition;
      props.labels = {};
      props.loop = loop;
      props.reversed = reversed;
      cjs.MovieClip.apply(this, [props]);
  
      // timeline functions:
      this.frame_24 = function () {
        this.stop();
      };
  
      // actions tween:
      this.timeline.addTween(cjs.Tween.get(this).wait(24).call(this.frame_24).wait(1));
  
      // Layer_1
      this.instance = new lib.Tween1('synched', 0);
      this.instance.setTransform(19.05, 0, 0.0381, 1);
  
      this.timeline.addTween(
        cjs.Tween.get(this.instance)
          .to({ scaleX: 1, x: 500, alpha: 0.6016 }, 20, cjs.Ease.cubicInOut)
          .to({ alpha: 0.5 }, 4)
          .wait(1)
      );
  
      this._renderFirstFrame();
    }).prototype = p = new cjs.MovieClip();
    p.nominalBounds = new cjs.Rectangle(-1, -1, 1002, 2);
  
    (lib.Frame_fill = function (mode, startPosition, loop, reversed) {
      if (loop == null) {
        loop = true;
      }
      if (reversed == null) {
        reversed = false;
      }
      var props = new Object();
      props.mode = mode;
      props.startPosition = startPosition;
      props.labels = {};
      props.loop = loop;
      props.reversed = reversed;
      cjs.MovieClip.apply(this, [props]);
  
      // Layer_1 (mask)
      var mask = new cjs.Shape();
      mask._off = true;
      mask.graphics.p('EhF6AtrMAAAhbVMCL1AAAIAAGBIAABgMAAABT0gEg7lAnVMBvYAAAMAAAhNeMhvYAAAg');
      mask.setTransform(447.475, 292.3);
  
      // Layer_2
      this.instance = new lib.diagonal_fill('synched', 0);
      this.instance.setTransform(695, 561.9, 1.262, 0.3151, -45, 0, 0, 500.1, 10.4);
  
      this.instance_1 = new lib.diagonal_fill('synched', 0);
      this.instance_1.setTransform(702.6, 569.9, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_2 = new lib.diagonal_fill('synched', 0);
      this.instance_2.setTransform(710.5, 577.8, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_3 = new lib.diagonal_fill('synched', 0);
      this.instance_3.setTransform(718.6, 585.55, 1.262, 0.3151, -45, 0, 0, 500.1, 10.3);
  
      this.instance_4 = new lib.diagonal_fill('synched', 0);
      this.instance_4.setTransform(726.4, 593.35, 1.262, 0.3151, -45, 0, 0, 500.1, 10.2);
  
      this.instance_5 = new lib.diagonal_fill('synched', 0);
      this.instance_5.setTransform(734.1, 601.35, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_6 = new lib.diagonal_fill('synched', 0);
      this.instance_6.setTransform(742, 609.25, 1.262, 0.3151, -45, 0, 0, 499.9, 10.4);
  
      this.instance_7 = new lib.diagonal_fill('synched', 0);
      this.instance_7.setTransform(750.05, 617, 1.262, 0.3151, -45, 0, 0, 500.1, 10.3);
  
      this.instance_8 = new lib.diagonal_fill('synched', 0);
      this.instance_8.setTransform(757.9, 624.85, 1.262, 0.3151, -45, 0, 0, 500.1, 10.3);
  
      this.instance_9 = new lib.diagonal_fill('synched', 0);
      this.instance_9.setTransform(765.55, 632.85, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_10 = new lib.diagonal_fill('synched', 0);
      this.instance_10.setTransform(773.4, 640.7, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_11 = new lib.diagonal_fill('synched', 0);
      this.instance_11.setTransform(781.3, 648.55, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_12 = new lib.diagonal_fill('synched', 0);
      this.instance_12.setTransform(789.35, 656.25, 1.262, 0.3151, -45, 0, 0, 500.1, 10.2);
  
      this.instance_13 = new lib.diagonal_fill('synched', 0);
      this.instance_13.setTransform(797.05, 664.35, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_14 = new lib.diagonal_fill('synched', 0);
      this.instance_14.setTransform(804.9, 672.2, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_15 = new lib.diagonal_fill('synched', 0);
      this.instance_15.setTransform(812.75, 680.05, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_16 = new lib.diagonal_fill('synched', 0);
      this.instance_16.setTransform(820.8, 687.75, 1.262, 0.3151, -45, 0, 0, 500.1, 10.2);
  
      this.instance_17 = new lib.diagonal_fill('synched', 0);
      this.instance_17.setTransform(828.5, 695.75, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_18 = new lib.diagonal_fill('synched', 0);
      this.instance_18.setTransform(836.35, 703.6, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_19 = new lib.diagonal_fill('synched', 0);
      this.instance_19.setTransform(844.5, 711.8, 1.262, 0.3151, -45, 0, 0, 499.9, 10.4);
  
      this.instance_20 = new lib.diagonal_fill('synched', 0);
      this.instance_20.setTransform(443.1, 310.25, 1.262, 0.3151, -45, 0, 0, 499.9, 10);
  
      this.instance_21 = new lib.diagonal_fill('synched', 0);
      this.instance_21.setTransform(450.9, 318.1, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_22 = new lib.diagonal_fill('synched', 0);
      this.instance_22.setTransform(458.75, 326, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_23 = new lib.diagonal_fill('synched', 0);
      this.instance_23.setTransform(466.65, 333.85, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_24 = new lib.diagonal_fill('synched', 0);
      this.instance_24.setTransform(474.5, 341.7, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_25 = new lib.diagonal_fill('synched', 0);
      this.instance_25.setTransform(482.35, 349.55, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_26 = new lib.diagonal_fill('synched', 0);
      this.instance_26.setTransform(490.2, 357.5, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_27 = new lib.diagonal_fill('synched', 0);
      this.instance_27.setTransform(498.15, 365.35, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_28 = new lib.diagonal_fill('synched', 0);
      this.instance_28.setTransform(506, 373.2, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_29 = new lib.diagonal_fill('synched', 0);
      this.instance_29.setTransform(513.85, 381.05, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_30 = new lib.diagonal_fill('synched', 0);
      this.instance_30.setTransform(521.7, 388.95, 1.262, 0.3151, -45, 0, 0, 499.9, 10);
  
      this.instance_31 = new lib.diagonal_fill('synched', 0);
      this.instance_31.setTransform(529.8, 396.7, 1.262, 0.3151, -45, 0, 0, 500.1, 10.4);
  
      this.instance_32 = new lib.diagonal_fill('synched', 0);
      this.instance_32.setTransform(537.6, 404.55, 1.262, 0.3151, -45, 0, 0, 500.1, 10.1);
  
      this.instance_33 = new lib.diagonal_fill('synched', 0);
      this.instance_33.setTransform(545.3, 412.6, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_34 = new lib.diagonal_fill('synched', 0);
      this.instance_34.setTransform(553.15, 420.4, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_35 = new lib.diagonal_fill('synched', 0);
      this.instance_35.setTransform(561.25, 428.15, 1.262, 0.3151, -45, 0, 0, 500.1, 10.4);
  
      this.instance_36 = new lib.diagonal_fill('synched', 0);
      this.instance_36.setTransform(569.1, 436, 1.262, 0.3151, -45, 0, 0, 500.1, 10.2);
  
      this.instance_37 = new lib.diagonal_fill('synched', 0);
      this.instance_37.setTransform(576.75, 444.05, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_38 = new lib.diagonal_fill('synched', 0);
      this.instance_38.setTransform(584.65, 451.95, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_39 = new lib.diagonal_fill('synched', 0);
      this.instance_39.setTransform(592.7, 459.65, 1.262, 0.3151, -45, 0, 0, 500.1, 10.3);
  
      this.instance_40 = new lib.diagonal_fill('synched', 0);
      this.instance_40.setTransform(600.55, 467.45, 1.262, 0.3151, -45, 0, 0, 500.1, 10.2);
  
      this.instance_41 = new lib.diagonal_fill('synched', 0);
      this.instance_41.setTransform(608.2, 475.45, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_42 = new lib.diagonal_fill('synched', 0);
      this.instance_42.setTransform(616.1, 483.4, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_43 = new lib.diagonal_fill('synched', 0);
      this.instance_43.setTransform(624, 491.3, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_44 = new lib.diagonal_fill('synched', 0);
      this.instance_44.setTransform(632.05, 499, 1.262, 0.3151, -45, 0, 0, 500.1, 10.3);
  
      this.instance_45 = new lib.diagonal_fill('synched', 0);
      this.instance_45.setTransform(639.7, 506.95, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_46 = new lib.diagonal_fill('synched', 0);
      this.instance_46.setTransform(647.6, 514.85, 1.262, 0.3151, -45, 0, 0, 499.9, 10.4);
  
      this.instance_47 = new lib.diagonal_fill('synched', 0);
      this.instance_47.setTransform(655.45, 522.75, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_48 = new lib.diagonal_fill('synched', 0);
      this.instance_48.setTransform(663.5, 530.45, 1.262, 0.3151, -45, 0, 0, 500.1, 10.3);
  
      this.instance_49 = new lib.diagonal_fill('synched', 0);
      this.instance_49.setTransform(671.2, 538.5, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_50 = new lib.diagonal_fill('synched', 0);
      this.instance_50.setTransform(679.05, 546.35, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_51 = new lib.diagonal_fill('synched', 0);
      this.instance_51.setTransform(686.9, 554.15, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_52 = new lib.diagonal_fill('synched', 0);
      this.instance_52.setTransform(285.85, 152.85, 1.262, 0.3151, -45, 0, 0, 500, 10.3);
  
      this.instance_53 = new lib.diagonal_fill('synched', 0);
      this.instance_53.setTransform(293.55, 160.75, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_54 = new lib.diagonal_fill('synched', 0);
      this.instance_54.setTransform(301.45, 168.65, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_55 = new lib.diagonal_fill('synched', 0);
      this.instance_55.setTransform(309.5, 176.4, 1.262, 0.3151, -45, 0, 0, 500.1, 10.2);
  
      this.instance_56 = new lib.diagonal_fill('synched', 0);
      this.instance_56.setTransform(317.35, 184.25, 1.262, 0.3151, -45, 0, 0, 500.1, 10.2);
  
      this.instance_57 = new lib.diagonal_fill('synched', 0);
      this.instance_57.setTransform(325.05, 192.25, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_58 = new lib.diagonal_fill('synched', 0);
      this.instance_58.setTransform(332.95, 200.15, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_59 = new lib.diagonal_fill('synched', 0);
      this.instance_59.setTransform(340.9, 207.9, 1.262, 0.3151, -45, 0, 0, 500, 10.1);
  
      this.instance_60 = new lib.diagonal_fill('synched', 0);
      this.instance_60.setTransform(348.75, 215.75, 1.262, 0.3151, -45, 0, 0, 500, 10.1);
  
      this.instance_61 = new lib.diagonal_fill('synched', 0);
      this.instance_61.setTransform(356.5, 223.75, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_62 = new lib.diagonal_fill('synched', 0);
      this.instance_62.setTransform(364.35, 231.6, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_63 = new lib.diagonal_fill('synched', 0);
      this.instance_63.setTransform(372.25, 239.45, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_64 = new lib.diagonal_fill('synched', 0);
      this.instance_64.setTransform(380.2, 247.2, 1.262, 0.3151, -45, 0, 0, 500, 10.1);
  
      this.instance_65 = new lib.diagonal_fill('synched', 0);
      this.instance_65.setTransform(388, 255.2, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_66 = new lib.diagonal_fill('synched', 0);
      this.instance_66.setTransform(395.85, 263.1, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_67 = new lib.diagonal_fill('synched', 0);
      this.instance_67.setTransform(403.7, 270.95, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_68 = new lib.diagonal_fill('synched', 0);
      this.instance_68.setTransform(411.7, 278.7, 1.262, 0.3151, -45, 0, 0, 500, 10.1);
  
      this.instance_69 = new lib.diagonal_fill('synched', 0);
      this.instance_69.setTransform(419.45, 286.65, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_70 = new lib.diagonal_fill('synched', 0);
      this.instance_70.setTransform(427.35, 294.55, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_71 = new lib.diagonal_fill('synched', 0);
      this.instance_71.setTransform(435.25, 302.45, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_72 = new lib.diagonal_fill('synched', 0);
      this.instance_72.setTransform(33.95, -98.9, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_73 = new lib.diagonal_fill('synched', 0);
      this.instance_73.setTransform(41.75, -91.1, 1.262, 0.3151, -45, 0, 0, 499.9, 9.5);
  
      this.instance_74 = new lib.diagonal_fill('synched', 0);
      this.instance_74.setTransform(49.65, -83.15, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_75 = new lib.diagonal_fill('synched', 0);
      this.instance_75.setTransform(57.6, -75.3, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_76 = new lib.diagonal_fill('synched', 0);
      this.instance_76.setTransform(65.45, -67.45, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_77 = new lib.diagonal_fill('synched', 0);
      this.instance_77.setTransform(73.3, -59.55, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_78 = new lib.diagonal_fill('synched', 0);
      this.instance_78.setTransform(81.1, -51.65, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_79 = new lib.diagonal_fill('synched', 0);
      this.instance_79.setTransform(89.05, -43.8, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_80 = new lib.diagonal_fill('synched', 0);
      this.instance_80.setTransform(96.95, -35.9, 1.262, 0.3151, -45, 0, 0, 499.9, 10);
  
      this.instance_81 = new lib.diagonal_fill('synched', 0);
      this.instance_81.setTransform(104.8, -28.1, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_82 = new lib.diagonal_fill('synched', 0);
      this.instance_82.setTransform(112.6, -20.2, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_83 = new lib.diagonal_fill('synched', 0);
      this.instance_83.setTransform(120.6, -12.35, 1.262, 0.3151, -45, 0, 0, 500, 10);
  
      this.instance_84 = new lib.diagonal_fill('synched', 0);
      this.instance_84.setTransform(128.45, -4.5, 1.262, 0.3151, -45, 0, 0, 500, 10);
  
      this.instance_85 = new lib.diagonal_fill('synched', 0);
      this.instance_85.setTransform(136.25, 3.45, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_86 = new lib.diagonal_fill('synched', 0);
      this.instance_86.setTransform(144.1, 11.3, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_87 = new lib.diagonal_fill('synched', 0);
      this.instance_87.setTransform(152, 19.2, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_88 = new lib.diagonal_fill('synched', 0);
      this.instance_88.setTransform(159.95, 27, 1.262, 0.3151, -45, 0, 0, 500, 10);
  
      this.instance_89 = new lib.diagonal_fill('synched', 0);
      this.instance_89.setTransform(167.75, 34.95, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_90 = new lib.diagonal_fill('synched', 0);
      this.instance_90.setTransform(175.6, 42.8, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_91 = new lib.diagonal_fill('synched', 0);
      this.instance_91.setTransform(183.45, 50.65, 1.262, 0.3151, -45, 0, 0, 499.9, 9.8);
  
      this.instance_92 = new lib.diagonal_fill('synched', 0);
      this.instance_92.setTransform(191.35, 58.55, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_93 = new lib.diagonal_fill('synched', 0);
      this.instance_93.setTransform(199.2, 66.45, 1.262, 0.3151, -45, 0, 0, 499.9, 10);
  
      this.instance_94 = new lib.diagonal_fill('synched', 0);
      this.instance_94.setTransform(207.05, 74.3, 1.262, 0.3151, -45, 0, 0, 499.9, 10);
  
      this.instance_95 = new lib.diagonal_fill('synched', 0);
      this.instance_95.setTransform(214.95, 82.15, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_96 = new lib.diagonal_fill('synched', 0);
      this.instance_96.setTransform(222.8, 90, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_97 = new lib.diagonal_fill('synched', 0);
      this.instance_97.setTransform(230.65, 97.85, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_98 = new lib.diagonal_fill('synched', 0);
      this.instance_98.setTransform(238.55, 105.75, 1.262, 0.3151, -45, 0, 0, 499.9, 10.3);
  
      this.instance_99 = new lib.diagonal_fill('synched', 0);
      this.instance_99.setTransform(246.4, 113.6, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_100 = new lib.diagonal_fill('synched', 0);
      this.instance_100.setTransform(254.25, 121.45, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      this.instance_101 = new lib.diagonal_fill('synched', 0);
      this.instance_101.setTransform(262.1, 129.35, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_102 = new lib.diagonal_fill('synched', 0);
      this.instance_102.setTransform(269.95, 137.2, 1.262, 0.3151, -45, 0, 0, 499.9, 10.2);
  
      this.instance_103 = new lib.diagonal_fill('synched', 0);
      this.instance_103.setTransform(277.85, 145.05, 1.262, 0.3151, -45, 0, 0, 499.9, 10.1);
  
      var maskedShapeInstanceList = [
        this.instance,
        this.instance_1,
        this.instance_2,
        this.instance_3,
        this.instance_4,
        this.instance_5,
        this.instance_6,
        this.instance_7,
        this.instance_8,
        this.instance_9,
        this.instance_10,
        this.instance_11,
        this.instance_12,
        this.instance_13,
        this.instance_14,
        this.instance_15,
        this.instance_16,
        this.instance_17,
        this.instance_18,
        this.instance_19,
        this.instance_20,
        this.instance_21,
        this.instance_22,
        this.instance_23,
        this.instance_24,
        this.instance_25,
        this.instance_26,
        this.instance_27,
        this.instance_28,
        this.instance_29,
        this.instance_30,
        this.instance_31,
        this.instance_32,
        this.instance_33,
        this.instance_34,
        this.instance_35,
        this.instance_36,
        this.instance_37,
        this.instance_38,
        this.instance_39,
        this.instance_40,
        this.instance_41,
        this.instance_42,
        this.instance_43,
        this.instance_44,
        this.instance_45,
        this.instance_46,
        this.instance_47,
        this.instance_48,
        this.instance_49,
        this.instance_50,
        this.instance_51,
        this.instance_52,
        this.instance_53,
        this.instance_54,
        this.instance_55,
        this.instance_56,
        this.instance_57,
        this.instance_58,
        this.instance_59,
        this.instance_60,
        this.instance_61,
        this.instance_62,
        this.instance_63,
        this.instance_64,
        this.instance_65,
        this.instance_66,
        this.instance_67,
        this.instance_68,
        this.instance_69,
        this.instance_70,
        this.instance_71,
        this.instance_72,
        this.instance_73,
        this.instance_74,
        this.instance_75,
        this.instance_76,
        this.instance_77,
        this.instance_78,
        this.instance_79,
        this.instance_80,
        this.instance_81,
        this.instance_82,
        this.instance_83,
        this.instance_84,
        this.instance_85,
        this.instance_86,
        this.instance_87,
        this.instance_88,
        this.instance_89,
        this.instance_90,
        this.instance_91,
        this.instance_92,
        this.instance_93,
        this.instance_94,
        this.instance_95,
        this.instance_96,
        this.instance_97,
        this.instance_98,
        this.instance_99,
        this.instance_100,
        this.instance_101,
        this.instance_102,
        this.instance_103,
      ];
  
      for (var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
        maskedShapeInstanceList[shapedInstanceItr].mask = mask;
      }
  
      this.timeline.addTween(
        cjs.Tween.get({})
          .to({
            state: [
              { t: this.instance_103 },
              { t: this.instance_102 },
              { t: this.instance_101 },
              { t: this.instance_100 },
              { t: this.instance_99 },
              { t: this.instance_98 },
              { t: this.instance_97 },
              { t: this.instance_96 },
              { t: this.instance_95 },
              { t: this.instance_94 },
              { t: this.instance_93 },
              { t: this.instance_92 },
              { t: this.instance_91 },
              { t: this.instance_90 },
              { t: this.instance_89 },
              { t: this.instance_88 },
              { t: this.instance_87 },
              { t: this.instance_86 },
              { t: this.instance_85 },
              { t: this.instance_84 },
              { t: this.instance_83 },
              { t: this.instance_82 },
              { t: this.instance_81 },
              { t: this.instance_80 },
              { t: this.instance_79 },
              { t: this.instance_78 },
              { t: this.instance_77 },
              { t: this.instance_76 },
              { t: this.instance_75 },
              { t: this.instance_74 },
              { t: this.instance_73 },
              { t: this.instance_72 },
              { t: this.instance_71 },
              { t: this.instance_70 },
              { t: this.instance_69 },
              { t: this.instance_68 },
              { t: this.instance_67 },
              { t: this.instance_66 },
              { t: this.instance_65 },
              { t: this.instance_64 },
              { t: this.instance_63 },
              { t: this.instance_62 },
              { t: this.instance_61 },
              { t: this.instance_60 },
              { t: this.instance_59 },
              { t: this.instance_58 },
              { t: this.instance_57 },
              { t: this.instance_56 },
              { t: this.instance_55 },
              { t: this.instance_54 },
              { t: this.instance_53 },
              { t: this.instance_52 },
              { t: this.instance_51 },
              { t: this.instance_50 },
              { t: this.instance_49 },
              { t: this.instance_48 },
              { t: this.instance_47 },
              { t: this.instance_46 },
              { t: this.instance_45 },
              { t: this.instance_44 },
              { t: this.instance_43 },
              { t: this.instance_42 },
              { t: this.instance_41 },
              { t: this.instance_40 },
              { t: this.instance_39 },
              { t: this.instance_38 },
              { t: this.instance_37 },
              { t: this.instance_36 },
              { t: this.instance_35 },
              { t: this.instance_34 },
              { t: this.instance_33 },
              { t: this.instance_32 },
              { t: this.instance_31 },
              { t: this.instance_30 },
              { t: this.instance_29 },
              { t: this.instance_28 },
              { t: this.instance_27 },
              { t: this.instance_26 },
              { t: this.instance_25 },
              { t: this.instance_24 },
              { t: this.instance_23 },
              { t: this.instance_22 },
              { t: this.instance_21 },
              { t: this.instance_20 },
              { t: this.instance_19 },
              { t: this.instance_18 },
              { t: this.instance_17 },
              { t: this.instance_16 },
              { t: this.instance_15 },
              { t: this.instance_14 },
              { t: this.instance_13 },
              { t: this.instance_12 },
              { t: this.instance_11 },
              { t: this.instance_10 },
              { t: this.instance_9 },
              { t: this.instance_8 },
              { t: this.instance_7 },
              { t: this.instance_6 },
              { t: this.instance_5 },
              { t: this.instance_4 },
              { t: this.instance_3 },
              { t: this.instance_2 },
              { t: this.instance_1 },
              { t: this.instance },
            ],
          })
          .wait(1)
      );
  
      // Layer_3
      this.shape = new cjs.Shape();
      this.shape.graphics
        .f('rgba(255,255,255,0.027)')
        .s()
        .p('EhF6AtrMAAAhbVMCL1AAAIAAGBIAABgMAAABT0gEg7lAnVMBvnAAAMAAAhNeMhvnAAAg');
      this.shape.setTransform(447.475, 292.3);
  
      this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
  
      this._renderFirstFrame();
    }).prototype = getMCSymbolPrototype(lib.Frame_fill, new cjs.Rectangle(0, 0, 895, 584.6), null);
  
    (lib.fills_small = function (mode, startPosition, loop, reversed) {
      if (loop == null) {
        loop = true;
      }
      if (reversed == null) {
        reversed = false;
      }
      var props = new Object();
      props.mode = mode;
      props.startPosition = startPosition;
      props.labels = {};
      props.loop = loop;
      props.reversed = reversed;
      cjs.MovieClip.apply(this, [props]);
  
      // Layer_1 (mask)
      var mask = new cjs.Shape();
      mask._off = true;
      mask.graphics.p(
        'Eg3tADZIAAmxMBvbAAAIAAGxgEg2RgCbIAAD2QAAAIAHAAMBs+AAAQAIAAAAgIIAAj2QAAgHgIAAMhs+AAAQgHAAAAAHg'
      );
      mask.setTransform(356.625, 24.25);
  
      // Layer_2
      this.instance = new lib.diagonal_fill('synched', 0);
      this.instance.setTransform(475.95, 163, 0.6352, 0.1585, -45, 0, 0, 500, 11.8);
  
      this.instance_1 = new lib.diagonal_fill('synched', 0);
      this.instance_1.setTransform(479.9, 167, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.6);
  
      this.instance_2 = new lib.diagonal_fill('synched', 0);
      this.instance_2.setTransform(483.85, 170.95, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_3 = new lib.diagonal_fill('synched', 0);
      this.instance_3.setTransform(487.9, 174.9, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_4 = new lib.diagonal_fill('synched', 0);
      this.instance_4.setTransform(491.8, 178.85, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_5 = new lib.diagonal_fill('synched', 0);
      this.instance_5.setTransform(495.8, 182.8, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_6 = new lib.diagonal_fill('synched', 0);
      this.instance_6.setTransform(499.7, 186.8, 0.6352, 0.1585, -45, 0, 0, 499.8, 11.3);
  
      this.instance_7 = new lib.diagonal_fill('synched', 0);
      this.instance_7.setTransform(503.7, 190.75, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_8 = new lib.diagonal_fill('synched', 0);
      this.instance_8.setTransform(507.7, 194.6, 0.6352, 0.1585, -45, 0, 0, 500.1, 11.1);
  
      this.instance_9 = new lib.diagonal_fill('synched', 0);
      this.instance_9.setTransform(511.6, 198.65, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.3);
  
      this.instance_10 = new lib.diagonal_fill('synched', 0);
      this.instance_10.setTransform(515.5, 202.6, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.3);
  
      this.instance_11 = new lib.diagonal_fill('synched', 0);
      this.instance_11.setTransform(519.5, 206.6, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.6);
  
      this.instance_12 = new lib.diagonal_fill('synched', 0);
      this.instance_12.setTransform(523.5, 210.4, 0.6352, 0.1585, -45, 0, 0, 500.2, 11.3);
  
      this.instance_13 = new lib.diagonal_fill('synched', 0);
      this.instance_13.setTransform(527.4, 214.55, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.6);
  
      this.instance_14 = new lib.diagonal_fill('synched', 0);
      this.instance_14.setTransform(531.35, 218.45, 0.6352, 0.1585, -45, 0, 0, 500, 11.8);
  
      this.instance_15 = new lib.diagonal_fill('synched', 0);
      this.instance_15.setTransform(535.3, 222.45, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_16 = new lib.diagonal_fill('synched', 0);
      this.instance_16.setTransform(539.25, 226.3, 0.6352, 0.1585, -45, 0, 0, 500, 11.3);
  
      this.instance_17 = new lib.diagonal_fill('synched', 0);
      this.instance_17.setTransform(543.2, 230.3, 0.6352, 0.1585, -45, 0, 0, 500, 11.3);
  
      this.instance_18 = new lib.diagonal_fill('synched', 0);
      this.instance_18.setTransform(547.2, 234.3, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.6);
  
      this.instance_19 = new lib.diagonal_fill('synched', 0);
      this.instance_19.setTransform(551.35, 238.4, 0.6352, 0.1585, -45, 0, 0, 500.1, 12);
  
      this.instance_20 = new lib.diagonal_fill('synched', 0);
      this.instance_20.setTransform(349.25, 36.3, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.5);
  
      this.instance_21 = new lib.diagonal_fill('synched', 0);
      this.instance_21.setTransform(353.2, 40.25, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.5);
  
      this.instance_22 = new lib.diagonal_fill('synched', 0);
      this.instance_22.setTransform(357.2, 44.2, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_23 = new lib.diagonal_fill('synched', 0);
      this.instance_23.setTransform(361.1, 48.15, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.9);
  
      this.instance_24 = new lib.diagonal_fill('synched', 0);
      this.instance_24.setTransform(365.05, 52.15, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_25 = new lib.diagonal_fill('synched', 0);
      this.instance_25.setTransform(369, 56.05, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.3);
  
      this.instance_26 = new lib.diagonal_fill('synched', 0);
      this.instance_26.setTransform(373, 60.05, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_27 = new lib.diagonal_fill('synched', 0);
      this.instance_27.setTransform(376.95, 64, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.3);
  
      this.instance_28 = new lib.diagonal_fill('synched', 0);
      this.instance_28.setTransform(380.9, 67.95, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.3);
  
      this.instance_29 = new lib.diagonal_fill('synched', 0);
      this.instance_29.setTransform(384.85, 71.85, 0.6352, 0.1585, -45, 0, 0, 500, 10.9);
  
      this.instance_30 = new lib.diagonal_fill('synched', 0);
      this.instance_30.setTransform(388.75, 75.85, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.9);
  
      this.instance_31 = new lib.diagonal_fill('synched', 0);
      this.instance_31.setTransform(392.8, 79.8, 0.6352, 0.1585, -45, 0, 0, 500, 11.3);
  
      this.instance_32 = new lib.diagonal_fill('synched', 0);
      this.instance_32.setTransform(396.8, 83.7, 0.6352, 0.1585, -45, 0, 0, 500.2, 11.3);
  
      this.instance_33 = new lib.diagonal_fill('synched', 0);
      this.instance_33.setTransform(400.75, 87.8, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.6);
  
      this.instance_34 = new lib.diagonal_fill('synched', 0);
      this.instance_34.setTransform(404.7, 91.7, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_35 = new lib.diagonal_fill('synched', 0);
      this.instance_35.setTransform(408.7, 95.7, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_36 = new lib.diagonal_fill('synched', 0);
      this.instance_36.setTransform(412.65, 99.6, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.9);
  
      this.instance_37 = new lib.diagonal_fill('synched', 0);
      this.instance_37.setTransform(416.6, 103.6, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_38 = new lib.diagonal_fill('synched', 0);
      this.instance_38.setTransform(420.5, 107.6, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.9);
  
      this.instance_39 = new lib.diagonal_fill('synched', 0);
      this.instance_39.setTransform(424.5, 111.5, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_40 = new lib.diagonal_fill('synched', 0);
      this.instance_40.setTransform(428.45, 115.4, 0.6352, 0.1585, -45, 0, 0, 500, 10.9);
  
      this.instance_41 = new lib.diagonal_fill('synched', 0);
      this.instance_41.setTransform(432.4, 119.4, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.9);
  
      this.instance_42 = new lib.diagonal_fill('synched', 0);
      this.instance_42.setTransform(436.4, 123.4, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_43 = new lib.diagonal_fill('synched', 0);
      this.instance_43.setTransform(440.3, 127.4, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.3);
  
      this.instance_44 = new lib.diagonal_fill('synched', 0);
      this.instance_44.setTransform(444.3, 131.3, 0.6352, 0.1585, -45, 0, 0, 500.1, 11.6);
  
      this.instance_45 = new lib.diagonal_fill('synched', 0);
      this.instance_45.setTransform(448.2, 135.3, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.3);
  
      this.instance_46 = new lib.diagonal_fill('synched', 0);
      this.instance_46.setTransform(452.2, 139.3, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.6);
  
      this.instance_47 = new lib.diagonal_fill('synched', 0);
      this.instance_47.setTransform(456.15, 143.2, 0.6352, 0.1585, -45, 0, 0, 500.1, 11.6);
  
      this.instance_48 = new lib.diagonal_fill('synched', 0);
      this.instance_48.setTransform(460.15, 147.1, 0.6352, 0.1585, -45, 0, 0, 500.1, 11.6);
  
      this.instance_49 = new lib.diagonal_fill('synched', 0);
      this.instance_49.setTransform(464.05, 151.15, 0.6352, 0.1585, -45, 0, 0, 500, 11.8);
  
      this.instance_50 = new lib.diagonal_fill('synched', 0);
      this.instance_50.setTransform(468, 155.1, 0.6352, 0.1585, -45, 0, 0, 500, 11.8);
  
      this.instance_51 = new lib.diagonal_fill('synched', 0);
      this.instance_51.setTransform(472, 159.1, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.6);
  
      this.instance_52 = new lib.diagonal_fill('synched', 0);
      this.instance_52.setTransform(270.1, -42.95, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_53 = new lib.diagonal_fill('synched', 0);
      this.instance_53.setTransform(274, -38.95, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.5);
  
      this.instance_54 = new lib.diagonal_fill('synched', 0);
      this.instance_54.setTransform(278, -35, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_55 = new lib.diagonal_fill('synched', 0);
      this.instance_55.setTransform(282, -31, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_56 = new lib.diagonal_fill('synched', 0);
      this.instance_56.setTransform(285.9, -27.1, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_57 = new lib.diagonal_fill('synched', 0);
      this.instance_57.setTransform(289.85, -23.1, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.5);
  
      this.instance_58 = new lib.diagonal_fill('synched', 0);
      this.instance_58.setTransform(293.85, -19.15, 0.6352, 0.1585, -45, 0, 0, 499.9, 11.1);
  
      this.instance_59 = new lib.diagonal_fill('synched', 0);
      this.instance_59.setTransform(297.85, -15.2, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.5);
  
      this.instance_60 = new lib.diagonal_fill('synched', 0);
      this.instance_60.setTransform(301.75, -11.3, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.9);
  
      this.instance_61 = new lib.diagonal_fill('synched', 0);
      this.instance_61.setTransform(305.65, -7.25, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.9);
  
      this.instance_62 = new lib.diagonal_fill('synched', 0);
      this.instance_62.setTransform(309.65, -3.35, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.9);
  
      this.instance_63 = new lib.diagonal_fill('synched', 0);
      this.instance_63.setTransform(313.55, 0.65, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.9);
  
      this.instance_64 = new lib.diagonal_fill('synched', 0);
      this.instance_64.setTransform(317.6, 4.55, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_65 = new lib.diagonal_fill('synched', 0);
      this.instance_65.setTransform(321.55, 8.6, 0.6352, 0.1585, -45, 0, 0, 499.8, 11.1);
  
      this.instance_66 = new lib.diagonal_fill('synched', 0);
      this.instance_66.setTransform(325.5, 12.55, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.7);
  
      this.instance_67 = new lib.diagonal_fill('synched', 0);
      this.instance_67.setTransform(329.45, 16.45, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.9);
  
      this.instance_68 = new lib.diagonal_fill('synched', 0);
      this.instance_68.setTransform(333.45, 20.4, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.9);
  
      this.instance_69 = new lib.diagonal_fill('synched', 0);
      this.instance_69.setTransform(337.4, 24.35, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_70 = new lib.diagonal_fill('synched', 0);
      this.instance_70.setTransform(341.3, 28.4, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.9);
  
      this.instance_71 = new lib.diagonal_fill('synched', 0);
      this.instance_71.setTransform(345.3, 32.35, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.7);
  
      this.instance_72 = new lib.diagonal_fill('synched', 0);
      this.instance_72.setTransform(143.3, -169.65, 0.6352, 0.1585, -45, 0, 0, 499.6, 9.6);
  
      this.instance_73 = new lib.diagonal_fill('synched', 0);
      this.instance_73.setTransform(147.3, -165.75, 0.6352, 0.1585, -45, 0, 0, 499.8, 9.3);
  
      this.instance_74 = new lib.diagonal_fill('synched', 0);
      this.instance_74.setTransform(151.25, -161.75, 0.6352, 0.1585, -45, 0, 0, 499.7, 9.6);
  
      this.instance_75 = new lib.diagonal_fill('synched', 0);
      this.instance_75.setTransform(155.2, -157.75, 0.6352, 0.1585, -45, 0, 0, 499.6, 9.6);
  
      this.instance_76 = new lib.diagonal_fill('synched', 0);
      this.instance_76.setTransform(159.2, -153.85, 0.6352, 0.1585, -45, 0, 0, 499.8, 9.8);
  
      this.instance_77 = new lib.diagonal_fill('synched', 0);
      this.instance_77.setTransform(163.15, -149.9, 0.6352, 0.1585, -45, 0, 0, 499.7, 9.6);
  
      this.instance_78 = new lib.diagonal_fill('synched', 0);
      this.instance_78.setTransform(167.1, -145.9, 0.6352, 0.1585, -45, 0, 0, 499.8, 9.6);
  
      this.instance_79 = new lib.diagonal_fill('synched', 0);
      this.instance_79.setTransform(171.05, -141.95, 0.6352, 0.1585, -45, 0, 0, 499.7, 9.6);
  
      this.instance_80 = new lib.diagonal_fill('synched', 0);
      this.instance_80.setTransform(175, -138, 0.6352, 0.1585, -45, 0, 0, 499.7, 9.6);
  
      this.instance_81 = new lib.diagonal_fill('synched', 0);
      this.instance_81.setTransform(179, -134.05, 0.6352, 0.1585, -45, 0, 0, 499.7, 9.6);
  
      this.instance_82 = new lib.diagonal_fill('synched', 0);
      this.instance_82.setTransform(182.9, -130.05, 0.6352, 0.1585, -45, 0, 0, 499.7, 9.6);
  
      this.instance_83 = new lib.diagonal_fill('synched', 0);
      this.instance_83.setTransform(186.9, -126.1, 0.6352, 0.1585, -45, 0, 0, 499.8, 9.8);
  
      this.instance_84 = new lib.diagonal_fill('synched', 0);
      this.instance_84.setTransform(190.9, -122.15, 0.6352, 0.1585, -45, 0, 0, 499.8, 9.8);
  
      this.instance_85 = new lib.diagonal_fill('synched', 0);
      this.instance_85.setTransform(194.8, -118.2, 0.6352, 0.1585, -45, 0, 0, 499.7, 10);
  
      this.instance_86 = new lib.diagonal_fill('synched', 0);
      this.instance_86.setTransform(198.8, -114.2, 0.6352, 0.1585, -45, 0, 0, 499.8, 9.8);
  
      this.instance_87 = new lib.diagonal_fill('synched', 0);
      this.instance_87.setTransform(202.8, -110.25, 0.6352, 0.1585, -45, 0, 0, 499.8, 9.8);
  
      this.instance_88 = new lib.diagonal_fill('synched', 0);
      this.instance_88.setTransform(206.7, -106.3, 0.6352, 0.1585, -45, 0, 0, 499.8, 10);
  
      this.instance_89 = new lib.diagonal_fill('synched', 0);
      this.instance_89.setTransform(210.7, -102.3, 0.6352, 0.1585, -45, 0, 0, 499.8, 9.8);
  
      this.instance_90 = new lib.diagonal_fill('synched', 0);
      this.instance_90.setTransform(214.6, -98.4, 0.6352, 0.1585, -45, 0, 0, 499.7, 10);
  
      this.instance_91 = new lib.diagonal_fill('synched', 0);
      this.instance_91.setTransform(218.6, -94.4, 0.6352, 0.1585, -45, 0, 0, 499.8, 9.6);
  
      this.instance_92 = new lib.diagonal_fill('synched', 0);
      this.instance_92.setTransform(222.6, -90.45, 0.6352, 0.1585, -45, 0, 0, 499.8, 9.8);
  
      this.instance_93 = new lib.diagonal_fill('synched', 0);
      this.instance_93.setTransform(226.5, -86.45, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_94 = new lib.diagonal_fill('synched', 0);
      this.instance_94.setTransform(230.4, -82.55, 0.6352, 0.1585, -45, 0, 0, 499.9, 10);
  
      this.instance_95 = new lib.diagonal_fill('synched', 0);
      this.instance_95.setTransform(234.45, -78.55, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_96 = new lib.diagonal_fill('synched', 0);
      this.instance_96.setTransform(238.35, -74.6, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.2);
  
      this.instance_97 = new lib.diagonal_fill('synched', 0);
      this.instance_97.setTransform(242.3, -70.65, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.9);
  
      this.instance_98 = new lib.diagonal_fill('synched', 0);
      this.instance_98.setTransform(246.25, -66.65, 0.6352, 0.1585, -45, 0, 0, 499.8, 10.9);
  
      this.instance_99 = new lib.diagonal_fill('synched', 0);
      this.instance_99.setTransform(250.3, -62.75, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_100 = new lib.diagonal_fill('synched', 0);
      this.instance_100.setTransform(254.25, -58.8, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_101 = new lib.diagonal_fill('synched', 0);
      this.instance_101.setTransform(258.2, -54.8, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_102 = new lib.diagonal_fill('synched', 0);
      this.instance_102.setTransform(262.15, -50.85, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      this.instance_103 = new lib.diagonal_fill('synched', 0);
      this.instance_103.setTransform(266.1, -46.9, 0.6352, 0.1585, -45, 0, 0, 499.9, 10.7);
  
      var maskedShapeInstanceList = [
        this.instance,
        this.instance_1,
        this.instance_2,
        this.instance_3,
        this.instance_4,
        this.instance_5,
        this.instance_6,
        this.instance_7,
        this.instance_8,
        this.instance_9,
        this.instance_10,
        this.instance_11,
        this.instance_12,
        this.instance_13,
        this.instance_14,
        this.instance_15,
        this.instance_16,
        this.instance_17,
        this.instance_18,
        this.instance_19,
        this.instance_20,
        this.instance_21,
        this.instance_22,
        this.instance_23,
        this.instance_24,
        this.instance_25,
        this.instance_26,
        this.instance_27,
        this.instance_28,
        this.instance_29,
        this.instance_30,
        this.instance_31,
        this.instance_32,
        this.instance_33,
        this.instance_34,
        this.instance_35,
        this.instance_36,
        this.instance_37,
        this.instance_38,
        this.instance_39,
        this.instance_40,
        this.instance_41,
        this.instance_42,
        this.instance_43,
        this.instance_44,
        this.instance_45,
        this.instance_46,
        this.instance_47,
        this.instance_48,
        this.instance_49,
        this.instance_50,
        this.instance_51,
        this.instance_52,
        this.instance_53,
        this.instance_54,
        this.instance_55,
        this.instance_56,
        this.instance_57,
        this.instance_58,
        this.instance_59,
        this.instance_60,
        this.instance_61,
        this.instance_62,
        this.instance_63,
        this.instance_64,
        this.instance_65,
        this.instance_66,
        this.instance_67,
        this.instance_68,
        this.instance_69,
        this.instance_70,
        this.instance_71,
        this.instance_72,
        this.instance_73,
        this.instance_74,
        this.instance_75,
        this.instance_76,
        this.instance_77,
        this.instance_78,
        this.instance_79,
        this.instance_80,
        this.instance_81,
        this.instance_82,
        this.instance_83,
        this.instance_84,
        this.instance_85,
        this.instance_86,
        this.instance_87,
        this.instance_88,
        this.instance_89,
        this.instance_90,
        this.instance_91,
        this.instance_92,
        this.instance_93,
        this.instance_94,
        this.instance_95,
        this.instance_96,
        this.instance_97,
        this.instance_98,
        this.instance_99,
        this.instance_100,
        this.instance_101,
        this.instance_102,
        this.instance_103,
      ];
  
      for (var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
        maskedShapeInstanceList[shapedInstanceItr].mask = mask;
      }
  
      this.timeline.addTween(
        cjs.Tween.get({})
          .to({
            state: [
              { t: this.instance_103 },
              { t: this.instance_102 },
              { t: this.instance_101 },
              { t: this.instance_100 },
              { t: this.instance_99 },
              { t: this.instance_98 },
              { t: this.instance_97 },
              { t: this.instance_96 },
              { t: this.instance_95 },
              { t: this.instance_94 },
              { t: this.instance_93 },
              { t: this.instance_92 },
              { t: this.instance_91 },
              { t: this.instance_90 },
              { t: this.instance_89 },
              { t: this.instance_88 },
              { t: this.instance_87 },
              { t: this.instance_86 },
              { t: this.instance_85 },
              { t: this.instance_84 },
              { t: this.instance_83 },
              { t: this.instance_82 },
              { t: this.instance_81 },
              { t: this.instance_80 },
              { t: this.instance_79 },
              { t: this.instance_78 },
              { t: this.instance_77 },
              { t: this.instance_76 },
              { t: this.instance_75 },
              { t: this.instance_74 },
              { t: this.instance_73 },
              { t: this.instance_72 },
              { t: this.instance_71 },
              { t: this.instance_70 },
              { t: this.instance_69 },
              { t: this.instance_68 },
              { t: this.instance_67 },
              { t: this.instance_66 },
              { t: this.instance_65 },
              { t: this.instance_64 },
              { t: this.instance_63 },
              { t: this.instance_62 },
              { t: this.instance_61 },
              { t: this.instance_60 },
              { t: this.instance_59 },
              { t: this.instance_58 },
              { t: this.instance_57 },
              { t: this.instance_56 },
              { t: this.instance_55 },
              { t: this.instance_54 },
              { t: this.instance_53 },
              { t: this.instance_52 },
              { t: this.instance_51 },
              { t: this.instance_50 },
              { t: this.instance_49 },
              { t: this.instance_48 },
              { t: this.instance_47 },
              { t: this.instance_46 },
              { t: this.instance_45 },
              { t: this.instance_44 },
              { t: this.instance_43 },
              { t: this.instance_42 },
              { t: this.instance_41 },
              { t: this.instance_40 },
              { t: this.instance_39 },
              { t: this.instance_38 },
              { t: this.instance_37 },
              { t: this.instance_36 },
              { t: this.instance_35 },
              { t: this.instance_34 },
              { t: this.instance_33 },
              { t: this.instance_32 },
              { t: this.instance_31 },
              { t: this.instance_30 },
              { t: this.instance_29 },
              { t: this.instance_28 },
              { t: this.instance_27 },
              { t: this.instance_26 },
              { t: this.instance_25 },
              { t: this.instance_24 },
              { t: this.instance_23 },
              { t: this.instance_22 },
              { t: this.instance_21 },
              { t: this.instance_20 },
              { t: this.instance_19 },
              { t: this.instance_18 },
              { t: this.instance_17 },
              { t: this.instance_16 },
              { t: this.instance_15 },
              { t: this.instance_14 },
              { t: this.instance_13 },
              { t: this.instance_12 },
              { t: this.instance_11 },
              { t: this.instance_10 },
              { t: this.instance_9 },
              { t: this.instance_8 },
              { t: this.instance_7 },
              { t: this.instance_6 },
              { t: this.instance_5 },
              { t: this.instance_4 },
              { t: this.instance_3 },
              { t: this.instance_2 },
              { t: this.instance_1 },
              { t: this.instance },
            ],
          })
          .wait(1)
      );
  
      // Layer_3
      this.shape = new cjs.Shape();
      this.shape.graphics
        .f('rgba(255,255,255,0.059)')
        .s()
        .p('Eg3tADZIAAmxMBvbAAAIAAGxgEg2RgCbIAAD2QAAAIAHAAMBs+AAAQAIAAAAgIIAAj2QAAgHgIAAMhs+AAAQgHAAAAAHg');
      this.shape.setTransform(356.625, 24.25);
  
      this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
  
      this._renderFirstFrame();
    }).prototype = getMCSymbolPrototype(lib.fills_small, new cjs.Rectangle(0, 2.5, 713.3, 43.5), null);
  
    (lib.circle = function (mode, startPosition, loop, reversed) {
      if (loop == null) {
        loop = true;
      }
      if (reversed == null) {
        reversed = false;
      }
      var props = new Object();
      props.mode = mode;
      props.startPosition = startPosition;
      props.labels = {};
      props.loop = loop;
      props.reversed = reversed;
      cjs.MovieClip.apply(this, [props]);
  
      // timeline functions:
      this.frame_19 = function () {
        this.stop();
      };
  
      // actions tween:
      this.timeline.addTween(cjs.Tween.get(this).wait(19).call(this.frame_19).wait(1));
  
      // Layer_1_copy (mask)
      var mask = new cjs.Shape();
      mask._off = true;
      var mask_graphics_9 = new cjs.Graphics().p('AhqCcIAAg5IDVAAIAAA5g');
      var mask_graphics_10 = new cjs.Graphics().p('AhqCcIAAiIIDVAAIAACIg');
      var mask_graphics_11 = new cjs.Graphics().p('AhqCcIAAjGIDVAAIAADGg');
      var mask_graphics_12 = new cjs.Graphics().p('AhqCcIAAj3IDVAAIAAD3g');
      var mask_graphics_13 = new cjs.Graphics().p('AhqCcIAAkcIDVAAIAAEcg');
      var mask_graphics_14 = new cjs.Graphics().p('AhqCcIAAk3IDVAAIAAE3g');
      var mask_graphics_15 = new cjs.Graphics().p('AhqCkIAAlHIDVAAIAAFHg');
      var mask_graphics_16 = new cjs.Graphics().p('AhqCqIAAlTIDVAAIAAFTg');
      var mask_graphics_17 = new cjs.Graphics().p('AhqCtIAAlZIDVAAIAAFZg');
      var mask_graphics_18 = new cjs.Graphics().p('AhqCuIAAlbIDVAAIAAFbg');
      var mask_graphics_19 = new cjs.Graphics().p('AhqCuIAAlbIDVAAIAAFbg');
  
      this.timeline.addTween(
        cjs.Tween.get(mask)
          .to({ graphics: null, x: 0, y: 0 })
          .wait(9)
          .to({ graphics: mask_graphics_9, x: 0.916, y: 15.6138 })
          .wait(1)
          .to({ graphics: mask_graphics_10, x: 0.916, y: 15.5922 })
          .wait(1)
          .to({ graphics: mask_graphics_11, x: 0.916, y: 15.5748 })
          .wait(1)
          .to({ graphics: mask_graphics_12, x: 0.916, y: 15.5613 })
          .wait(1)
          .to({ graphics: mask_graphics_13, x: 0.916, y: 15.5512 })
          .wait(1)
          .to({ graphics: mask_graphics_14, x: 0.916, y: 15.5256 })
          .wait(1)
          .to({ graphics: mask_graphics_15, x: 0.916, y: 14.6314 })
          .wait(1)
          .to({ graphics: mask_graphics_16, x: 0.916, y: 14.0891 })
          .wait(1)
          .to({ graphics: mask_graphics_17, x: 0.916, y: 13.8105 })
          .wait(1)
          .to({ graphics: mask_graphics_18, x: 0.916, y: 13.7079 })
          .wait(1)
          .to({ graphics: mask_graphics_19, x: 0.916, y: 13.853 })
          .wait(1)
      );
  
      // Layer_9
      this.instance = new lib.circle_sample('synched', 0);
      this.instance.setTransform(12.8, 12.8, 1, 1, 0, 0, 0, 12.8, 12.8);
      this.instance._off = true;
  
      var maskedShapeInstanceList = [this.instance];
  
      for (var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
        maskedShapeInstanceList[shapedInstanceItr].mask = mask;
      }
  
      this.timeline.addTween(cjs.Tween.get(this.instance).wait(9).to({ _off: false }, 0).wait(11));
  
      // Layer_1 (mask)
      var mask_1 = new cjs.Shape();
      mask_1._off = true;
      var mask_1_graphics_0 = new cjs.Graphics().p('AgwAXIAAg7IDWAAIAAA7g');
      var mask_1_graphics_1 = new cjs.Graphics().p('AgwAXIAAg7IDWAAIAAA7g');
      var mask_1_graphics_2 = new cjs.Graphics().p('AgwAaIAAg+IDWAAIAAA+g');
      var mask_1_graphics_3 = new cjs.Graphics().p('AgwAhIAAhFIDWAAIAABFg');
      var mask_1_graphics_4 = new cjs.Graphics().p('AgwArIAAhVIDWAAIAABVg');
      var mask_1_graphics_5 = new cjs.Graphics().p('AgwA3IAAhtIDWAAIAABtg');
      var mask_1_graphics_6 = new cjs.Graphics().p('AgwBJIAAiRIDWAAIAACRg');
      var mask_1_graphics_7 = new cjs.Graphics().p('AgwBiIAAjDIDWAAIAADDg');
      var mask_1_graphics_8 = new cjs.Graphics().p('AgwCDIAAkFIDWAAIAAEFg');
      var mask_1_graphics_9 = new cjs.Graphics().p('AgwCuIAAlbIDWAAIAAFbg');
  
      this.timeline.addTween(
        cjs.Tween.get(mask_1)
          .to({ graphics: mask_1_graphics_0, x: 16.5817, y: -3.73 })
          .wait(1)
          .to({ graphics: mask_1_graphics_1, x: 16.5817, y: -3.7298 })
          .wait(1)
          .to({ graphics: mask_1_graphics_2, x: 16.5817, y: -3.7282 })
          .wait(1)
          .to({ graphics: mask_1_graphics_3, x: 16.5817, y: -3.7238 })
          .wait(1)
          .to({ graphics: mask_1_graphics_4, x: 16.5817, y: -3.1686 })
          .wait(1)
          .to({ graphics: mask_1_graphics_5, x: 16.5817, y: -1.9375 })
          .wait(1)
          .to({ graphics: mask_1_graphics_6, x: 16.5817, y: -0.1009 })
          .wait(1)
          .to({ graphics: mask_1_graphics_7, x: 16.5817, y: 2.4622 })
          .wait(1)
          .to({ graphics: mask_1_graphics_8, x: 16.5817, y: 5.873 })
          .wait(1)
          .to({ graphics: mask_1_graphics_9, x: 16.5817, y: 9.853 })
          .wait(11)
      );
  
      // Layer_4
      this.instance_1 = new lib.circle_sample('synched', 0);
      this.instance_1.setTransform(12.8, 12.8, 1, 1, 0, 0, 0, 12.8, 12.8);
  
      var maskedShapeInstanceList = [this.instance_1];
  
      for (var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
        maskedShapeInstanceList[shapedInstanceItr].mask = mask_1;
      }
  
      this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(20));
  
      this._renderFirstFrame();
    }).prototype = p = new cjs.MovieClip();
    p.nominalBounds = new cjs.Rectangle(-1, -1, 27.5, 27.5);
  
    // stage content:
    (lib.Blueprint_ready = function (mode, startPosition, loop, reversed) {
      if (loop == null) {
        loop = true;
      }
      if (reversed == null) {
        reversed = false;
      }
      var props = new Object();
      props.mode = mode;
      props.startPosition = startPosition;
      props.labels = {};
      props.loop = loop;
      props.reversed = reversed;
      cjs.MovieClip.apply(this, [props]);
  
      this.actionFrames = [59];
      // timeline functions:
      this.frame_59 = function () {
        this.stop();
      };
  
      // actions tween:
      this.timeline.addTween(cjs.Tween.get(this).wait(59).call(this.frame_59).wait(1));
  
      // Layer_16
      this.shape = new cjs.Shape();
      this.shape.graphics
        .f()
        .s('#FFFFFF')
        .ss(2, 1, 1)
        .p('AnRivIOjAAQAUAAAAAUIAAE3QAAAUgUAAIujAAQgUAAAAgUIAAk3QAAgUAUAAg');
      this.shape.setTransform(489.875, 92.375);
  
      this.shape_1 = new cjs.Shape();
      this.shape_1.graphics
        .f()
        .s('#FFFFFF')
        .ss(2, 1, 1)
        .p('AiZitIEzAAQAUAAAAAUIAAEzQAAAUgUAAIkzAAQgUAAAAgUIAAkzQAAgUAUAAg');
      this.shape_1.setTransform(572.975, 92.675);
  
      this.shape_2 = new cjs.Shape();
      this.shape_2.graphics
        .f()
        .s('#FFFFFF')
        .ss(2, 1, 1)
        .p('AiZitIEzAAQAUAAAAAUIAAEzQAAAUgUAAIkzAAQgUAAAAgUIAAkzQAAgUAUAAg');
      this.shape_2.setTransform(407.925, 92.675);
  
      this.shape_3 = new cjs.Shape();
      this.shape_3.graphics
        .f()
        .s('#FFFFFF')
        .ss(2, 1, 1)
        .p('Al2hiILtAAQAUAAAAAUIAACdQAAAUgUAAIrtAAQgUAAAAgUIAAidQAAgUAUAAg');
      this.shape_3.setTransform(304.25, 629.125);
  
      this.shape_4 = new cjs.Shape();
      this.shape_4.graphics
        .f()
        .s('#FFFFFF')
        .ss(2, 1, 1)
        .p('AmAkSIMBAAQA8AAAAA8IAAGtQAAA8g8AAIsBAAQg8AAAAg8IAAmtQAAg8A8AAg');
      this.shape_4.setTransform(1085.75, 370.55);
  
      this.shape_5 = new cjs.Shape();
      this.shape_5.graphics
        .f()
        .s('#FFFFFF')
        .ss(2, 1, 1)
        .p('AmAkSIMBAAQA8AAAAA8IAAGtQAAA8g8AAIsBAAQg8AAAAg8IAAmtQAAg8A8AAg');
      this.shape_5.setTransform(1085.75, 311.75);
  
      this.shape_6 = new cjs.Shape();
      this.shape_6.graphics
        .f()
        .s('#FFFFFF')
        .ss(2, 1, 1)
        .p('AmAp9IMBAAQA8AAAAA8IAASDQAAA8g8AAIsBAAQg8AAAAg8IAAyDQAAg8A8AAg');
      this.shape_6.setTransform(1086, 209.5);
  
      this.timeline.addTween(
        cjs.Tween.get({})
          .to({ state: [] })
          .to(
            {
              state: [
                { t: this.shape_6 },
                { t: this.shape_5 },
                { t: this.shape_4 },
                { t: this.shape_3 },
                { t: this.shape_2 },
                { t: this.shape_1 },
                { t: this.shape },
              ],
            },
            19
          )
          .wait(41)
      );
  
      // Layer_15
      this.instance = new lib.line_mc();
      this.instance.setTransform(1041.55, 255.8, 0.285, 1, 0, -90, 90, 501.9, 0);
  
      this.instance_1 = new lib.line_mc();
      this.instance_1.setTransform(1130.55, 255.75, 0.285, 1, 0, -90, 90, 501.9, 0);
  
      this.instance_2 = new lib.line_mc();
      this.instance_2.setTransform(264.4, 339.35, 0.4519, 1, 0, -90, 90, 501.4, 0);
  
      this.instance_3 = new lib.line_mc();
      this.instance_3.setTransform(309.4, 339.35, 0.4519, 1, 0, -90, 90, 501.4, 0);
  
      this.timeline.addTween(
        cjs.Tween.get({})
          .to({ state: [] })
          .to(
            { state: [{ t: this.instance_3 }, { t: this.instance_2 }, { t: this.instance_1 }, { t: this.instance }] },
            19
          )
          .wait(41)
      );
  
      // circles
      this.instance_4 = new lib.circle();
      this.instance_4.setTransform(357.4, 140);
  
      this.instance_5 = new lib.circle();
      this.instance_5.setTransform(343.55, 529.15, 1, 1, 0, 0, 0, 12.8, 12.8);
  
      this.instance_6 = new lib.circle();
      this.instance_6.setTransform(343.55, 498.3, 1, 1, 0, 0, 0, 12.8, 12.8);
  
      this.instance_7 = new lib.circle();
      this.instance_7.setTransform(343.55, 467.55, 1, 1, 0, 0, 0, 12.8, 12.8);
  
      this.instance_8 = new lib.circle();
      this.instance_8.setTransform(343.55, 436.8, 1, 1, 0, 0, 0, 12.8, 12.8);
  
      this.timeline.addTween(
        cjs.Tween.get({})
          .to({ state: [] })
          .to(
            {
              state: [
                { t: this.instance_8 },
                { t: this.instance_7 },
                { t: this.instance_6 },
                { t: this.instance_5 },
                { t: this.instance_4 },
              ],
            },
            29
          )
          .wait(31)
      );
  
      // TEXT
      this.shape_7 = new cjs.Shape();
      this.shape_7.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgSAkIAAgLIACABQAEAAACgCQABAAAAAAQAAgBABAAQAAgBAAAAQABgBAAgBIACgEIgTg0IAPAAIAJAhIAKghIAPAAIgVA8IgBADQgEAKgLAAIgGgBg'
        );
      this.shape_7.setTransform(984.4, 583.675);
  
      this.shape_8 = new cjs.Shape();
      this.shape_8.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgSAXQgEgEAAgIQgBgHAHgEQAGgEALgBIAGAAIAAgDQAAgEgCgCQgCgCgDAAQgDAAgCACQgBAAAAABQgBAAAAABQAAAAAAABQAAABAAABIgPAAQAAgFADgEQADgEAFgCQAFgDAGABQAKAAAFAEQAGAGAAAJIAAAVQAAAIACAEIAAABIgOAAIgCgFQgFAFgGABQgIgBgGgEgAgJAKIAAABQAAAAABABQAAABAAAAQAAABABAAQAAABABAAQABACADAAIAFgBQADgCABgDIAAgJIgFAAQgKABgBAHg'
        );
      this.shape_8.setTransform(978.75, 582.6);
  
      this.shape_9 = new cjs.Shape();
      this.shape_9.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAfQgGgIAAgNQAAgLAGgIQAGgHAJAAQAGAAAGAGIAAgbIAOAAIAABKIgNAAIAAgFQgGAGgHAAQgJAAgGgHgAgIALQAAAHACAFQADADAEAAQAGAAADgFIAAgVQgDgFgGABQgJAAAAAPg'
        );
      this.shape_9.setTransform(972.65, 581.55);
  
      this.shape_10 = new cjs.Shape();
      this.shape_10.graphics.f('#FFFFFF').s().p('AABAkIAAg2IgQAFIAAgLIAdgKIACAAIAABGg');
      this.shape_10.setTransform(963.15, 581.7);
  
      this.shape_11 = new cjs.Shape();
      this.shape_11.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgKAZQgGgDgDgDQgDgEAAgFIAOAAQAAADADADQACACAEAAQAEgBACgBQAAAAABgBQAAAAAAgBQAAAAABgBQAAAAAAgBQAAgBAAAAQgBgBAAAAQAAgBgBAAQAAgBgBAAIgHgDQgTgEAAgLQAAgHAGgFQAGgEAIAAQAKAAAGAEQAGAFAAAIIgOAAQAAgBAAgBQAAgBAAAAQAAgBgBAAQAAgBgBAAQgCgCgEAAQgCAAgCABQgBABAAAAQAAABgBAAQAAABAAAAQAAABAAABQAAAAAAABQAAAAAAABQABAAAAABQAAAAABABIAGACIAJACQAMADAAAKQAAAIgHAEQgGAEgKABQgFgBgFgCg'
        );
      this.shape_11.setTransform(882.425, 582.6);
  
      this.shape_12 = new cjs.Shape();
      this.shape_12.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgSAkIAAgLIACABQAEAAACgCQAAAAABAAQAAgBABAAQAAgBAAAAQABgBAAgBIABgEIgSg0IAQAAIAIAhIAKghIAPAAIgVA8IgCADQgDAKgLAAIgGgBg'
        );
      this.shape_12.setTransform(876.9, 583.675);
  
      this.shape_13 = new cjs.Shape();
      this.shape_13.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAXQgFgEgBgIQABgHAFgEQAHgEAKgBIAHAAIAAgDQAAgEgCgCQgBgCgEAAQgEAAgCACQAAAAAAABQgBAAAAABQAAAAAAABQgBABAAABIgNAAQAAgFADgEQACgEAGgCQAEgDAGABQAJAAAHAEQAFAGAAAJIAAAVQAAAIADAEIAAABIgPAAIgBgFQgFAFgIABQgIgBgEgEgAgIAKIAAABQAAAAAAABQAAABAAAAQAAABABAAQAAABAAAAQACACAEAAIAEgBQADgCABgDIAAgJIgFAAQgKABAAAHg'
        );
      this.shape_13.setTransform(871.25, 582.6);
  
      this.shape_14 = new cjs.Shape();
      this.shape_14.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAfQgGgIAAgNQAAgLAGgIQAGgHAJAAQAHAAAEAGIAAgbIAPAAIAABKIgNAAIgBgFQgFAGgHAAQgJAAgGgHgAgJALQABAHACAFQACADAEAAQAHAAACgFIAAgVQgCgFgHABQgIAAgBAPg'
        );
      this.shape_14.setTransform(865.15, 581.55);
  
      this.shape_15 = new cjs.Shape();
      this.shape_15.graphics.f('#FFFFFF').s().p('AgQAkIAbg7IgjAAIAAgLIAxAAIAAAIIgbA+g');
      this.shape_15.setTransform(856.1, 581.7);
  
      this.shape_16 = new cjs.Shape();
      this.shape_16.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgKAZQgGgDgDgDQgDgEAAgFIAOAAQAAADADADQACACAEAAQAEgBACgBQAAAAABgBQAAAAAAgBQAAAAABgBQAAAAAAgBQAAgBAAAAQgBgBAAAAQAAgBgBAAQAAgBgBAAIgHgDQgTgEAAgLQAAgHAGgFQAGgEAIAAQAKAAAGAEQAGAFAAAIIgOAAQAAgBAAgBQAAgBAAAAQAAgBgBAAQAAgBgBAAQgCgCgEAAQgCAAgCABQgBABAAAAQAAABgBAAQAAABAAAAQAAABAAABQAAAAAAABQAAAAAAABQABAAAAABQAAAAABABIAGACIAJACQAMADAAAKQAAAIgHAEQgGAEgKABQgFgBgFgCg'
        );
      this.shape_16.setTransform(784.775, 582.6);
  
      this.shape_17 = new cjs.Shape();
      this.shape_17.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgSAkIAAgLIACABQAEAAACgCQAAAAABAAQAAgBABAAQAAgBAAAAQABgBAAgBIABgEIgSg0IAQAAIAIAhIAKghIAPAAIgVA8IgCADQgDAKgLAAIgGgBg'
        );
      this.shape_17.setTransform(779.25, 583.675);
  
      this.shape_18 = new cjs.Shape();
      this.shape_18.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgSAXQgEgEgBgIQABgHAFgEQAHgEAKgBIAHAAIAAgDQAAgEgCgCQgBgCgEAAQgEAAgCACQAAAAAAABQgBAAAAABQAAAAAAABQgBABAAABIgNAAQAAgFADgEQACgEAGgCQAEgDAGABQAJAAAHAEQAFAGAAAJIAAAVQAAAIADAEIAAABIgPAAIgBgFQgGAFgHABQgIgBgFgEgAgIAKIAAABQAAAAAAABQAAABAAAAQAAABABAAQAAABAAAAQACACAEAAIAEgBQADgCABgDIAAgJIgFAAQgKABAAAHg'
        );
      this.shape_18.setTransform(773.6, 582.6);
  
      this.shape_19 = new cjs.Shape();
      this.shape_19.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAfQgGgIAAgNQAAgLAGgIQAGgHAJAAQAHAAAEAGIAAgbIAPAAIAABKIgNAAIgBgFQgFAGgHAAQgJAAgGgHgAgJALQABAHACAFQACADAEAAQAHAAACgFIAAgVQgCgFgHABQgIAAgBAPg'
        );
      this.shape_19.setTransform(767.5, 581.55);
  
      this.shape_20 = new cjs.Shape();
      this.shape_20.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAdQgFgIgBgOIAAgMQAAgPAGgIQAHgHAKAAQALAAAHAHQAGAHAAAPIAAAMQAAAPgGAHQgGAJgMAAQgKgBgHgHgAgGgVQgCAFgBAIIAAAQQAAAIACAFQADAEAEAAQAFAAACgEQADgEAAgIIAAgQQAAgJgDgEQgCgEgFAAQgEAAgCADg'
        );
      this.shape_20.setTransform(758.5, 581.7);
  
      this.shape_21 = new cjs.Shape();
      this.shape_21.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAfQgHgGAAgJIAOAAQAAAEAEACQACADAEAAQAFAAADgDQADgCAAgEQAAgMgLAAIgIAAIAAgKIAIAAQAEABADgDQADgDAAgEQAAgFgDgCQgDgCgEAAQgDAAgDACQgDACAAAEIgOAAQAAgGADgEQADgEAGgDQAFgDAGABQALgBAGAGQAHAFAAAJQAAAFgDAFQgDAEgFACQAGABADAEQADAFAAAGQAAAJgHAGQgHAFgLABQgKgBgHgFg'
        );
      this.shape_21.setTransform(752.225, 581.7);
  
      this.shape_22 = new cjs.Shape();
      this.shape_22.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgKAZQgGgDgDgDQgDgEAAgFIAOAAQAAADADADQACACAEAAQAEgBACgBQAAAAABgBQAAAAAAgBQAAAAABgBQAAAAAAgBQAAgBAAAAQgBgBAAAAQAAgBgBAAQAAgBgBAAIgHgDQgTgEAAgLQAAgHAGgFQAGgEAIAAQAKAAAGAEQAGAFAAAIIgOAAQAAgBAAgBQAAgBAAAAQAAgBgBAAQAAgBgBAAQgCgCgEAAQgCAAgCABQgBABAAAAQgBABAAAAQAAABAAAAQAAABAAABQAAAAAAABQAAAAAAABQAAAAABABQAAAAABABIAGACIAJACQAMADAAAKQAAAIgHAEQgGAEgKABQgFgBgFgCg'
        );
      this.shape_22.setTransform(700.425, 582.6);
  
      this.shape_23 = new cjs.Shape();
      this.shape_23.graphics
        .f('#FFFFFF')
        .s()
        .p('AAJAmIAAgiQAAgEgCgCQgCgCgFAAQgFAAgDAEIAAAmIgOAAIAAhLIAOAAIAAAdQAGgIAIABQARgBAAAUIAAAig');
      this.shape_23.setTransform(694.625, 581.5);
  
      this.shape_24 = new cjs.Shape();
      this.shape_24.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgHASIAAgbIgIAAIAAgKIAIAAIAAgOIANAAIAAAOIAJAAIAAAKIgJAAIAAAaIABADQABABAAAAQAAAAABABQAAAAABAAQABAAAAAAIAFAAIAAAKIgJACQgOgBAAgPg'
        );
      this.shape_24.setTransform(689.625, 582);
  
      this.shape_25 = new cjs.Shape();
      this.shape_25.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgJAgIgBAFIgNAAIAAhKIAOAAIAAAbQAFgGAHAAQAKAAAFAHQAGAIAAALIAAABQAAANgGAHQgFAHgKAAQgHAAgFgGgAgJAAIAAAVQADAFAGAAQAGAAADgGIABgKQAAgIgDgCQgCgEgFAAQgGgBgDAFg'
        );
      this.shape_25.setTransform(684.825, 581.55);
  
      this.shape_26 = new cjs.Shape();
      this.shape_26.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAUQgHgHAAgNIAAAAQAAgHADgHQADgFAGgEQAFgEAHABQALgBAGAHQAHAHABALIAAADQAAAMgHAHQgHAHgLABQgKgBgHgHgAgHgLQgDAEAAAIQAAAHADAEQADAEAEAAQAFAAADgEQADgEAAgIQAAgHgDgEQgDgEgFAAQgEAAgDAEg'
        );
      this.shape_26.setTransform(678.575, 582.6);
  
      this.shape_27 = new cjs.Shape();
      this.shape_27.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AAYAbIAAggQAAgFgCgCQgCgCgEAAQgHAAgCAFIAAAkIgNAAIAAggQAAgFgCgCQgCgCgEAAQgGAAgDAEIAAAlIgOAAIAAg0IANAAIABAGQAFgHAKAAQAJAAAEAIQAGgIAKAAQAJAAAEAFQAEAFAAALIAAAgg'
        );
      this.shape_27.setTransform(670.925, 582.55);
  
      this.shape_28 = new cjs.Shape();
      this.shape_28.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgWAkIAAgKIAWgYIAHgIQABgEAAgDQAAgFgCgDQgCgCgEAAQgEAAgDADQgDADAAAGIgOAAQAAgHADgFQADgGAGgDQAGgDAGAAQALAAAGAFQAGAGAAAJQAAAFgDAGQgCAFgIAGIgOASIAdAAIAAALg'
        );
      this.shape_28.setTransform(660.3, 581.65);
  
      this.shape_29 = new cjs.Shape();
      this.shape_29.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgKAZQgGgDgDgDQgDgEAAgFIAOAAQAAADADADQACACAEAAQAEgBACgBQAAAAABgBQAAAAAAgBQABAAAAgBQAAAAAAgBQAAgBAAAAQgBgBAAAAQAAgBgBAAQAAgBgBAAIgHgDQgTgEAAgLQAAgHAGgFQAGgEAIAAQAKAAAGAEQAGAFAAAIIgOAAQAAgBAAgBQAAgBAAAAQAAgBgBAAQAAgBgBAAQgCgCgEAAQgCAAgCABQgBABAAAAQAAABgBAAQAAABAAAAQAAABAAABQAAAAAAABQAAAAAAABQABAAAAABQAAAAABABIAGACIAJACQAMADAAAKQAAAIgHAEQgGAEgKABQgFgBgFgCg'
        );
      this.shape_29.setTransform(600.375, 582.6);
  
      this.shape_30 = new cjs.Shape();
      this.shape_30.graphics
        .f('#FFFFFF')
        .s()
        .p('AAJAmIAAgiQAAgEgCgCQgCgCgFAAQgFAAgDAEIAAAmIgOAAIAAhLIAOAAIAAAdQAGgIAIABQARgBAAAUIAAAig');
      this.shape_30.setTransform(594.575, 581.5);
  
      this.shape_31 = new cjs.Shape();
      this.shape_31.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgHASIAAgbIgIAAIAAgKIAIAAIAAgOIANAAIAAAOIAJAAIAAAKIgJAAIAAAaIABADQABABAAAAQAAAAABABQAAAAABAAQAAAAABAAIAFAAIAAAKIgJACQgOgBAAgPg'
        );
      this.shape_31.setTransform(589.575, 582);
  
      this.shape_32 = new cjs.Shape();
      this.shape_32.graphics
        .f('#FFFFFF')
        .s()
        .p('AAJAbIAAghQAAgEgCgCQgCgCgFAAQgFAAgDAEIAAAlIgOAAIAAg0IAOAAIAAAGQAGgHAIAAQAJAAAEAFQAEAFAAAKIAAAhg');
      this.shape_32.setTransform(584.625, 582.55);
  
      this.shape_33 = new cjs.Shape();
      this.shape_33.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAUQgHgHAAgNIAAAAQAAgHADgHQADgFAGgEQAFgEAHABQALgBAGAHQAHAHABALIAAADQAAAMgHAHQgHAHgLABQgKgBgHgHgAgHgLQgDAEAAAIQAAAHADAEQADAEAEAAQAFAAADgEQADgEAAgIQAAgHgDgEQgDgEgFAAQgEAAgDAEg'
        );
      this.shape_33.setTransform(578.525, 582.6);
  
      this.shape_34 = new cjs.Shape();
      this.shape_34.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AAYAbIAAggQAAgFgCgCQgCgCgEAAQgHAAgCAFIAAAkIgNAAIAAggQAAgFgCgCQgCgCgEAAQgGAAgDAEIAAAlIgOAAIAAg0IANAAIABAGQAFgHAKAAQAJAAAEAIQAGgIAKAAQAJAAAEAFQAEAFAAALIAAAgg'
        );
      this.shape_34.setTransform(570.875, 582.55);
  
      this.shape_35 = new cjs.Shape();
      this.shape_35.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgQAcQgIgHABgNIAAgGQAAgKAEgIQAEgJAJgGQAGgEAMAAIABAAIAAALIgBAAQgJAAgFAGQgGAEgBAIQAFgFAIAAQAJAAAGAGQAGAGgBALQAAAHgCAGQgDAFgGAEQgGADgGAAQgLAAgGgJgAgFABIgFAFIAAAEQAAAHAEAEQACAEAEAAQAEAAADgEQAEgDAAgGQAAgFgEgEQgDgDgEAAQgCAAgDABg'
        );
      this.shape_35.setTransform(560.35, 581.7);
  
      this.shape_36 = new cjs.Shape();
      this.shape_36.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgKAZQgGgDgDgDQgDgEAAgFIAOAAQAAADADADQACACAEAAQAEgBACgBQAAAAABgBQAAAAAAgBQABAAAAgBQAAAAAAgBQAAgBAAAAQgBgBAAAAQAAgBgBAAQAAgBgBAAIgHgDQgTgEAAgLQAAgHAGgFQAGgEAIAAQAKAAAGAEQAGAFAAAIIgOAAQAAgBAAgBQAAgBAAAAQAAgBgBAAQAAgBgBAAQgCgCgEAAQgCAAgCABQgBABAAAAQAAABgBAAQAAABAAAAQAAABAAABQAAAAAAABQAAAAAAABQABAAAAABQAAAAABABIAGACIAJACQAMADAAAKQAAAIgHAEQgGAEgKABQgFgBgFgCg'
        );
      this.shape_36.setTransform(501.825, 582.6);
  
      this.shape_37 = new cjs.Shape();
      this.shape_37.graphics
        .f('#FFFFFF')
        .s()
        .p('AAJAmIAAgiQAAgEgCgCQgCgCgFAAQgFAAgDAEIAAAmIgOAAIAAhLIAOAAIAAAdQAGgIAIABQARgBAAAUIAAAig');
      this.shape_37.setTransform(496.025, 581.5);
  
      this.shape_38 = new cjs.Shape();
      this.shape_38.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgHASIAAgbIgIAAIAAgKIAIAAIAAgOIANAAIAAAOIAJAAIAAAKIgJAAIAAAaIABADQABABAAAAQAAAAABABQAAAAABAAQAAAAABAAIAFAAIAAAKIgJACQgOgBAAgPg'
        );
      this.shape_38.setTransform(491.025, 582);
  
      this.shape_39 = new cjs.Shape();
      this.shape_39.graphics
        .f('#FFFFFF')
        .s()
        .p('AAJAbIAAghQAAgEgCgCQgCgCgFAAQgFAAgDAEIAAAlIgOAAIAAg0IAOAAIAAAGQAGgHAIAAQAJAAAEAFQAEAFAAAKIAAAhg');
      this.shape_39.setTransform(486.075, 582.55);
  
      this.shape_40 = new cjs.Shape();
      this.shape_40.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAUQgHgHAAgNIAAAAQAAgHADgHQADgFAGgEQAFgEAHABQALgBAGAHQAHAHABALIAAADQAAAMgHAHQgHAHgLABQgKgBgHgHgAgHgLQgDAEAAAIQAAAHADAEQADAEAEAAQAFAAADgEQADgEAAgIQAAgHgDgEQgDgEgFAAQgEAAgDAEg'
        );
      this.shape_40.setTransform(479.975, 582.6);
  
      this.shape_41 = new cjs.Shape();
      this.shape_41.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AAYAbIAAggQAAgFgCgCQgCgCgEAAQgHAAgCAFIAAAkIgNAAIAAggQAAgFgCgCQgCgCgEAAQgGAAgDAEIAAAlIgOAAIAAg0IANAAIABAGQAFgHAKAAQAJAAAEAIQAGgIAKAAQAJAAAEAFQAEAFAAALIAAAgg'
        );
      this.shape_41.setTransform(472.325, 582.55);
  
      this.shape_42 = new cjs.Shape();
      this.shape_42.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgWAkIAAgKIAWgYIAHgIQABgEAAgDQABgFgDgDQgCgCgEAAQgEAAgDADQgDADAAAGIgOAAQAAgHADgFQADgGAGgDQAGgDAGAAQALAAAFAFQAHAGAAAJQAAAFgDAGQgCAFgIAGIgOASIAdAAIAAALg'
        );
      this.shape_42.setTransform(464.65, 581.65);
  
      this.shape_43 = new cjs.Shape();
      this.shape_43.graphics.f('#FFFFFF').s().p('AACAkIAAg2IgRAFIAAgLIAdgKIACAAIAABGg');
      this.shape_43.setTransform(457.95, 581.7);
  
      this.shape_44 = new cjs.Shape();
      this.shape_44.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgKAZQgGgDgDgDQgDgEAAgFIAOAAQAAADADADQACACAEAAQAEgBACgBQAAAAABgBQAAAAAAgBQABAAAAgBQAAAAAAgBQAAgBAAAAQgBgBAAAAQAAgBgBAAQAAgBgBAAIgHgDQgTgEAAgLQAAgHAGgFQAGgEAIAAQAKAAAGAEQAGAFAAAIIgOAAQAAgBAAgBQAAgBAAAAQgBgBAAAAQAAgBgBAAQgCgCgEAAQgCAAgCABQgBABAAAAQgBABAAAAQAAABAAAAQAAABAAABQAAAAAAABQAAAAAAABQAAAAABABQAAAAABABIAGACIAJACQAMADAAAKQAAAIgHAEQgGAEgKABQgFgBgFgCg'
        );
      this.shape_44.setTransform(393.675, 582.6);
  
      this.shape_45 = new cjs.Shape();
      this.shape_45.graphics.f('#FFFFFF').s().p('AgOAbIAAg0IAOAAIAAAGQADgHAIAAIAEABIgBAOIgEgBQgJAAgBAFIAAAig');
      this.shape_45.setTransform(389.1, 582.55);
  
      this.shape_46 = new cjs.Shape();
      this.shape_46.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAXQgFgEgBgIQABgHAFgEQAHgEAKgBIAHAAIAAgDQAAgEgCgCQgBgCgEAAQgEAAgCACQAAAAAAABQgBAAAAABQAAAAAAABQgBABAAABIgNAAQAAgFADgEQACgEAGgCQAEgDAGABQAJAAAHAEQAFAGAAAJIAAAVQAAAIADAEIAAABIgPAAIgBgFQgFAFgIABQgIgBgEgEgAgIAKIAAABQAAAAAAABQAAABAAAAQAAABABAAQAAABAAAAQACACAEAAIAEgBQADgCABgDIAAgJIgFAAQgKABAAAHg'
        );
      this.shape_46.setTransform(383.9, 582.6);
  
      this.shape_47 = new cjs.Shape();
      this.shape_47.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgQAUQgHgHAAgMIAAgBQAAgHADgGQADgHAGgDQAGgEAFABQALgBAHAIQAGAGAAANIAAAEIggAAQAAAGADADQAEADAEAAQAIAAAFgGIAHAIQgDAFgGACQgFACgHABQgKAAgIgIgAgFgMQgDADAAAFIASAAIAAgBQAAgFgCgDQgDgCgFAAQgCAAgDADg'
        );
      this.shape_47.setTransform(378.05, 582.6);
  
      this.shape_48 = new cjs.Shape();
      this.shape_48.graphics
        .f('#FFFFFF')
        .s()
        .p('AgSAkIAAgLIACABQAEAAACgCQACgBABgDIABgEIgSg0IAPAAIAJAhIAKghIAPAAIgVA8IgCADQgDAKgLAAIgGgBg');
      this.shape_48.setTransform(372.3, 583.675);
  
      this.shape_49 = new cjs.Shape();
      this.shape_49.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgWAkIAAgKIAWgYIAHgIQABgEAAgDQABgFgDgDQgCgCgEAAQgEAAgDADQgDADAAAGIgOAAQAAgHADgFQADgGAGgDQAGgDAGAAQALAAAGAFQAGAGAAAJQAAAFgDAGQgCAFgIAGIgOASIAdAAIAAALg'
        );
      this.shape_49.setTransform(366.45, 581.65);
  
      this.shape_50 = new cjs.Shape();
      this.shape_50.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgQAdQgHgIAAgNIAAgFQgBgLAFgJQAEgIAJgFQAGgFAMgBIACAAIAAANIgCAAQgJAAgFAEQgGAFgBAJQAFgGAIAAQAKAAAFAHQAFAFAAALQAAAHgCAFQgDAGgGADQgGADgGAAQgLAAgGgHgAgFABIgFAFIAAAEQAAAHAEAEQACAEAEAAQAEAAADgDQAEgEAAgFQAAgHgEgDQgDgDgEAAQgCAAgDABg'
        );
      this.shape_50.setTransform(1021.95, 266.3);
  
      this.shape_51 = new cjs.Shape();
      this.shape_51.graphics
        .f('#FFFFFF')
        .s()
        .p('AgFAGQgCgCAAgEQAAgCACgDQADgCACAAQAEAAACACQACADAAACQAAAEgCACQgCACgEAAQgCAAgDgCg');
      this.shape_51.setTransform(1017.5, 269.15);
  
      this.shape_52 = new cjs.Shape();
      this.shape_52.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgLAiQgGgDgDgFQgDgEAAgHIAOAAQABAEACADQADADADAAQAFAAACgEQADgDAAgHQAAgFgDgEQgDgCgFAAQgEAAgEABIgBACIgLgDIAEgjIAnAAIAAALIgbAAIgCAQQAFgCAFAAQAJAAAGAFQAGAGAAALQAAAHgCAGQgDAFgGADQgGADgHAAQgFAAgGgCg'
        );
      this.shape_52.setTransform(1013.3, 266.35);
  
      this.shape_53 = new cjs.Shape();
      this.shape_53.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgWAkIAAgJIAWgZIAGgIQACgEAAgEQAAgEgCgDQgCgCgEgBQgFAAgCADQgDAEAAAFIgOAAQAAgGADgGQADgFAGgDQAGgDAGAAQALAAAFAFQAHAFAAAKQAAAFgDAGQgDAEgGAIIgPARIAdAAIAAALg'
        );
      this.shape_53.setTransform(1007.55, 266.25);
  
      this.shape_54 = new cjs.Shape();
      this.shape_54.graphics
        .f('#FFFFFF')
        .s()
        .p('AAEAjIAAgPIgcAAIgBgJIAdguIAOAAIAAArIAIAAIAAAMIgIAAIAAAPgAADgNIgOAVIAPAAIAAgYg');
      this.shape_54.setTransform(1021.85, 441.15);
  
      this.shape_55 = new cjs.Shape();
      this.shape_55.graphics
        .f('#FFFFFF')
        .s()
        .p('AgFAFQgCgBAAgEQAAgDACgCQADgBACgBQAEABACABQACACAAADQAAAEgCABQgCADgEAAQgCAAgDgDg');
      this.shape_55.setTransform(1017.5, 444);
  
      this.shape_56 = new cjs.Shape();
      this.shape_56.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgLAhQgGgCgDgFQgDgFAAgGIAOAAQABAEACADQADACADAAQAFAAACgDQADgEAAgFQAAgGgDgEQgDgCgFAAQgEAAgEACIgBABIgLgDIAEgjIAnAAIAAALIgbAAIgCAQQAFgDAFAAQAJABAGAFQAGAGAAALQAAAHgCAFQgDAGgGADQgGADgHAAQgFAAgGgDg'
        );
      this.shape_56.setTransform(1013.3, 441.2);
  
      this.shape_57 = new cjs.Shape();
      this.shape_57.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgWAkIAAgJIAWgZIAGgIQACgEAAgDQAAgFgCgDQgCgDgEABQgFAAgCACQgDAEAAAFIgOAAQAAgGADgFQADgGAGgDQAGgDAGAAQALAAAFAFQAHAGAAAJQAAAGgDAFQgDAFgGAGIgPARIAdAAIAAAMg'
        );
      this.shape_57.setTransform(1007.55, 441.1);
  
      this.shape_58 = new cjs.Shape();
      this.shape_58.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAdQgFgIgBgOIAAgMQAAgPAGgIQAHgIAKAAQALAAAHAIQAGAHAAAPIAAAMQAAAPgGAIQgGAHgMABQgKAAgHgIgAgGgVQgCAEgBAIIAAARQAAAIACAFQADAEAEAAQAFAAACgEQADgEAAgJIAAgPQAAgJgDgEQgCgEgFAAQgEAAgCADg'
        );
      this.shape_58.setTransform(869.2, 556.2);
  
      this.shape_59 = new cjs.Shape();
      this.shape_59.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAdQgFgIgBgOIAAgMQAAgPAGgIQAHgIAKAAQAMAAAGAIQAGAHAAAPIAAAMQAAAPgGAIQgGAHgMABQgKAAgHgIgAgGgVQgDAEABAIIAAARQAAAIABAFQADAEAEAAQAGAAACgEQACgEAAgJIAAgPQAAgJgCgEQgDgEgFAAQgEAAgCADg'
        );
      this.shape_59.setTransform(863.5, 556.2);
  
      this.shape_60 = new cjs.Shape();
      this.shape_60.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgFAaQgCgCAAgEQAAgEACgBQACgDADAAQADAAADADQACABAAAEQAAAEgCACQgDABgDAAQgDAAgCgBgAgFgOQgCgCAAgDQAAgEACgCQACgBADAAQADAAADABQACACAAAEQAAADgCACQgDACgDABQgDgBgCgCg'
        );
      this.shape_60.setTransform(859.25, 557.05);
  
      this.shape_61 = new cjs.Shape();
      this.shape_61.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgQAdQgHgIAAgOIAAgMQAAgPAHgIQAFgIALAAQALAAAHAIQAGAHAAAPIAAAMQAAAPgGAIQgGAHgMABQgLAAgFgIgAgGgVQgDAEAAAIIAAARQAAAIADAFQACAEAEAAQAFAAACgEQADgEAAgJIAAgPQAAgJgDgEQgCgEgFAAQgEAAgCADg'
        );
      this.shape_61.setTransform(855, 556.2);
  
      this.shape_62 = new cjs.Shape();
      this.shape_62.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAdQgFgIgBgOIAAgMQAAgPAGgIQAHgIAKAAQALAAAHAIQAGAHAAAPIAAAMQAAAPgGAIQgGAHgMABQgKAAgHgIgAgGgVQgCAEgBAIIAAARQAAAIACAFQADAEAEAAQAFAAADgEQACgEAAgJIAAgPQAAgJgCgEQgDgEgFAAQgEAAgCADg'
        );
      this.shape_62.setTransform(849.3, 556.2);
  
      this.shape_63 = new cjs.Shape();
      this.shape_63.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgFAaQgCgCAAgEQAAgEACgBQACgDADAAQAEAAACADQACABAAAEQAAAEgCACQgCABgEAAQgDAAgCgBgAgFgOQgCgCAAgDQAAgEACgCQACgBADAAQAEAAACABQACACAAAEQAAADgCACQgCACgEABQgDgBgCgCg'
        );
      this.shape_63.setTransform(845.05, 557.05);
  
      this.shape_64 = new cjs.Shape();
      this.shape_64.graphics
        .f('#FFFFFF')
        .s()
        .p('AAEAjIAAgPIgcAAIgBgJIAdgtIAOAAIAAAqIAIAAIAAAMIgIAAIAAAPgAADgNIgOAVIAPAAIAAgXg');
      this.shape_64.setTransform(840.8, 556.2);
  
      this.shape_65 = new cjs.Shape();
      this.shape_65.graphics.f('#FFFFFF').s().p('AACAjIAAg1IgRAGIAAgMIAdgKIACAAIAABFg');
      this.shape_65.setTransform(834.6, 556.2);
  
      this.shape_66 = new cjs.Shape();
      this.shape_66.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgQAdQgHgIAAgOIAAgMQAAgPAHgIQAFgIALAAQAMAAAGAIQAGAHAAAPIAAAMQAAAPgGAIQgGAHgMABQgLAAgFgIgAgGgVQgDAEABAIIAAARQAAAIACAFQACAEAEAAQAFAAADgEQACgEAAgJIAAgPQAAgJgCgEQgDgEgFAAQgEAAgCADg'
        );
      this.shape_66.setTransform(689.7, 556.2);
  
      this.shape_67 = new cjs.Shape();
      this.shape_67.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgQAdQgHgIAAgOIAAgMQAAgPAHgIQAFgIALAAQALAAAHAIQAGAHAAAPIAAAMQAAAPgGAIQgGAHgMABQgLAAgFgIgAgGgVQgDAEAAAIIAAARQAAAIADAFQACAEAEAAQAFAAACgEQADgEAAgJIAAgPQAAgJgDgEQgCgEgFAAQgEAAgCADg'
        );
      this.shape_67.setTransform(684, 556.2);
  
      this.shape_68 = new cjs.Shape();
      this.shape_68.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgEAaQgDgCAAgEQAAgEADgBQABgDADAAQADAAADADQACABAAAEQAAAEgCACQgDABgDAAQgDAAgBgBgAgEgOQgDgCAAgDQAAgEADgCQABgBADAAQADAAADABQACACAAAEQAAADgCACQgDACgDABQgDgBgBgCg'
        );
      this.shape_68.setTransform(679.75, 557.05);
  
      this.shape_69 = new cjs.Shape();
      this.shape_69.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAdQgFgIgBgOIAAgMQAAgPAGgIQAHgIAKAAQALAAAHAIQAGAHAAAPIAAAMQAAAPgGAIQgGAHgMABQgKAAgHgIgAgGgVQgCAEgBAIIAAARQABAIABAFQADAEAEAAQAGAAACgEQACgEAAgJIAAgPQAAgJgCgEQgDgEgFAAQgEAAgCADg'
        );
      this.shape_69.setTransform(675.5, 556.2);
  
      this.shape_70 = new cjs.Shape();
      this.shape_70.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgQAdQgHgIAAgOIAAgMQAAgPAHgIQAFgIALAAQAMAAAGAIQAGAHAAAPIAAAMQAAAPgGAIQgGAHgMABQgLAAgFgIgAgGgVQgCAEAAAIIAAARQAAAIACAFQACAEAEAAQAFAAADgEQACgEAAgJIAAgPQAAgJgCgEQgDgEgFAAQgEAAgCADg'
        );
      this.shape_70.setTransform(669.8, 556.2);
  
      this.shape_71 = new cjs.Shape();
      this.shape_71.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgEAaQgDgCAAgEQAAgEADgBQACgDACAAQADAAADADQACABAAAEQAAAEgCACQgDABgDAAQgCAAgCgBgAgEgOQgDgCAAgDQAAgEADgCQACgBACAAQADAAADABQACACAAAEQAAADgCACQgDACgDABQgCgBgCgCg'
        );
      this.shape_71.setTransform(665.55, 557.05);
  
      this.shape_72 = new cjs.Shape();
      this.shape_72.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgRAfQgGgGAAgJQAAgGADgFQADgDAGgCQgFgCgDgEQgDgFABgEQAAgKAFgFQAHgGAJAAQALAAAFAGQAHAFAAAKQgBAEgCAFQgDAEgEACQAFABADAFQADAEAAAGQAAAJgHAGQgFAGgMAAQgKAAgHgGgAgGAHQgCAEgBAEQABAFACADQACACAEAAQAFAAACgCQADgDAAgFQAAgEgDgEQgDgCgEAAQgEAAgCACgAgFgWQgCADAAAEQAAAEACADQACACADABQAEgBADgCQABgDAAgEQAAgEgBgCQgDgDgEAAQgDAAgCACg'
        );
      this.shape_72.setTransform(661.3, 556.2);
  
      this.shape_73 = new cjs.Shape();
      this.shape_73.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgQAdQgGgIgBgOIAAgMQAAgPAHgIQAGgIAKAAQAMAAAGAIQAGAHAAAPIAAAMQAAAPgGAIQgGAHgMABQgKAAgGgIgAgGgVQgDAEABAIIAAARQAAAIABAFQADAEAEAAQAGAAACgEQACgEAAgJIAAgPQAAgJgCgEQgDgEgFAAQgEAAgCADg'
        );
      this.shape_73.setTransform(655.6, 556.2);
  
      this.shape_74 = new cjs.Shape();
      this.shape_74.graphics.f('#FFFFFF').s().p('AgOAbIAAg0IANAAIAAAHQAEgIAHAAIAFABIAAAOIgGgBQgHAAgCAFIAAAig');
      this.shape_74.setTransform(507.4, 557.05);
  
      this.shape_75 = new cjs.Shape();
      this.shape_75.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgXAlIAAhIIANAAIABAFQAFgGAHAAQAKAAAFAHQAGAHAAANIAAABQAAALgGAHQgFAIgKAAQgHAAgFgGIAAAZgAgJgUIAAAVQADAFAGAAQAKAAAAgPQAAgIgDgEQgDgEgEAAQgGAAgDAFg'
        );
      this.shape_75.setTransform(502.675, 558.075);
  
      this.shape_76 = new cjs.Shape();
      this.shape_76.graphics.f('#FFFFFF').s().p('AASAjIgFgOIgZAAIgFAOIgPAAIAahFIANAAIAaBFgAAJAJIgJgZIgIAZIARAAg');
      this.shape_76.setTransform(496.425, 556.2);
  
      this.shape_77 = new cjs.Shape();
      this.shape_77.graphics
        .f('#FFFFFF')
        .s()
        .p(
          'AgLAiQgGgDgDgFQgDgEAAgHIAOAAQABAFACACQADACADABQAFgBACgDQADgDAAgHQAAgFgDgEQgDgCgFAAQgEAAgEABIgBACIgLgDIAEgjIAnAAIAAALIgbAAIgCAQQAFgDAFABQAKAAAGAFQAFAGAAALQAAAHgCAGQgDAFgGADQgFADgIAAQgFAAgGgCg'
        );
      this.shape_77.setTransform(487.8, 556.25);
  
      this.shape_78 = new cjs.Shape();
      this.shape_78.graphics.f('#FFFFFF').s().p('AABAjIAAg1IgQAGIAAgMIAdgKIACAAIAABFg');
      this.shape_78.setTransform(481.55, 556.2);
  
      this.timeline.addTween(
        cjs.Tween.get({})
          .to({ state: [] })
          .to(
            {
              state: [
                { t: this.shape_78 },
                { t: this.shape_77 },
                { t: this.shape_76 },
                { t: this.shape_75 },
                { t: this.shape_74 },
                { t: this.shape_73 },
                { t: this.shape_72 },
                { t: this.shape_71 },
                { t: this.shape_70 },
                { t: this.shape_69 },
                { t: this.shape_68 },
                { t: this.shape_67 },
                { t: this.shape_66 },
                { t: this.shape_65 },
                { t: this.shape_64 },
                { t: this.shape_63 },
                { t: this.shape_62 },
                { t: this.shape_61 },
                { t: this.shape_60 },
                { t: this.shape_59 },
                { t: this.shape_58 },
                { t: this.shape_57 },
                { t: this.shape_56 },
                { t: this.shape_55 },
                { t: this.shape_54 },
                { t: this.shape_53 },
                { t: this.shape_52 },
                { t: this.shape_51 },
                { t: this.shape_50 },
                { t: this.shape_49 },
                { t: this.shape_48 },
                { t: this.shape_47 },
                { t: this.shape_46 },
                { t: this.shape_45 },
                { t: this.shape_44 },
                { t: this.shape_43 },
                { t: this.shape_42 },
                { t: this.shape_41 },
                { t: this.shape_40 },
                { t: this.shape_39 },
                { t: this.shape_38 },
                { t: this.shape_37 },
                { t: this.shape_36 },
                { t: this.shape_35 },
                { t: this.shape_34 },
                { t: this.shape_33 },
                { t: this.shape_32 },
                { t: this.shape_31 },
                { t: this.shape_30 },
                { t: this.shape_29 },
                { t: this.shape_28 },
                { t: this.shape_27 },
                { t: this.shape_26 },
                { t: this.shape_25 },
                { t: this.shape_24 },
                { t: this.shape_23 },
                { t: this.shape_22 },
                { t: this.shape_21 },
                { t: this.shape_20 },
                { t: this.shape_19 },
                { t: this.shape_18 },
                { t: this.shape_17 },
                { t: this.shape_16 },
                { t: this.shape_15 },
                { t: this.shape_14 },
                { t: this.shape_13 },
                { t: this.shape_12 },
                { t: this.shape_11 },
                { t: this.shape_10 },
                { t: this.shape_9 },
                { t: this.shape_8 },
                { t: this.shape_7 },
              ],
            },
            39
          )
          .wait(21)
      );
  
      // time_bars
      this.instance_9 = new lib.line_mc();
      this.instance_9.setTransform(666.2, 443.15, 0.6723, 1, 0, 0, 0, 503.4, 0);
  
      this.instance_10 = new lib.line_mc();
      this.instance_10.setTransform(666.2, 267.8, 0.6723, 1, 0, 0, 0, 503.4, 0);
  
      this.instance_11 = new lib.line_mc();
      this.instance_11.setTransform(494.2, 335.05, 0.4011, 1, 0, -90, 90, 501.6, 0);
  
      this.instance_12 = new lib.line_mc();
      this.instance_12.setTransform(672.75, 335.05, 0.4011, 1, 0, -90, 90, 501.6, 0);
  
      this.instance_13 = new lib.line_mc();
      this.instance_13.setTransform(851.3, 335.05, 0.4011, 1, 0, -90, 90, 501.6, 0);
  
      this.timeline.addTween(
        cjs.Tween.get({})
          .to({ state: [] })
          .to(
            {
              state: [
                { t: this.instance_13 },
                { t: this.instance_12 },
                { t: this.instance_11 },
                { t: this.instance_10 },
                { t: this.instance_9 },
              ],
            },
            19
          )
          .wait(41)
      );
  
      // Carcas_small
      this.instance_14 = new lib.line_mc();
      this.instance_14.setTransform(1000.6, 158.9, 0.0354, 1, 90, 0, 0, 506.1, 0);
  
      this.instance_15 = new lib.line_mc();
      this.instance_15.setTransform(1027.1, 158.9, 0.0354, 1, 90, 0, 0, 506.1, 0);
  
      this.instance_16 = new lib.line_mc();
      this.instance_16.setTransform(914.6, 158.9, 0.0354, 1, 90, 0, 0, 506.1, 0);
  
      this.instance_17 = new lib.line_mc();
      this.instance_17.setTransform(968.95, 172.15, 0.1232, 1, 0, 0, 0, 501.3, 0);
  
      this.instance_18 = new lib.line_mc();
      this.instance_18.setTransform(969, 146.75, 0.1232, 1, 0, 0, 0, 501.7, 0);
  
      this.instance_19 = new lib.line_mc();
      this.instance_19.setTransform(343.3, 424.35, 0.0328, 1, 0, 0, 0, 505.2, 0);
  
      this.instance_20 = new lib.line_mc();
      this.instance_20.setTransform(343.3, 541.85, 0.0328, 1, 0, 0, 0, 505.2, 0);
  
      this.instance_21 = new lib.line_mc();
      this.instance_21.setTransform(356.4, 481.95, 0.1363, 1, -90, 0, 0, 501.2, 0);
  
      this.instance_22 = new lib.line_mc();
      this.instance_22.setTransform(331, 481.9, 0.1363, 1, -90, 0, 0, 501.5, 0);
  
      this.instance_23 = new lib.line_mc();
      this.instance_23.setTransform(1130.55, 586.75, 0.0433, 1, -90, 0, 0, 501.7, 0);
  
      this.instance_24 = new lib.line_mc();
      this.instance_24.setTransform(1041.55, 586.75, 0.0433, 1, -90, 0, 0, 501.7, 0);
  
      this.instance_25 = new lib.line_mc();
      this.instance_25.setTransform(733.6, 569.7, 0.828, 1, 0, 0, 0, 500.4, 0);
  
      this.instance_26 = new lib.line_mc();
      this.instance_26.setTransform(733.6, 595.6, 0.828, 1, 0, 0, 0, 500.4, 0);
  
      this.instance_27 = new lib.line_mc();
      this.instance_27.setTransform(330.3, 586.75, 0.0433, 1, -90, 0, 0, 501.7, 0);
  
      this.instance_28 = new lib.line_mc();
      this.instance_28.setTransform(927.3, 586.75, 0.0433, 1, -90, 0, 0, 501.7, 0);
  
      this.instance_29 = new lib.line_mc();
      this.instance_29.setTransform(1027.3, 586.75, 0.0433, 1, -90, 0, 0, 501.7, 0);
  
      this.instance_30 = new lib.line_mc();
      this.instance_30.setTransform(1020.35, 88.65, 0.0499, 1, 0, -90, 90, 504.5, 0);
  
      this.instance_31 = new lib.line_mc();
      this.instance_31.setTransform(1104.05, 628.6, 0.0393, 1, -90, 0, 0, 503.4, 0);
  
      this.instance_32 = new lib.line_mc();
      this.instance_32.setTransform(882.8, 628.6, 0.0393, 1, -90, 0, 0, 503.4, 0);
  
      this.instance_33 = new lib.line_mc();
      this.instance_33.setTransform(871.8, 628.6, 0.0393, 1, -90, 0, 0, 503.4, 0);
  
      this.instance_34 = new lib.line_mc();
      this.instance_34.setTransform(837.8, 628.6, 0.0393, 1, -90, 0, 0, 503.4, 0);
  
      this.instance_35 = new lib.line_mc();
      this.instance_35.setTransform(803.3, 628.6, 0.0393, 1, -90, 0, 0, 503.4, 0);
  
      this.instance_36 = new lib.line_mc();
      this.instance_36.setTransform(518.35, 628.6, 0.0393, 1, -90, 0, 0, 503.4, 0);
  
      this.instance_37 = new lib.line_mc();
      this.instance_37.setTransform(357.4, 628.6, 0.0393, 1, -90, 0, 0, 503.4, 0);
  
      this.instance_38 = new lib.line_mc();
      this.instance_38.setTransform(264.4, 628.6, 0.0393, 1, -90, 0, 0, 503.4, 0);
  
      this.instance_39 = new lib.line_mc();
      this.instance_39.setTransform(344.4, 628.6, 0.0393, 1, -90, 0, 0, 503.4, 0);
  
      this.instance_40 = new lib.line_mc();
      this.instance_40.setTransform(590.4, 88.65, 0.0499, 1, 0, -90, 90, 504.5, 0);
  
      this.instance_41 = new lib.line_mc();
      this.instance_41.setTransform(555.4, 88.65, 0.0499, 1, 0, -90, 90, 504.5, 0);
  
      this.instance_42 = new lib.line_mc();
      this.instance_42.setTransform(538.95, 88.65, 0.0499, 1, 0, -90, 90, 504.5, 0);
  
      this.instance_43 = new lib.line_mc();
      this.instance_43.setTransform(441.95, 88.65, 0.0499, 1, 0, -90, 90, 504.5, 0);
  
      this.instance_44 = new lib.line_mc();
      this.instance_44.setTransform(426.95, 88.65, 0.0499, 1, 0, -90, 90, 504.5, 0);
  
      this.instance_45 = new lib.line_mc();
      this.instance_45.setTransform(391.45, 88.65, 0.0499, 1, 0, -90, 90, 504.5, 0);
  
      this.instance_46 = new lib.line_mc();
      this.instance_46.setTransform(1090.3, 146.05, 0.1127, 1, 0, 0, 180, 501.8, 0);
  
      this.instance_47 = new lib.line_mc();
      this.instance_47.setTransform(1090.3, 188.55, 0.1127, 1, 0, 0, 180, 501.8, 0);
  
      this.instance_48 = new lib.line_mc();
      this.instance_48.setTransform(1090.3, 230.55, 0.1127, 1, 0, 0, 180, 501.8, 0);
  
      this.instance_49 = new lib.line_mc();
      this.instance_49.setTransform(1090.3, 273.05, 0.1127, 1, 0, 0, 180, 501.8, 0);
  
      this.instance_50 = new lib.line_mc();
      this.instance_50.setTransform(1090.3, 284.05, 0.1127, 1, 0, 0, 180, 501.8, 0);
  
      this.instance_51 = new lib.line_mc();
      this.instance_51.setTransform(1090.3, 339.05, 0.1127, 1, 0, 0, 180, 501.8, 0);
  
      this.instance_52 = new lib.line_mc();
      this.instance_52.setTransform(1090.3, 343.05, 0.1127, 1, 0, 0, 180, 501.8, 0);
  
      this.instance_53 = new lib.line_mc();
      this.instance_53.setTransform(1090.3, 398.55, 0.1127, 1, 0, 0, 180, 501.8, 0);
  
      this.instance_54 = new lib.line_mc();
      this.instance_54.setTransform(286.45, 505.9, 0.0669, 1, 0, 0, 0, 503.2, 0);
  
      this.instance_55 = new lib.line_mc();
      this.instance_55.setTransform(286.45, 442.15, 0.0669, 1, 0, 0, 0, 503.2, 0);
  
      this.instance_56 = new lib.line_mc();
      this.instance_56.setTransform(286.45, 378.4, 0.0669, 1, 0, 0, 0, 503.2, 0);
  
      this.instance_57 = new lib.line_mc();
      this.instance_57.setTransform(286.45, 314.65, 0.0669, 1, 0, 0, 0, 503.2, 0);
  
      this.instance_58 = new lib.line_mc();
      this.instance_58.setTransform(286.45, 250.9, 0.0669, 1, 0, 0, 0, 503.2, 0);
  
      this.instance_59 = new lib.line_mc();
      this.instance_59.setTransform(286.45, 187.15, 0.0669, 1, 0, 0, 0, 503.2, 0);
  
      this.timeline.addTween(
        cjs.Tween.get({})
          .to({ state: [] })
          .to(
            {
              state: [
                { t: this.instance_59 },
                { t: this.instance_58 },
                { t: this.instance_57 },
                { t: this.instance_56 },
                { t: this.instance_55 },
                { t: this.instance_54 },
                { t: this.instance_53 },
                { t: this.instance_52 },
                { t: this.instance_51 },
                { t: this.instance_50 },
                { t: this.instance_49 },
                { t: this.instance_48 },
                { t: this.instance_47 },
                { t: this.instance_46 },
                { t: this.instance_45 },
                { t: this.instance_44 },
                { t: this.instance_43 },
                { t: this.instance_42 },
                { t: this.instance_41 },
                { t: this.instance_40 },
                { t: this.instance_39 },
                { t: this.instance_38 },
                { t: this.instance_37 },
                { t: this.instance_36 },
                { t: this.instance_35 },
                { t: this.instance_34 },
                { t: this.instance_33 },
                { t: this.instance_32 },
                { t: this.instance_31 },
                { t: this.instance_30 },
                { t: this.instance_29 },
                { t: this.instance_28 },
                { t: this.instance_27 },
                { t: this.instance_26 },
                { t: this.instance_25 },
                { t: this.instance_24 },
                { t: this.instance_23 },
                { t: this.instance_22 },
                { t: this.instance_21 },
                { t: this.instance_20 },
                { t: this.instance_19 },
                { t: this.instance_18 },
                { t: this.instance_17 },
                { t: this.instance_16 },
                { t: this.instance_15 },
                { t: this.instance_14 },
              ],
            },
            9
          )
          .wait(51)
      );
  
      // Carcas
      this.instance_60 = new lib.line_mc();
      this.instance_60.setTransform(700, 565.8, 1, 1, 0, 0, 180, 500, 0);
  
      this.instance_61 = new lib.line_mc();
      this.instance_61.setTransform(319, 348.9, 0.6977, 1, -90, 0, 0, 499.9, 0);
  
      this.instance_62 = new lib.line_mc();
      this.instance_62.setTransform(1034.2, 348.9, 0.6977, 1, -90, 0, 0, 499.9, 0);
  
      this.instance_63 = new lib.line_mc();
      this.instance_63.setTransform(700, 112.8, 1, 1, 0, 0, 0, 500, 0);
  
      this.instance_64 = new lib.line_mc();
      this.instance_64.setTransform(700, 608.8, 1, 1, 0, 0, 180, 500, 0);
  
      this.timeline.addTween(
        cjs.Tween.get({})
          .to({ state: [] })
          .to(
            {
              state: [
                { t: this.instance_64 },
                { t: this.instance_63 },
                { t: this.instance_62 },
                { t: this.instance_61 },
                { t: this.instance_60 },
              ],
            },
            9
          )
          .wait(51)
      );
  
      // fills_inner
      this.instance_65 = new lib.fills_small();
      this.instance_65.setTransform(676.3, 584.3, 1, 1, 0, 0, 0, 356.6, 22.5);
      this.instance_65.alpha = 0;
      this.instance_65._off = true;
  
      this.timeline.addTween(
        cjs.Tween.get(this.instance_65).wait(29).to({ _off: false }, 0).to({ alpha: 1 }, 10).wait(21)
      );
  
      // fills
      this.instance_66 = new lib.Frame_fill();
      this.instance_66.setTransform(701.3, 356.1, 1, 1, 0, 0, 0, 447.4, 292.3);
      this.instance_66.alpha = 0;
      this.instance_66._off = true;
  
      this.timeline.addTween(
        cjs.Tween.get(this.instance_66).wait(19).to({ _off: false }, 0).to({ alpha: 1 }, 10).wait(31)
      );
  
      // Frames
      this.instance_67 = new lib.line_mc();
      this.instance_67.setTransform(1147.95, 348.9, 0.6977, 1, -90, 0, 0, 499.9, 0);
  
      this.instance_68 = new lib.line_mc();
      this.instance_68.setTransform(253.1, 348.8, 0.6977, 1, 0, -90, 90, 499.9, 0);
  
      this.instance_69 = new lib.line_mc();
      this.instance_69.setTransform(700, 63.8, 1, 1, 0, 0, 0, 500, 0);
  
      this.instance_70 = new lib.line_mc();
      this.instance_70.setTransform(700, 648.8, 1, 1, 0, 0, 180, 500, 0);
  
      this.timeline.addTween(
        cjs.Tween.get({})
          .to({
            state: [
              { t: this.instance_70 },
              { t: this.instance_69 },
              { t: this.instance_68 },
              { t: this.instance_67 },
            ],
          })
          .wait(60)
      );
  
      this._renderFirstFrame();
    }).prototype = p = new lib.AnMovieClip();
    p.nominalBounds = new cjs.Rectangle(539.6, -99.6, 1007.9, 1324.1);
    // library properties:
    lib.properties = {
      id: '23E4A5A831DC47C2888A2BCB4B4E0EF6',
      width: 1400,
      height: 768,
      fps: 24,
      color: '#040D21',
      opacity: 0.0,
      manifest: [],
      preloads: [],
    };
  
    // bootstrap callback support:
  
    (lib.Stage = function (canvas) {
      createjs.Stage.call(this, canvas);
    }).prototype = p = new createjs.Stage();
  
    p.setAutoPlay = function (autoPlay) {
      this.tickEnabled = autoPlay;
    };
    p.play = function () {
      this.tickEnabled = true;
      this.getChildAt(0).gotoAndPlay(this.getTimelinePosition());
    };
    p.stop = function (ms) {
      if (ms) this.seek(ms);
      this.tickEnabled = false;
    };
    p.seek = function (ms) {
      this.tickEnabled = true;
      this.getChildAt(0).gotoAndStop((lib.properties.fps * ms) / 1000);
    };
    p.getDuration = function () {
      return (this.getChildAt(0).totalFrames / lib.properties.fps) * 1000;
    };
  
    p.getTimelinePosition = function () {
      return (this.getChildAt(0).currentFrame / lib.properties.fps) * 1000;
    };
  
    an.bootcompsLoaded = an.bootcompsLoaded || [];
    if (!an.bootstrapListeners) {
      an.bootstrapListeners = [];
    }
  
    an.bootstrapCallback = function (fnCallback) {
      an.bootstrapListeners.push(fnCallback);
      if (an.bootcompsLoaded.length > 0) {
        for (var i = 0; i < an.bootcompsLoaded.length; ++i) {
          fnCallback(an.bootcompsLoaded[i]);
        }
      }
    };
  
    an.compositions = an.compositions || {};
    an.compositions['23E4A5A831DC47C2888A2BCB4B4E0EF6'] = {
      getStage: function () {
        return exportRoot.stage;
      },
      getLibrary: function () {
        return lib;
      },
      getSpriteSheet: function () {
        return ss;
      },
      getImages: function () {
        return img;
      },
    };
  
    an.compositionLoaded = function (id) {
      an.bootcompsLoaded.push(id);
      for (var j = 0; j < an.bootstrapListeners.length; j++) {
        an.bootstrapListeners[j](id);
      }
    };
  
    an.getComposition = function (id) {
      return an.compositions[id];
    };
  
    an.makeResponsive = function (isResp, respDim, isScale, scaleType, domContainers) {
      var lastW,
        lastH,
        lastS = 1;
      window.addEventListener('resize', resizeCanvas);
      setTimeout(() => {
        resizeCanvas();
      }, 450);
      function resizeCanvas() {
        var w = lib.properties.width,
          h = lib.properties.height;
        var iw = window.innerWidth,
          ih = window.innerHeight;
        var pRatio = window.devicePixelRatio || 1,
          xRatio = iw / w,
          yRatio = ih / h,
          sRatio = 1;
        if (isResp) {
          if ((respDim == 'width' && lastW == iw) || (respDim == 'height' && lastH == ih)) {
            sRatio = lastS;
          } else if (!isScale) {
            if (iw < w || ih < h) sRatio = Math.min(xRatio, yRatio);
          } else if (scaleType == 1) {
            sRatio = Math.min(xRatio, yRatio);
          } else if (scaleType == 2) {
            sRatio = Math.max(xRatio, yRatio);
          }
        }
        domContainers[0].width = w * pRatio * sRatio;
        domContainers[0].height = h * pRatio * sRatio;
        domContainers.forEach(function (container) {
          container.style.width = w * sRatio + 'px';
          container.style.height = h * sRatio + 'px';
        });
        stage.scaleX = pRatio * sRatio;
        stage.scaleY = pRatio * sRatio;
        lastW = iw;
        lastH = ih;
        lastS = sRatio;
        stage.tickOnUpdate = false;
        stage.update();
        stage.tickOnUpdate = true;
      }
    };
    an.handleSoundStreamOnTick = function (event) {
      if (!event.paused) {
        var stageChild = stage.getChildAt(0);
        if (!stageChild.paused || stageChild.ignorePause) {
          stageChild.syncStreamSounds();
        }
      }
    };
    an.handleFilterCache = function (event) {
      if (!event.paused) {
        var target = event.target;
        if (target) {
          if (target.filterCacheList) {
            for (var index = 0; index < target.filterCacheList.length; index++) {
              var cacheInst = target.filterCacheList[index];
              if (cacheInst.startFrame <= target.currentFrame && target.currentFrame <= cacheInst.endFrame) {
                cacheInst.instance.cache(cacheInst.x, cacheInst.y, cacheInst.w, cacheInst.h);
              }
            }
          }
        }
      }
    };
  }
  
  var createjs, AdobeAn;
  
  var canvas, stage, exportRoot, anim_container, dom_overlay_container, fnStartAnimation;
  
  function init() {
    canvas = document.getElementById('block-hero__canvas');
    anim_container = document.getElementById('block-hero__animationContainer');
    dom_overlay_container = document.getElementById('block-hero__dom_overlay_container');
    var comp = AdobeAn.getComposition('23E4A5A831DC47C2888A2BCB4B4E0EF6');
    var lib = comp.getLibrary();
    handleComplete({}, comp);
  }
  
  function handleComplete(evt, comp) {
    //This function is always called, irrespective of the content. You can use the variable "stage" after it is created in token create_stage.
    var lib = comp.getLibrary();
    var ss = comp.getSpriteSheet();
    exportRoot = new lib.Blueprint_ready();
    stage = new lib.Stage(canvas);
    //Registers the "tick" event listener.
    fnStartAnimation = function () {
      stage.addChild(exportRoot);
      createjs.Ticker.framerate = lib.properties.fps;
      createjs.Ticker.addEventListener('tick', stage);
    };
    //Code to support hidpi screens and responsive scaling.
    AdobeAn.makeResponsive(true, 'both', false, 1, [canvas, anim_container, dom_overlay_container]);
    AdobeAn.compositionLoaded(lib.properties.id);
    fnStartAnimation();
  }
  
  function showImage() {
    const imageEl = document.querySelector('.block-hero__image');
    const canvasEl = document.getElementById('block-hero__canvas');
  
    imageEl.style.opacity = 0;
    const timeout1 = setTimeout(() => {
      imageEl.style.opacity = 1;
  
      const timeout2 = setTimeout(() => {
        canvasEl.style.opacity = 0;
  
        clearTimeout(timeout1);
        clearTimeout(timeout2);
      }, 500);
    }, 1400);
  }
  
  if (window.createjs || window.AdobeAn) {
    anim((createjs = window.createjs || {}), (AdobeAn = window.AdobeAn || {}));
    init();
    showImage();
  }
});