SYH6NZJHJO6KARDK5TOWMVK7WCBKZ6CHEN4IM3TBZR2JTDP22PRQC
3TVTJDESPTTNZAY5UKKAUNHBSNKNZPRFTDUKALMB5J6HG5PDWMGQC
UVLW2ZWC3NBRK5A5DRB7XH3KNJ5LJSVB3AAYCKDIJIQPA2NTYKFAC
7RGXMRVWWF3BYWYFAGHPCDENZLN7EWNB4QXPLME3KLHQFMKFIFPQC
3SIAJJSGFEIHZQLRPFHMAY4ZUPKMZOH25RWT3BB7GJJKGQAC47AAC
MYXZ2NQYJONHSAHPZJZW2VP2T2GTB6NFBYR4F6U6DU4QZGWB6KVQC
M54PO2DRQ7AEODN6RKIXZ52DXLIZNLCL7IEEGGSLEFNHUM74XLJQC
V76PHKVXKT4TVDIH3S4BIMVQVH65CA735LAGP6IGF2BEDN7FBFGAC
YD4J4KK6GGZB52BKPMYQE4T5PP5QTL7ABUO6HHKVD5LA4PQHATOAC
XLZOTDGCWP4ZV3IWX7NNOGDHWAWBMAZFV4ZERYEEOVREHULBHJKQC
AGVCC2AUUG23W7CJWI53A67ODTMXNS747A6PGKYKGVZ5BZTNHHOQC
I2QBWFO54IMXPS77GNZK7FHSKQDSYWYQPTUPPK2EC4JD2UWBHLZAC
YX4UYYPLA6YLS47QVCMRJMO3ZAOMU2I67H6QKJI3IFPFI6AUTH7AC
(* let wait_time = "2 weeks" *)
let wait_time = "2 weeks"
(* Fabric *)
type fabric_data = { fabric : string; colour : string; in_stock : bool }
(* beware this field in_stock, it is not the same as state.stock, in_stock is intended to indicate that the fabric is in stock, not the whole pack *)
let epx200 : fabric_data list =
[
(*0*)
{ fabric = "Coyote Brown EPX200"; colour = "#74562f"; in_stock = true };
(*1*)
{ fabric = "Red Barn EPX200"; colour = "#6e393c"; in_stock = true };
(*2*)
{ fabric = "Brick Red EPX200"; colour = "#820210"; in_stock = true };
(*3*)
{ fabric = "Bright Orange EPX200"; colour = "#fd3403"; in_stock = true };
(*4*)
{ fabric = "Golden Dazy EPX200"; colour = "#fec93f"; in_stock = true };
(*5*)
{ fabric = "Army Olive EPX200"; colour = "#5a5137"; in_stock = true };
(*6*)
{ fabric = "Green Mountain EPX200"; colour = "#2d5f55"; in_stock = true };
(*7*)
{ fabric = "Tropic Teal EPX200"; colour = "#108b99"; in_stock = true };
(*8*)
{ fabric = "Bright Blue EPX200"; colour = "#0a5bc4"; in_stock = true };
(*9*)
{ fabric = "Ocean Blue EPX200"; colour = "#032b4b"; in_stock = true };
(*10*)
{ fabric = "Fuchsia EPX200"; colour = "#b60158"; in_stock = true };
(*11*)
{ fabric = "Deep Purple EPX200"; colour = "#2c2b68"; in_stock = true };
(*12 #352d2d *)
{ fabric = "Black Knight EPX200"; colour = "#474747"; in_stock = true };
(*13*)
{ fabric = "Wolf Grey EPX200"; colour = "#514f56"; in_stock = true };
(*14*)
{ fabric = "Snow White EPX200"; colour = "#e6e6e5"; in_stock = true };
]
(* #352d2d *)
let epx400 : fabric_data list =
[ { fabric = "Black Knight EPX400"; colour = "#474747"; in_stock = true } ]
(* #352d2d *)
let ultra : fabric_data list =
[ { fabric = "Black Ultra 400TX"; colour = "#474747"; in_stock = true } ]
(* #352d2d *)
let vx42 : fabric_data list =
[ { fabric = "Black VX42"; colour = "#474747"; in_stock = true } ]
(* #352d2d*)
let vx21 : fabric_data list =
[ { fabric = "Black VX21 Cire"; colour = "#3d3d3d"; in_stock = true } ]
open Svg
open Data
let vx07 : fabric_data list =
[
(*0*)
{ fabric = "Navy Blue VX07"; colour = "#3e4c76"; in_stock = true };
(*1*)
{ fabric = "Red VX07"; colour = "#e2242b"; in_stock = true };
(*2*)
{ fabric = "Off-white VX07"; colour = "#edecdb"; in_stock = true };
]
let liteskin : fabric_data list =
[ { fabric = "Liteskin LS07"; colour = "#514a46"; in_stock = true } ]
let gridstop : fabric_data list =
[
{ fabric = "Grey 210D HDPE Gridstop"; colour = "#aab1b1"; in_stock = true };
]
let common_features =
[
"Internal pocket that can double as a shoulder bag";
"Load lifters";
"Y strap (over the top)";
"Tapered rolltop with 19mm side release buckle";
"Sternum Strap";
"Strap bottle pocket included with all packs";
]
price = 655;
ultra_price = 120;
featues =
List.concat
[
[
"Slightly narrower at hip level, tapered rolltop, tapered \
rolltop";
"Average width: 34cm";
"Depth: 22cm";
"Height: 87cm";
"Volume: 65l to the top of an open bag, excluding pockets";
"Weight: 1 to 1.2 kilograms depending on fabric selection and \
torso length";
"Carry quite a considerable load (but not 40kg of meat)";
"2 Side Compression Straps (each side)";
"Large side pockets with bungy cord closure";
"Large HDPE Gridstop back pocket with bungy cord";
"1 Ice Axe Loop";
"Loops to carry hiking poles";
"Flat Lycra Hip Belt Pockets";
"Removable aluminium frame";
"Replaceable EVA foam back padding";
"Replaceable Pack Base";
];
common_features;
];
price = c65_price;
ultra_price = v65_ultra_price;
featues = c65_featues;
price = 625;
ultra_price = 110;
featues =
List.concat
[
[
"Slightly narrower at hip level, tapered rolltop, tapered \
rolltop";
"Average width: 31cm";
"Depth: 21cm";
"Height: 85cm";
"Volume: 55l to the top of an open bag, excluding pockets";
"Weight: 1 to 1.2 kilograms depending on fabric selection and \
torso length";
"Carry quite a considerable load (but not 40kg of meat)";
"2 Side Compression Straps (each side)";
"Large side pockets with bungy cord closure";
"Large HDPE Gridstop back pocket with bungy cord";
"1 Ice Axe Loop";
"Loops to carry hiking poles";
"Flat Lycra Hip Belt Pockets";
"Removable aluminium frame";
"Replaceable Pack Base";
];
common_features;
];
price = c55_price;
ultra_price = v55_ultra_price;
featues = c65_featues;
price = 455;
ultra_price = 100;
featues =
List.concat
[
[
"Slightly narrower at hip level, tapered rolltop";
"Average width: 28cm";
"Depth: 19cm";
"Height: 87cm";
"Volume: 46l to the top of an open bag, excluding pockets";
"Weight: 0.65 to 1 kilograms depending on fabric selection and \
torso length";
"Carry a reasonable load";
"Bungy cord side compression";
"Large side pockets with bungy cord closure";
"Large HDPE Gridstop back pocket with bungy cord";
"1 Ice Axe Loop";
"Loops to carry hiking poles";
"Flat Lycra Hip Belt Pockets";
];
common_features;
];
price = c45_price;
ultra_price = v45_ultra_price;
featues = c45_featues;
price = 575;
ultra_price = 120;
featues =
List.concat
[
[
"Pear shaped (wider at hip level)";
"Average circumference: 100.5cm";
"Height: 87cm";
"Volume: 70l to the top of an open bag";
"Weight: 1 to 1.2 kilograms depending on fabric selection and \
torso length";
"Carry quite a considerable load (but not 40kg of meat)";
"Brilliant for alpine use, bush bashing, packrafting, carrying \
tripods, skis etc.";
"6 compression straps (removable)";
"Small side pockets for snow stakes or paddles";
"Ice axe toggles";
"Gear Loops (on waist belt)";
"Removable aluminium frame";
"Replaceable EVA foam back padding";
];
common_features;
];
price = a65_price;
ultra_price = v65_ultra_price;
featues = a65_featues;
price = 525;
ultra_price = 110;
featues =
List.concat
[
[
"Pear shaped (wider at hip level)";
"Average circumference: 98.5cm";
"Height: 80cm";
"Volume: 60l to the top of an open bag";
"Weight: 1 to 1.2 kilograms depending on fabric selection and \
torso length";
"Carry quite a considerable load (but not 40kg of meat)";
"Brilliant for alpine use, bush bashing, packrafting, carrying \
tripods, skis etc.";
"6 compression straps (removable)";
"Small side pockets for snow stakes or paddles";
"Ice axe toggles";
"Gear Loops (on waist belt)";
"Removable aluminium frame";
"Replaceable EVA foam back padding";
];
common_features;
];
price = a55_price;
ultra_price = v55_ultra_price;
featues = a55_featues;
price = 485;
ultra_price = 100;
featues =
List.concat
[
[
"Slightly narrower at hip level, tapered rolltop";
"Average circumference: 92cm";
"Height: 80cm";
"Volume: 50l to the top of an open bag";
"Weight: 1+ kilograms depending on fabric selection and torso \
length";
"Carry quite a considerable load (but not 40kg of meat)";
"Brilliant for alpine use, bush bashing, packrafting, carrying \
tripods, skis etc.";
"6 compression straps (removable)";
"Small side pockets for snow stakes or paddles";
"Ice axe toggles";
"Gear Loops (on waist belt)";
"Removable aluminium frame";
];
common_features;
];
price = a45_price;
ultra_price = v45_ultra_price;
featues = a45_featues;
];
]
let a45_view state =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[ id "Back-Panel" ]
[
svg_node "path"
[
attribute "d"
"M363.837,1014.88C363.837,1014.88 364.463,1014.77 \
364.783,1014.69C365.229,1014.59 365.684,1014.46 \
366.148,1014.3C375.404,1011.21 387.944,998.383 \
393,986C396.955,976.315 401.048,967.037 403,957C406.5,939 \
412.794,904.66 414,878C414.829,859.673 414.091,836.149 \
413.139,811.305C412.178,786.219 411,759.787 \
411,736C411,681.833 414,613.833 414,553C414,492.325 \
411,424.933 411,371C411,327.55 414.423,244.615 \
414.157,231.239C414.134,230.081 414,229.4 \
414,229.4L414.159,226.169C414.159,226.169 421.036,226.363 \
424.459,226.454C448.528,227.095 472.013,227.545 \
494,228C538.325,228.917 586.5,230 627,229C631.788,228.882 \
636.628,228.77 641.501,228.652C645.87,228.546 654.67,228.312 \
654.67,228.312L655,229.4C655,229.4 649.333,363.233 \
648,423C646.773,477.987 647.333,533.5 647,588C646.67,642 \
646,707.667 646,750C646,780.668 646.667,813.5 \
647,842C647.308,868.334 645.667,900.833 \
648,921C649.684,935.558 654.514,949.745 \
661,963C664.507,970.167 669.618,980.426 \
674.993,989.385C681.369,1000.01 689.121,1009.21 \
694,1015C697.439,1019.09 702.873,1022.86 \
707.999,1025.04C709.187,1025.54 711.484,1026.28 \
711.484,1026.28L717,1027C717,1027 667.808,1034.67 \
643,1035C605.5,1035.5 538.5,1033.33 492,1030C449.151,1026.93 \
364,1015 364,1015L363.837,1014.88Z";
style "fill" state.back_panel.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d" "M410,927C490.231,939.979 568.961,940.825 646,928";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M414.36,366C494.491,373.663 571.819,374.825 646.999,371";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Side-Pockets" ]
[
svg_node "path"
[
attribute "d"
"M327.755,885.357C327.755,885.357 327.885,890.54 \
327.961,893.069C328.21,901.295 328.543,909.049 \
329,916C330.325,936.133 334.333,961.333 \
337,976C338.736,985.55 340.833,997.5 345,1004C348.642,1009.68 \
355.255,1014.76 362,1015C371.199,1015.33 387.134,1000.36 \
393,986C396.955,976.315 401.048,967.037 \
403,957C405.287,945.239 408.767,926.501 \
411.241,907.488C411.522,905.326 412.042,901.001 \
412.042,901.001L410,900.554C410,900.554 409.739,900.626 \
409.02,900.627C408.327,900.628 407.288,900.605 \
405.96,900.554C398.182,900.256 380.472,898.989 \
364,895.777C345.739,892.217 329,885 329,885L327.755,885.357Z";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M743,891C743,891 742.718,891.452 \
741.886,891.74C736.925,893.457 716.438,896.5 \
695.764,898.358C671.413,900.547 646.804,901.111 \
647,900L646.823,900.554C646.823,900.554 646.956,905.919 \
647.067,908.464C647.264,912.996 647.562,917.215 \
648,921C649.684,935.558 654.514,949.745 \
661,963C664.507,970.167 669.618,980.426 \
674.993,989.385C681.369,1000.01 689.117,1009.22 \
694,1015C699.386,1021.39 709.667,1027 716,1027C722.333,1027 \
729.413,1021.15 732,1015C733.648,1011.09 735.777,1006.34 \
737,999.872C738.746,990.638 739.342,978.935 \
740,970C741.212,953.532 742.07,928.127 \
742.772,901.908C742.857,898.759 743.019,892.44 \
743.019,892.44L743,891Z";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Side-Panels"; attribute "transform" "matrix(1,0,0,1,0.329039,0)" ]
[
svg_node "path"
[
attribute "d"
"M414,229.4C415.041,229.961 411,323.789 411,371C411,424.933 \
414,492.325 414,553C414,613.833 411,681.833 \
411,736C411,759.787 412.178,786.219 \
413.139,811.305C414.091,836.149 414.829,859.673 \
414,878C413.807,882.269 413.483,886.735 \
413.061,891.3C412.78,894.351 412.094,900.554 \
412.094,900.554L410,900.554C410,900.554 408.665,900.658 \
405.96,900.554C398.182,900.256 380.472,898.989 \
364,895.777C345.739,892.217 329,885 \
329,885L327.75,885.163C327.75,885.163 327.68,882.048 \
327.648,880.474C327.272,861.98 327.19,842.067 \
327,824C326.5,776.5 326.167,691.667 326,631C325.843,574 \
324.601,516.983 326,460C327.667,392.117 336,223.7 \
336,223.7L337,223C357.008,224.139 377.369,224.987 \
397.561,225.656C403.262,225.845 414.611,226.182 \
414.611,226.182";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M737,222C737,222 741.207,283.965 742,315C743.167,360.667 \
743,441.167 744,496C744.9,545.343 748,594.649 \
748,644C748,703.333 745.333,797.667 744,852C743.782,860.877 \
743.88,870.385 743.326,880.066C743.113,883.772 742.852,891.3 \
742.852,891.3L743,891C743,891 741.73,891.896 \
739.005,892.516C731.296,894.27 713.599,896.755 \
695.764,898.358C671.413,900.547 646.804,901.111 \
647,900L646.823,900.554C646.823,900.554 646.735,894.459 \
646.726,891.3C646.684,875.256 647.182,857.553 \
647,842C646.667,813.5 646,780.668 646,750C646,707.667 \
646.67,642 647,588C647.333,533.5 646.773,477.987 \
648,423C649.333,363.233 655,229.4 \
655,229.4L654.797,228.49L654.713,228.311C654.713,228.311 \
665.356,227.993 670.674,227.791C693.729,226.912 \
716.564,225.389 737,222";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Rolltop" ]
[
svg_node "path"
[
attribute "d"
"M337,223C390.094,226.022 445.667,227 494,228C538.325,228.917 \
586.5,230 627,229C663.73,228.093 703.574,227.544 \
737,222L737,221C737,221 733.833,169 732,151C730.701,138.242 \
729.167,122.833 726,113C723.476,105.164 719.351,97.239 \
713,92C706.333,86.5 695.669,81.876 686,80C674.833,77.833 \
659.335,78.731 646,79C629.5,79.333 606.689,81.677 \
587,82C556.5,82.5 490.167,82.167 463,82C449.996,81.92 \
436.667,81.167 424,81C411.668,80.838 398.167,77 \
387,81C375.833,85 363.678,94.073 357,105C349.667,117 \
345.944,136.595 343,153C339.5,172.5 336,222 336,222L337,223Z";
style "fill" state.rolltop.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Black" ]
[
svg_node "path"
[
attribute "d"
"M484,924C493.299,865.568 506.6,812.616 \
521,755C541.791,811.861 559.414,864.727 575,924";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "24px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M478,363C491.729,339.327 503.501,325.977 \
517,311C534.752,331.55 545.183,349.529 555,365";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "24px";
style "stroke-linejoin" "bevel";
]
[];
svg_node "path"
[
attribute "d"
"M448,87C466.397,122.534 488.208,154.673 \
516.5,184C557.292,151.882 593.588,119.585 620,87";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M635,244L636,270";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M635,459L635,492";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M630,648L630,680";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M630,854L630,879";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M429,244L430,270";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M429,452L430,484";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M429,648L429,672";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M429,845L429,866.5";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M516.5,184C519.467,276.197 518.505,364.689 524,441";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
]
let a55_view state =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[
id "Waist-Belt";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M334.36,783C334.36,783 334.397,766.005 \
334.441,757.687C334.45,756.117 334.469,752.994 \
334.469,752.994L333,753C333,753 297.833,742.667 \
282,738C267.33,733.676 252.925,728.334 238,725C222.333,721.5 \
201.667,718 188,717C179.662,716.39 168.333,717.667 \
162,720C156.908,721.876 151.716,725.852 150,731C148,737 \
147.549,748.035 150,756C152.667,764.667 159.148,775.094 \
166,783C174.667,793 190.333,806.5 202,816C205.292,818.681 \
212.247,823.908 212.247,823.908";
style "fill" "rgb(179,179,179)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M212.247,823.908C212.247,823.908 228.482,835.258 \
236,840C245.968,846.287 256.375,851.9 267,857C279.5,863 \
299.833,871.5 311,876C318.529,879.034 334,884 \
334,884L335.184,883.902C335.184,883.902 335.127,880.913 \
335.099,879.4C334.561,850.014 334.36,783 \
334.36,783L334,783C334,783 300.833,777.667 \
286,772C271.362,766.408 245,749 245,749C233.658,771.279 \
222.901,795.608 213,822L212.247,823.908Z";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M904.361,808.776C904.361,808.776 903.37,809.67 \
902.865,810.123C887.861,823.599 868.143,840.265 \
855,850C840.713,860.583 822.833,870.333 \
809,877C797.224,882.675 772,890 \
772,890L767.983,890.425C767.983,890.425 767.983,889.181 \
767.983,888.405C767.983,886.669 767.983,884.578 \
767.983,883.196C767.999,848.894 766.255,822.635 \
764.124,788.421L764.722,788.253C764.722,788.253 \
765.404,788.064 765.747,787.971C790.437,781.228 \
819.28,777.713 841,763C852.426,755.261 863.175,746.56 \
874,738L903,806L904.361,808.776Z";
style "fill" "rgb(51,51,51)";
]
[];
svg_node "path"
[
attribute "d"
"M904.361,808.776C904.361,808.776 903.37,809.67 \
902.865,810.123C887.861,823.599 868.143,840.265 \
855,850C840.713,860.583 822.833,870.333 \
809,877C797.224,882.675 772,890 \
772,890L767.983,890.425C767.983,890.425 767.983,889.181 \
767.983,888.405C767.983,886.669 767.983,884.578 \
767.983,883.196C767.999,848.894 766.255,822.635 \
764.124,788.421";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M764.124,788.421C762.729,772.501 761.39,756.576 \
760.024,740.653L763,740C763,740 799.493,737.79 \
817,733C834.667,728.167 852.882,718.484 \
869,711C883.521,704.257 903.167,697.333 \
916,695C925.861,693.207 939.5,695 946,697C950.286,698.319 \
953.5,702.833 955,707C956.5,711.167 955.841,717.071 \
955,722C953.833,728.833 951,740 948,748C945.121,755.677 \
941.383,763.071 937,770C931.833,778.167 925.017,789.179 \
917,797C913.933,799.992 910.028,803.638 \
905.611,807.645C905.199,808.019 904.361,808.776 \
904.361,808.776L903,806L874,738C863.175,746.56 \
852.426,755.261 841,763C819.28,777.713 790.437,781.228 \
765.747,787.971C765.404,788.064 764.722,788.253 \
764.722,788.253C764.722,788.253 764.921,788.197 \
764.722,788.253L764.124,788.421Z";
style "fill" "rgb(179,179,179)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
];
svg_node "g"
[
id "Back-Panel";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M348,968C348,968 351.508,968.924 \
353.705,969.241C361.848,970.417 373.388,970.069 \
381,966C390.667,960.833 401.214,948.832 406,937C412,922.167 \
415.173,897.251 417,877C420.833,834.5 428.114,747.117 \
429,682C430.167,596.276 424,362.657 \
424,362.657L423.768,360.055C423.768,360.055 427.353,360.298 \
429.147,360.413C500.431,364.972 572.46,362.268 \
643.258,355.17C646.174,354.878 652,354.271 \
652,354.271L652,358L653,540L660,706L675,862L687,936C688.419,951.483 \
697.405,966.472 711.071,974.145C717.283,977.632 \
724.662,979.393 731.764,978.927C733.506,978.813 \
736.92,978.175 736.92,978.175L740,977.511C740,977.511 \
708.678,996.64 691,999C666.667,1002.25 623,997.333 \
594,997C568.335,996.705 542.665,997.331 \
517,997C491.167,996.667 464.675,999.152 439,995C411,990.472 \
349,969.83 349,969.83L348,968Z";
style "fill" state.back_panel.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M411,930C411.12,929.704 477.42,941.139 \
545,942.68C615.307,944.283 687,936 687,936";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M429.147,470C505.814,475.717 580.128,475.457 652,469";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
];
svg_node "g"
[
id "Side-Pockets";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M335.023,872.813C343.395,875.643 351.772,877.804 \
360.155,879.308C370.115,881.094 380.083,881.953 \
390.059,881.9C398.953,881.853 407.854,881.082 \
416.76,879.599L416.65,880.757C416.65,880.757 416.193,885.375 \
415.936,887.734C414.004,905.484 410.973,924.705 \
406,937C401.214,948.832 390.667,960.833 \
381,966C371.333,971.167 355.333,970.333 \
348,968C341.833,966.038 337.32,958.464 337,952C336.23,936.424 \
335.586,910.851 335.136,880.757C335.099,878.255 \
335.028,873.161 335.028,873.161L335.023,872.813Z";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M416.65,880.757C416.65,880.757 416.193,885.375 \
415.936,887.734C414.004,905.484 410.973,924.705 \
406,937C401.214,948.832 390.667,960.833 \
381,966C371.333,971.167 355.333,970.333 \
348,968C341.833,966.038 337.32,958.464 337,952C336.23,936.424 \
335.586,910.851 335.136,880.757C335.099,878.255 \
335.028,873.161 335.028,873.161";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M680.492,895.869L687,936C688.419,951.483 697.424,966.437 \
711.071,974.145C723.648,981.248 741.058,981.217 \
751.273,969.83C754.111,966.667 756.313,962.9 \
758,959C767.143,937.861 767.983,891.485 \
767.983,891.485C767.983,891.485 767.982,885.941 \
767.983,883.196C767.984,881.987 767.978,879.599 \
767.978,879.599C744.221,890.795 716.034,895.908 \
680.492,895.868";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
];
svg_node "g"
[
id "Side-Panels";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M424,362.657C424,362.657 430.167,596.276 \
429,682C428.114,747.117 420.833,834.5 417,877C416.889,878.236 \
416.65,880.757 416.65,880.757L416.76,879.599C389.459,884.144 \
362.212,882.003 \
335.023,872.813L335.028,873.161C335.028,873.161 \
334.95,867.247 334.914,864.239C334.295,812.659 \
334.225,751.595 335,705C336.298,626.94 343.333,530.279 \
345,471C346.14,430.459 345,349.329 \
345,349.329L345,347C362.763,354.362 381.575,356.43 \
400.416,358.171C408.032,358.875 423.297,360.023 \
423.297,360.023L424,362.657Z";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M680.492,895.869C680.492,895.869 679.613,890.445 \
679.173,887.734C678.258,882.089 675.912,870.642 \
675,862C671.804,831.711 660,706 \
660,706L653,540L652.015,360.658L652.015,358L652.064,354.264C652.064,354.264 \
654.133,354.038 657.167,353.704C662.677,353.095 \
671.371,352.127 676.641,351.497C698.772,348.851 \
722.892,344.682 741,336L741,342C739.349,346.159 \
752.015,605.667 752,614C751.946,643.793 760.024,740.653 \
760.024,740.653C761.39,756.576 762.729,772.501 \
764.124,788.421C766.068,819.639 767.69,844.234 \
767.948,874.36C767.963,876.087 767.978,879.599 \
767.978,879.599C744.221,890.795 716.034,895.908 \
680.492,895.868";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M335.028,873.161C335.028,873.161 334.95,867.247 \
334.914,864.239C334.295,812.659 334.225,751.595 \
335,705C336.298,626.94 343.333,530.279 345,471C346.14,430.459 \
345,349.329 345,349.329";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d" "M740.855,336.069C740.949,339.796 741,342 741,342";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
];
svg_node "g"
[
id "Rolltop";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M345,347C362.763,354.362 381.575,356.43 \
400.416,358.171C492.223,366.654 585.721,362.367 \
676.641,351.497C698.772,348.851 722.745,344.664 \
740.853,335.982L740.846,335.713C740.846,335.713 \
739.237,274.756 738,257C736.902,241.236 734.303,223.167 \
731.803,210C729.739,199.131 727.992,188.031 \
723,178C720.417,172.811 717.225,166.07 \
712.17,160.718C706.235,154.436 697.324,150.245 \
690,147C676.833,141.167 658.846,139.828 643,138C625.667,136 \
605.025,134.761 586,135C559.5,135.333 508.167,138.333 \
484,140C469.604,140.993 455.373,142.927 441,145C423.667,147.5 \
401.333,155.167 386,167C370.667,178.833 353.538,196.043 \
349,216C342.402,245.016 344.989,346.973 344.989,346.973";
style "fill" state.rolltop.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
];
svg_node "g"
[
id "Black";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M529,258C536.491,346.888 537.166,435.903 533.398,525";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "17.7px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M511,930L540,786L591,930";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.24px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M648,947L648,956";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "15.93px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M450,942.886L450,951.5";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "15.93px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M463.796,151.18C480.985,197.917 503.27,229.582 \
529,258C556.688,228.552 582.238,196.036 \
599.552,153.77C601.102,149.986 601.586,149.125 603,145.18";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "17.7px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M499,464C508.458,442.062 521.639,431.645 \
535.639,422.252C556.43,433.709 571.828,448.005 584,464";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.24px";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M641,375L641,391.5";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M462,479L461,486";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "15.93px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.857684,0,0,0.915356,88.9613,73.2455)";
]
[
svg_node "path"
[
attribute "d" "M619,443.275L619,450.922";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M636,555L636,577";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M648,724L648,743";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M664,892L671,913";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M438,383.25L440,404";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M439,555L440,577";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M440,724L440,753";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M428,889L428,913";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.857684,0,0,0.915356,88.9613,73.2455)";
]
[
svg_node "path"
[
attribute "d"
"M940,756C940,756 956.272,747.589 \
965,744.994C977.511,741.276 1002.04,744.024 \
1010.78,756C1018.68,766.814 1022.09,787.537 \
1020,803.546C1017.55,822.33 1001.39,850.36 \
980,865C958.374,879.803 925.619,892.359 \
896.598,901C866.931,909.833 802,918 802,918";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "24px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "g"
[
attribute "transform"
"matrix(0.857684,0,0,0.915356,88.9613,73.2455)";
]
[
svg_node "path"
[
attribute "d" "M131,758L155,769";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "24px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
];
]
let a65_view state =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[
id "Waist-Belt";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d"
"M826.224,814.36C826.224,814.36 823.926,817.096 \
822.929,818.263C813.178,829.685 803.181,840.341 \
792.948,851.912C781.21,865.183 767.189,878.222 \
752.728,891L751.965,889.698C751.965,889.698 751.898,884.921 \
751.846,882.282C751.495,864.501 750.597,839.529 \
749.601,815.112C749.592,814.907 749.57,814.36 \
749.57,814.36L749.528,813.34";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M749.528,813.34C774.65,794.091 795.467,776.437 \
813,760L825.912,814.735";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M749.528,813.34C749.528,813.34 749.461,811.706 \
749.427,810.89C749.115,803.348 748.796,795.903 \
748.483,788.784C748.366,786.116 748.134,780.929 \
748.134,780.929L750,780C750,780 751.982,779.465 \
755.162,778.124C763.766,774.495 780.889,766.48 \
789,761C798.959,754.272 819,741 819,741C827.985,734.675 \
835.98,728.793 845,724C846.971,722.62 850.385,721.705 \
853,721C856.008,720.808 858.46,721.277 \
860,723C862.346,725.808 862.495,729.208 \
862,733C860.78,741.349 859.974,748.803 \
858,756C856.479,761.544 853.722,769.317 \
851,777C848.582,783.334 844.89,790.04 840,797C836.957,801.106 \
833.211,805.844 829,811C827.974,812.257 825.912,814.735 \
825.912,814.735L825,814L813,760C794.629,778.849 \
774.569,796.21 752.728,812L749.528,813.34Z";
style "fill" "rgb(179,179,179)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M230.695,836.246C230.695,836.246 228.64,833.867 \
227.641,832.696C225.673,830.392 223.782,828.144 \
222,826C213.009,815.181 202.667,801.5 197,792C192.783,784.93 \
188.667,776.333 188,769C187.349,761.834 188.167,752.667 \
193,748C197.833,743.333 208.753,739.803 217,741C227.333,742.5 \
255,757 255,757C274.975,766.077 294.544,772.147 \
313,777C334.437,781.43 353.627,783.62 \
371,784L372.94,784.106C372.94,784.106 372.52,792.278 \
372.315,796.262C371.779,806.664 371.265,816.598 \
370.779,826C370.663,828.263 370.434,832.696 \
370.434,832.696L367.518,832C367.518,832 333.558,819.91 \
318,811C300.247,800.833 261,771 261,771C252.071,793.242 \
242.511,814.422 232,834L230.695,836.246Z";
style "fill" "rgb(179,179,179)";
]
[];
svg_node "path"
[
attribute "d"
"M368.645,867.861C368.645,867.861 368.427,872.246 \
368.323,874.353C368.211,876.637 368.103,878.853 \
368,881C367.46,892.206 367.262,905.168 \
368,916.976C368.093,918.459 368.323,921.365 \
368.323,921.365L365,921C365,921 356.559,918.015 \
347.442,914.572C344.994,913.648 340.102,911.749 \
340.102,911.749L342,909L367.518,866L368.645,867.861Z";
style "fill" "rgb(179,179,179)";
]
[];
svg_node "path"
[
attribute "d"
"M370.434,832.696C370.434,832.696 370.064,839.89 \
369.886,843.353C369.545,850.006 369.224,856.325 \
368.924,862.282C368.829,864.179 368.645,867.861 \
368.645,867.861L367.518,866L342,909L340.102,911.749C340.102,911.749 \
333.551,909.126 331,908C318.167,902.333 300.5,894.5 \
288,887C276.567,880.14 265.792,872.05 256,863C248.968,856.5 \
241.05,848.025 233.683,839.665C232.676,838.521 \
230.695,836.246 230.695,836.246L232,834C242.511,814.422 \
252.071,793.242 261,771C261,771 300.247,800.833 \
318,811C333.558,819.91 367.518,832 \
367.518,832L370.434,832.696Z";
style "fill" "rgb(51,51,51)";
]
[];
svg_node "path"
[
attribute "d"
"M370.434,832.696C370.434,832.696 370.064,839.89 \
369.886,843.353C369.545,850.006 369.224,856.325 \
368.924,862.282C368.829,864.179 368.645,867.861 \
368.645,867.861";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M230.695,836.246C230.695,836.246 232.676,838.521 \
233.683,839.665C241.05,848.025 248.968,856.5 \
256,863C265.792,872.05 276.567,880.14 288,887C300.5,894.5 \
318.167,902.333 331,908C333.551,909.126 340.102,911.749 \
340.102,911.749L342,909L367.518,866L368.645,867.861C368.645,867.861 \
368.427,872.246 368.323,874.353C368.211,876.637 \
368.103,878.853 368,881C367.46,892.206 367.262,905.168 \
368,916.976C368.093,918.459 368.323,921.365 \
368.323,921.365L365,921C365,921 356.559,918.015 \
347.442,914.572C344.994,913.648 340.102,911.749 \
340.102,911.749";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M230.695,836.246C230.695,836.246 228.64,833.867 \
227.641,832.696C225.673,830.392 223.782,828.144 \
222,826C213.009,815.181 202.667,801.5 197,792C192.783,784.93 \
188.667,776.333 188,769C187.349,761.834 188.167,752.667 \
193,748C197.833,743.333 208.753,739.803 217,741C227.333,742.5 \
255,757 255,757C274.975,766.077 294.544,772.147 \
313,777C334.437,781.43 353.627,783.62 \
371,784L372.94,784.106C372.94,784.106 372.52,792.278 \
372.315,796.262C371.779,806.664 371.265,816.598 \
370.779,826C370.663,828.263 370.434,832.696 \
370.434,832.696L367.518,832C367.518,832 333.558,819.91 \
318,811C300.247,800.833 261,771 261,771C252.071,793.242 \
242.511,814.422 232,834L230.695,836.246Z";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
];
svg_node "g"
[
id "Back-Panel";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d"
"M439.598,899.627C439.598,899.627 439.26,900.779 \
439.09,901.351C435.103,914.775 430.871,926.797 \
428,935C425.223,942.932 420.55,951.266 \
415.484,956.887C410.762,962.129 403.802,968.329 \
397,968C396.344,967.968 394.912,967.61 \
394.912,967.61L397,968.013L398.346,968.132C398.346,968.132 \
484.166,976.047 561.063,976.909C635.592,977.745 \
723.09,972.137 723.09,972.137C723.09,972.137 727.541,971.892 \
728,971.909C729.166,971.953 721.709,970.908 \
721.709,970.908C721.709,970.908 720.01,970.216 \
719.185,969.791C715.196,967.735 711.636,964.557 \
709,962C706.094,959.182 702.02,952.775 \
699.313,945.969C695.989,937.612 693.22,928.654 \
692,925C691.308,922.928 689.712,915.543 \
687.964,905.656C687.811,904.789 687.502,903 \
687.502,903L686,903C606.384,905.267 525.644,904.041 \
444,900L439.598,899.627C439.598,899.627 439.827,898.844 \
439.941,898.451C443.157,887.346 446.135,875.425 \
448,864C448.063,863.953 451.167,848.52 \
453.329,832.056C455.836,812.967 457.422,792.491 \
457,793C456.896,793.125 458.514,772.878 \
459.569,741.925C462.267,662.779 470.789,405.033 \
470.789,405.033C474.368,405.443 486.497,402.521 \
572.913,402.666C599.428,402.711 632.882,404.148 \
675.209,407C675.209,407 676.643,320.253 \
676.904,307.635C676.963,304.814 676.997,303.303 \
677,303.296L677.238,303.214C677.238,303.214 674.405,303.2 \
672.983,303.196C606.852,302.995 473.272,301.397 \
473.272,301.397L474.003,302C474.099,302.261 470.789,405.033 \
470.789,405.033L471.005,405C471.005,405 471.133,405.005 \
471.433,404.978C477.117,404.459 531.389,401.833 \
578.606,402.666C626.377,403.509 672.907,407.39 \
672.983,407L675.209,407C675.209,407 674.527,458.414 \
674.287,485.381C673.545,568.774 672.868,640.19 \
673,661C673.11,678.433 672.717,715.753 \
674.837,751.017C677.473,794.855 679.956,840.74 \
680,842C680.033,842.942 681.667,862.145 \
684.342,882.282C685.144,888.32 686.039,894.221 \
686.934,899.627C687.123,900.775 687.502,903 687.502,903";
style "fill" state.back_panel.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
];
svg_node "g"
[
id "Side-Pockets";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d"
"M368.548,869.815C368.548,869.815 368.427,872.252 \
368.368,873.443C368.24,876.049 368.117,878.569 \
368,881C367.02,901.353 367.167,927.5 372,942C375.802,953.406 \
389.349,967.63 397,968C403.802,968.329 410.762,962.129 \
415.484,956.887C420.55,951.266 425.223,942.932 \
428,935C432.271,922.798 439.553,902.144 \
444.559,881C444.869,879.691 445.461,877.071 \
445.461,877.071L444,877.071C444,877.071 442.101,876.63 \
441.089,876.413C431.869,874.437 419.283,872.649 \
406.49,871.434C394.463,870.292 382.253,869.658 \
372.486,869.849C371.469,869.869 369.518,869.936 \
369.518,869.936L368.548,869.815Z";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M683.78,877.95C683.78,877.95 684.149,880.831 \
684.342,882.282C687.049,902.668 690.825,921.483 \
692,925C693.22,928.654 695.989,937.612 \
699.313,945.969C702.02,952.775 706.094,959.182 \
709,962C714.892,967.715 725.4,976.532 735,969C739.42,965.532 \
744.482,951.661 745,949C745.452,946.677 748.423,936.679 \
750.111,925.455C751.626,915.379 751.971,904.326 \
752,897C752.023,891.29 751.897,883.5 \
751.667,874.4C751.644,873.485 751.595,871.615 \
751.595,871.615L750.728,872C750.728,872 747.167,871.946 \
745.436,871.939C734.355,871.895 724.631,872.387 \
716.378,873.11C701.818,874.385 691.842,876.377 \
687.093,877.406C684.649,877.935 684,878 \
684,878L683.78,877.95Z";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
];
svg_node "g"
[
id "Side-Panels";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d"
"M473.9,301.398C474.161,302.107 463.838,616.696 \
459.569,741.925C458.514,772.878 456.896,793.125 \
457,793C457.422,792.491 455.836,812.967 \
453.329,832.056C451.167,848.52 448.063,863.953 \
448,864C447.204,868.875 445.072,878.796 \
445.072,878.796L444,877.071C444,877.071 391.96,869.3 \
370.342,869.908C370.062,869.916 369.518,869.936 \
369.518,869.936L368.492,870.926C368.492,870.926 \
389.327,491.675 390,302C417.907,301.46 445.894,301.321 \
473.9,301.398Z";
style "fill" state.side_panels.colour;
]
[];
svg_node "path"
[
attribute "d"
"M473.9,301.398C474.161,302.107 463.838,616.696 \
459.569,741.925C458.514,772.878 456.896,793.125 \
457,793C457.422,792.491 455.836,812.967 \
453.329,832.056C451.167,848.52 448.063,863.953 \
448,864C447.204,868.875 445.072,878.796 \
445.072,878.796L444,877.071C444,877.071 391.96,869.3 \
370.342,869.908C370.062,869.916 369.518,869.936 \
369.518,869.936L368.492,870.926C368.492,870.926 \
389.327,491.675 390,302";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M390,302C417.907,301.46 445.894,301.321 473.9,301.398";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M752,302C751.94,302.102 751.828,302.989 \
751.672,304.597C750.066,321.132 743.831,413.98 \
742.271,515.157C740.7,617.065 745.134,719.642 \
746,736C746.773,750.602 750.306,824.482 \
751.56,870.312C751.572,870.757 751.596,871.639 \
751.596,871.639L750.728,872C750.728,872 749.428,871.977 \
748.784,871.968C712.148,871.472 689.519,876.881 \
684.826,877.905C684.035,878.077 684,878 \
684,878L683.887,878.796C683.887,878.796 683.821,878.276 \
683.788,878.017C681.443,859.513 680.03,842.876 \
680,842C679.956,840.74 677.473,794.855 \
674.837,751.017C672.717,715.753 673.11,678.433 \
673,661C672.868,640.19 673.541,568.773 \
674.287,485.381C675.105,393.944 677,303.296 \
677,303.296L676.307,303.209C676.307,303.209 677.725,303.217 \
678.433,303.221C690.009,303.291 701.37,303.422 \
712.493,303C726.027,302.487 738.21,302.205 751,301";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
];
svg_node "g"
[
id "Rolltop";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d"
"M752.003,301C752.142,298.269 752.318,295.536 \
752.359,292.799C753.08,244.81 749.57,196.217 \
744,149C738.212,126.186 723.421,112.312 \
699,108C683.477,107.862 666.36,107.154 \
648,106C601.874,101.824 553.952,99.692 504,102C504,102 \
453.155,106.063 453,106C452.921,105.968 428.421,106.434 \
414.198,115.667C400.562,124.518 396.991,151.237 \
397,151C397.13,147.591 393.326,170.792 \
392.649,182.394C390.496,219.284 389.933,293.59 \
390,302C484.2,300.179 579.307,302.912 \
672.983,303.196C686.448,303.236 699.629,303.488 \
712.493,303C726.027,302.487 738.21,302.205 \
751,301L752.003,301Z";
style "fill" state.rolltop.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
];
svg_node "g"
[
id "Black";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d" "M476,501L477,521";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d"
"M826,777C828.484,776.691 833.452,776.073 \
837,777C841.333,778.132 847.983,780.053 \
852,783.793C856.833,788.293 862.851,796.757 \
866,804C869.667,812.434 868.813,819.239 \
868,828.397C867.203,837.366 864.783,854.511 \
855,867C846.765,877.512 833,887.667 822,894C811.951,899.786 \
799.167,903.167 789,905C779.815,906.656 767.272,905.552 \
761,905";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.71px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M247,795L225,780C225,780 248.417,795.561 247,795Z";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20.27px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M527.018,890C527.018,890 535.558,856.952 \
540,841.193C546.174,819.287 562,758 562,758C562,758 \
577.5,818.526 583,841.193C587.257,858.735 595,894 595,894";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.71px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M485,112C502.355,146.971 528.865,178.575 \
561.009,202C601.184,182.703 632.882,154.759 653,115";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "15.59px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M561.009,202C561.009,202 568.574,288.013 \
570,331.141C571.499,376.474 570,474 570,474";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "15.59px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M540,395C557.28,367.793 557.903,359.288 \
575,351C589.999,360.13 597.083,376.66 605,395";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.71px";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M644,415L645,409";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.79px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M561.009,909L561.009,917";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.79px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M495,909L495,917";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.79px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M625,909L625,917";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.79px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M485,326L485,348";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M664,329L664,352";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M664,501L664,527";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M476,675L476,697";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M664,678L664,700";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M460,848L457,868";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M664,848L668,868";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M505,409L505,415";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
]
let c45_view state =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[
id "Back-Pocket";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d"
"M693.911,901C693.911,901 696.605,725.514 \
697.979,636.394C697.986,635.927 697.971,634.462 697.979,634";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d" "M697.979,634L697.981,633.932";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M697.979,634C697.995,633.677 698.033,633.354 \
698.049,633.031C701.555,563.996 706.265,495.534 \
711.468,427.896C711.617,425.956 711.759,424.016 \
711.893,422.076C711.976,420.874 712.133,418.47 \
712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 \
540,414.476C481.289,412.747 422.277,416.448 \
363,420L361.531,420.384C365.036,499.962 366.345,572.495 \
368.964,638.102C368.976,638.401 368.988,638.701 \
369,639C369.002,638.997 368.971,639.008 \
368.977,639.031C369.026,639.224 369.186,640.245 \
369.285,640.698C370.663,647.006 370.645,695.61 \
369.1,752.934C367.774,802.157 365.469,899 \
365.469,899L367,899C425.712,909.918 482.032,915.506 \
536.007,915.873C590.731,916.245 643.045,911.25 693,901";
style "fill" "rgb(179,179,179)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
];
svg_node "g"
[
id "Back-Panel";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d"
"M698,634C698.016,633.677 698.033,633.354 \
698.049,633.031C701.555,563.996 706.265,495.534 \
711.468,427.896C711.617,425.956 711.759,424.016 \
711.893,422.076C711.976,420.874 712.133,418.47 712.133,418.47";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M361.531,420.384C361.531,420.384 361.437,418.257 \
361.39,417.191C360.665,400.964 359.847,384.444 \
358.906,367.632C357.515,342.755 358.817,317.49 \
358.997,292.016C358.998,291.845 358.999,291.673 \
359,291.502L359.335,290.502L359.708,290.487C360.896,290.439 \
364.636,290.289 366.675,290.21C444.295,287.199 \
521.469,286.725 599.06,289.876C635.802,291.369 672.622,291.88 \
709.491,292.929C710.908,292.97 713.742,293.053 \
713.742,293.053C713.744,293.423 714.003,295.741 \
714.005,296.112C714.009,297.02 714.013,297.927 \
714.017,298.835C714.202,337.627 714.671,376.555 \
712.325,415.394C712.263,416.419 712.133,418.47 \
712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 \
540,414.476C481.289,412.747 422.277,416.448 \
363,420L361.531,420.384Z";
style "fill" state.back_panel.colour;
]
[];
svg_node "path"
[
attribute "d"
"M712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 \
540,414.476C481.289,412.747 422.277,416.448 \
363,420L361.531,420.384";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M361.531,420.384C361.531,420.384 361.437,418.257 \
361.39,417.191C360.665,400.964 359.847,384.444 \
358.906,367.632C357.515,342.755 358.817,317.49 \
358.997,292.016C358.998,291.845 358.999,291.673 \
359,291.502L359.335,290.502C359.335,290.502 359.471,290.496 \
359.708,290.487C360.896,290.439 364.636,290.289 \
366.675,290.21C444.295,287.199 521.469,286.725 \
599.06,289.876C635.802,291.369 672.622,291.88 \
709.491,292.929C710.908,292.97 713.742,293.053 \
713.742,293.053";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M361.531,420.384C365.036,499.962 366.345,572.495 \
368.964,638.102C368.976,638.401 368.988,638.701 369,639";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M369,639C369.002,638.997 368.971,639.008 \
368.977,639.031C369.026,639.224 369.186,640.245 \
369.285,640.698C370.663,647.006 370.645,695.61 \
369.1,752.934C367.774,802.157 365.469,899 365.469,899";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M693,1012L693,961C693.303,941.001 693.911,901 \
693.911,901L693,901C643.045,911.25 590.731,916.245 \
536.007,915.873C482.032,915.506 425.712,909.918 \
367,899L365.469,899C365.469,899 364.066,958.804 \
364,959L364,961C363.792,977.996 362.892,994.996 \
361,1012L363,1012C363,1012 403.619,1006.08 \
424,1007C446.167,1008 471.613,1018.2 496,1018C513.567,1017.86 \
539.545,1016.48 563.997,1017.07C585.553,1017.59 605.7,1020.08 \
621,1020C645.428,1019.87 691.459,1010.2 693,1012.05";
style "fill" state.back_panel.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M713.742,293.053C713.744,293.423 714.003,295.741 \
714.005,296.112C714.009,297.02 714.013,297.927 \
714.017,298.835C714.202,337.627 714.671,376.555 \
712.325,415.394C712.263,416.419 712.133,418.47 712.133,418.47";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M697.979,634C697.971,634.462 697.986,635.927 \
697.979,636.394C696.605,725.514 693.911,901 693.911,901";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M363,375C428.949,371.785 494.789,366.107 \
559.115,370.15C611.562,373.446 661.585,377.296 709.5,377";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
];
svg_node "g"
[
id "Side-Pockets";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d"
"M369,639C368.551,637.384 353.536,647.771 \
342.526,663.924C332.038,679.309 313.779,695.256 \
309.326,699.767C309.216,699.879 309.114,699.984 \
309.02,700.082C308.975,700.129 308.932,700.175 \
308.891,700.219C308.682,700.479 307.995,700.933 \
308,701.021C308,701.021 301.284,706.953 \
298,710C293.333,714.33 284.454,720.052 280,727C271.667,740 \
252.268,765.439 248,788C243.333,812.667 252,854.667 \
252,875C252,886.743 246.12,898.409 248,910C251,928.5 270,986 \
270,986C289.932,996.453 309.815,1008.16 \
330,1012L364,959C364.143,958.575 366.634,844.465 \
369.1,752.934C370.77,690.975 370.341,639.264 369,640";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M330.008,1011.99C330.002,1011.99 329.999,1012 330,1012";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M752,705C752,705 760.227,714.454 763,720C769.167,732.333 \
781.833,760 789,779C795.772,796.954 803.133,815.026 \
806,834C809.5,857.167 811.333,896.333 810,918C809.027,933.817 \
807.106,951.031 798,964C787,979.667 743.079,1013.58 \
744,1012C744.921,1010.42 728,1012 \
728,1012L693,961L698,635L698,634C698,634 731.333,673.83 \
739,685C742.166,689.612 742,697.688 \
744,701.021C745.341,703.257 750.682,704.904 \
750.986,704.996C750.991,704.998 750.996,705 751,705C751,705 \
750.995,704.999 750.986,704.996L752,705Z";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
];
svg_node "g"
[
id "Side-Panels";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d"
"M359,291.502C358.834,317.15 357.506,342.587 \
358.906,367.632C364.551,468.564 365.787,558.948 \
369,639C368.551,637.384 353.536,647.771 \
342.526,663.924C329.911,682.429 306.056,701.747 \
308.5,701C311.993,699.933 304.251,581.26 \
311.898,472.324C318.143,383.369 311.172,317.653 \
307,295L307,293C323.353,292.111 339.677,291.321 \
355.979,290.64C356.98,290.598 358.981,290.516 \
358.981,290.516L359,291.502Z";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M763,295C760.512,294.433 749.969,491.333 \
749,540C748.706,554.758 745.52,569.317 \
744,584C741.189,611.165 749.559,704.847 751,705C751,705 \
745.381,703.322 744,701.021C742,697.688 742.166,689.612 \
739,685C731.333,673.83 698,634 698,634C701.511,564.637 \
706.241,495.85 711.468,427.896C714.873,383.633 \
714.186,339.223 714,295L713.815,293.13C713.815,293.13 \
715.489,293.105 716.326,293.13C731.877,293.603 \
747.435,294.189 763,295";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M330,1012C329.708,1011.72 361,1012 361,1012C362.892,994.996 \
363.792,977.996 364,961L364,959L330,1012";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M728,1012C716.976,1013.61 703.972,1013.94 \
693,1012L693,961L728,1012Z";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
];
svg_node "g"
[
id "Rolltop";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d"
"M307,293C404.836,287.679 501.618,285.919 \
599.06,289.876C653.567,292.09 708.246,292.145 \
763,295L763,293C763,293 765.333,197 761,163C757.722,137.277 \
755,103.5 737,89C719,74.5 681.332,75.697 \
653,76C621.833,76.333 582.667,90 550,91C518.87,91.953 \
488.143,82.333 457,82C425.833,81.667 384.167,85.167 \
363,89C350.97,91.179 338.296,96.022 329.998,105C319.831,116 \
306.207,136.367 302,155C297.334,175.667 301.167,206 \
302,229C302.775,250.384 307,293 307,293";
style "fill" state.rolltop.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M762.983,294.999C762.989,294.999 762.994,294.999 763,295";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
];
svg_node "g"
[
id "Black";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d" "M330.008,1011.99C330,1011.99 329.997,1012 330,1012";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d" "M361,1012C361,1012 329.708,1011.72 330,1012";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M329.998,1012.05L362.182,1017.07L363,1012C363,1012 \
403.619,1006.08 424,1007C446.167,1008 471.613,1018.2 \
496,1018C513.567,1017.86 539.545,1016.48 \
563.997,1017.07C585.553,1017.59 605.7,1020.08 \
621,1020C645.428,1019.87 691.459,1010.2 \
693,1012.05L693,1012C703.972,1013.94 714.976,1013.66 \
726,1012.05L724.465,1019.02C724.465,1019.02 720.156,1020.48 \
717.93,1021.21C709.088,1024.1 699.751,1026.84 \
693,1028C639.879,1037.15 481.971,1031.2 \
421,1025C405.513,1023.43 362.182,1017.07 362.182,1017.07";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M724.465,1019.02C724.465,1019.02 727.926,1017.83 \
729.545,1017.26C737.9,1014.32 744.016,1011.98 744,1012.05";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d" "M641,381L641,393";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M436,377L436,387";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M619,915.892L621,926";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M439,915.892L438,923";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M414,912C414,912 407.5,964.5 410,978C411.469,985.934 \
421.833,992.333 429,993C436.167,993.667 450.026,990.282 \
453,982C458.333,967.149 463,915.892 463,915.892";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.560976,-0.0487805,-0.0487805,0.99458,331.122,36.7913)";
]
[
svg_node "path"
[
attribute "d" "M693,469L702,470";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "16.58px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M682,876L689,876";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M685.5,672L693,672";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M369,466L378,466";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M373.5,672L383,672";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M373.5,872L378.25,872";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M378,466C470.901,551.164 565.73,633.015 \
685.5,672C608.088,760.635 503.848,824.106 \
383,872C487.114,888.504 586.45,890.42 682,876C566.092,834.751 \
471.699,758.065 383,672C511.547,619.977 622.603,556.605 \
697,469.444C599.849,478.589 493.917,464.928 378,466Z";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "4.23px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M673,286L674,261";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(1,3.05311e-16,2.02963e-16,1,-0.413793,-3)";
]
[
svg_node "path"
[
attribute "d" "M394,286L394,261";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M721,340L753,343";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M706,625L732,624";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M317,624L361,625";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M318,330L352,330";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M457,88C479.992,121.23 508.818,148.029 \
544,172C575.901,145.486 601.514,118.612 622,86";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linejoin" "bevel";
]
[];
svg_node "path"
[
attribute "d" "M544,176C545.069,251.668 543.275,321.761 539.5,388";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
let c55_view state =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[ id "Back-Panel"; attribute "transform" "matrix(1,0,0,1,-2.71442,6)" ]
[
svg_node "path"
[
attribute "d"
"M381.095,1024.45C381.563,1024.49 381.992,1024.49 \
382.515,1024.49C396.508,1024.63 441.277,1022.58 \
494.307,1024C554.934,1025.62 626.359,1032.56 \
674.935,1031.09C704.171,1030.21 724.603,1025.16 \
728.372,1024.17C671.116,1039.58 611.853,1042.31 \
548,1040C493.67,1037.44 438.621,1032.35 \
382.832,1024.67C382.307,1024.6 381.319,1024.47 \
381.095,1024.45Z";
style "fill" "rgb(51,51,51)";
]
[];
svg_node "path"
[
attribute "d"
"M381.536,927.107C381.536,927.107 381.634,925.337 \
381.683,924.444C384.274,877.573 387.553,815.871 \
389.147,775.399C389.577,764.488 389.87,755.119 \
390,748C390.526,719.268 384,662 384,662C384.487,628.492 \
384.843,595.138 384.669,562.126C384.501,530.308 \
383.841,498.808 382.329,467.794C382.3,467.196 382.241,466 \
382.241,466L384,466C383.973,466.326 384.201,466.651 \
384.669,466.975C401.181,478.398 717.163,488.063 \
738.842,477.315C739.666,476.907 740.006,476 \
740.006,476L741.726,476L729,662C729,662 730.225,680.747 \
729,690C727.5,701.333 722.002,716.481 720,730C713.97,770.725 \
715.109,870.209 713.496,931.003C713.424,933.739 \
713.391,936.407 713.395,939L713.395,939.038C712.834,939.56 \
700.397,945.371 679.407,948.744C650.667,953.362 \
606.721,955.894 562.229,954.882C559.321,954.816 \
556.409,954.734 553.5,954.637C502.189,952.928 448.256,947.35 \
415.644,940.165C394.921,935.6 384,928 \
384,928L381.536,927.107Z";
style "fill" "rgb(179,179,179)";
]
[];
svg_node "path"
[
attribute "d"
"M729,1024C729,1024 707.393,1030.11 \
674.935,1031.09C626.359,1032.56 554.934,1025.62 \
494.307,1024C441.277,1022.58 396.508,1024.63 \
382.515,1024.49C381.992,1024.49 381.563,1024.49 \
381.095,1024.45C381.08,1024.44 381.05,1024.44 \
381.05,1024.44C381.05,1024.44 381.027,1024.44 \
381.015,1024.44C380.229,1024.35 379.002,1024.07 \
378,1024C377.003,1023.93 375,1024 \
375,1024L378,991L378,990C377.976,990 379.431,965.024 \
381.339,930.65C381.404,929.48 381.536,927.107 \
381.536,927.107L384,928C384,928 394.921,935.6 \
415.644,940.165C448.256,947.35 502.189,952.928 \
553.5,954.637C556.409,954.734 559.321,954.816 \
562.229,954.882C606.721,955.894 650.667,953.362 \
679.407,948.744C700.397,945.371 712.834,939.56 \
713.395,939.038C713.42,955.505 714.89,968.948 \
716.655,977.399C717.116,979.606 717.597,981.472 \
718.078,982.963C718.292,983.629 718.653,984.528 \
718.854,985.016C718.943,985.231 719,986 719,986L729,1024Z";
style "fill" state.back_panel.colour;
]
[];
svg_node "path"
[
attribute "d"
"M758,284C756.954,283.879 742,472 \
742,472L741.726,476L740.006,476C740.006,476 739.666,476.907 \
738.842,477.315C717.163,488.063 401.181,478.398 \
384.669,466.975C384.201,466.651 383.973,466.326 \
384,466L382.241,466C382.241,466 382.168,464.548 \
382.131,463.822C378.879,400.26 383.131,336.736 \
385,273.557L384.85,273.557C384.85,273.557 391.925,273.562 \
395.467,273.576C452.444,273.8 510.173,275.894 \
567.334,277.259C626.959,278.682 686.597,279.799 \
746.247,282.692C750.165,282.882 758,283.286 758,283.286";
style "fill" state.back_panel.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M741.726,476L729,662C729,662 730.225,680.747 \
729,690C727.5,701.333 722.002,716.481 720,730C713.97,770.725 \
715.109,870.209 713.496,931.003C713.424,933.739 \
713.391,936.407 713.395,939C713.395,939.013 713.395,939.025 \
713.395,939.038C713.42,955.505 714.89,968.948 \
716.655,977.399C717.116,979.606 717.597,981.472 \
718.078,982.963C718.292,983.629 718.653,984.528 \
718.854,985.016C718.943,985.231 719,986 \
719,986L729,1024C729,1024 707.393,1030.11 \
674.935,1031.09C626.359,1032.56 554.934,1025.62 \
494.307,1024C441.277,1022.58 396.508,1024.63 \
382.515,1024.49C381.992,1024.49 381.563,1024.49 \
381.095,1024.45C381.08,1024.44 381.05,1024.44 \
381.05,1024.44C381.05,1024.44 381.027,1024.44 \
381.015,1024.44C380.229,1024.35 379.002,1024.07 \
378,1024C377.003,1023.93 375,1024 \
375,1024L378,991L378,990C377.976,990 379.431,965.024 \
381.339,930.65C381.404,929.48 381.536,927.107 381.536,927.107";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M713.395,939C713.986,939.007 701.385,945.213 \
679.407,948.744C650.667,953.362 606.721,955.894 \
562.229,954.882C559.321,954.816 556.409,954.734 \
553.5,954.637C502.189,952.928 448.256,947.35 \
415.644,940.165C394.921,935.6 384,928 \
384,928L381.536,927.107C381.536,927.107 381.634,925.337 \
381.683,924.444C384.274,877.573 387.553,815.871 \
389.147,775.399C389.577,764.488 389.87,755.119 \
390,748C390.526,719.268 384,662 384,662C384.487,628.492 \
384.843,595.138 384.669,562.126C384.501,530.308 \
383.841,498.808 382.329,467.794C382.3,467.196 382.241,466 \
382.241,466";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d" "M719,986C723.154,997.757 727.369,1011.71 729,1024";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M378,1024C379.017,1024.14 381.05,1024.42 381.05,1024.42";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M381.05,1024.44C381.05,1024.44 382.238,1024.59 \
382.832,1024.67C438.621,1032.35 493.67,1037.44 \
548,1040C555.877,1040.28 563.683,1040.49 \
571.425,1040.61C626.672,1041.44 678.61,1037.65 729,1024";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M384,436C382.42,442.506 740.046,454.866 740.006,448";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[
id "Side-Pockets"; attribute "transform" "matrix(1,0,0,1,-2.71442,6)";
]
[
svg_node "path"
[
attribute "d"
"M384,662C384,662 390.526,719.268 390,748C389.87,755.119 \
389.57,764.487 389.147,775.399C386.322,848.28 378,990 \
378,990C367.684,996.364 358.487,1004.59 350,1014C350,1014 \
345.669,1002.08 342,997C332,983.167 303.65,955.456 \
290,931C274,902.333 254.333,850.5 246,825C241.094,809.987 \
238,790.333 240,778C241.731,767.323 252.167,756.333 \
258,751C262.359,747.014 269.359,747.751 \
275,746C286.614,742.395 327.963,711.355 328,709L384,662Z";
style "fill" state.side_pockets.colour;
]
[];
svg_node "path"
[
attribute "d" "M328,709L384,662";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M384,662C384,662 390.526,719.268 390,748C389.87,755.119 \
389.57,764.487 389.147,775.399C386.322,848.28 378,990 \
378,990C367.684,996.364 358.487,1004.59 350,1014C350,1014 \
345.669,1002.08 342,997C332,983.167 303.65,955.456 \
290,931C274,902.333 254.333,850.5 246,825C241.094,809.987 \
238,790.333 240,778C241.731,767.323 252.167,756.333 \
258,751C262.359,747.014 269.359,747.751 \
275,746C286.614,742.395 327.963,711.355 328,709";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M729,662C729,662 730.225,680.747 729,690C727.5,701.333 \
722.002,716.481 720,730C713.97,770.725 715.109,870.209 \
713.496,931.003C712.58,965.537 718.091,989.357 \
721,987C730.463,995.301 738.631,1004.22 745,1014C745,1014 \
750.667,1001.83 755,997C759.333,992.167 767.34,990.572 \
771,985C782.167,968 810.828,927.622 822,895C834.5,858.5 \
844,791 846,766C846.643,757.963 840.333,749.667 \
834,745C827.667,740.333 814.5,742 808,738C801.925,734.261 \
799.698,726.369 795,721C788.979,714.119 771.863,696.143 \
767.191,691.247C766.431,690.45 766,690 \
766,690L767,690C766.348,689.754 765.703,689.5 \
765.063,689.24C762.628,688.249 760.275,687.155 \
758,685.967C751.334,682.485 745.33,678.186 \
739.84,673.252C738.001,671.599 736.219,669.874 \
734.489,668.085C732.599,666.131 730.772,664.099 729,662";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M713.395,939.038C713.421,939.013 713.421,939 713.395,939";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Side-Panels"; attribute "transform" "matrix(1,0,0,1,-2.71442,6)" ]
[
svg_node "path"
[
attribute "d"
"M385,273.557C383.131,336.736 378.879,400.26 \
382.131,463.822C385.427,528.251 384.976,594.816 \
384,662L328,709C330.307,627.557 333.968,543.451 \
340.274,455.488C344.533,396.096 342.47,335.381 \
342,273.557L342,274C351.388,273.799 360.809,273.672 \
370.255,273.608C375.13,273.575 384.9,273.557 \
384.9,273.557L385,273.557Z";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M771,284L767,690C751.512,684.148 739.321,674.227 \
729,662L742,472C742,472 755.531,301.773 \
757.751,285.281C757.865,284.436 758,284 \
758,284L757.287,283.248C757.287,283.248 766.429,283.738 \
771,284";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M350,1014L375,1024L378,991L378,990C375.43,991.586 \
372.929,993.287 370.492,995.093C364.859,999.266 359.564,1004 \
354.527,1009.17C352.995,1010.74 351.487,1012.35 350,1014";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M745,1014L729,1024C727.369,1011.71 723.154,997.757 \
719,986L721,987C721.464,987.407 721.924,987.815 \
722.382,988.225C723.615,989.33 724.825,990.445 \
726.011,991.573C730.972,996.288 735.51,1001.21 \
739.539,1006.37C741.481,1008.85 743.304,1011.4 745,1014";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Rolltop"; attribute "transform" "matrix(1,0,0,1,-2.71442,6)" ]
[
svg_node "path"
[
attribute "d"
"M342,274C416.094,272.411 492.205,275.465 \
567.334,277.259C635.207,278.879 703.095,280.102 \
771,284L771,283C770.916,283.107 770.865,282.793 \
770.843,282.108C770.538,272.551 775.969,190.608 \
780,163C782.269,147.456 772.906,132.11 766,118C757.093,99.804 \
724.356,81.034 701,77C684.459,74.143 667.78,71.46 \
651,71C614.5,70 521.667,71.5 482,71C458.98,70.71 \
434.364,59.422 413,68C391,76.833 359.351,97.505 \
350,124C338,158 341,272 341,272L342,274Z";
style "fill" state.rolltop.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M342,273.557C342.001,273.704 342.002,273.852 342.003,274";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Black"; attribute "transform" "matrix(1,0,0,1,-2.71442,6)" ]
[
svg_node "path"
[
attribute "d" "M697,456C697.101,456.422 697,465 697,465";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M448,449L448,460.5";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M659,957L660,965";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M448,952L448,965";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M429,948C429,948 427.167,977.167 429,987C430.394,994.48 \
435.333,1003.67 440,1007C444.611,1010.29 452.667,1009.67 \
457,1007C461.333,1004.33 465.012,997.039 \
466,991C467.5,981.833 465.562,952.31 466,952";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M736,274L739,250";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M415,266L415,242";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M349,353L375,355";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M338,613L375,617";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M757,372L763,372";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M739,617L759,615";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M493,79C511.417,127.844 533.088,163.331 \
560.507,191C581.16,156.322 600.054,120.809 612,82";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M560.507,191C564.719,272.023 565.899,351.033 564,428";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.368852,-0.057377,-0.057377,0.994784,492.754,44.7958)";
]
[
svg_node "path"
[
attribute "d" "M722,524L733,525";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "17.18px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M389.5,511L394.5,511";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M711.5,913C712.395,912.149 703,912 703,912";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M387,912L397,912";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M713,711L720,714";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M392,705L397,705";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M397,511C505.176,529.316 615.912,533.478 \
729,524.636C638.389,604.457 524.633,661.544 \
397,705C491.422,789.21 589.238,866.609 703,912C595.062,935.78 \
491.22,931.23 389.5,912C512.316,860.743 625.062,799.33 \
714.094,714C596.935,672.652 494.72,596.986 397,511Z";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "4px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
]
let c65_view state =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[
id "Waist-Belt";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d"
"M784.937,769.137C784.937,769.137 783.283,768.1 \
782.551,767.552C781.887,767.055 781.281,766.54 \
780.741,766C775.905,761.164 773,747 \
773,747L776.556,747C776.556,747 809.241,724 \
820,717C826.785,712.586 836.112,707 841.112,705C843.862,703.9 \
847.685,704 850,705C852.315,706 854.404,708.466 \
855,711C855.667,713.833 854.864,718.421 \
854,722C852.833,726.833 850.631,734.356 \
848,740C842.601,751.583 816.734,787.717 \
816,787L814.702,788.621L813.142,787.011";
style "fill" "rgb(179,179,179)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M813.142,787C813.142,787 812.216,786.072 \
811.762,785.62C810.448,784.31 809.185,783.095 \
808,782C802.312,776.742 793.407,773.72 \
786.772,770.171C786.138,769.832 784.937,769.137 \
784.937,769.137L787,767C796.089,760.588 803.626,753.393 \
810,745.611L813,782L813.142,787Z";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M266.519,749.573L266,749.112L252,737L233,784L231.836,785.1C231.836,785.1 \
230.545,783.512 229.894,782.702C225.643,777.416 \
221.333,771.794 219,768C214.071,759.983 210.333,750.167 \
208,742C205.876,734.566 204.5,725.5 205,719C205.437,713.321 \
208.167,705.833 211,703C212.322,701.678 214.211,701.235 \
216.221,701.223C218.17,701.212 220.231,701.607 \
222,702C226.5,703 232.911,706.173 238,709C247,714 276,732 \
276,732L278.585,733.207C278.585,733.207 276.888,735.432 \
276,736.609C273.311,740.175 270.399,744.119 \
267.465,748.24C267.15,748.682 266.519,749.573 \
266.519,749.573Z";
style "fill" "rgb(179,179,179)";
]
[];
svg_node "path"
[
attribute "d"
"M266.519,749.573C266.519,749.573 265.875,750.487 \
265.553,750.946C256.667,763.627 247.969,777.523 \
245,787.011C244.249,789.41 243.647,791.844 \
243.177,794.305C243.105,794.683 242.97,795.441 \
242.97,795.441L241.814,797C241.814,797 238.014,792.612 \
233.401,787.011C232.888,786.387 231.836,785.1 \
231.836,785.1L233,784L252,737L266,749.112L266.519,749.573Z";
style "fill" "rgb(51,51,51)";
]
[];
svg_node "path"
[
attribute "d"
"M266.519,749.573C266.519,749.573 265.875,750.487 \
265.553,750.946C256.667,763.627 247.969,777.523 \
245,787.011C244.249,789.41 243.647,791.844 \
243.177,794.305C243.105,794.683 242.97,795.441 \
242.97,795.441L241.814,797C241.814,797 238.014,792.612 \
233.401,787.011C232.888,786.387 231.836,785.1 \
231.836,785.1L233,784L252,737L266,749.112L266.519,749.573C266.519,749.573 \
267.15,748.682 267.465,748.24C270.399,744.119 273.311,740.175 \
276,736.609C276.888,735.432 278.585,733.207 \
278.585,733.207L276,732C276,732 247,714 \
238,709C232.911,706.173 226.5,703 222,702C220.231,701.607 \
218.17,701.212 216.221,701.223C214.211,701.235 \
212.322,701.678 211,703C208.167,705.833 205.437,713.321 \
205,719C204.5,725.5 205.876,734.566 208,742C210.333,750.167 \
214.071,759.983 219,768C221.333,771.794 225.643,777.416 \
229.894,782.702C230.545,783.512 231.836,785.1 231.836,785.1";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M708,1028.17C708.048,1028.49 707.568,1028.91 \
706.62,1029.4C694.766,1035.56 609.678,1053.5 \
565,1055C555.343,1055.33 544.736,1055.67 \
533.605,1055.98C482.875,1057.38 421.233,1058.21 \
389,1053C378.998,1051.38 366.239,1044.48 \
355.26,1037.34C351.867,1035.14 345.725,1030.81 \
345.725,1030.81L348,1028.17C348,1028.17 366.333,1035 \
373,1035C378.494,1035 382.506,1028.17 388,1028.17C434,1028.17 \
599.383,1039.26 649,1035C661.923,1033.89 675,1019.47 \
684,1018C689.093,1017.17 697.207,1022.16 \
700.966,1024.72C702.229,1025.58 703,1026.17 \
703,1026.17L708,1028.17Z";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M329,1017.91C329,1017.91 332.385,1020.77 \
337.733,1024.87C340.064,1026.66 345.725,1030.81 \
345.725,1030.81";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
];
svg_node "g"
[
id "Back-Panel";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d"
"M714.762,943L713,943C606.165,963.847 478.22,972.538 \
354.368,941L353.901,941L353.905,940.529C354.651,858.748 \
354.518,777.223 353.348,696L353,694C353.74,633.289 \
351.71,512.44 \
351.71,512.44L351.61,508L353.368,508C484.153,531.015 \
611.44,534.12 735,516L736.275,516.522C736.275,516.522 \
735.967,518.62 735.817,519.67C727.332,578.748 724.912,639.339 \
727,701L726.293,705L719.524,804.437L718.049,875.161L714.762,943Z";
style "fill" "rgb(179,179,179)";
]
[];
svg_node "path"
[
attribute "d"
"M351.61,508C351.61,508 351.563,505.951 \
351.539,504.926C351.285,494.028 351.011,483.133 \
350.721,472.243C350.661,469.991 350.518,465.488 \
350.518,465.488L353.368,466C485.057,486.242 614.081,490.143 \
740,475L741.641,475.104L736.275,516.522L735,516C611.44,534.12 \
484.153,531.015 353.368,508L351.61,508Z";
style "fill" state.back_panel.colour;
]
[];
svg_node "path"
[
attribute "d"
"M348,1028.17C351.021,1017.01 352.691,1004.5 \
353.368,991L353.348,990C353.564,973.855 353.747,957.719 \
353.895,941.593L353.901,941L354.368,941C478.22,972.538 \
606.165,963.847 \
713,943L714.762,943L712,1000L712,1002C711.733,1010.08 \
710.27,1018.3 705,1027L703,1026.17C703,1026.17 \
690.803,1016.89 684,1018C675,1019.47 661.923,1033.89 \
649,1035C599.383,1039.26 434,1028.17 \
388,1028.17C382.506,1028.17 378.494,1035 \
373,1035C366.333,1035 348,1028.17 348,1028.17Z";
style "fill" state.back_panel.colour;
]
[];
svg_node "path"
[
attribute "d"
"M348,1028.17C351.021,1017.01 352.691,1004.5 \
353.368,991L353.348,990C353.564,973.855 353.747,957.719 \
353.895,941.593C353.897,941.396 353.901,941 353.901,941";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M348,1028.17C348,1028.17 366.333,1035 373,1035C378.494,1035 \
382.506,1028.17 388,1028.17C434,1028.17 599.383,1039.26 \
649,1035C661.923,1033.89 675,1019.47 684,1018C690.803,1016.89 \
703,1026.17 703,1026.17L705,1027C710.27,1018.3 \
711.733,1010.08 \
712,1002L712,1000L714.762,943L713,943C606.165,963.847 \
478.22,972.538 354.368,941L353.901,941C353.901,941 \
353.904,940.686 353.905,940.529C354.651,858.748 \
354.518,777.223 353.348,696L353,694C353.74,633.289 \
351.71,512.44 351.71,512.44L351.61,508";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M714.762,943L718.049,875.161L719.524,804.437L726.293,705L727,701C724.912,639.339 \
727.332,578.748 735.817,519.67C735.967,518.62 736.275,516.522 \
736.275,516.522L735,516C611.44,534.12 484.153,531.015 \
353.368,508L351.61,508C351.61,508 351.563,505.951 \
351.539,504.926C351.285,494.028 351.011,483.133 \
350.721,472.243C350.661,469.991 350.518,465.488 \
350.518,465.488";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M736.275,516.522C736.275,516.522 736.474,515.174 \
736.575,514.5C737.931,505.455 739.149,496.368 \
740.249,487.24C740.736,483.203 741.641,475.104 \
741.641,475.104L740,475C614.081,490.143 485.057,486.242 \
353.368,466L350.518,465.488C350.518,465.488 350.371,460.677 \
350.295,458.271C348.87,412.901 347.037,367.597 \
345,322.326L345.591,317.551C345.591,317.551 355.526,318.634 \
360.611,319.15C477.183,330.985 632.957,333.993 \
702.041,332.152C713.072,331.858 728.721,330.146 \
743.03,328.28C745.726,327.928 750.935,327.218 \
750.935,327.218L751,328C749.24,374.117 747.219,419.409 \
742.821,463.767C742.445,467.553 741.641,475.104 \
741.641,475.104";
style "fill" state.back_panel.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
];
svg_node "g"
[
id "Side-Pockets";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d" "M778.985,323.002C778.995,323.001 779,323 779,323";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M303,717C311.42,711.4 320.025,706.695 \
328.794,702.779C336.734,699.233 344.808,696.333 \
353,694L353.348,696C354.754,793.59 354.663,891.617 \
353.348,990C346.33,1000.34 337.064,1008.56 \
326,1015.08C326,1015.08 295.327,971.827 284,948C271,920.653 \
254.5,877.832 248,851C242.973,830.247 238.622,807.389 \
245,787.011C251.833,765.177 289,720 289,720L301,718L303,717Z";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M773,747C773,747 775.905,761.164 780.741,766C786.574,771.833 \
800.263,774.849 808,782C817.376,790.667 831.667,806.833 \
837,818C841.474,827.368 842,839 840,849C838,859 \
828.47,867.685 825,878C818.833,896.333 818.368,935.621 \
803,959C787.333,982.833 731,1021 \
731,1021L712,1000L718.049,875.161L719.524,804.437L726.293,705L727,701L772,747L773,747Z";
style "fill" state.side_pockets.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d" "M778.979,322.342C778.992,322.772 779,323 779,323";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
];
svg_node "g"
[
id "Side-Panels";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d"
"M303,312C311.855,313.354 321.204,314.631 \
330.958,315.834C335.61,316.407 345.18,317.505 \
345.18,317.505L345,322.326C350.555,445.748 354.585,569.417 \
353,694C335.762,698.909 319.044,706.33 \
303,717C308.921,637.114 311.199,558.192 \
308.155,480.256C305.946,423.71 305.968,367.583 303,312";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M779,322.326C779,322.326 778.96,322.64 \
779.008,323.397C779.487,330.914 783.906,376.977 \
776.44,435.313C771.292,475.541 766.062,519.267 \
766.854,560.937C768.696,657.854 772.36,747.056 \
772,747L727,701C724.851,637.539 727.477,575.211 \
736.575,514.5C745.625,454.107 748.564,391.845 \
751,328L750.858,327.228C750.858,327.228 754.687,326.694 \
756.51,326.433C769.445,324.582 779,323 779,323L779,322.326Z";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M731,1021C723.726,1027.79 715.027,1029.67 \
705,1027C710.27,1018.3 711.733,1010.08 \
712,1002L712,1000L731,1021";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M327,1016.08L348,1028.17C351.021,1017.01 352.691,1004.5 \
353.368,991L353.348,990C349.521,995.636 345.026,1000.64 \
339.935,1005.09C335.69,1008.8 331.031,1012.12 \
326,1015.08L327,1016.08Z";
style "fill" state.side_panels.colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
];
svg_node "g"
[
id "Rolltop";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d"
"M303,312C303,312 307.333,249.167 309,220C310.58,192.346 \
309.667,156.833 313,137C315.177,124.05 318.477,108.855 \
329,101C340.833,92.167 365.072,87.155 384,84C403,80.833 \
423.366,80.68 443,82C462.833,83.333 482.728,91.625 \
503,92C530,92.5 577.833,88.5 605,85C625.691,82.334 \
645.159,71.926 666,71C688.5,70 721.167,71.5 \
740,79C756.648,85.63 770.92,100.005 779,116C787.167,132.167 \
789,155.724 789,176C789,200.833 780.667,240.5 \
779,265C777.688,284.289 779,323 779,323C779,323 \
727.866,331.464 702.041,332.152C669.785,333.011 \
618.63,332.814 561.39,331.154C474.3,328.63 373.125,322.72 \
303,312Z";
style "fill" state.rolltop.colour;
]
[];
svg_node "path"
[
attribute "d"
"M303,312C373.125,322.72 474.3,328.63 \
561.39,331.154C618.63,332.814 669.785,333.011 \
702.041,332.152C727.866,331.464 779,323 779,323";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M778.985,323.002C778.965,322.63 778.962,322.407 \
778.979,322.342C778.984,322.321 778.991,322.316 779,322.326";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M303,312C303,312 307.333,249.167 309,220C310.58,192.346 \
309.667,156.833 313,137C315.177,124.05 318.477,108.855 \
329,101C340.833,92.167 365.072,87.155 384,84C403,80.833 \
423.366,80.68 443,82C462.833,83.333 482.728,91.625 \
503,92C530,92.5 577.833,88.5 605,85C625.691,82.334 \
645.159,71.926 666,71C688.5,70 721.167,71.5 \
740,79C756.648,85.63 770.92,100.005 779,116C787.167,132.167 \
789,155.724 789,176C789,200.833 780.667,240.5 \
779,265C777.688,284.289 779,323 779,323";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
];
svg_node "g"
[
id "Black";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d"
"M817,757C817,757 829.749,753.759 833,758C836.833,763 \
838.833,778.833 840,787C840.943,793.6 841.432,809.441 840,807";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M229,742L237,749.816";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M678,487L681,500";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M410,478L409,493.5";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M645,961L645,971";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M417,961L417,972";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.953333,0.00666667,0.00666667,0.999048,32.58,-4.65429)";
]
[
svg_node "path"
[
attribute "d" "M756.118,388.126L772.902,388.014";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.73px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M315,376L339,380";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M735,675L761,669";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M315,651L344,659";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.998581,0.0132409,0.0132409,0.876419,-3.2965,30.7673)";
]
[
svg_node "path"
[
attribute "d" "M719.076,320.294L719.371,298.04";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "19.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M377,312L377,291";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M427,89C428.201,129.67 492.604,176.009 \
540,207C545.297,216.437 654.813,97.6 653,81";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M541,207.509L545,462";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.974132,-0.225981,0.225981,0.974132,-113.786,94.9863)";
]
[
svg_node "path"
[
attribute "d" "M356,544L360,545";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.75px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "g"
[
attribute "transform"
"matrix(0.980847,-0.194781,0.194781,0.980847,-94.0625,152.421)";
]
[
svg_node "path"
[
attribute "d" "M725.107,554.028L729.146,554.831";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.79px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "g"
[
attribute "transform"
"matrix(0.656425,0.299616,-0.191977,0.953879,389.982,-180.582)";
]
[
svg_node "path"
[
attribute "d" "M711.541,744.657L720,742";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.19px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "g"
[
attribute "transform"
"matrix(0.44,0.08,0.08,0.988571,322.88,-46.1257)";
]
[
svg_node "path"
[
attribute "d" "M702,928L709,927";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "13.6px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M358,739L363,739";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M358,920L363,920";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M363,544.535C484.734,564.89 604.343,571.61 \
720.161,554C612.725,640.52 492.19,699.017 \
363,739C466.156,818.732 576.11,888.085 \
706,927C588.685,949.564 474.485,946.121 \
363,920C497.852,878.915 616.909,823.603 \
709,744C574.165,711.154 464.76,634.44 363,544.535Z";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "3.67px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M396,955C396,955 394.675,998.64 399,1009C402.14,1016.52 \
410.833,1019 417,1019C423.167,1019 432.462,1015.69 \
436,1009C440.833,999.86 439,961 439,961";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
]
article
[]
[ view_of_pack pack state; footer [] [ text (string_of_pack pack) ] ];
article []
[
view_of_pack pack state.back_panel.colour state.rolltop.colour
state.side_panels.colour state.side_pockets.colour;
footer [] [ text (string_of_pack pack) ];
];
div [ attribute "role" "group" ] (List.map (fun (p : pack_data) -> react_button string_of_pack p.pack state.pack p.message) packs);
div
[ attribute "role" "group" ]
(List.map
(fun (p : pack_data) ->
react_button string_of_pack p.pack state.pack p.message)
packs);
ak="7.08px",aq="0",a6=" ",l="miter",eP="compare: functional value",at="src/std/array.ml",ev="mkdir",cH=1000,gW="@[",cJ="int_of_string",em="fs",gN="%u",aO="1rem",ht="/static/",gC="Pear shaped (wider at hip level)",c9="summary",hf="%i",hD="%ni",a7=0xff,eU="18.71px",gV="Assert_failure",he="black",eu="grid",di="24px",hd="0x",cG="role",gM=0x7ff0,eT="matrix(0.857684,0,0,0.915356,88.9613,73.2455)",hc=0xdfff,gL="End_of_file",aX="20px",cD="src/browser/handler.ml",hb=": closedir failed",hC="Out_of_memory",ez="Large side pockets with bungy cord closure",aC="round",gB="p",bT="viewBox",bW="xmlns",ha="Not_found",b_="matrix(1.40094,0,0,1.15298,-200.055,-81.4907)",hB="href",eS="Failure",dl="Unix.Unix_error",ek="Brilliant for alpine use, bush bashing, packrafting, carrying tripods, skis etc.",el="Waist-Belt",eJ="6 compression straps (removable)",cd="clip-rule",hq="^",cF="group",b2="Side-Pockets",m="square",g6="Slightly narrower at hip level, tapered rolltop, tapered rolltop",eI="Large HDPE Gridstop back pocket with bungy cord",dh="Weight: 1 to 1.2 kilograms depending on fabric selection and torso length",a5="9.35px",eH="ENOTDIR",aV="12.68px",eO="hr",g$="%Li",gA="Invalid_argument",dc=254,cc="+",b8="1.5",hA=", characters ",aT=0xffffff,cE="Carry quite a considerable load (but not 40kg of meat)",k="stroke-linecap",c_=120,gU=1027,cC=1024,aB="100%",eN="1 Ice Axe Loop",hp="Pervasives.do_at_exit",gK=65536,eG=0xf,bx="http://www.w3.org/2000/svg",gz=512,g_=", ",eF="Replaceable EVA foam back padding",g5="closedir",hz="Match_failure",gx="%li",gy=1026,b1="matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)",ey="15.93px",b7="1.1",ej="nan",t="",bn="18.37px",ho="15.59px",eh="src/browser/dictionary.ml",ei="rmdir",et="Fatal error: exception ",U="7.35px",gJ="infinity",d="fill",T="camlinternalFormat.ml",eM="Height: 87cm",bo="section",bV="stroke-miterlimit",hn="fd ",hm="M230.695,836.246C230.695,836.246 228.64,833.867 227.641,832.696C225.673,830.392 223.782,828.144 222,826C213.009,815.181 202.667,801.5 197,792C192.783,784.93 188.667,776.333 188,769C187.349,761.834 188.167,752.667 193,748C197.833,743.333 208.753,739.803 217,741C227.333,742.5 255,757 255,757C274.975,766.077 294.544,772.147 313,777C334.437,781.43 353.627,783.62 371,784L372.94,784.106C372.94,784.106 372.52,792.278 372.315,796.262C371.779,806.664 371.265,816.598 370.779,826C370.663,828.263 370.434,832.696 370.434,832.696L367.518,832C367.518,832 333.558,819.91 318,811C300.247,800.833 261,771 261,771C252.071,793.242 242.511,814.422 232,834L230.695,836.246Z",cI="Removable aluminium frame",c="path",_=248,hy="Slightly narrower at hip level, tapered rolltop",g4=0xe0,J="8.46px",r="g",dg=24029,f="stroke-width",hl=0xf0,gw="2 Side Compression Straps (each side)",gI="Sys_error",aL=0x80,gT="src/js/dom.ml",aU="rgb(179,179,179)",hs="ENOTEMPTY",hx="EEXIST",I="8px",cB="matrix(1,0,0,1,-2.71442,6)",eL=1255,dk="src/browser/browser.ml",gv="value",bl="10.62px",eB=" : flags Open_text and Open_binary are not compatible",eE="e",a="d",cb="preserve",gS="Stack_overflow",eA=": Not a directory",eD="ENOENT",e="rgb(51,51,51)",ep="search",g2="Replaceable Pack Base",g3="Undefined_recursive_module",bS="xmlns:serif",b6="matrix(0.936149,0,0,0.956107,45.2187,22.329)",h="none",bA="11.02px",bm="21.14px",ca="height",df="details",aK=0x8000,gR="a",cg="0 0 1080 1080",gH=0x800,hr=-48,gu=" : is a directory",gG="@{",hk="Division_by_zero",bw=".",aA="evenodd",eK="Small side pockets for snow stakes or paddles",cf="Back-Panel",b5=0x3f,g1=114,hw="container",eo=110,en=" : file already exists",b9="http://www.w3.org/1999/xlink",hj=101,cA=128,z="src/std/btree.ml",dj=": No such file or directory",b4="svg",j="stroke-linejoin",by="width",hi=255,g0=256,u="transform",ce="matrix(1.16593,0,0,1.09247,-103.723,-80.0186)",gF="id",de=100,eg="index out of bounds",aW="/",gZ="Height: 80cm",bU="xml:space",db=252,eC="click",eR="Flat Lycra Hip Belt Pockets",ef="%d",gY="17.7px",b0="xmlns:xlink",g9=": file descriptor already closed",bz="-",ee="EBADF",c8="#474747",bZ="Side-Panels",dd="7.79px",gt="21.24px",bX="fill-rule",bY="Black",hh=-97,hv="Printexc.handle_uncaught_exception",g8=12520,eQ=" : flags Open_rdonly and Open_wronly are not compatible",b$="http://www.serif.com/",aM=" | ",es="Ice axe toggles",gQ="Fatal error: exception %s\n",ex="img",gs=250,er="Gear Loops (on waist belt)",gP=341,ad="12px",hg="([^/]+)",gO="input",eq="jsError",bB="Rolltop",gr=103,ew=127,da='"',aN=0xffff,ed="Loops to carry hiking poles",b3="version",gX="Sys_blocked_io",g7=0xdc00,gE="contrast",g="stroke",gD="bevel",au="6.24px",hu="_",ec="target",c$="_bigarr02";function
ac7(a,b){var
ak="7.08px",aq="0",a6=" ",l="miter",eO="compare: functional value",at="src/std/array.ml",et="mkdir",cH=1000,g0="@[",cJ="int_of_string",ek="fs",gR="%u",aO="1rem",hx="/static/",gF="Pear shaped (wider at hip level)",c9="summary",hj="%i",hH="%ni",a7=0xff,eT="18.71px",gZ="Assert_failure",hi="black",es="grid",dg="24px",hh="0x",cG="role",gQ=0x7ff0,eS="matrix(0.857684,0,0,0.915356,88.9613,73.2455)",hg=0xdfff,gP="End_of_file",aX="20px",cD="src/browser/handler.ml",hf=": closedir failed",hG="Out_of_memory",ex="Large side pockets with bungy cord closure",aC="round",gE="p",bT="viewBox",bW="xmlns",he="Not_found",b_="matrix(1.40094,0,0,1.15298,-200.055,-81.4907)",hF="href",eR="Failure",dj="Unix.Unix_error",ei="Waist-Belt",ej="Brilliant for alpine use, bush bashing, packrafting, carrying tripods, skis etc.",cd="clip-rule",eI="6 compression straps (removable)",hu="^",cF="group",b2="Side-Pockets",m="square",g_="Slightly narrower at hip level, tapered rolltop, tapered rolltop",eH="Large HDPE Gridstop back pocket with bungy cord",df="Weight: 1 to 1.2 kilograms depending on fabric selection and torso length",a5="9.35px",eG="ENOTDIR",aV="12.68px",eN="hr",hd="%Li",gD="Invalid_argument",db=254,cc="+",b8="1.5",hE=", characters ",aT=0xffffff,cE="Carry quite a considerable load (but not 40kg of meat)",k="stroke-linecap",er=120,gY=1027,cC=1024,aB="100%",eM="1 Ice Axe Loop",ht="Pervasives.do_at_exit",gO=65536,eF=0xf,bx="http://www.w3.org/2000/svg",gC=512,hc=", ",eE="Replaceable EVA foam back padding",g9="closedir",hD="Match_failure",gA="%li",gB=1026,b1="matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)",ew="15.93px",b7="1.1",eh="nan",t="",bn="18.37px",hs="15.59px",ef="src/browser/dictionary.ml",eg="rmdir",eq="Fatal error: exception ",U="7.35px",gN="infinity",c="fill",T="camlinternalFormat.ml",bo="section",eL="Height: 87cm",bV="stroke-miterlimit",hr="fd ",hq="M230.695,836.246C230.695,836.246 228.64,833.867 227.641,832.696C225.673,830.392 223.782,828.144 222,826C213.009,815.181 202.667,801.5 197,792C192.783,784.93 188.667,776.333 188,769C187.349,761.834 188.167,752.667 193,748C197.833,743.333 208.753,739.803 217,741C227.333,742.5 255,757 255,757C274.975,766.077 294.544,772.147 313,777C334.437,781.43 353.627,783.62 371,784L372.94,784.106C372.94,784.106 372.52,792.278 372.315,796.262C371.779,806.664 371.265,816.598 370.779,826C370.663,828.263 370.434,832.696 370.434,832.696L367.518,832C367.518,832 333.558,819.91 318,811C300.247,800.833 261,771 261,771C252.071,793.242 242.511,814.422 232,834L230.695,836.246Z",cI="Removable aluminium frame",b="path",_=248,hC="Slightly narrower at hip level, tapered rolltop",g8=0xe0,J="8.46px",r="g",de=24029,f="stroke-width",hp=0xf0,gz="2 Side Compression Straps (each side)",gM="Sys_error",aL=0x80,gX="src/js/dom.ml",aU="rgb(179,179,179)",hw="ENOTEMPTY",hB="EEXIST",I="8px",cB="matrix(1,0,0,1,-2.71442,6)",eK=1255,di="src/browser/browser.ml",gy="value",bl="10.62px",ez=" : flags Open_text and Open_binary are not compatible",eD="e",a="d",cb="preserve",gW="Stack_overflow",ey=": Not a directory",eC="ENOENT",d="rgb(51,51,51)",em="search",g6="Replaceable Pack Base",g7="Undefined_recursive_module",bS="xmlns:serif",b6="matrix(0.936149,0,0,0.956107,45.2187,22.329)",h="none",bA="11.02px",bm="21.14px",ca="height",dd="details",aK=0x8000,gV="a",cg="0 0 1080 1080",gL=0x800,hv=-48,gx=" : is a directory",gK="@{",ho="Division_by_zero",bw=".",aA="evenodd",eJ="Small side pockets for snow stakes or paddles",cf="Back-Panel",b5=0x3f,g5=114,hA="container",gJ=110,el=" : file already exists",b9="http://www.w3.org/1999/xlink",hn=101,cA=128,z="src/std/btree.ml",dh=": No such file or directory",b4="svg",j="stroke-linejoin",by="width",hm=255,g4=256,u="transform",ce="matrix(1.16593,0,0,1.09247,-103.723,-80.0186)",gI="id",eB=100,ee="index out of bounds",aW="/",g3="Height: 80cm",bU="xml:space",da=252,eA="click",eQ="Flat Lycra Hip Belt Pockets",ed="%d",g2="17.7px",b0="xmlns:xlink",hb=": file descriptor already closed",bz="-",ec="EBADF",c8="#474747",bZ="Side-Panels",dc="7.79px",gw="21.24px",bX="fill-rule",bY="Black",hl=-97,hz="Printexc.handle_uncaught_exception",ha=12520,eP=" : flags Open_rdonly and Open_wronly are not compatible",b$="http://www.serif.com/",aM=" | ",ep="Ice axe toggles",gU="Fatal error: exception %s\n",ev="img",gv=250,eo="Gear Loops (on waist belt)",gT=341,ad="12px",hk="([^/]+)",gS="input",en="jsError",bB="Rolltop",gu=103,eu=127,c$='"',aN=0xffff,eb="Loops to carry hiking poles",b3="version",g1="Sys_blocked_io",g$=0xdc00,gH="contrast",g="stroke",gG="bevel",au="6.24px",hy="_",ea="target",c_="_bigarr02";function
adj(a,b){var
e7(a){return a.hi32()}function
e8(a){return a.lo32()}function
cL(){R(eg)}var
ac$=c$;function
bp(a,b,c,d){this.kind=a;this.layout=b;this.dims=c;this.data=d}bp.prototype.caml_custom=ac$;bp.prototype.offset=function(a){var
e6(a){return a.hi32()}function
e7(a){return a.lo32()}function
cL(){R(ee)}var
adn=c_;function
bp(a,b,c,d){this.kind=a;this.layout=b;this.dims=c;this.data=d}bp.prototype.caml_custom=adn;bp.prototype.offset=function(a){var
e=this.data[a*2+0],c=this.data[a*2+1];return[dc,e,c];default:return this.data[a]}};bp.prototype.set=function(a,b){switch(this.kind){case
7:this.data[a*2+0]=e8(b);this.data[a*2+1]=e7(b);break;case
e=this.data[a*2+0],c=this.data[a*2+1];return[db,e,c];default:return this.data[a]}};bp.prototype.set=function(a,b){switch(this.kind){case
7:this.data[a*2+0]=e7(b);this.data[a*2+1]=e6(b);break;case
bq(a,b,c,d,e){if(e==0)return 0;if(d==0&&(e>=c.l||c.t==2&&e>=c.c.length)){c.c=a.t==4?dx(a.c,b,e):b==0&&a.c.length==e?a.c:a.c.substr(b,e);c.t=c.c.length==c.l?0:2}else if(c.t==2&&d==c.c.length){c.c+=a.t==4?dx(a.c,b,e):b==0&&a.c.length==e?a.c:a.c.substr(b,e);c.t=c.c.length==c.l?0:2}else{if(c.t!=4)dp(c);var
bq(a,b,c,d,e){if(e==0)return 0;if(d==0&&(e>=c.l||c.t==2&&e>=c.c.length)){c.c=a.t==4?dv(a.c,b,e):b==0&&a.c.length==e?a.c:a.c.substr(b,e);c.t=c.c.length==c.l?0:2}else if(c.t==2&&d==c.c.length){c.c+=a.t==4?dv(a.c,b,e):b==0&&a.c.length==e?a.c:a.c.substr(b,e);c.t=c.c.length==c.l?0:2}else{if(c.t!=4)dm(c);var
dq(a){if(a.t==2)a.c+=ci(a.l-a.c.length,"\0");else
a.c=dx(a.c,0,a.c.length);a.t=0}function
ff(a){if(a.length<24){for(var
b=0;b<a.length;b++)if(a.charCodeAt(b)>ew)return false;return true}else
dn(a){if(a.t==2)a.c+=ci(a.l-a.c.length,"\0");else
a.c=dv(a.c,0,a.c.length);a.t=0}function
fe(a){if(a.length<24){for(var
b=0;b<a.length;b++)if(a.charCodeAt(b)>eu)return false;return true}else
e=c+1;e<i&&(f=a.charCodeAt(e))<aL;e++);if(e-c>gz){d.substr(0,1);j+=d;d=t;j+=a.slice(c,e)}else
d+=a.slice(c,e);if(e==i)break;c=e}b=1;if(++c<i&&((h=a.charCodeAt(c))&-64)==cA){g=h+(f<<6);if(f<g4){b=g-0x3080;if(b<aL)b=1}else{b=2;if(++c<i&&((h=a.charCodeAt(c))&-64)==cA){g=h+(g<<6);if(f<hl){b=g-0xe2080;if(b<gH||b>=0xd7ff&&b<0xe000)b=2}else{b=3;if(++c<i&&((h=a.charCodeAt(c))&-64)==cA&&f<0xf5){b=h-0x3c82080+(g<<6);if(b<0x10000||b>0x10ffff)b=3}}}}}if(b<4){c-=b;d+="\ufffd"}else if(b>aN)d+=String.fromCharCode(0xd7c0+(b>>10),g7+(b&0x3FF));else
e=c+1;e<i&&(f=a.charCodeAt(e))<aL;e++);if(e-c>gC){d.substr(0,1);j+=d;d=t;j+=a.slice(c,e)}else
d+=a.slice(c,e);if(e==i)break;c=e}b=1;if(++c<i&&((h=a.charCodeAt(c))&-64)==cA){g=h+(f<<6);if(f<g8){b=g-0x3080;if(b<aL)b=1}else{b=2;if(++c<i&&((h=a.charCodeAt(c))&-64)==cA){g=h+(g<<6);if(f<hp){b=g-0xe2080;if(b<gL||b>=0xd7ff&&b<0xe000)b=2}else{b=3;if(++c<i&&((h=a.charCodeAt(c))&-64)==cA&&f<0xf5){b=h-0x3c82080+(g<<6);if(b<0x10000||b>0x10ffff)b=3}}}}}if(b<4){c-=b;d+="\ufffd"}else if(b>aN)d+=String.fromCharCode(0xd7c0+(b>>10),g$+(b&0x3FF));else
adc(){R(eg)}function
N(a,b,c){c&=a7;if(a.t!=4){if(b==a.c.length){a.c+=String.fromCharCode(c);if(b+1==a.l)a.t=0;return 0}dp(a)}a.c[b]=c;return 0}function
bE(a,b,c){if(b>>>0>=a.l)adc();return N(a,b,c)}function
eY(a,b){switch(a.t&6){default:if(b>=a.c.length)return 0;case
adq(){R(ee)}function
N(a,b,c){c&=a7;if(a.t!=4){if(b==a.c.length){a.c+=String.fromCharCode(c);if(b+1==a.l)a.t=0;return 0}dm(a)}a.c[b]=c;return 0}function
bE(a,b,c){if(b>>>0>=a.l)adq();return N(a,b,c)}function
eX(a,b){switch(a.t&6){default:if(b>=a.c.length)return 0;case
ade(a){if(isFinite(a)){if(Math.abs(a)>=2.2250738585072014e-308)return 0;if(a!=0)return 1;return 2}return isNaN(a)?4:3}function
adf(){return[0]}function
ads(a){if(isFinite(a)){if(Math.abs(a)>=2.2250738585072014e-308)return 0;if(a!=0)return 1;return 2}return isNaN(a)?4:3}function
adt(){return[0]}function
hR=[0];function
adh(a){return hR}function
hS(a){hR=a}function
adB(a){return a==245?1:0}var
adY=Math.log2&&Math.log2(1.1235582092889474E+307)==1020;function
adW(a){if(adY)return Math.floor(Math.log2(a));var
hV=[0];function
adv(a){return hV}function
hW(a){hV=a}function
adP(a){return a==245?1:0}var
aea=Math.log2&&Math.log2(1.1235582092889474E+307)==1020;function
ad_(a){if(aea)return Math.floor(Math.log2(a));var
e6(a){var
f=a.lo,g=a.mi,c=a.hi,d=(c&0x7fff)>>4;if(d==2047)return(f|g|c&eG)==0?c&aK?-Infinity:Infinity:NaN;var
e=Math.pow(2,-24),b=(f*e+g)*e+(c&eG);if(d>0){b+=16;b*=Math.pow(2,d-gU)}else
b*=Math.pow(2,-gy);if(c&aK)b=-b;return b}function
av(a){if(!ag.Failure)ag.Failure=[_,ax(eS),-3];fb(ag.Failure,a)}function
hI(a,b,c){var
e5(a){var
f=a.lo,g=a.mi,c=a.hi,d=(c&0x7fff)>>4;if(d==2047)return(f|g|c&eF)==0?c&aK?-Infinity:Infinity:NaN;var
e=Math.pow(2,-24),b=(f*e+g)*e+(c&eF);if(d>0){b+=16;b*=Math.pow(2,d-gY)}else
b*=Math.pow(2,-gB);if(c&aK)b=-b;return b}function
av(a){if(!ag.Failure)ag.Failure=[_,ax(eR),-3];fa(ag.Failure,a)}function
hM(a,b,c){var
n=e6(cO(g));i.set(d,[dc,o,n])}break}b[0]=(4+k)*4;return eW(l,q,j,h)}function
hG(a,b,c){return a.compare(b,c)}function
h8(a,b){return Math.imul(a,b)}function
a_(a,b){b=h8(b,0xcc9e2d51|0);b=b<<15|b>>>32-15;b=h8(b,0x1b873593);a^=b;a=a<<13|a>>>32-13;return(a+(a<<2)|0)+(0xe6546b64|0)|0}function
adm(a,b){a=a_(a,e8(b));a=a_(a,e7(b));return a}function
hX(a,b){return adm(a,ds(b))}function
hK(a){var
c=dn(a.dims),d=0;switch(a.kind){case
n=e5(cO(g));i.set(d,[db,o,n])}break}b[0]=(4+k)*4;return eV(l,q,j,h)}function
hK(a,b,c){return a.compare(b,c)}function
ia(a,b){return Math.imul(a,b)}function
a_(a,b){b=ia(b,0xcc9e2d51|0);b=b<<15|b>>>32-15;b=ia(b,0x1b873593);a^=b;a=a<<13|a>>>32-13;return(a+(a<<2)|0)+(0xe6546b64|0)|0}function
adA(a,b){a=a_(a,e7(b));a=a_(a,e6(b));return a}function
h1(a,b){return adA(a,dq(b))}function
hO(a){var
c=dl(a.dims),d=0;switch(a.kind){case
b=0;b<c;b++)d=hX(d,a.data[b]);break}return d}function
ado(a,b){b[0]=4;return a.read32s()}function
adL(a,b){switch(a.read8u()){case
b=0;b<c;b++)d=h1(d,a.data[b]);break}return d}function
adC(a,b){b[0]=4;return a.read32s()}function
adZ(a,b){switch(a.read8u()){case
adp(a,b,c){return a.compare(b)}function
ads(a){return a.lo32()^a.hi32()}var
hQ={"_j":{deserialize:adz,serialize:adv,fixed_length:8,compare:adp,hash:ads},"_i":{deserialize:ado,fixed_length:4},"_n":{deserialize:adL,fixed_length:4},"_bigarray":{deserialize:function(a,b){return hI(a,b,"_bigarray")},serialize:hL,compare:hG,hash:hK},"_bigarr02":{deserialize:function(a,b){return hI(a,b,c$)},serialize:hL,compare:hG,hash:hK}};function
e0(a){return hQ[a.caml_custom]&&hQ[a.caml_custom].compare}function
hO(a,b,c,d){var
f=e0(b);if(f){var
adD(a,b,c){return a.compare(b)}function
adG(a){return a.lo32()^a.hi32()}var
hU={"_j":{deserialize:adN,serialize:adJ,fixed_length:8,compare:adD,hash:adG},"_i":{deserialize:adC,fixed_length:4},"_n":{deserialize:adZ,fixed_length:4},"_bigarray":{deserialize:function(a,b){return hM(a,b,"_bigarray")},serialize:hP,compare:hK,hash:hO},"_bigarr02":{deserialize:function(a,b){return hM(a,b,c_)},serialize:hP,compare:hK,hash:hO}};function
eZ(a){return hU[a.caml_custom]&&hU[a.caml_custom].compare}function
hS(a,b,c,d){var
f=eZ(b);if(f){var
h4(a,b){if(a<b)return-1;if(a==b)return 0;return 1}function
adS(a,b){return a<b?-1:a>b?1:0}function
add(a,b){a.t&6&&dq(a);b.t&6&&dq(b);return a.c<b.c?-1:a.c>b.c?1:0}function
hN(a,b,c){var
h8(a,b){if(a<b)return-1;if(a==b)return 0;return 1}function
ad6(a,b){return a<b?-1:a>b?1:0}function
adr(a,b){a.t&6&&dn(a);b.t&6&&dn(b);return a.c<b.c?-1:a.c>b.c?1:0}function
hR(a,b,c){var
e=hP(a);if(e==gs){a=a[1];continue}var
g=hP(b);if(g==gs){b=b[1];continue}if(e!==g){if(e==cH){if(g==eL)return hO(a,b,-1,c);return-1}if(g==cH){if(e==eL)return hO(b,a,1,c);return 1}return e<g?-1:1}switch(e){case
247:R(eP);break;case
e=hT(a);if(e==gv){a=a[1];continue}var
g=hT(b);if(g==gv){b=b[1];continue}if(e!==g){if(e==cH){if(g==eK)return hS(a,b,-1,c);return-1}if(g==cH){if(e==eK)return hS(b,a,1,c);return 1}return e<g?-1:1}switch(e){case
247:R(eO);break;case
254:default:if(adB(e)){R("compare: continuation value");break}if(a.length!=b.length)return a.length<b.length?-1:1;if(a.length>1)f.push(a,b,1);break}}if(f.length==0)return 0;var
254:default:if(adP(e)){R("compare: continuation value");break}if(a.length!=b.length)return a.length<b.length?-1:1;if(a.length>1)f.push(a,b,1);break}}if(f.length==0)return 0;var
e1(a,b){return+(hN(a,b,false)==0)}function
adj(a,b,c,d){if(c>0)if(b==0&&(c>=a.l||a.t==2&&c>=a.c.length))if(d==0){a.c=t;a.t=2}else{a.c=ci(c,String.fromCharCode(d));a.t=c==a.l?0:2}else{if(a.t!=4)dp(a);for(c+=b;b<c;b++)a.c[b]=d}return 0}function
fa(a){a=bs(a);var
e0(a,b){return+(hR(a,b,false)==0)}function
adx(a,b,c,d){if(c>0)if(b==0&&(c>=a.l||a.t==2&&c>=a.c.length))if(d==0){a.c=t;a.t=2}else{a.c=ci(c,String.fromCharCode(d));a.t=c==a.l?0:2}else{if(a.t!=4)dm(a);for(c+=b;b<c;b++)a.c[b]=d}return 0}function
e$(a){a=bs(a);var
d=e;d<a.width;d++)c+=a6;if(a.signedconv)if(a.sign<0)c+=bz;else if(a.signstyle!=bz)c+=a.signstyle;if(a.alternate&&a.base==8)c+=aq;if(a.alternate&&a.base==16)c+=a.uppercase?"0X":hd;if(a.justify==cc&&a.filler==aq)for(var
d=e;d<a.width;d++)c+=a6;if(a.signedconv)if(a.sign<0)c+=bz;else if(a.signstyle!=bz)c+=a.signstyle;if(a.alternate&&a.base==8)c+=aq;if(a.alternate&&a.base==16)c+=a.uppercase?"0X":hh;if(a.justify==cc&&a.filler==aq)for(var
c,f=fa(a),e=f.prec<0?6:f.prec;if(b<0||b==0&&1/b==-Infinity){f.sign=-1;b=-b}if(isNaN(b)){c=ej;f.filler=a6}else if(!isFinite(b)){c="inf";f.filler=a6}else
c,f=e$(a),e=f.prec<0?6:f.prec;if(b<0||b==0&&1/b==-Infinity){f.sign=-1;b=-b}if(isNaN(b)){c=eh;f.filler=a6}else if(!isFinite(b)){c="inf";f.filler=a6}else
c=b.toExponential(e),d=c.length;if(c.charAt(d-3)==eE)c=c.slice(0,d-1)+aq+c.slice(d-1);break;case"f":c=j(b,e);break;case"g":e=e?e:1;c=b.toExponential(e-1);var
i=c.indexOf(eE),h=+c.slice(i+1);if(h<-4||b>=1e21||b.toFixed(0).length>e){var
d=i-1;while(c.charAt(d)==aq)d--;if(c.charAt(d)==bw)d--;c=c.slice(0,d+1)+c.slice(i);d=c.length;if(c.charAt(d-3)==eE)c=c.slice(0,d-1)+aq+c.slice(d-1);break}else{var
c=b.toExponential(e),d=c.length;if(c.charAt(d-3)==eD)c=c.slice(0,d-1)+aq+c.slice(d-1);break;case"f":c=j(b,e);break;case"g":e=e?e:1;c=b.toExponential(e-1);var
i=c.indexOf(eD),h=+c.slice(i+1);if(h<-4||b>=1e21||b.toFixed(0).length>e){var
d=i-1;while(c.charAt(d)==aq)d--;if(c.charAt(d)==bw)d--;c=c.slice(0,d+1)+c.slice(i);d=c.length;if(c.charAt(d-3)==eD)c=c.slice(0,d-1)+aq+c.slice(d-1);break}else{var
d=c.length-1;while(c.charAt(d)==aq)d--;if(c.charAt(d)==bw)d--;c=c.slice(0,d+1)}}break}return e2(f,c)}function
dr(a,b){if(bs(a)==ef)return ax(t+b);var
c=fa(a);if(b<0)if(c.signedconv){c.sign=-1;b=-b}else
d=c.length-1;while(c.charAt(d)==aq)d--;if(c.charAt(d)==bw)d--;c=c.slice(0,d+1)}}break}return e1(f,c)}function
dp(a,b){if(bs(a)==ed)return ax(t+b);var
c=e$(a);if(b<0)if(c.signedconv){c.sign=-1;b=-b}else
e=c.prec-d.length;if(e>0)d=ci(e,aq)+d}return e2(c,d)}var
adM=0;function
hU(){return adM++}function
O(a){if(ff(a))return a;return ig(a)}function
e=c.prec-d.length;if(e>0)d=ci(e,aq)+d}return e1(c,d)}var
ad0=0;function
hY(){return ad0++}function
O(a){if(fe(a))return a;return ik(a)}function
e=d+1;e<g&&(b=a.charCodeAt(e))<aL;e++);if(e-d>gz){c.substr(0,1);f+=c;c=t;f+=a.slice(d,e)}else
c+=a.slice(d,e);if(e==g)break;d=e}if(b<gH){c+=String.fromCharCode(0xc0|b>>6);c+=String.fromCharCode(aL|b&b5)}else if(b<0xd800||b>=hc)c+=String.fromCharCode(g4|b>>12,aL|b>>6&b5,aL|b&b5);else if(b>=0xdbff||d+1==g||(h=a.charCodeAt(d+1))<g7||h>hc)c+="\xef\xbf\xbd";else{d++;b=(b<<10)+h-0x35fdc00;c+=String.fromCharCode(hl|b>>18,aL|b>>12&b5,aL|b>>6&b5,aL|b&b5)}if(c.length>cC){c.substr(0,1);f+=c;c=t}}return f+c}function
aQ(a){return ff(a)?ax(a):ax(adV(a))}var
ad0=["E2BIG","EACCES","EAGAIN",ee,"EBUSY","ECHILD","EDEADLK","EDOM",hx,"EFAULT","EFBIG","EINTR","EINVAL","EIO","EISDIR","EMFILE","EMLINK","ENAMETOOLONG","ENFILE","ENODEV",eD,"ENOEXEC","ENOLCK","ENOMEM","ENOSPC","ENOSYS",eH,hs,"ENOTTY","ENXIO","EPERM","EPIPE","ERANGE","EROFS","ESPIPE","ESRCH","EXDEV","EWOULDBLOCK","EINPROGRESS","EALREADY","ENOTSOCK","EDESTADDRREQ","EMSGSIZE","EPROTOTYPE","ENOPROTOOPT","EPROTONOSUPPORT","ESOCKTNOSUPPORT","EOPNOTSUPP","EPFNOSUPPORT","EAFNOSUPPORT","EADDRINUSE","EADDRNOTAVAIL","ENETDOWN","ENETUNREACH","ENETRESET","ECONNABORTED","ECONNRESET","ENOBUFS","EISCONN","ENOTCONN","ESHUTDOWN","ETOOMANYREFS","ETIMEDOUT","ECONNREFUSED","EHOSTDOWN","EHOSTUNREACH","ELOOP","EOVERFLOW"];function
e=d+1;e<g&&(b=a.charCodeAt(e))<aL;e++);if(e-d>gC){c.substr(0,1);f+=c;c=t;f+=a.slice(d,e)}else
c+=a.slice(d,e);if(e==g)break;d=e}if(b<gL){c+=String.fromCharCode(0xc0|b>>6);c+=String.fromCharCode(aL|b&b5)}else if(b<0xd800||b>=hg)c+=String.fromCharCode(g8|b>>12,aL|b>>6&b5,aL|b&b5);else if(b>=0xdbff||d+1==g||(h=a.charCodeAt(d+1))<g$||h>hg)c+="\xef\xbf\xbd";else{d++;b=(b<<10)+h-0x35fdc00;c+=String.fromCharCode(hp|b>>18,aL|b>>12&b5,aL|b>>6&b5,aL|b&b5)}if(c.length>cC){c.substr(0,1);f+=c;c=t}}return f+c}function
aQ(a){return fe(a)?ax(a):ax(ad9(a))}var
aec=["E2BIG","EACCES","EAGAIN",ec,"EBUSY","ECHILD","EDEADLK","EDOM",hB,"EFAULT","EFBIG","EINTR","EINVAL","EIO","EISDIR","EMFILE","EMLINK","ENAMETOOLONG","ENFILE","ENODEV",eC,"ENOEXEC","ENOLCK","ENOMEM","ENOSPC","ENOSYS",eG,hw,"ENOTTY","ENXIO","EPERM","EPIPE","ERANGE","EROFS","ESPIPE","ESRCH","EXDEV","EWOULDBLOCK","EINPROGRESS","EALREADY","ENOTSOCK","EDESTADDRREQ","EMSGSIZE","EPROTOTYPE","ENOPROTOOPT","EPROTONOSUPPORT","ESOCKTNOSUPPORT","EOPNOTSUPP","EPFNOSUPPORT","EAFNOSUPPORT","EADDRINUSE","EADDRNOTAVAIL","ENETDOWN","ENETUNREACH","ENETRESET","ECONNABORTED","ECONNRESET","ENOBUFS","EISCONN","ENOTCONN","ESHUTDOWN","ETOOMANYREFS","ETIMEDOUT","ECONNREFUSED","EHOSTDOWN","EHOSTUNREACH","ELOOP","EOVERFLOW"];function
f=V(a+d),g=this.data;this.data=f;bq(g,0,this.data,0,e)}bq(eX(b),c,this.data,a,d);return 0};af.prototype.read=function(a,b,c,d){var
f=V(a+d),g=this.data;this.data=f;bq(g,0,this.data,0,e)}bq(eW(b),c,this.data,a,d);return 0};af.prototype.read=function(a,b,c,d){var
f=V(d|0);bq(this.data,a,f,0,d);b.set(ie(f),c)}return d};function
bC(a,b,c){this.file=b;this.name=a;this.flags=c}bC.prototype.err_closed=function(){v(this.name+g9)};bC.prototype.length=function(){if(this.file)return this.file.length();this.err_closed()};bC.prototype.write=function(a,b,c,d){if(this.file)return this.file.write(a,b,c,d);this.err_closed()};bC.prototype.read=function(a,b,c,d){if(this.file)return this.file.read(a,b,c,d);this.err_closed()};bC.prototype.close=function(){this.file=undefined};function
f=V(d|0);bq(this.data,a,f,0,d);b.set(ij(f),c)}return d};function
bC(a,b,c){this.file=b;this.name=a;this.flags=c}bC.prototype.err_closed=function(){v(this.name+hb)};bC.prototype.length=function(){if(this.file)return this.file.length();this.err_closed()};bC.prototype.write=function(a,b,c,d){if(this.file)return this.file.write(a,b,c,d);this.err_closed()};bC.prototype.read=function(a,b,c,d){if(this.file)return this.file.read(a,b,c,d);this.err_closed()};bC.prototype.close=function(){this.file=undefined};function
d=/^(.*)\/[^/]+/.exec(a);d=d&&d[1]||t;if(!this.exists(d))if(e)bb(e,bd(eD,ev,this.nm(d)));else
v(d+dj);if(!this.is_dir(d))if(e)bb(e,bd(eH,ev,this.nm(d)));else
v(d+eA);this.create_dir_if_needed(this.slash(a))};$.prototype.rmdir=function(a,b){var
c=b&&bu(dl),d=a==t?t:this.slash(a),f=new
RegExp(hq+d+hg);if(!this.exists(a))if(c)bb(c,bd(eD,ei,this.nm(a)));else
v(a+dj);if(!this.is_dir(a))if(c)bb(c,bd(eH,ei,this.nm(a)));else
v(a+eA);for(var
d=/^(.*)\/[^/]+/.exec(a);d=d&&d[1]||t;if(!this.exists(d))if(e)bb(e,bd(eC,et,this.nm(d)));else
v(d+dh);if(!this.is_dir(d))if(e)bb(e,bd(eG,et,this.nm(d)));else
v(d+ey);this.create_dir_if_needed(this.slash(a))};$.prototype.rmdir=function(a,b){var
c=b&&bu(dj),d=a==t?t:this.slash(a),f=new
RegExp(hu+d+hk);if(!this.exists(a))if(c)bb(c,bd(eC,eg,this.nm(a)));else
v(a+dh);if(!this.is_dir(a))if(c)bb(c,bd(eG,eg,this.nm(a)));else
v(a+ey);for(var
c=b&&bu(dl),d=this.readdir(a),e=false,f=0;return{readSync:function(){if(e)if(c)bb(c,bd(ee,g5,this.nm(a)));else
v(a+hb);if(f==d.length)return null;var
b=d[f];f++;return{name:b}},closeSync:function(){if(e)if(c)bb(c,bd(ee,g5,this.nm(a)));else
v(a+hb);e=true;d=[]}}};$.prototype.is_dir=function(a){if(a==t)return true;var
c=b&&bu(dj),d=this.readdir(a),e=false,f=0;return{readSync:function(){if(e)if(c)bb(c,bd(ec,g9,this.nm(a)));else
v(a+hf);if(f==d.length)return null;var
b=d[f];f++;return{name:b}},closeSync:function(){if(e)if(c)bb(c,bd(ec,g9,this.nm(a)));else
v(a+hf);e=true;d=[]}}};$.prototype.is_dir=function(a){if(a==t)return true;var
c;if(b.rdonly&&b.wronly)v(this.nm(a)+eQ);if(b.text&&b.binary)v(this.nm(a)+eB);this.lookup(a);if(this.content[a]){if(this.is_dir(a))v(this.nm(a)+gu);if(b.create&&b.excl)v(this.nm(a)+en);c=this.content[a];if(b.truncate)c.truncate()}else if(b.create){this.create_dir_if_needed(a);this.content[a]=new
c;if(b.rdonly&&b.wronly)v(this.nm(a)+eP);if(b.text&&b.binary)v(this.nm(a)+ez);this.lookup(a);if(this.content[a]){if(this.is_dir(a))v(this.nm(a)+gx);if(b.create&&b.excl)v(this.nm(a)+el);c=this.content[a];if(b.truncate)c.truncate()}else if(b.create){this.create_dir_if_needed(a);this.content[a]=new
c;if(b.rdonly&&b.wronly)v(this.nm(a)+eQ);if(b.text&&b.binary)v(this.nm(a)+eB);this.lookup(a);if(this.content[a]){if(this.is_dir(a))v(this.nm(a)+gu);if(b.create&&b.excl)v(this.nm(a)+en);c=this.content[a];if(b.truncate)c.truncate()}else if(b.create){this.create_dir_if_needed(a);this.content[a]=new
c;if(b.rdonly&&b.wronly)v(this.nm(a)+eP);if(b.text&&b.binary)v(this.nm(a)+ez);this.lookup(a);if(this.content[a]){if(this.is_dir(a))v(this.nm(a)+gx);if(b.create&&b.excl)v(this.nm(a)+el);c=this.content[a];if(b.truncate)c.truncate()}else if(b.create){this.create_dir_if_needed(a);this.content[a]=new
aP(a,b){this.fs=require(em);this.fd=a;this.flags=b}aP.prototype=new
hE();aP.prototype.constructor=aP;aP.prototype.truncate=function(a){try{this.fs.ftruncateSync(this.fd,a|0)}catch(f){v(f.toString())}};aP.prototype.length=function(){try{return this.fs.fstatSync(this.fd).size}catch(f){v(f.toString())}};aP.prototype.write=function(a,b,c,d){try{if(this.flags.isCharacterDevice)this.fs.writeSync(this.fd,b,c,d);else
aP(a,b){this.fs=require(ek);this.fd=a;this.flags=b}aP.prototype=new
hI();aP.prototype.constructor=aP;aP.prototype.truncate=function(a){try{this.fs.ftruncateSync(this.fd,a|0)}catch(f){v(f.toString())}};aP.prototype.length=function(){try{return this.fs.fstatSync(this.fd).size}catch(f){v(f.toString())}};aP.prototype.write=function(a,b,c,d){try{if(this.flags.isCharacterDevice)this.fs.writeSync(this.fd,b,c,d);else
Q(a){this.fs=require(em);this.root=a}Q.prototype.nm=function(a){return this.root+a};Q.prototype.exists=function(a){try{return this.fs.existsSync(this.nm(a))?1:0}catch(f){return 0}};Q.prototype.isFile=function(a){try{return this.fs.statSync(this.nm(a)).isFile()?1:0}catch(f){v(f.toString())}};Q.prototype.mkdir=function(a,b,c){try{this.fs.mkdirSync(this.nm(a),{mode:b});return 0}catch(f){this.raise_nodejs_error(f,c)}};Q.prototype.rmdir=function(a,b){try{this.fs.rmdirSync(this.nm(a));return 0}catch(f){this.raise_nodejs_error(f,b)}};Q.prototype.readdir=function(a,b){try{return this.fs.readdirSync(this.nm(a))}catch(f){this.raise_nodejs_error(f,b)}};Q.prototype.is_dir=function(a){try{return this.fs.statSync(this.nm(a)).isDirectory()?1:0}catch(f){v(f.toString())}};Q.prototype.unlink=function(a,b){try{var
Q(a){this.fs=require(ek);this.root=a}Q.prototype.nm=function(a){return this.root+a};Q.prototype.exists=function(a){try{return this.fs.existsSync(this.nm(a))?1:0}catch(f){return 0}};Q.prototype.isFile=function(a){try{return this.fs.statSync(this.nm(a)).isFile()?1:0}catch(f){v(f.toString())}};Q.prototype.mkdir=function(a,b,c){try{this.fs.mkdirSync(this.nm(a),{mode:b});return 0}catch(f){this.raise_nodejs_error(f,c)}};Q.prototype.rmdir=function(a,b){try{this.fs.rmdirSync(this.nm(a));return 0}catch(f){this.raise_nodejs_error(f,b)}};Q.prototype.readdir=function(a,b){try{return this.fs.readdirSync(this.nm(a))}catch(f){this.raise_nodejs_error(f,b)}};Q.prototype.is_dir=function(a){try{return this.fs.statSync(this.nm(a)).isDirectory()?1:0}catch(f){v(f.toString())}};Q.prototype.unlink=function(a,b){try{var
hW(a){var
b=fg(a);if(!b)return;return b[0]+aW}var
dw=hW(cN)||av("unable to compute caml_root"),ck=[];if(cQ())ck.push({path:dw,device:new
Q(dw)});else
ck.push({path:dw,device:new
$(dw)});ck.push({path:ht,device:new
$(ht)});function
ii(a){var
g=adF(a),a=g.join(aW),f=id(a),c;for(var
h0(a){var
b=ff(a);if(!b)return;return b[0]+aW}var
du=h0(cN)||av("unable to compute caml_root"),ck=[];if(cQ())ck.push({path:du,device:new
Q(du)});else
ck.push({path:du,device:new
$(du)});ck.push({path:hx,device:new
$(hx)});function
im(a){var
g=adT(a),a=g.join(aW),f=ii(a),c;for(var
adg(a,b){var
c=ii(a);if(!c.device.register)av("cannot register file");c.device.register(c.rest,b);return 0}function
ih(a,b){var
a=ax(a),b=ax(b);return adg(a,b)}function
adl(){var
adu(a,b){var
c=im(a);if(!c.device.register)av("cannot register file");c.device.register(c.rest,b);return 0}function
il(a,b){var
a=ax(a),b=ax(b);return adu(a,b)}function
adz(){var
a=0;a<b.length;a++)ih(b[a].name,b[a].content);F.jsoo_create_file=ih;F.caml_fs_tmp=[];return 0}function
hV(){return[0]}function
adn(a,b,c){if(!isFinite(a)){if(isNaN(a))return aQ(ej);return aQ(a>0?gJ:"-infinity")}var
a=0;a<b.length;a++)il(b[a].name,b[a].content);F.jsoo_create_file=il;F.caml_fs_tmp=[];return 0}function
hZ(){return[0]}function
adB(a,b,c){if(!isFinite(a)){if(isNaN(a))return aQ(eh);return aQ(a>0?gN:"-infinity")}var
ady(a){return a.toInt()}function
adt(a){return+a.isNeg()}function
h0(a){return a.neg()}function
adr(a,b){var
c=fa(a);if(c.signedconv&&adt(b)){c.sign=-1;b=h0(b)}var
d=t,h=dt(c.base),g="0123456789abcdef";do{var
f=b.udivmod(h);b=f.quotient;d=g.charAt(ady(f.modulus))+d}while(!adu(b));if(c.prec>=0){c.filler=a6;var
e=c.prec-d.length;if(e>0)d=ci(e,aq)+d}return e2(c,d)}function
h3(a,b){return a.or(b)}function
adD(a){if(a.js_error)return[0,a.js_error];return 0}function
adM(a){return a.toInt()}function
adH(a){return+a.isNeg()}function
h4(a){return a.neg()}function
adF(a,b){var
c=e$(a);if(c.signedconv&&adH(b)){c.sign=-1;b=h4(b)}var
d=t,h=dr(c.base),g="0123456789abcdef";do{var
f=b.udivmod(h);b=f.quotient;d=g.charAt(adM(f.modulus))+d}while(!adI(b));if(c.prec>=0){c.filler=a6;var
e=c.prec-d.length;if(e>0)d=ci(e,aq)+d}return e1(c,d)}function
h7(a,b){return a.or(b)}function
adR(a){if(a.js_error)return[0,a.js_error];return 0}function
h_(a){return ax(a)}function
hY(a,b){return a.add(b)}function
hZ(a,b){return a.mul(b)}function
e9(a,b){return a.ucompare(b)<0}function
adN(a){var
ic(a){return ax(a)}function
h2(a,b){return a.add(b)}function
h3(a,b){return a.mul(b)}function
e8(a,b){return a.ucompare(b)<0}function
ad1(a){var
h$(a){if(a>=48&&a<=57)return a-48;if(a>=65&&a<=90)return a-55;if(a>=97&&a<=122)return a-87;return-1}function
h1(a){var
g=adN(a),f=g[0],i=g[1],d=g[2],h=dt(d),j=new
q(aT,0xfffffff,aN).udivmod(h).quotient,e=bc(a,f),b=h$(e);if(b<0||b>=d)av(cJ);var
c=dt(b);for(;;){f++;e=bc(a,f);if(e==95)continue;b=h$(e);if(b<0||b>=d)break;if(e9(j,c))av(cJ);b=dt(b);c=hY(hZ(h,c),b);if(e9(c,b))av(cJ)}if(f!=K(a))av(cJ);if(d==10&&e9(new
q(0,0,aK),c))av(cJ);if(i<0)c=h0(c);return c}function
ada(a,b){return a.get(a.offset(b))}function
adA(a,b){return a.xor(b)}function
adx(a,b){return a.shift_right_unsigned(b)}function
adw(a,b){return a.shift_left(b)}function
du(a){function
o(a,b){return adw(a,b)}function
h(a,b){return adx(a,b)}function
s(a,b){return h3(a,b)}function
f(a,b){return adA(a,b)}function
k(a,b){return hY(a,b)}function
i(a,b){return hZ(a,b)}function
id(a){if(a>=48&&a<=57)return a-48;if(a>=65&&a<=90)return a-55;if(a>=97&&a<=122)return a-87;return-1}function
h5(a){var
g=ad1(a),f=g[0],i=g[1],d=g[2],h=dr(d),j=new
q(aT,0xfffffff,aN).udivmod(h).quotient,e=bc(a,f),b=id(e);if(b<0||b>=d)av(cJ);var
c=dr(b);for(;;){f++;e=bc(a,f);if(e==95)continue;b=id(e);if(b<0||b>=d)break;if(e8(j,c))av(cJ);b=dr(b);c=h2(h3(h,c),b);if(e8(c,b))av(cJ)}if(f!=K(a))av(cJ);if(d==10&&e8(new
q(0,0,aK),c))av(cJ);if(i<0)c=h4(c);return c}function
ado(a,b){return a.get(a.offset(b))}function
adO(a,b){return a.xor(b)}function
adL(a,b){return a.shift_right_unsigned(b)}function
adK(a,b){return a.shift_left(b)}function
ds(a){function
o(a,b){return adK(a,b)}function
h(a,b){return adL(a,b)}function
s(a,b){return h7(a,b)}function
f(a,b){return adO(a,b)}function
k(a,b){return h2(a,b)}function
i(a,b){return h3(a,b)}function
q=h1(h_("0xd1342543de82ef95")),l=h1(h_("0xdaba0b6eb09322e3")),b,d,c,e=a,r=g(e,0),n=g(e,1),p=g(e,2),t=g(e,3);b=k(n,p);b=i(f(b,h(b,32)),l);b=i(f(b,h(b,32)),l);b=f(b,h(b,32));j(e,1,k(i(n,q),r));var
q=h5(ic("0xd1342543de82ef95")),l=h5(ic("0xdaba0b6eb09322e3")),b,d,c,e=a,r=g(e,0),n=g(e,1),p=g(e,2),t=g(e,3);b=k(n,p);b=i(f(b,h(b,32)),l);b=i(f(b,h(b,32)),l);b=f(b,h(b,32));j(e,1,k(i(n,q),r));var
b=a$[a];if(!b.opened)v("Cannot flush a closed channel");if(!b.buffer||b.buffer_curr==0)return 0;if(b.output)b.output(dx(b.buffer,0,b.buffer_curr));else
b=a$[a];if(!b.opened)v("Cannot flush a closed channel");if(!b.buffer||b.buffer_curr==0)return 0;if(b.output)b.output(dv(b.buffer,0,b.buffer_curr));else
e=V(d);bq(eX(b),c,e,0,d);this.log(e.toUtf16());return 0}v(this.fd+g9)};cK.prototype.read=function(a,b,c,d){v(this.fd+": file descriptor is write only")};cK.prototype.close=function(){this.log=undefined};function
dz(a,b){if(b==undefined)b=dy.length;dy[b]=a;return b|0}function
ad2(a,b,c){var
e=V(d);bq(eW(b),c,e,0,d);this.log(e.toUtf16());return 0}v(this.fd+hb)};cK.prototype.read=function(a,b,c,d){v(this.fd+": file descriptor is write only")};cK.prototype.close=function(){this.log=undefined};function
dx(a,b){if(b==undefined)b=dw.length;dw[b]=a;return b|0}function
aee(a,b,c){var
8:d.nonblock=1;break}b=b[2]}if(d.rdonly&&d.wronly)v(bs(a)+eQ);if(d.text&&d.binary)v(bs(a)+eB);var
e=ii(a),f=e.device.open(e.rest,d);return dz(f,undefined)}(function(){function
a(a,b){return cQ()?adU(a,b):new
cK(a,b)}dz(a(0,{rdonly:1,altname:"/dev/stdin",isCharacterDevice:true}),0);dz(a(1,{buffered:2,wronly:1,isCharacterDevice:true}),1);dz(a(2,{buffered:2,wronly:1,isCharacterDevice:true}),2)}());function
adH(a){var
b=dy[a];if(b.flags.wronly)v(hn+a+" is writeonly");var
8:d.nonblock=1;break}b=b[2]}if(d.rdonly&&d.wronly)v(bs(a)+eP);if(d.text&&d.binary)v(bs(a)+ez);var
e=im(a),f=e.device.open(e.rest,d);return dx(f,undefined)}(function(){function
a(a,b){return cQ()?ad8(a,b):new
cK(a,b)}dx(a(0,{rdonly:1,altname:"/dev/stdin",isCharacterDevice:true}),0);dx(a(1,{buffered:2,wronly:1,isCharacterDevice:true}),1);dx(a(2,{buffered:2,wronly:1,isCharacterDevice:true}),2)}());function
adV(a){var
b=dw[a];if(b.flags.wronly)v(hr+a+" is writeonly");var
adJ(a,b,c,d){var
b=ie(b);return adK(a,b,c,d)}function
h6(a,b,c,d){return adJ(a,bD(b),c,d)}function
h7(a,b){var
c=ax(String.fromCharCode(b));h6(a,c,0,1);return 0}function
bG(a,b){return+(hN(a,b,false)!=0)}function
dv(a){if(a
adX(a,b,c,d){var
b=ij(b);return adY(a,b,c,d)}function
h_(a,b,c,d){return adX(a,bD(b),c,d)}function
h$(a,b){var
c=ax(String.fromCharCode(b));h_(a,c,0,1);return 0}function
bG(a,b){return+(hR(a,b,false)!=0)}function
dt(a){if(a
adR(){R(eg)}function
ar(a,b){if(b>>>0>=K(a))adR();return bc(a,b)}function
ic(a,b){return 1-cj(a,b)}function
am(a){a.t&6&&dq(a);return ax(a.c)}function
adT(){return 0x7FFFFFFF/4|0}function
fe(a){var
ad5(){R(ee)}function
ar(a,b){if(b>>>0>=K(a))ad5();return bc(a,b)}function
ih(a,b){return 1-cj(a,b)}function
am(a){a.t&6&&dn(a);return ax(a.c)}function
ad7(){return 0x7FFFFFFF/4|0}function
fd(a){var
adC(a){switch(a[2]){case-8:case-11:case-12:return 1;default:return 0}}function
adk(a){var
b=t;if(a[0]==0){b+=a[1][1];if(a.length==3&&a[2][0]==0&&adC(a[1]))var
adQ(a){switch(a[2]){case-8:case-11:case-12:return 1;default:return 0}}function
ady(a){var
b=t;if(a[0]==0){b+=a[1][1];if(a.length==3&&a[2][0]==0&&adQ(a[1]))var
a8)b+=da+c.toString()+da;else if(typeof
c=="string")b+=da+c.toString()+da;else
b+=hu}b+=")"}else if(a[0]==_)b+=a[1];return b}function
hT(a){if(a
a8)b+=c$+c.toString()+c$;else if(typeof
c=="string")b+=c$+c.toString()+c$;else
b+=hy}b+=")"}else if(a[0]==_)b+=a[1];return b}function
hX(a){if(a
c=bu(hv);if(c)eZ(c,[a,false]);else{var
d=adk(a),b=bu(hp);if(b)eZ(b,[0]);console.error(et+d);if(a.js_error)throw a.js_error}}else
c=bu(hz);if(c)eY(c,[a,false]);else{var
d=ady(a),b=bu(ht);if(b)eY(b,[0]);console.error(eq+d);if(a.js_error)throw a.js_error}}else
adQ(){var
c=F.process;if(c&&c.on)c.on("uncaughtException",function(a,b){hT(a);c.exit(2)});else if(F.addEventListener)F.addEventListener("error",function(a){if(a.error)hT(a.error)})}adQ();function
ad4(){var
c=F.process;if(c&&c.on)c.on("uncaughtException",function(a,b){hX(a);c.exit(2)});else if(F.addEventListener)F.addEventListener("error",function(a){if(a.error)hX(a.error)})}ad4();function
eb(a,b,c,d,e,f){return(a.l>=0?a.l:a.l=a.length)==5?a(b,c,d,e,f):br(a,[b,c,d,e,f])}function
ac6(a,b,c,d,e,f,g,h){return(a.l>=0?a.l:a.l=a.length)==7?a(b,c,d,e,f,g,h):br(a,[b,c,d,e,f,g,h])}var
ad1=undefined;adl();var
dB=[_,hC,-1],fl=[_,gI,-2],fi=[_,eS,-3],fh=[_,gA,-4],fj=[_,hz,-8],fk=[_,gS,-9],n=[_,gV,-11],fm=[_,g3,-12],ac5=[4,0,0,0,[12,45,[4,0,0,0,0]]],dL=[0,[11,'File "',[2,0,[11,'", line ',[4,0,0,0,[11,hA,[4,0,0,0,[12,45,[4,0,0,0,[11,": ",[2,0,0]]]]]]]]]],'File "%s", line %d, characters %d-%d: %s'],fS=[0,0],C=bF([[0,"Coyote Brown EPX200","#74562f",1],[0,"Red Barn EPX200","#6e393c",1],[0,"Brick Red EPX200","#820210",1],[0,"Bright Orange EPX200","#fd3403",1],[0,"Golden Dazy EPX200","#fec93f",1],[0,"Army Olive EPX200","#5a5137",1],[0,"Green Mountain EPX200","#2d5f55",1],[0,"Tropic Teal EPX200","#108b99",1],[0,"Bright Blue EPX200","#0a5bc4",1],[0,"Ocean Blue EPX200","#032b4b",1],[0,"Fuchsia EPX200","#b60158",1],[0,"Deep Purple EPX200","#2c2b68",1],[0,"Black Knight EPX200",c8,1],[0,"Wolf Grey EPX200","#514f56",1],[0,"Snow White EPX200","#e6e6e5",1]]),bi=[0,[0,"Black Knight EPX400",c8,1],0],a3=[0,[0,"Black Ultra 400TX",c8,1],0],d8=[0,[0,"Black VX42",c8,1],0],a4=[0,[0,"Black VX21 Cire","#3d3d3d",1],0],Z=[0,[0,"Navy Blue VX07","#3e4c76",1],[0,[0,"Red VX07","#e2242b",1],[0,[0,"Off-white VX07","#edecdb",1],0]]],gl=[0,[0,"Liteskin LS07","#514a46",1],0],c4=[0,[0,"Grey 210D HDPE Gridstop","#aab1b1",1],0],bR=[0,"Internal pocket that can double as a shoulder bag",[0,"Load lifters",[0,"Y strap (over the top)",[0,"Tapered rolltop with 19mm side release buckle",[0,"Sternum Strap",[0,"Strap bottle pocket included with all packs",0]]]]]];aD(11,fm,g3);aD(10,n,gV);aD(9,[_,gX,-10],gX);aD(8,fk,gS);aD(7,fj,hz);aD(6,[_,ha,-7],ha);aD(5,[_,hk,-6],hk);aD(4,[_,gL,-5],gL);aD(3,fh,gA);aD(2,fi,eS);aD(1,fl,gI);aD(0,dB,hC);function
d$(a,b,c,d,e,f){return(a.l>=0?a.l:a.l=a.length)==5?a(b,c,d,e,f):br(a,[b,c,d,e,f])}function
adi(a,b,c,d,e,f,g,h){return(a.l>=0?a.l:a.l=a.length)==7?a(b,c,d,e,f,g,h):br(a,[b,c,d,e,f,g,h])}var
aed=undefined;adz();var
dz=[_,hG,-1],fk=[_,gM,-2],fh=[_,eR,-3],fg=[_,gD,-4],fi=[_,hD,-8],fj=[_,gW,-9],n=[_,gZ,-11],fl=[_,g7,-12],adh=[4,0,0,0,[12,45,[4,0,0,0,0]]],dJ=[0,[11,'File "',[2,0,[11,'", line ',[4,0,0,0,[11,hE,[4,0,0,0,[12,45,[4,0,0,0,[11,": ",[2,0,0]]]]]]]]]],'File "%s", line %d, characters %d-%d: %s'],fR=[0,0],C=bF([[0,"Coyote Brown EPX200","#74562f",1],[0,"Red Barn EPX200","#6e393c",1],[0,"Brick Red EPX200","#820210",1],[0,"Bright Orange EPX200","#fd3403",1],[0,"Golden Dazy EPX200","#fec93f",1],[0,"Army Olive EPX200","#5a5137",1],[0,"Green Mountain EPX200","#2d5f55",1],[0,"Tropic Teal EPX200","#108b99",1],[0,"Bright Blue EPX200","#0a5bc4",1],[0,"Ocean Blue EPX200","#032b4b",1],[0,"Fuchsia EPX200","#b60158",1],[0,"Deep Purple EPX200","#2c2b68",1],[0,"Black Knight EPX200",c8,1],[0,"Wolf Grey EPX200","#514f56",1],[0,"Snow White EPX200","#e6e6e5",1]]),bi=[0,[0,"Black Knight EPX400",c8,1],0],a3=[0,[0,"Black Ultra 400TX",c8,1],0],d6=[0,[0,"Black VX42",c8,1],0],a4=[0,[0,"Black VX21 Cire","#3d3d3d",1],0],Z=[0,[0,"Navy Blue VX07","#3e4c76",1],[0,[0,"Red VX07","#e2242b",1],[0,[0,"Off-white VX07","#edecdb",1],0]]],gn=[0,[0,"Liteskin LS07","#514a46",1],0],c4=[0,[0,"Grey 210D HDPE Gridstop","#aab1b1",1],0],bR=[0,"Internal pocket that can double as a shoulder bag",[0,"Load lifters",[0,"Y strap (over the top)",[0,"Tapered rolltop with 19mm side release buckle",[0,"Sternum Strap",[0,"Strap bottle pocket included with all packs",0]]]]]];aD(11,fl,g7);aD(10,n,gZ);aD(9,[_,g1,-10],g1);aD(8,fj,gW);aD(7,fi,hD);aD(6,[_,he,-7],he);aD(5,[_,ho,-6],ho);aD(4,[_,gP,-5],gP);aD(3,fg,gD);aD(2,fh,eR);aD(1,fk,gM);aD(0,dz,hG);function
c=K(a),e=K(b),d=V(c+e|0);a9(a,0,d,0,c);a9(b,0,d,c,e);return am(d)}adH(0);h5(1);var
a0=h5(2);function
cl(a,b){h6(a,b,0,K(b));return}function
fn(a){cl(a0,a);h7(a0,10);return ba(a0)}var
fo=[0,function(a){return}],io=[0,function(a){var
b=adI(0);for(;;){if(!b)return 0;var
c=K(a),e=K(b),d=V(c+e|0);a9(a,0,d,0,c);a9(b,0,d,c,e);return am(d)}adV(0);h9(1);var
a0=h9(2);function
cl(a,b){h_(a,b,0,K(b));return}function
fm(a){cl(a0,a);h$(a0,10);return ba(a0)}var
fn=[0,function(a){return}],is=[0,function(a){var
b=adW(0);for(;;){if(!b)return 0;var
dC(a){o(fo[1],0);return o(dm(io),0)}fd(hp,dC);var
cm=(4*adT(0)|0)-1|0,iv="hd",ix="nth",iy="List.nth";function
cn(a){return a?a[1]:cR(iv)}function
cT(a,b){if(0>b)return aZ(iy);var
c=a,d=b;for(;;){if(!c)return cR(ix);var
dA(a){o(fn[1],0);return o(dk(is),0)}fc(ht,dA);var
cm=(4*ad7(0)|0)-1|0,iz="hd",iB="nth",iC="List.nth";function
cn(a){return a?a[1]:cR(iz)}function
cT(a,b){if(0>b)return aZ(iC);var
c=a,d=b;for(;;){if(!c)return cR(iB);var
e=aZ(iz)}return am(e)}function
fr(a,b,c,d,e){if(0<=e&&0<=b&&(aY(a)-e|0)>=b&&0<=d&&(aY(c)-e|0)>=d){bq(a,b,c,d,e);return}return aZ(iA)}function
aR(a,b,c,d,e){if(0<=e&&0<=b&&(K(a)-e|0)>=b&&0<=d&&(aY(c)-e|0)>=d){a9(a,b,c,d,e);return}return aZ(iB)}var
bI=adS,iD="Array.sub",iE="Array.blit";function
dD(a){var
b=a.length-1;return 0===b?[0]:eV(a,0,b)}function
dE(a,b,c){if(0<=b&&0<=c&&(a.length-1-c|0)>=b)return eV(a,b,c);return aZ(iD)}function
aE(a,b,c,d,e){if(0<=e&&0<=b&&(a.length-1-e|0)>=b&&0<=d&&(c.length-1-e|0)>=d){ac8(a,b,c,d,e);return}return aZ(iE)}var
iG="Buffer.add: cannot grow buffer";function
fs(a,b){var
e=aZ(iD)}return am(e)}function
fq(a,b,c,d,e){if(0<=e&&0<=b&&(aY(a)-e|0)>=b&&0<=d&&(aY(c)-e|0)>=d){bq(a,b,c,d,e);return}return aZ(iE)}function
aR(a,b,c,d,e){if(0<=e&&0<=b&&(K(a)-e|0)>=b&&0<=d&&(aY(c)-e|0)>=d){a9(a,b,c,d,e);return}return aZ(iF)}var
bI=ad6,iH="Array.sub",iI="Array.blit";function
dB(a){var
b=a.length-1;return 0===b?[0]:eU(a,0,b)}function
dC(a,b,c){if(0<=b&&0<=c&&(a.length-1-c|0)>=b)return eU(a,b,c);return aZ(iH)}function
aE(a,b,c,d,e){if(0<=e&&0<=b&&(a.length-1-e|0)>=b&&0<=d&&(c.length-1-e|0)>=d){adk(a,b,c,d,e);return}return aZ(iI)}var
iK="Buffer.add: cannot grow buffer";function
fr(a,b){var
c=dm(ft);if(!(1-hF(ft,c,[0,e,c])))break}}return d}var
fv=fu(0,function(a,b){return 0});fo[1]=function(a){var
b=fv[1],k=fv[2],d=adh(0),e=d.length-1;if(b<e)var
c=dk(fs);if(!(1-hJ(fs,c,[0,e,c])))break}}return d}var
fu=ft(0,function(a,b){return 0});fn[1]=function(a){var
b=fu[1],k=fu[2],d=adv(0),e=d.length-1;if(b<e)var
iI="@]",iJ="@}",iK="@?",iL="@\n",iM="@.",iN="@@",iO="@%",iP="@",iQ="%c",iR="%s",iS=hf,iT=gx,iU=hD,iV=g$,iW="%f",iX="%B",iY="%{",iZ="%}",i0="%(",i1="%)",i2="%a",i3="%t",i4="%?",i5="%r",i6="%_r",i7=[0,T,850,23],i8=[0,T,837,26],i9=[0,T,847,28],i_=[0,T,815,21],i$=[0,T,819,21],ja=[0,T,823,19],jb=[0,T,827,22],jc=[0,T,832,30],jd=[0,T,851,23],je=[0,T,836,26],jf=[0,T,846,28],jg=[0,T,814,21],jh=[0,T,818,21],ji=[0,T,822,19],jj=[0,T,826,22],jk=[0,T,831,30];function
dG(a){return 5===a[2]?12:-6}function
fw(a){return[0,0,V(a)]}function
fx(a,b){var
iM="@]",iN="@}",iO="@?",iP="@\n",iQ="@.",iR="@@",iS="@%",iT="@",iU="%c",iV="%s",iW=hj,iX=gA,iY=hH,iZ=hd,i0="%f",i1="%B",i2="%{",i3="%}",i4="%(",i5="%)",i6="%a",i7="%t",i8="%?",i9="%r",i_="%_r",i$=[0,T,850,23],ja=[0,T,837,26],jb=[0,T,847,28],jc=[0,T,815,21],jd=[0,T,819,21],je=[0,T,823,19],jf=[0,T,827,22],jg=[0,T,832,30],jh=[0,T,851,23],ji=[0,T,836,26],jj=[0,T,846,28],jk=[0,T,814,21],jl=[0,T,818,21],jm=[0,T,822,19],jn=[0,T,826,22],jo=[0,T,831,30];function
dE(a){return 5===a[2]?12:-6}function
fv(a){return[0,0,V(a)]}function
fw(a,b){var
e=c*2|0,g=d<=e?e:d,f=V(g);fr(a[2],0,f,0,c);a[2]=f}return}function
bJ(a,b){fx(a,1);bE(a[2],a[1],b);a[1]=a[1]+1|0;return}function
e=c*2|0,g=d<=e?e:d,f=V(g);fq(a[2],0,f,0,c);a[2]=f}return}function
bJ(a,b){fw(a,1);bE(a[2],a[1],b);a[1]=a[1]+1|0;return}function
0:return iI;case
1:return iJ;case
2:return iK;case
3:return iL;case
4:return iM;case
5:return iN;default:return iO}switch(a[0]){case
0:return iM;case
1:return iN;case
2:return iO;case
3:return iP;case
4:return iQ;case
5:return iR;default:return iS}switch(a[0]){case
9:break;default:throw i([0,n,i7],1)}}throw i([0,n,i9],1)}throw i([0,n,i8],1)}throw i([0,n,jc],1)}throw i([0,n,jb],1)}throw i([0,n,ja],1)}throw i([0,n,i$],1)}throw i([0,n,i_],1)}var
W=[_,"CamlinternalFormat.Type_mismatch",hU(0)];function
ij(a){return a?ik:il}var
ip="\\\\",iq="\\'",ir="\\b",is="\\t",it="\\n",iu="\\r",jm=ef,jn="%+d",jo="% d",jp=hf,jq="%+i",jr="% i",js="%x",jt="%#x",ju="%X",jv="%#X",jw="%o",jx="%#o",jy=gN,jz="%Ld",jA="%+Ld",jB="% Ld",jC=g$,jD="%+Li",jE="% Li",jF="%Lx",jG="%#Lx",jH="%LX",jI="%#LX",jJ="%Lo",jK="%#Lo",jL="%Lu",jM="%ld",jN="%+ld",jO="% ld",jP=gx,jQ="%+li",jR="% li",jS="%lx",jT="%#lx",jU="%lX",jV="%#lX",jW="%lo",jX="%#lo",jY="%lu",jZ="%nd",j0="%+nd",j1="% nd",j2=hD,j3="%+ni",j4="% ni",j5="%nx",j6="%#nx",j7="%nX",j8="%#nX",j9="%no",j_="%#no",j$="%nu",ka=[0,gr],kf=bw,kg="neg_infinity",kh=gJ,ki=ej,kk=[0,T,1558,4],kl="Printf: bad conversion %[",km=[0,T,1626,39],kn=[0,T,1649,31],ko=[0,T,1650,31],kp="Printf: bad conversion %_",kq=gG,kr=gW,ks=gG,kt=gW;function
9:break;default:throw i([0,n,i$],1)}}throw i([0,n,jb],1)}throw i([0,n,ja],1)}throw i([0,n,jg],1)}throw i([0,n,jf],1)}throw i([0,n,je],1)}throw i([0,n,jd],1)}throw i([0,n,jc],1)}var
W=[_,"CamlinternalFormat.Type_mismatch",hY(0)];function
io(a){return a?ip:iq}var
it="\\\\",iu="\\'",iv="\\b",iw="\\t",ix="\\n",iy="\\r",jq=ed,jr="%+d",js="% d",jt=hj,ju="%+i",jv="% i",jw="%x",jx="%#x",jy="%X",jz="%#X",jA="%o",jB="%#o",jC=gR,jD="%Ld",jE="%+Ld",jF="% Ld",jG=hd,jH="%+Li",jI="% Li",jJ="%Lx",jK="%#Lx",jL="%LX",jM="%#LX",jN="%Lo",jO="%#Lo",jP="%Lu",jQ="%ld",jR="%+ld",jS="% ld",jT=gA,jU="%+li",jV="% li",jW="%lx",jX="%#lx",jY="%lX",jZ="%#lX",j0="%lo",j1="%#lo",j2="%lu",j3="%nd",j4="%+nd",j5="% nd",j6=hH,j7="%+ni",j8="% ni",j9="%nx",j_="%#nx",j$="%nX",ka="%#nX",kb="%no",kc="%#no",kd="%nu",ke=[0,gu],kj=bw,kk="neg_infinity",kl=gN,km=eh,ko=[0,T,1558,4],kp="Printf: bad conversion %[",kq=[0,T,1626,39],kr=[0,T,1649,31],ks=[0,T,1650,31],kt="Printf: bad conversion %_",ku=gK,kv=g0,kw=gK,kx=g0;function
1:aR(c,0,e,f-d|0,d);break;default:a:if(0<d){if(43!==ar(c,0)&&45!==ar(c,0)&&32!==ar(c,0))break a;bE(e,0,ar(c,0));aR(c,1,e,(f-d|0)+1|0,d-1|0);break}a:if(1<d&&48===ar(c,0)){if(c_!==ar(c,1)&&88!==ar(c,1))break a;bE(e,1,ar(c,1));aR(c,2,e,(f-d|0)+2|0,d-2|0);break}aR(c,0,e,f-d|0,d)}return am(e)}function
1:aR(c,0,e,f-d|0,d);break;default:a:if(0<d){if(43!==ar(c,0)&&45!==ar(c,0)&&32!==ar(c,0))break a;bE(e,0,ar(c,0));aR(c,1,e,(f-d|0)+1|0,d-1|0);break}a:if(1<d&&48===ar(c,0)){if(er!==ar(c,1)&&88!==ar(c,1))break a;bE(e,1,ar(c,1));aR(c,2,e,(f-d|0)+2|0,d-2|0);break}aR(c,0,e,f-d|0,d)}return am(e)}function
f=bv(d+1|0,48);bE(f,0,e);aR(b,1,f,(d-c|0)+2|0,c-1|0);return am(f)}if(71<=e){if(5<e+hh>>>0)break a}else if(65>e)break a}if(c<d){var
f=bv(d+1|0,48);bE(f,0,e);aR(b,1,f,(d-c|0)+2|0,c-1|0);return am(f)}if(71<=e){if(5<e+hl>>>0)break a}else if(65>e)break a}if(c<d){var
10:N(c,b[1],92);b[1]++;N(c,b[1],eo);break a;case
13:N(c,b[1],92);b[1]++;N(c,b[1],g1);break a;default:break c}}if(34>d)break b}N(c,b[1],92);b[1]++;N(c,b[1],d);break a}N(c,b[1],92);b[1]++;N(c,b[1],48+(d/de|0)|0);b[1]++;N(c,b[1],48+((d/10|0)%10|0)|0);b[1]++;N(c,b[1],48+(d%10|0)|0);break a}N(c,b[1],d)}b[1]++;var
10:N(c,b[1],92);b[1]++;N(c,b[1],gJ);break a;case
13:N(c,b[1],92);b[1]++;N(c,b[1],g5);break a;default:break c}}if(34>d)break b}N(c,b[1],92);b[1]++;N(c,b[1],d);break a}N(c,b[1],92);b[1]++;N(c,b[1],48+(d/eB|0)|0);b[1]++;N(c,b[1],48+((d/10|0)%10|0)|0);b[1]++;N(c,b[1],48+(d%10|0)|0);break a}N(c,b[1],d)}b[1]++;var
2:return dI(f,e,g[2],g[1],function(a){return a});case
3:return dI(f,e,g[2],g[1],jl);case
4:return cZ(f,e,g[4],g[2],g[3],kb,g[1]);case
5:return cZ(f,e,g[4],g[2],g[3],kc,g[1]);case
6:return cZ(f,e,g[4],g[2],g[3],kd,g[1]);case
7:return cZ(f,e,g[4],g[2],g[3],ke,g[1]);case
2:return dG(f,e,g[2],g[1],function(a){return a});case
3:return dG(f,e,g[2],g[1],jp);case
4:return cZ(f,e,g[4],g[2],g[3],kf,g[1]);case
5:return cZ(f,e,g[4],g[2],g[3],kg,g[1]);case
6:return cZ(f,e,g[4],g[2],g[3],kh,g[1]);case
7:return cZ(f,e,g[4],g[2],g[3],ki,g[1]);case
l==="number")return l?function(a,b){return A(f,[4,e,ao(s,r,a1(j,a,b))],k)}:function(a){return A(f,[4,e,ao(s,r,a1(j,dG(j),a))],k)};var
l==="number")return l?function(a,b){return A(f,[4,e,ao(s,r,a1(j,a,b))],k)}:function(a){return A(f,[4,e,ao(s,r,a1(j,dE(j),a))],k)};var
l==="number")return l?function(a,b,c){return A(f,[4,e,ao(t,a,a1(j,b,c))],k)}:function(a,b){return A(f,[4,e,ao(t,a,a1(j,dG(j),b))],k)};var
l==="number")return l?function(a,b,c){return A(f,[4,e,ao(t,a,a1(j,b,c))],k)}:function(a,b){return A(f,[4,e,ao(t,a,a1(j,dE(j),b))],k)};var
v=g[3],w=g[1],x=o(g[2],0);return a<50?d$(a+1|0,f,e,v,w,x):aa(d$,[0,f,e,v,w,x])}}}function
A(a,b,c){return fe(cz(0,a,b,c))}function
ea(a,f,c,d,e){if(typeof
v=g[3],w=g[1],x=o(g[2],0);return a<50?d9(a+1|0,f,e,v,w,x):aa(d9,[0,f,e,v,w,x])}}}function
A(a,b,c){return fd(cz(0,a,b,c))}function
d_(a,f,c,d,e){if(typeof
e=64,c=cm<64?cm:e,d=V(c),b=[0,[0,d,c],0,d];be(b,a);return fq(b[1][1],0,b[2])},0,a[1])}var
dK=[0,0],im=bw,ku=[0,[3,0,0],"%S"],kv=hu,kw=[0,[4,0,0,0,0],ef],kx=t,ky=[0,[11,g_,[2,0,[2,0,0]]],", %s%s"],kz=[0,[12,40,[2,0,[2,0,[12,41,0]]]],"(%s%s)"],kA=t,kB=t,kC=[0,[12,40,[2,0,[12,41,0]]],"(%s)"],kD="Out of memory",kE="Stack overflow",kF="Pattern matching failed",kG="Assertion failed",kH="Undefined recursive module",kI="Raised at",kJ="Re-raised at",kK="Raised by primitive operation at",kL="Called from",kM=" (inlined)",kN=[0,[2,0,[12,32,[2,0,[11,' in file "',[2,0,[12,34,[2,0,[11,", line ",[4,0,0,0,[11,hA,ac5]]]]]]]]]],'%s %s in file "%s"%s, line %d, characters %d-%d'],kO=t,kP=[0,[2,0,[11," unknown location",0]],"%s unknown location"],kQ=[0,[2,0,[12,10,0]],"%s\n"];function
dM(a,b){var
e=64,c=cm<64?cm:e,d=V(c),b=[0,[0,d,c],0,d];be(b,a);return fp(b[1][1],0,b[2])},0,a[1])}var
dI=[0,0],ir=bw,ky=[0,[3,0,0],"%S"],kz=hy,kA=[0,[4,0,0,0,0],ed],kB=t,kC=[0,[11,hc,[2,0,[2,0,0]]],", %s%s"],kD=[0,[12,40,[2,0,[2,0,[12,41,0]]]],"(%s%s)"],kE=t,kF=t,kG=[0,[12,40,[2,0,[12,41,0]]],"(%s)"],kH="Out of memory",kI="Stack overflow",kJ="Pattern matching failed",kK="Assertion failed",kL="Undefined recursive module",kM="Raised at",kN="Re-raised at",kO="Raised by primitive operation at",kP="Called from",kQ=" (inlined)",kR=[0,[2,0,[12,32,[2,0,[11,' in file "',[2,0,[12,34,[2,0,[11,", line ",[4,0,0,0,[11,hE,adh]]]]]]]]]],'%s %s in file "%s"%s, line %d, characters %d-%d'],kS=t,kT=[0,[2,0,[11," unknown location",0]],"%s unknown location"],kU=[0,[2,0,[12,10,0]],"%s\n"];function
dK(a,b){var
c==="number"?1:0)))return o(aS(kw),c);if(dv(c)===db)return o(aS(ku),c);if(dv(c)!==253)return kv;var
e=e3("%.12g",c),d=0,g=K(e);for(;;){if(g<=d)return G(e,im);var
c==="number"?1:0)))return o(aS(kA),c);if(dt(c)===da)return o(aS(ky),c);if(dt(c)!==253)return kz;var
e=e2("%.12g",c),d=0,g=K(e);for(;;){if(g<=d)return G(e,ir);var
fC(a,b){if(a.length-1<=b)return kx;var
c=fC(a,b+1|0),d=dM(a,b);return y(aS(ky),d,c)}function
dN(a){a:{b:{var
b=dm(dK);for(;;){if(!b)break;c:{var
fB(a,b){if(a.length-1<=b)return kB;var
c=fB(a,b+1|0),d=dK(a,b);return y(aS(kC),d,c)}function
dL(a){a:{b:{var
b=dk(dI);for(;;){if(!b)break;c:{var
h=[0,j[1]]}if(h)return h[1];if(a===dB)return kD;if(a===fk)return kE;if(a[1]===fj){var
e=a[2],m=e[3],x=e[2],z=e[1];return eb(aS(dL),z,x,m,m+5|0,kF)}if(a[1]===n){var
f=a[2],p=f[3],A=f[2],B=f[1];return eb(aS(dL),B,A,p,p+6|0,kG)}if(a[1]===fm){var
g=a[2],q=g[3],C=g[2],D=g[1];return eb(aS(dL),D,C,q,q+6|0,kH)}if(0===dv(a)){var
h=[0,j[1]]}if(h)return h[1];if(a===dz)return kH;if(a===fj)return kI;if(a[1]===fi){var
e=a[2],m=e[3],x=e[2],z=e[1];return d$(aS(dJ),z,x,m,m+5|0,kJ)}if(a[1]===n){var
f=a[2],p=f[3],A=f[2],B=f[1];return d$(aS(dJ),B,A,p,p+6|0,kK)}if(a[1]===fl){var
g=a[2],q=g[3],C=g[2],D=g[1];return d$(aS(dJ),D,C,q,q+6|0,kL)}if(0===dt(a)){var
g=function(a){return a?0===b?kI:kJ:0===b?kK:kL};if(0===c[0])var
i=c[5],j=c[4],k=c[3],l=c[6]?kM:kO,m=c[2],n=c[7],p=g(c[1]),e=[0,ac6(aS(kN),p,n,m,l,k,j,i)];else if(c[1])var
g=function(a){return a?0===b?kM:kN:0===b?kO:kP};if(0===c[0])var
i=c[5],j=c[4],k=c[3],l=c[6]?kQ:kS,m=c[2],n=c[7],p=g(c[1]),e=[0,adi(aS(kR),p,n,m,l,k,j,i)];else if(c[1])var
fD(a){for(;;){var
b=dm(dK),c=1-hF(dK,b,[0,a,b]);if(!c)return c}}var
kR=[0,t,"(Cannot print locations:\n bytecode executable program file not found)","(Cannot print locations:\n bytecode executable program file appears to be corrupt)","(Cannot print locations:\n bytecode executable program file has wrong magic number)","(Cannot print locations:\n bytecode executable program file cannot be opened;\n -- too many open files. Try running with OCAMLRUNPARAM=b=2)"].slice(),kS=[0,[11,et,[2,0,[12,10,0]]],gQ],kT=[0],kU="Fatal error: out of memory in uncaught exception handler",kV=[0,[11,et,[2,0,[12,10,0]]],gQ],kW=[0,[11,"Fatal error in uncaught exception handler: exception ",[2,0,[12,10,0]]],"Fatal error in uncaught exception handler: exception %s\n"];fd(hv,function(a,b){try{try{var
g=b?kT:hV(0);try{dC(0)}catch(f){}try{var
f=dN(a);o(dJ(kS),f);dO(a0,g);var
c=adG(0);if(c<0){var
d=cS(c);fn(al(kR,d)[1+d])}var
fC(a){for(;;){var
b=dk(dI),c=1-hJ(dI,b,[0,a,b]);if(!c)return c}}var
kV=[0,t,"(Cannot print locations:\n bytecode executable program file not found)","(Cannot print locations:\n bytecode executable program file appears to be corrupt)","(Cannot print locations:\n bytecode executable program file has wrong magic number)","(Cannot print locations:\n bytecode executable program file cannot be opened;\n -- too many open files. Try running with OCAMLRUNPARAM=b=2)"].slice(),kW=[0,[11,eq,[2,0,[12,10,0]]],gU],kX=[0],kY="Fatal error: out of memory in uncaught exception handler",kZ=[0,[11,eq,[2,0,[12,10,0]]],gU],k0=[0,[11,"Fatal error in uncaught exception handler: exception ",[2,0,[12,10,0]]],"Fatal error in uncaught exception handler: exception %s\n"];fc(hz,function(a,b){try{try{var
g=b?kX:hZ(0);try{dA(0)}catch(f){}try{var
f=dL(a);o(dH(kW),f);dM(a0,g);var
c=adU(0);if(c<0){var
d=cS(c);fm(al(kV,d)[1+d])}var
e=dA(f);if(e!==dB)throw i(e,0);var
j=fn(kU)}return j}catch(f){return 0}});var
kX=aw(1,0,0),kY=aw(0,0,0),kZ=aw(0,0,0),k0=aw(2,0,0),k1=aw(1,0,0);function
fE(a,b,c,d){var
e=ac_(7,0,[0,4]);cM(e,0,h3(a,kX));cM(e,1,b);var
f=bG(c,kY)?c:k1;cM(e,2,f);var
g=bG(d,kZ)?d:k0;cM(e,3,g);return e}var
k2=aw(14371852,15349651,22696),k3=aw(12230193,11438743,35013),k4=aw(1424933,15549263,2083),k5=aw(9492471,4696708,43520);fu([0,function(a){var
b=du(a),c=du(a),d=du(a);return fE(b,c,d,du(a))}],function(a){return fE(k5,k4,k3,k2)});var
fF=[_,"Jsoo_runtime.Error.Exn",hU(0)],dP=[0,fF,[0]],iw="tl",iC="String.concat",lk=[0,at,165,16],lj=[0,at,166,16],li=[0,at,105,4],lh=[0,at,98,4],lg=[0,at,83,4],lf=[0,at,84,4],le=[0,at,89,4],ld=[0,at,67,4],lc=[0,at,68,4],lb=[0,at,54,4],la=[0,at,55,4],k$=[0,at,25,4],k_=[0,at,19,4],lH=[0,z,388,16],lP=[0,z,611,12],lQ=[0,z,623,12],lT=[0,z,840,8],lS=[0,z,848,12],lR=[0,z,802,8],lO=[0,z,579,12],lN=[0,z,510,8],lM=[0,z,492,8],lL=[0,z,473,8],lK=[0,z,443,8],lJ=[0,z,430,8],lI=[0,z,431,8],lA=[0,z,300,12],lC=[0,z,317,20],lB=[0,z,318,20],lD=[0,z,331,20],lE=[0,z,gP,20],lF=[0,z,355,20],lG=[0,z,366,20],lz=[0,z,223,8],ly=[0,z,205,8],lx=[0,z,206,8],lw=[0,z,207,8],lv=[0,z,208,8],lu=[0,z,193,8],lt=[0,z,194,8],ls=[0,z,195,8],lq=[0,z,109,20],lp=[0,z,g1,24],lo=[0,z,115,24],lr=[0,z,107,16],lm=[0,z,81,20],ln=[0,z,79,16],lU=[0,z,20,8],lX=[0,gT,257,8],lW=[0,gT,147,8],l0=[0,eh,88,12],lZ=[0,eh,62,17],lY=[0,eh,64,17],l1=[0,1],l2=[0,0],mh=[0,cD,356,12],mb=hB,mc=ec,l$=eC,l_=eC,l7="Cannot decode event",l6=[0,cD,78,33],l5=[0,cD,88,21],l4=[0,cD,hj,33],l3=[0,cD,48,17],md="tagName",mf=ec,mi=[0,"src/browser/vdom.ml",246,16],mj=[0,0,0],mk=" col: ",ml=" line: ",mm="assertion failed file: ",mn="Uncaught javascript exception",mo="Uncaught ocaml exception",mq="Exception in task execution",mp=[0,"src/browser/task.ml",11,4],mv="Exception in 'update_subscriptions' of Fmlib_browser",my=[0,dk,365,4],mF="load",mD="Exception in 'update'",mC="subscriptioin",mB="view",mz="'",mA="Exception in '",mw="Exception in 'update_dom' of Fmlib_browser",mx=[0,dk,gP,4],mu=[0,dk,94,12],mt=[0,dk,85,12],m1=bx,m0="li",mZ="ul",mY="ol",mX=gO,mW="button",mV=gB,mU="div",mT="h2",mS="h1",mP=gv,mQ=ec,mR=gO,mO=gv,mN="src",mM=hB,mL="class",mK=gF,mJ="padding",mI="background-color",mH="color",mG=eC,acK=aO,acL=aO,acM=aO,acN="Waist belt (cm)",acO=aO,acP="Torso length (cm)",acQ=aO,acR="Fabric and colour",acS=aO,acT="Your main priority",acU=aO,acV="Choose your pack",acW=aO,acX="Your pack volume",acY=aO,acZ="Comfortable Kiwi made backpacks",ac0=hw,ac1="main",ac2=hw,ac3="header",acD=bo,acE="Buy Now",acF=aO,acG=gE,acH="Price is $",acI="Lead time on your pack is ",acv=ex,acu=eO,act=c9,acs=df,acr=bo,acw="Your waist belt, tip to tip, should be 80 to 90 percent of your waist circumference. Generally, either size will be fine for most average people, I use both sizes myself.",acx="A large waist belt is 81 cm tip to tip. A medium waist belt is 75 cm tip to tip.",acy="waist.svg",acz=eu,acA="How to measure your waist",acB=cF,acC=cG,ach=ex,acg=eO,acf=c9,ace=df,acd=bo,aci="Measure a few times at different times, compare your final result with the length of a known good pack.",acj="Use a tape measure or piece of string to measure the length of your spine in between, conforming to the curves of your back.",ack="Find the top of your sacrum by placing your fore fingers on your hip bones, thumbs pointing in and resting in the small of your back.",acl="Bowing your head forward, find the bump sticking out on your spine at the bottom of your neck, the C7 vertebra.",acm="torso.svg",acn=eu,aco="How to measure your torso",acp=cF,acq=cG,ab9=bo,ab_=bB,ab$="Back panel",aca="Side pockets",acb="Side panels",acc=eu,ab6=he,ab5=c9,ab4=df,ab7=he,ab8="dropdown",abY=eO,abX=c9,abW=df,abV=bo,abZ="Features: ",ab0=aO,ab1=cF,ab2=cG,ab3="packs",abU="footer",abT="article",Vc=l,Vd=j,Ve=m,Vf=k,Vg=bA,Vh=f,Vi=e,Vj=g,Vk=h,Vl=d,Vm="M396,955C396,955 394.675,998.64 399,1009C402.14,1016.52 410.833,1019 417,1019C423.167,1019 432.462,1015.69 436,1009C440.833,999.86 439,961 439,961",Vn=a,Vo=c,Vp=l,Vq=j,Vr=m,Vs=k,Vt="3.67px",Vu=f,Vv=e,Vw=g,Vx=h,Vy=d,Vz="M363,544.535C484.734,564.89 604.343,571.61 720.161,554C612.725,640.52 492.19,699.017 363,739C466.156,818.732 576.11,888.085 706,927C588.685,949.564 474.485,946.121 363,920C497.852,878.915 616.909,823.603 709,744C574.165,711.154 464.76,634.44 363,544.535Z",VA=a,VB=c,VC=l,VD=j,VE=m,VF=k,VG=bA,VH=f,VI=e,VJ=g,VK=h,VL=d,VM="M358,920L363,920",VN=a,VO=c,VP=l,VQ=j,VR=m,VS=k,VT=bA,VU=f,VV=e,VW=g,VX=h,VY=d,VZ="M358,739L363,739",V0=a,V1=c,V2=l,V3=j,V4=m,V5=k,V6="13.6px",V7=f,V8=e,V9=g,V_=h,V$=d,Wa="M702,928L709,927",Wb=a,Wc=c,Wd="matrix(0.44,0.08,0.08,0.988571,322.88,-46.1257)",We=u,Wf=r,Wg=l,Wh=j,Wi=m,Wj=k,Wk="12.19px",Wl=f,Wm=e,Wn=g,Wo=h,Wp=d,Wq="M711.541,744.657L720,742",Wr=a,Ws=c,Wt="matrix(0.656425,0.299616,-0.191977,0.953879,389.982,-180.582)",Wu=u,Wv=r,Ww=l,Wx=j,Wy=m,Wz=k,WA="10.79px",WB=f,WC=e,WD=g,WE=h,WF=d,WG="M725.107,554.028L729.146,554.831",WH=a,WI=c,WJ="matrix(0.980847,-0.194781,0.194781,0.980847,-94.0625,152.421)",WK=u,WL=r,WM=l,WN=j,WO=m,WP=k,WQ="10.75px",WR=f,WS=e,WT=g,WU=h,WV=d,WW="M356,544L360,545",WX=a,WY=c,WZ="matrix(0.974132,-0.225981,0.225981,0.974132,-113.786,94.9863)",W0=u,W1=r,W2=l,W3=j,W4=m,W5=k,W6=bn,W7=f,W8=e,W9=g,W_=h,W$=d,Xa="M541,207.509L545,462",Xb=a,Xc=c,Xd=l,Xe=j,Xf=m,Xg=k,Xh=bn,Xi=f,Xj=e,Xk=g,Xl=h,Xm=d,Xn="M427,89C428.201,129.67 492.604,176.009 540,207C545.297,216.437 654.813,97.6 653,81",Xo=a,Xp=c,Xq=l,Xr=j,Xs=m,Xt=k,Xu=bn,Xv=f,Xw=e,Xx=g,Xy=h,Xz=d,XA="M377,312L377,291",XB=a,XC=c,XD=l,XE=j,XF=m,XG=k,XH="19.14px",XI=f,XJ=e,XK=g,XL=h,XM=d,XN="M719.076,320.294L719.371,298.04",XO=a,XP=c,XQ="matrix(0.998581,0.0132409,0.0132409,0.876419,-3.2965,30.7673)",XR=u,XS=r,XT=l,XU=j,XV=m,XW=k,XX=bn,XY=f,XZ=e,X0=g,X1=h,X2=d,X3="M315,651L344,659",X4=a,X5=c,X6=l,X7=j,X8=m,X9=k,X_=bn,X$=f,Ya=e,Yb=g,Yc=h,Yd=d,Ye="M735,675L761,669",Yf=a,Yg=c,Yh=l,Yi=j,Yj=m,Yk=k,Yl=bn,Ym=f,Yn=e,Yo=g,Yp=h,Yq=d,Yr="M315,376L339,380",Ys=a,Yt=c,Yu=l,Yv=j,Yw=m,Yx=k,Yy="18.73px",Yz=f,YA=e,YB=g,YC=h,YD=d,YE="M756.118,388.126L772.902,388.014",YF=a,YG=c,YH="matrix(0.953333,0.00666667,0.00666667,0.999048,32.58,-4.65429)",YI=u,YJ=r,YK=l,YL=j,YM=m,YN=k,YO=bA,YP=f,YQ=e,YR=g,YS=h,YT=d,YU="M417,961L417,972",YV=a,YW=c,YX=l,YY=j,YZ=m,Y0=k,Y1=bA,Y2=f,Y3=e,Y4=g,Y5=h,Y6=d,Y7="M645,961L645,971",Y8=a,Y9=c,Y_=l,Y$=j,Za=m,Zb=k,Zc=bA,Zd=f,Ze=e,Zf=g,Zg=h,Zh=d,Zi="M410,478L409,493.5",Zj=a,Zk=c,Zl=l,Zm=j,Zn=m,Zo=k,Zp=bA,Zq=f,Zr=e,Zs=g,Zt=h,Zu=d,Zv="M678,487L681,500",Zw=a,Zx=c,Zy=l,Zz=j,ZA=m,ZB=k,ZC=bn,ZD=f,ZE=e,ZF=g,ZG=h,ZH=d,ZI="M229,742L237,749.816",ZJ=a,ZK=c,ZL=l,ZM=j,ZN=m,ZO=k,ZP=bn,ZQ=f,ZR=e,ZS=g,ZT=h,ZU=d,ZV="M817,757C817,757 829.749,753.759 833,758C836.833,763 838.833,778.833 840,787C840.943,793.6 841.432,809.441 840,807",ZW=a,ZX=c,ZY=b1,ZZ=u,Z0=bY,Z1=r,Z2=U,Z3=f,Z4=e,Z5=g,Z6=h,Z7=d,Z8="M303,312C303,312 307.333,249.167 309,220C310.58,192.346 309.667,156.833 313,137C315.177,124.05 318.477,108.855 329,101C340.833,92.167 365.072,87.155 384,84C403,80.833 423.366,80.68 443,82C462.833,83.333 482.728,91.625 503,92C530,92.5 577.833,88.5 605,85C625.691,82.334 645.159,71.926 666,71C688.5,70 721.167,71.5 740,79C756.648,85.63 770.92,100.005 779,116C787.167,132.167 789,155.724 789,176C789,200.833 780.667,240.5 779,265C777.688,284.289 779,323 779,323",Z9=a,Z_=c,Z$=U,_a=f,_b=e,_c=g,_d=h,_e=d,_f="M778.985,323.002C778.965,322.63 778.962,322.407 778.979,322.342C778.984,322.321 778.991,322.316 779,322.326",_g=a,_h=c,_i=U,_j=f,_k=e,_l=g,_m=h,_n=d,_o="M303,312C373.125,322.72 474.3,328.63 561.39,331.154C618.63,332.814 669.785,333.011 702.041,332.152C727.866,331.464 779,323 779,323",_p=a,_q=c,_r=d,_s="M303,312C303,312 307.333,249.167 309,220C310.58,192.346 309.667,156.833 313,137C315.177,124.05 318.477,108.855 329,101C340.833,92.167 365.072,87.155 384,84C403,80.833 423.366,80.68 443,82C462.833,83.333 482.728,91.625 503,92C530,92.5 577.833,88.5 605,85C625.691,82.334 645.159,71.926 666,71C688.5,70 721.167,71.5 740,79C756.648,85.63 770.92,100.005 779,116C787.167,132.167 789,155.724 789,176C789,200.833 780.667,240.5 779,265C777.688,284.289 779,323 779,323C779,323 727.866,331.464 702.041,332.152C669.785,333.011 618.63,332.814 561.39,331.154C474.3,328.63 373.125,322.72 303,312Z",_t=a,_u=c,_v=b1,_w=u,_x=bB,_y=r,_z=U,_A=f,_B=e,_C=g,_D=d,_E="M327,1016.08L348,1028.17C351.021,1017.01 352.691,1004.5 353.368,991L353.348,990C349.521,995.636 345.026,1000.64 339.935,1005.09C335.69,1008.8 331.031,1012.12 326,1015.08L327,1016.08Z",_F=a,_G=c,_H=U,_I=f,_J=e,_K=g,_L=d,_M="M731,1021C723.726,1027.79 715.027,1029.67 705,1027C710.27,1018.3 711.733,1010.08 712,1002L712,1000L731,1021",_N=a,_O=c,_P=U,_Q=f,_R=e,_S=g,_T=d,_U="M779,322.326C779,322.326 778.96,322.64 779.008,323.397C779.487,330.914 783.906,376.977 776.44,435.313C771.292,475.541 766.062,519.267 766.854,560.937C768.696,657.854 772.36,747.056 772,747L727,701C724.851,637.539 727.477,575.211 736.575,514.5C745.625,454.107 748.564,391.845 751,328L750.858,327.228C750.858,327.228 754.687,326.694 756.51,326.433C769.445,324.582 779,323 779,323L779,322.326Z",_V=a,_W=c,_X=U,_Y=f,_Z=e,_0=g,_1=d,_2="M303,312C311.855,313.354 321.204,314.631 330.958,315.834C335.61,316.407 345.18,317.505 345.18,317.505L345,322.326C350.555,445.748 354.585,569.417 353,694C335.762,698.909 319.044,706.33 303,717C308.921,637.114 311.199,558.192 308.155,480.256C305.946,423.71 305.968,367.583 303,312",_3=a,_4=c,_5=b1,_6=u,_7=bZ,_8=r,_9=U,__=f,_$=e,$a=g,$b=h,$c=d,$d="M778.979,322.342C778.992,322.772 779,323 779,323",$e=a,$f=c,$g=U,$h=f,$i=e,$j=g,$k=d,$l="M773,747C773,747 775.905,761.164 780.741,766C786.574,771.833 800.263,774.849 808,782C817.376,790.667 831.667,806.833 837,818C841.474,827.368 842,839 840,849C838,859 828.47,867.685 825,878C818.833,896.333 818.368,935.621 803,959C787.333,982.833 731,1021 731,1021L712,1000L718.049,875.161L719.524,804.437L726.293,705L727,701L772,747L773,747Z",$m=a,$n=c,$o=U,$p=f,$q=e,$r=g,$s=d,$t="M303,717C311.42,711.4 320.025,706.695 328.794,702.779C336.734,699.233 344.808,696.333 353,694L353.348,696C354.754,793.59 354.663,891.617 353.348,990C346.33,1000.34 337.064,1008.56 326,1015.08C326,1015.08 295.327,971.827 284,948C271,920.653 254.5,877.832 248,851C242.973,830.247 238.622,807.389 245,787.011C251.833,765.177 289,720 289,720L301,718L303,717Z",$u=a,$v=c,$w=U,$x=f,$y=e,$z=g,$A=h,$B=d,$C="M778.985,323.002C778.995,323.001 779,323 779,323",$D=a,$E=c,$F=b1,$G=u,$H=b2,$I=r,$J=U,$K=f,$L=e,$M=g,$N=d,$O="M736.275,516.522C736.275,516.522 736.474,515.174 736.575,514.5C737.931,505.455 739.149,496.368 740.249,487.24C740.736,483.203 741.641,475.104 741.641,475.104L740,475C614.081,490.143 485.057,486.242 353.368,466L350.518,465.488C350.518,465.488 350.371,460.677 350.295,458.271C348.87,412.901 347.037,367.597 345,322.326L345.591,317.551C345.591,317.551 355.526,318.634 360.611,319.15C477.183,330.985 632.957,333.993 702.041,332.152C713.072,331.858 728.721,330.146 743.03,328.28C745.726,327.928 750.935,327.218 750.935,327.218L751,328C749.24,374.117 747.219,419.409 742.821,463.767C742.445,467.553 741.641,475.104 741.641,475.104",$P=a,$Q=c,$R=U,$S=f,$T=e,$U=g,$V=h,$W=d,$X="M714.762,943L718.049,875.161L719.524,804.437L726.293,705L727,701C724.912,639.339 727.332,578.748 735.817,519.67C735.967,518.62 736.275,516.522 736.275,516.522L735,516C611.44,534.12 484.153,531.015 353.368,508L351.61,508C351.61,508 351.563,505.951 351.539,504.926C351.285,494.028 351.011,483.133 350.721,472.243C350.661,469.991 350.518,465.488 350.518,465.488",$Y=a,$Z=c,$0=U,$1=f,$2=e,$3=g,$4=h,$5=d,$6="M348,1028.17C348,1028.17 366.333,1035 373,1035C378.494,1035 382.506,1028.17 388,1028.17C434,1028.17 599.383,1039.26 649,1035C661.923,1033.89 675,1019.47 684,1018C690.803,1016.89 703,1026.17 703,1026.17L705,1027C710.27,1018.3 711.733,1010.08 712,1002L712,1000L714.762,943L713,943C606.165,963.847 478.22,972.538 354.368,941L353.901,941C353.901,941 353.904,940.686 353.905,940.529C354.651,858.748 354.518,777.223 353.348,696L353,694C353.74,633.289 351.71,512.44 351.71,512.44L351.61,508",$7=a,$8=c,$9=U,$_=f,$$=e,aaa=g,aab=h,aac=d,aad="M348,1028.17C351.021,1017.01 352.691,1004.5 353.368,991L353.348,990C353.564,973.855 353.747,957.719 353.895,941.593C353.897,941.396 353.901,941 353.901,941",aae=a,aaf=c,aag=d,aah="M348,1028.17C351.021,1017.01 352.691,1004.5 353.368,991L353.348,990C353.564,973.855 353.747,957.719 353.895,941.593L353.901,941L354.368,941C478.22,972.538 606.165,963.847 713,943L714.762,943L712,1000L712,1002C711.733,1010.08 710.27,1018.3 705,1027L703,1026.17C703,1026.17 690.803,1016.89 684,1018C675,1019.47 661.923,1033.89 649,1035C599.383,1039.26 434,1028.17 388,1028.17C382.506,1028.17 378.494,1035 373,1035C366.333,1035 348,1028.17 348,1028.17Z",aai=a,aaj=c,aak=d,aal="M351.61,508C351.61,508 351.563,505.951 351.539,504.926C351.285,494.028 351.011,483.133 350.721,472.243C350.661,469.991 350.518,465.488 350.518,465.488L353.368,466C485.057,486.242 614.081,490.143 740,475L741.641,475.104L736.275,516.522L735,516C611.44,534.12 484.153,531.015 353.368,508L351.61,508Z",aam=a,aan=c,aao=aU,aap=d,aaq="M714.762,943L713,943C606.165,963.847 478.22,972.538 354.368,941L353.901,941L353.905,940.529C354.651,858.748 354.518,777.223 353.348,696L353,694C353.74,633.289 351.71,512.44 351.71,512.44L351.61,508L353.368,508C484.153,531.015 611.44,534.12 735,516L736.275,516.522C736.275,516.522 735.967,518.62 735.817,519.67C727.332,578.748 724.912,639.339 727,701L726.293,705L719.524,804.437L718.049,875.161L714.762,943Z",aar=a,aas=c,aat=b1,aau=u,aav=cf,aaw=r,aax=U,aay=f,aaz=e,aaA=g,aaB=h,aaC=d,aaD="M329,1017.91C329,1017.91 332.385,1020.77 337.733,1024.87C340.064,1026.66 345.725,1030.81 345.725,1030.81",aaE=a,aaF=c,aaG=U,aaH=f,aaI=e,aaJ=g,aaK=e,aaL=d,aaM="M708,1028.17C708.048,1028.49 707.568,1028.91 706.62,1029.4C694.766,1035.56 609.678,1053.5 565,1055C555.343,1055.33 544.736,1055.67 533.605,1055.98C482.875,1057.38 421.233,1058.21 389,1053C378.998,1051.38 366.239,1044.48 355.26,1037.34C351.867,1035.14 345.725,1030.81 345.725,1030.81L348,1028.17C348,1028.17 366.333,1035 373,1035C378.494,1035 382.506,1028.17 388,1028.17C434,1028.17 599.383,1039.26 649,1035C661.923,1033.89 675,1019.47 684,1018C689.093,1017.17 697.207,1022.16 700.966,1024.72C702.229,1025.58 703,1026.17 703,1026.17L708,1028.17Z",aaN=a,aaO=c,aaP=U,aaQ=f,aaR=e,aaS=g,aaT=h,aaU=d,aaV="M266.519,749.573C266.519,749.573 265.875,750.487 265.553,750.946C256.667,763.627 247.969,777.523 245,787.011C244.249,789.41 243.647,791.844 243.177,794.305C243.105,794.683 242.97,795.441 242.97,795.441L241.814,797C241.814,797 238.014,792.612 233.401,787.011C232.888,786.387 231.836,785.1 231.836,785.1L233,784L252,737L266,749.112L266.519,749.573C266.519,749.573 267.15,748.682 267.465,748.24C270.399,744.119 273.311,740.175 276,736.609C276.888,735.432 278.585,733.207 278.585,733.207L276,732C276,732 247,714 238,709C232.911,706.173 226.5,703 222,702C220.231,701.607 218.17,701.212 216.221,701.223C214.211,701.235 212.322,701.678 211,703C208.167,705.833 205.437,713.321 205,719C204.5,725.5 205.876,734.566 208,742C210.333,750.167 214.071,759.983 219,768C221.333,771.794 225.643,777.416 229.894,782.702C230.545,783.512 231.836,785.1 231.836,785.1",aaW=a,aaX=c,aaY=e,aaZ=d,aa0="M266.519,749.573C266.519,749.573 265.875,750.487 265.553,750.946C256.667,763.627 247.969,777.523 245,787.011C244.249,789.41 243.647,791.844 243.177,794.305C243.105,794.683 242.97,795.441 242.97,795.441L241.814,797C241.814,797 238.014,792.612 233.401,787.011C232.888,786.387 231.836,785.1 231.836,785.1L233,784L252,737L266,749.112L266.519,749.573Z",aa1=a,aa2=c,aa3=aU,aa4=d,aa5="M266.519,749.573L266,749.112L252,737L233,784L231.836,785.1C231.836,785.1 230.545,783.512 229.894,782.702C225.643,777.416 221.333,771.794 219,768C214.071,759.983 210.333,750.167 208,742C205.876,734.566 204.5,725.5 205,719C205.437,713.321 208.167,705.833 211,703C212.322,701.678 214.211,701.235 216.221,701.223C218.17,701.212 220.231,701.607 222,702C226.5,703 232.911,706.173 238,709C247,714 276,732 276,732L278.585,733.207C278.585,733.207 276.888,735.432 276,736.609C273.311,740.175 270.399,744.119 267.465,748.24C267.15,748.682 266.519,749.573 266.519,749.573Z",aa6=a,aa7=c,aa8=U,aa9=f,aa_=e,aa$=g,aba=e,abb=d,abc="M813.142,787C813.142,787 812.216,786.072 811.762,785.62C810.448,784.31 809.185,783.095 808,782C802.312,776.742 793.407,773.72 786.772,770.171C786.138,769.832 784.937,769.137 784.937,769.137L787,767C796.089,760.588 803.626,753.393 810,745.611L813,782L813.142,787Z",abd=a,abe=c,abf=U,abg=f,abh=e,abi=g,abj=aU,abk=d,abl="M784.937,769.137C784.937,769.137 783.283,768.1 782.551,767.552C781.887,767.055 781.281,766.54 780.741,766C775.905,761.164 773,747 773,747L776.556,747C776.556,747 809.241,724 820,717C826.785,712.586 836.112,707 841.112,705C843.862,703.9 847.685,704 850,705C852.315,706 854.404,708.466 855,711C855.667,713.833 854.864,718.421 854,722C852.833,726.833 850.631,734.356 848,740C842.601,751.583 816.734,787.717 816,787L814.702,788.621L813.142,787.011",abm=a,abn=c,abo=b1,abp=u,abq=el,abr=r,abs=b8,abt=bV,abu=aC,abv=j,abw=aC,abx=k,aby=aA,abz=cd,abA=aA,abB=bX,abC=aB,abD=ca,abE=aB,abF=by,abG=b$,abH=bS,abI=cb,abJ=bU,abK=b9,abL=b0,abM=bx,abN=bW,abO=b7,abP=b3,abQ=cg,abR=bT,abS=b4,NN=l,NO=j,NP=m,NQ=k,NR="4px",NS=f,NT=e,NU=g,NV=h,NW=d,NX="M397,511C505.176,529.316 615.912,533.478 729,524.636C638.389,604.457 524.633,661.544 397,705C491.422,789.21 589.238,866.609 703,912C595.062,935.78 491.22,931.23 389.5,912C512.316,860.743 625.062,799.33 714.094,714C596.935,672.652 494.72,596.986 397,511Z",NY=a,NZ=c,N0=l,N1=j,N2=m,N3=k,N4=ad,N5=f,N6=e,N7=g,N8=h,N9=d,N_="M392,705L397,705",N$=a,Oa=c,Ob=l,Oc=j,Od=m,Oe=k,Of=ad,Og=f,Oh=e,Oi=g,Oj=h,Ok=d,Ol="M713,711L720,714",Om=a,On=c,Oo=l,Op=j,Oq=m,Or=k,Os=ad,Ot=f,Ou=e,Ov=g,Ow=h,Ox=d,Oy="M387,912L397,912",Oz=a,OA=c,OB=l,OC=j,OD=m,OE=k,OF=ad,OG=f,OH=e,OI=g,OJ=h,OK=d,OL="M711.5,913C712.395,912.149 703,912 703,912",OM=a,ON=c,OO=l,OP=j,OQ=m,OR=k,OS=ad,OT=f,OU=e,OV=g,OW=h,OX=d,OY="M389.5,511L394.5,511",OZ=a,O0=c,O1=l,O2=j,O3=m,O4=k,O5="17.18px",O6=f,O7=e,O8=g,O9=h,O_=d,O$="M722,524L733,525",Pa=a,Pb=c,Pc="matrix(0.368852,-0.057377,-0.057377,0.994784,492.754,44.7958)",Pd=u,Pe=r,Pf=l,Pg=j,Ph=m,Pi=k,Pj=aX,Pk=f,Pl=e,Pm=g,Pn=h,Po=d,Pp="M560.507,191C564.719,272.023 565.899,351.033 564,428",Pq=a,Pr=c,Ps=l,Pt=j,Pu=m,Pv=k,Pw=aX,Px=f,Py=e,Pz=g,PA=h,PB=d,PC="M493,79C511.417,127.844 533.088,163.331 560.507,191C581.16,156.322 600.054,120.809 612,82",PD=a,PE=c,PF=l,PG=j,PH=m,PI=k,PJ=aX,PK=f,PL=e,PM=g,PN=h,PO=d,PP="M739,617L759,615",PQ=a,PR=c,PS=l,PT=j,PU=m,PV=k,PW=aX,PX=f,PY=e,PZ=g,P0=h,P1=d,P2="M757,372L763,372",P3=a,P4=c,P5=l,P6=j,P7=m,P8=k,P9=aX,P_=f,P$=e,Qa=g,Qb=h,Qc=d,Qd="M338,613L375,617",Qe=a,Qf=c,Qg=l,Qh=j,Qi=m,Qj=k,Qk=aX,Ql=f,Qm=e,Qn=g,Qo=h,Qp=d,Qq="M349,353L375,355",Qr=a,Qs=c,Qt=l,Qu=j,Qv=m,Qw=k,Qx=aX,Qy=f,Qz=e,QA=g,QB=h,QC=d,QD="M415,266L415,242",QE=a,QF=c,QG=l,QH=j,QI=m,QJ=k,QK=aX,QL=f,QM=e,QN=g,QO=h,QP=d,QQ="M736,274L739,250",QR=a,QS=c,QT=l,QU=j,QV=m,QW=k,QX=ad,QY=f,QZ=e,Q0=g,Q1=h,Q2=d,Q3="M429,948C429,948 427.167,977.167 429,987C430.394,994.48 435.333,1003.67 440,1007C444.611,1010.29 452.667,1009.67 457,1007C461.333,1004.33 465.012,997.039 466,991C467.5,981.833 465.562,952.31 466,952",Q4=a,Q5=c,Q6=l,Q7=j,Q8=m,Q9=k,Q_=ad,Q$=f,Ra=e,Rb=g,Rc=h,Rd=d,Re="M448,952L448,965",Rf=a,Rg=c,Rh=l,Ri=j,Rj=m,Rk=k,Rl=ad,Rm=f,Rn=e,Ro=g,Rp=h,Rq=d,Rr="M659,957L660,965",Rs=a,Rt=c,Ru=l,Rv=j,Rw=m,Rx=k,Ry=ad,Rz=f,RA=e,RB=g,RC=h,RD=d,RE="M448,449L448,460.5",RF=a,RG=c,RH=l,RI=j,RJ=m,RK=k,RL=ad,RM=f,RN=e,RO=g,RP=h,RQ=d,RR="M697,456C697.101,456.422 697,465 697,465",RS=a,RT=c,RU=cB,RV=u,RW=bY,RX=r,RY=I,RZ=f,R0=e,R1=g,R2=h,R3=d,R4="M342,273.557C342.001,273.704 342.002,273.852 342.003,274",R5=a,R6=c,R7=I,R8=f,R9=e,R_=g,R$=d,Sa="M342,274C416.094,272.411 492.205,275.465 567.334,277.259C635.207,278.879 703.095,280.102 771,284L771,283C770.916,283.107 770.865,282.793 770.843,282.108C770.538,272.551 775.969,190.608 780,163C782.269,147.456 772.906,132.11 766,118C757.093,99.804 724.356,81.034 701,77C684.459,74.143 667.78,71.46 651,71C614.5,70 521.667,71.5 482,71C458.98,70.71 434.364,59.422 413,68C391,76.833 359.351,97.505 350,124C338,158 341,272 341,272L342,274Z",Sb=a,Sc=c,Sd=cB,Se=u,Sf=bB,Sg=r,Sh=I,Si=f,Sj=e,Sk=g,Sl=d,Sm="M745,1014L729,1024C727.369,1011.71 723.154,997.757 719,986L721,987C721.464,987.407 721.924,987.815 722.382,988.225C723.615,989.33 724.825,990.445 726.011,991.573C730.972,996.288 735.51,1001.21 739.539,1006.37C741.481,1008.85 743.304,1011.4 745,1014",Sn=a,So=c,Sp=I,Sq=f,Sr=e,Ss=g,St=d,Su="M350,1014L375,1024L378,991L378,990C375.43,991.586 372.929,993.287 370.492,995.093C364.859,999.266 359.564,1004 354.527,1009.17C352.995,1010.74 351.487,1012.35 350,1014",Sv=a,Sw=c,Sx=I,Sy=f,Sz=e,SA=g,SB=d,SC="M771,284L767,690C751.512,684.148 739.321,674.227 729,662L742,472C742,472 755.531,301.773 757.751,285.281C757.865,284.436 758,284 758,284L757.287,283.248C757.287,283.248 766.429,283.738 771,284",SD=a,SE=c,SF=I,SG=f,SH=e,SI=g,SJ=d,SK="M385,273.557C383.131,336.736 378.879,400.26 382.131,463.822C385.427,528.251 384.976,594.816 384,662L328,709C330.307,627.557 333.968,543.451 340.274,455.488C344.533,396.096 342.47,335.381 342,273.557L342,274C351.388,273.799 360.809,273.672 370.255,273.608C375.13,273.575 384.9,273.557 384.9,273.557L385,273.557Z",SL=a,SM=c,SN=cB,SO=u,SP=bZ,SQ=r,SR=I,SS=f,ST=e,SU=g,SV=h,SW=d,SX="M713.395,939.038C713.421,939.013 713.421,939 713.395,939",SY=a,SZ=c,S0=I,S1=f,S2=e,S3=g,S4=d,S5="M729,662C729,662 730.225,680.747 729,690C727.5,701.333 722.002,716.481 720,730C713.97,770.725 715.109,870.209 713.496,931.003C712.58,965.537 718.091,989.357 721,987C730.463,995.301 738.631,1004.22 745,1014C745,1014 750.667,1001.83 755,997C759.333,992.167 767.34,990.572 771,985C782.167,968 810.828,927.622 822,895C834.5,858.5 844,791 846,766C846.643,757.963 840.333,749.667 834,745C827.667,740.333 814.5,742 808,738C801.925,734.261 799.698,726.369 795,721C788.979,714.119 771.863,696.143 767.191,691.247C766.431,690.45 766,690 766,690L767,690C766.348,689.754 765.703,689.5 765.063,689.24C762.628,688.249 760.275,687.155 758,685.967C751.334,682.485 745.33,678.186 739.84,673.252C738.001,671.599 736.219,669.874 734.489,668.085C732.599,666.131 730.772,664.099 729,662",S6=a,S7=c,S8=I,S9=f,S_=e,S$=g,Ta=h,Tb=d,Tc="M384,662C384,662 390.526,719.268 390,748C389.87,755.119 389.57,764.487 389.147,775.399C386.322,848.28 378,990 378,990C367.684,996.364 358.487,1004.59 350,1014C350,1014 345.669,1002.08 342,997C332,983.167 303.65,955.456 290,931C274,902.333 254.333,850.5 246,825C241.094,809.987 238,790.333 240,778C241.731,767.323 252.167,756.333 258,751C262.359,747.014 269.359,747.751 275,746C286.614,742.395 327.963,711.355 328,709",Td=a,Te=c,Tf=I,Tg=f,Th=e,Ti=g,Tj=h,Tk=d,Tl="M328,709L384,662",Tm=a,Tn=c,To=d,Tp="M384,662C384,662 390.526,719.268 390,748C389.87,755.119 389.57,764.487 389.147,775.399C386.322,848.28 378,990 378,990C367.684,996.364 358.487,1004.59 350,1014C350,1014 345.669,1002.08 342,997C332,983.167 303.65,955.456 290,931C274,902.333 254.333,850.5 246,825C241.094,809.987 238,790.333 240,778C241.731,767.323 252.167,756.333 258,751C262.359,747.014 269.359,747.751 275,746C286.614,742.395 327.963,711.355 328,709L384,662Z",Tq=a,Tr=c,Ts=cB,Tt=u,Tu=b2,Tv=r,Tw=I,Tx=f,Ty=e,Tz=g,TA=h,TB=d,TC="M384,436C382.42,442.506 740.046,454.866 740.006,448",TD=a,TE=c,TF=I,TG=f,TH=e,TI=g,TJ=h,TK=d,TL="M381.05,1024.44C381.05,1024.44 382.238,1024.59 382.832,1024.67C438.621,1032.35 493.67,1037.44 548,1040C555.877,1040.28 563.683,1040.49 571.425,1040.61C626.672,1041.44 678.61,1037.65 729,1024",TM=a,TN=c,TO=I,TP=f,TQ=e,TR=g,TS=h,TT=d,TU="M378,1024C379.017,1024.14 381.05,1024.42 381.05,1024.42",TV=a,TW=c,TX=I,TY=f,TZ=e,T0=g,T1=h,T2=d,T3="M719,986C723.154,997.757 727.369,1011.71 729,1024",T4=a,T5=c,T6=I,T7=f,T8=e,T9=g,T_=h,T$=d,Ua="M713.395,939C713.986,939.007 701.385,945.213 679.407,948.744C650.667,953.362 606.721,955.894 562.229,954.882C559.321,954.816 556.409,954.734 553.5,954.637C502.189,952.928 448.256,947.35 415.644,940.165C394.921,935.6 384,928 384,928L381.536,927.107C381.536,927.107 381.634,925.337 381.683,924.444C384.274,877.573 387.553,815.871 389.147,775.399C389.577,764.488 389.87,755.119 390,748C390.526,719.268 384,662 384,662C384.487,628.492 384.843,595.138 384.669,562.126C384.501,530.308 383.841,498.808 382.329,467.794C382.3,467.196 382.241,466 382.241,466",Ub=a,Uc=c,Ud=I,Ue=f,Uf=e,Ug=g,Uh=h,Ui=d,Uj="M741.726,476L729,662C729,662 730.225,680.747 729,690C727.5,701.333 722.002,716.481 720,730C713.97,770.725 715.109,870.209 713.496,931.003C713.424,933.739 713.391,936.407 713.395,939C713.395,939.013 713.395,939.025 713.395,939.038C713.42,955.505 714.89,968.948 716.655,977.399C717.116,979.606 717.597,981.472 718.078,982.963C718.292,983.629 718.653,984.528 718.854,985.016C718.943,985.231 719,986 719,986L729,1024C729,1024 707.393,1030.11 674.935,1031.09C626.359,1032.56 554.934,1025.62 494.307,1024C441.277,1022.58 396.508,1024.63 382.515,1024.49C381.992,1024.49 381.563,1024.49 381.095,1024.45C381.08,1024.44 381.05,1024.44 381.05,1024.44C381.05,1024.44 381.027,1024.44 381.015,1024.44C380.229,1024.35 379.002,1024.07 378,1024C377.003,1023.93 375,1024 375,1024L378,991L378,990C377.976,990 379.431,965.024 381.339,930.65C381.404,929.48 381.536,927.107 381.536,927.107",Uk=a,Ul=c,Um=I,Un=f,Uo=e,Up=g,Uq=d,Ur="M758,284C756.954,283.879 742,472 742,472L741.726,476L740.006,476C740.006,476 739.666,476.907 738.842,477.315C717.163,488.063 401.181,478.398 384.669,466.975C384.201,466.651 383.973,466.326 384,466L382.241,466C382.241,466 382.168,464.548 382.131,463.822C378.879,400.26 383.131,336.736 385,273.557L384.85,273.557C384.85,273.557 391.925,273.562 395.467,273.576C452.444,273.8 510.173,275.894 567.334,277.259C626.959,278.682 686.597,279.799 746.247,282.692C750.165,282.882 758,283.286 758,283.286",Us=a,Ut=c,Uu=d,Uv="M729,1024C729,1024 707.393,1030.11 674.935,1031.09C626.359,1032.56 554.934,1025.62 494.307,1024C441.277,1022.58 396.508,1024.63 382.515,1024.49C381.992,1024.49 381.563,1024.49 381.095,1024.45C381.08,1024.44 381.05,1024.44 381.05,1024.44C381.05,1024.44 381.027,1024.44 381.015,1024.44C380.229,1024.35 379.002,1024.07 378,1024C377.003,1023.93 375,1024 375,1024L378,991L378,990C377.976,990 379.431,965.024 381.339,930.65C381.404,929.48 381.536,927.107 381.536,927.107L384,928C384,928 394.921,935.6 415.644,940.165C448.256,947.35 502.189,952.928 553.5,954.637C556.409,954.734 559.321,954.816 562.229,954.882C606.721,955.894 650.667,953.362 679.407,948.744C700.397,945.371 712.834,939.56 713.395,939.038C713.42,955.505 714.89,968.948 716.655,977.399C717.116,979.606 717.597,981.472 718.078,982.963C718.292,983.629 718.653,984.528 718.854,985.016C718.943,985.231 719,986 719,986L729,1024Z",Uw=a,Ux=c,Uy=aU,Uz=d,UA="M381.536,927.107C381.536,927.107 381.634,925.337 381.683,924.444C384.274,877.573 387.553,815.871 389.147,775.399C389.577,764.488 389.87,755.119 390,748C390.526,719.268 384,662 384,662C384.487,628.492 384.843,595.138 384.669,562.126C384.501,530.308 383.841,498.808 382.329,467.794C382.3,467.196 382.241,466 382.241,466L384,466C383.973,466.326 384.201,466.651 384.669,466.975C401.181,478.398 717.163,488.063 738.842,477.315C739.666,476.907 740.006,476 740.006,476L741.726,476L729,662C729,662 730.225,680.747 729,690C727.5,701.333 722.002,716.481 720,730C713.97,770.725 715.109,870.209 713.496,931.003C713.424,933.739 713.391,936.407 713.395,939L713.395,939.038C712.834,939.56 700.397,945.371 679.407,948.744C650.667,953.362 606.721,955.894 562.229,954.882C559.321,954.816 556.409,954.734 553.5,954.637C502.189,952.928 448.256,947.35 415.644,940.165C394.921,935.6 384,928 384,928L381.536,927.107Z",UB=a,UC=c,UD=e,UE=d,UF="M381.095,1024.45C381.563,1024.49 381.992,1024.49 382.515,1024.49C396.508,1024.63 441.277,1022.58 494.307,1024C554.934,1025.62 626.359,1032.56 674.935,1031.09C704.171,1030.21 724.603,1025.16 728.372,1024.17C671.116,1039.58 611.853,1042.31 548,1040C493.67,1037.44 438.621,1032.35 382.832,1024.67C382.307,1024.6 381.319,1024.47 381.095,1024.45Z",UG=a,UH=c,UI=cB,UJ=u,UK=cf,UL=r,UM=b8,UN=bV,UO=aC,UP=j,UQ=aC,UR=k,US=aA,UT=cd,UU=aA,UV=bX,UW=aB,UX=ca,UY=aB,UZ=by,U0=b$,U1=bS,U2=cb,U3=bU,U4=b9,U5=b0,U6=bx,U7=bW,U8=b7,U9=b3,U_=cg,U$=bT,Va=b4,Fo=l,Fp=j,Fq=m,Fr=k,Fs=bm,Ft=f,Fu=e,Fv=g,Fw=h,Fx=d,Fy="M544,176C545.069,251.668 543.275,321.761 539.5,388",Fz=a,FA=c,FB=gD,FC=j,FD=bm,FE=f,FF=e,FG=g,FH=h,FI=d,FJ="M457,88C479.992,121.23 508.818,148.029 544,172C575.901,145.486 601.514,118.612 622,86",FK=a,FL=c,FM=l,FN=j,FO=m,FP=k,FQ=bm,FR=f,FS=e,FT=g,FU=h,FV=d,FW="M318,330L352,330",FX=a,FY=c,FZ=l,F0=j,F1=m,F2=k,F3=bm,F4=f,F5=e,F6=g,F7=h,F8=d,F9="M317,624L361,625",F_=a,F$=c,Ga=l,Gb=j,Gc=m,Gd=k,Ge=bm,Gf=f,Gg=e,Gh=g,Gi=h,Gj=d,Gk="M706,625L732,624",Gl=a,Gm=c,Gn=l,Go=j,Gp=m,Gq=k,Gr=bm,Gs=f,Gt=e,Gu=g,Gv=h,Gw=d,Gx="M721,340L753,343",Gy=a,Gz=c,GA=l,GB=j,GC=m,GD=k,GE=bm,GF=f,GG=e,GH=g,GI=h,GJ=d,GK="M394,286L394,261",GL=a,GM=c,GN="matrix(1,3.05311e-16,2.02963e-16,1,-0.413793,-3)",GO=u,GP=r,GQ=l,GR=j,GS=m,GT=k,GU=bm,GV=f,GW=e,GX=g,GY=h,GZ=d,G0="M673,286L674,261",G1=a,G2=c,G3=l,G4=j,G5=m,G6=k,G7="4.23px",G8=f,G9=e,G_=g,G$=h,Ha=d,Hb="M378,466C470.901,551.164 565.73,633.015 685.5,672C608.088,760.635 503.848,824.106 383,872C487.114,888.504 586.45,890.42 682,876C566.092,834.751 471.699,758.065 383,672C511.547,619.977 622.603,556.605 697,469.444C599.849,478.589 493.917,464.928 378,466Z",Hc=a,Hd=c,He=l,Hf=j,Hg=m,Hh=k,Hi=aV,Hj=f,Hk=e,Hl=g,Hm=h,Hn=d,Ho="M373.5,872L378.25,872",Hp=a,Hq=c,Hr=l,Hs=j,Ht=m,Hu=k,Hv=aV,Hw=f,Hx=e,Hy=g,Hz=h,HA=d,HB="M373.5,672L383,672",HC=a,HD=c,HE=l,HF=j,HG=m,HH=k,HI=aV,HJ=f,HK=e,HL=g,HM=h,HN=d,HO="M369,466L378,466",HP=a,HQ=c,HR=l,HS=j,HT=m,HU=k,HV=aV,HW=f,HX=e,HY=g,HZ=h,H0=d,H1="M685.5,672L693,672",H2=a,H3=c,H4=l,H5=j,H6=m,H7=k,H8=aV,H9=f,H_=e,H$=g,Ia=h,Ib=d,Ic="M682,876L689,876",Id=a,Ie=c,If=l,Ig=j,Ih=m,Ii=k,Ij="16.58px",Ik=f,Il=e,Im=g,In=h,Io=d,Ip="M693,469L702,470",Iq=a,Ir=c,Is="matrix(0.560976,-0.0487805,-0.0487805,0.99458,331.122,36.7913)",It=u,Iu=r,Iv=l,Iw=j,Ix=m,Iy=k,Iz=aV,IA=f,IB=e,IC=g,ID=h,IE=d,IF="M414,912C414,912 407.5,964.5 410,978C411.469,985.934 421.833,992.333 429,993C436.167,993.667 450.026,990.282 453,982C458.333,967.149 463,915.892 463,915.892",IG=a,IH=c,II=l,IJ=j,IK=m,IL=k,IM=aV,IN=f,IO=e,IP=g,IQ=h,IR=d,IS="M439,915.892L438,923",IT=a,IU=c,IV=l,IW=j,IX=m,IY=k,IZ=aV,I0=f,I1=e,I2=g,I3=h,I4=d,I5="M619,915.892L621,926",I6=a,I7=c,I8=l,I9=j,I_=m,I$=k,Ja=aV,Jb=f,Jc=e,Jd=g,Je=h,Jf=d,Jg="M436,377L436,387",Jh=a,Ji=c,Jj=l,Jk=j,Jl=m,Jm=k,Jn=aV,Jo=f,Jp=e,Jq=g,Jr=h,Js=d,Jt="M641,381L641,393",Ju=a,Jv=c,Jw=J,Jx=f,Jy=e,Jz=g,JA=h,JB=d,JC="M724.465,1019.02C724.465,1019.02 727.926,1017.83 729.545,1017.26C737.9,1014.32 744.016,1011.98 744,1012.05",JD=a,JE=c,JF=J,JG=f,JH=e,JI=g,JJ=e,JK=d,JL="M329.998,1012.05L362.182,1017.07L363,1012C363,1012 403.619,1006.08 424,1007C446.167,1008 471.613,1018.2 496,1018C513.567,1017.86 539.545,1016.48 563.997,1017.07C585.553,1017.59 605.7,1020.08 621,1020C645.428,1019.87 691.459,1010.2 693,1012.05L693,1012C703.972,1013.94 714.976,1013.66 726,1012.05L724.465,1019.02C724.465,1019.02 720.156,1020.48 717.93,1021.21C709.088,1024.1 699.751,1026.84 693,1028C639.879,1037.15 481.971,1031.2 421,1025C405.513,1023.43 362.182,1017.07 362.182,1017.07",JM=a,JN=c,JO=J,JP=f,JQ=e,JR=g,JS=h,JT=d,JU="M361,1012C361,1012 329.708,1011.72 330,1012",JV=a,JW=c,JX=J,JY=f,JZ=e,J0=g,J1=h,J2=d,J3="M330.008,1011.99C330,1011.99 329.997,1012 330,1012",J4=a,J5=c,J6=b6,J7=u,J8=bY,J9=r,J_=J,J$=f,Ka=e,Kb=g,Kc=h,Kd=d,Ke="M762.983,294.999C762.989,294.999 762.994,294.999 763,295",Kf=a,Kg=c,Kh=J,Ki=f,Kj=e,Kk=g,Kl=d,Km="M307,293C404.836,287.679 501.618,285.919 599.06,289.876C653.567,292.09 708.246,292.145 763,295L763,293C763,293 765.333,197 761,163C757.722,137.277 755,103.5 737,89C719,74.5 681.332,75.697 653,76C621.833,76.333 582.667,90 550,91C518.87,91.953 488.143,82.333 457,82C425.833,81.667 384.167,85.167 363,89C350.97,91.179 338.296,96.022 329.998,105C319.831,116 306.207,136.367 302,155C297.334,175.667 301.167,206 302,229C302.775,250.384 307,293 307,293",Kn=a,Ko=c,Kp=b6,Kq=u,Kr=bB,Ks=r,Kt=J,Ku=f,Kv=e,Kw=g,Kx=d,Ky="M728,1012C716.976,1013.61 703.972,1013.94 693,1012L693,961L728,1012Z",Kz=a,KA=c,KB=J,KC=f,KD=e,KE=g,KF=d,KG="M330,1012C329.708,1011.72 361,1012 361,1012C362.892,994.996 363.792,977.996 364,961L364,959L330,1012",KH=a,KI=c,KJ=J,KK=f,KL=e,KM=g,KN=d,KO="M763,295C760.512,294.433 749.969,491.333 749,540C748.706,554.758 745.52,569.317 744,584C741.189,611.165 749.559,704.847 751,705C751,705 745.381,703.322 744,701.021C742,697.688 742.166,689.612 739,685C731.333,673.83 698,634 698,634C701.511,564.637 706.241,495.85 711.468,427.896C714.873,383.633 714.186,339.223 714,295L713.815,293.13C713.815,293.13 715.489,293.105 716.326,293.13C731.877,293.603 747.435,294.189 763,295",KP=a,KQ=c,KR=J,KS=f,KT=e,KU=g,KV=d,KW="M359,291.502C358.834,317.15 357.506,342.587 358.906,367.632C364.551,468.564 365.787,558.948 369,639C368.551,637.384 353.536,647.771 342.526,663.924C329.911,682.429 306.056,701.747 308.5,701C311.993,699.933 304.251,581.26 311.898,472.324C318.143,383.369 311.172,317.653 307,295L307,293C323.353,292.111 339.677,291.321 355.979,290.64C356.98,290.598 358.981,290.516 358.981,290.516L359,291.502Z",KX=a,KY=c,KZ=b6,K0=u,K1=bZ,K2=r,K3=J,K4=f,K5=e,K6=g,K7=d,K8="M752,705C752,705 760.227,714.454 763,720C769.167,732.333 781.833,760 789,779C795.772,796.954 803.133,815.026 806,834C809.5,857.167 811.333,896.333 810,918C809.027,933.817 807.106,951.031 798,964C787,979.667 743.079,1013.58 744,1012C744.921,1010.42 728,1012 728,1012L693,961L698,635L698,634C698,634 731.333,673.83 739,685C742.166,689.612 742,697.688 744,701.021C745.341,703.257 750.682,704.904 750.986,704.996C750.991,704.998 750.996,705 751,705C751,705 750.995,704.999 750.986,704.996L752,705Z",K9=a,K_=c,K$=J,La=f,Lb=e,Lc=g,Ld=h,Le=d,Lf="M330.008,1011.99C330.002,1011.99 329.999,1012 330,1012",Lg=a,Lh=c,Li=J,Lj=f,Lk=e,Ll=g,Lm=d,Ln="M369,639C368.551,637.384 353.536,647.771 342.526,663.924C332.038,679.309 313.779,695.256 309.326,699.767C309.216,699.879 309.114,699.984 309.02,700.082C308.975,700.129 308.932,700.175 308.891,700.219C308.682,700.479 307.995,700.933 308,701.021C308,701.021 301.284,706.953 298,710C293.333,714.33 284.454,720.052 280,727C271.667,740 252.268,765.439 248,788C243.333,812.667 252,854.667 252,875C252,886.743 246.12,898.409 248,910C251,928.5 270,986 270,986C289.932,996.453 309.815,1008.16 330,1012L364,959C364.143,958.575 366.634,844.465 369.1,752.934C370.77,690.975 370.341,639.264 369,640",Lo=a,Lp=c,Lq=b6,Lr=u,Ls=b2,Lt=r,Lu=J,Lv=f,Lw=e,Lx=g,Ly=h,Lz=d,LA="M363,375C428.949,371.785 494.789,366.107 559.115,370.15C611.562,373.446 661.585,377.296 709.5,377",LB=a,LC=c,LD=J,LE=f,LF=e,LG=g,LH=h,LI=d,LJ="M697.979,634C697.971,634.462 697.986,635.927 697.979,636.394C696.605,725.514 693.911,901 693.911,901",LK=a,LL=c,LM=J,LN=f,LO=e,LP=g,LQ=h,LR=d,LS="M713.742,293.053C713.744,293.423 714.003,295.741 714.005,296.112C714.009,297.02 714.013,297.927 714.017,298.835C714.202,337.627 714.671,376.555 712.325,415.394C712.263,416.419 712.133,418.47 712.133,418.47",LT=a,LU=c,LV=J,LW=f,LX=e,LY=g,LZ=d,L0="M693,1012L693,961C693.303,941.001 693.911,901 693.911,901L693,901C643.045,911.25 590.731,916.245 536.007,915.873C482.032,915.506 425.712,909.918 367,899L365.469,899C365.469,899 364.066,958.804 364,959L364,961C363.792,977.996 362.892,994.996 361,1012L363,1012C363,1012 403.619,1006.08 424,1007C446.167,1008 471.613,1018.2 496,1018C513.567,1017.86 539.545,1016.48 563.997,1017.07C585.553,1017.59 605.7,1020.08 621,1020C645.428,1019.87 691.459,1010.2 693,1012.05",L1=a,L2=c,L3=J,L4=f,L5=e,L6=g,L7=h,L8=d,L9="M369,639C369.002,638.997 368.971,639.008 368.977,639.031C369.026,639.224 369.186,640.245 369.285,640.698C370.663,647.006 370.645,695.61 369.1,752.934C367.774,802.157 365.469,899 365.469,899",L_=a,L$=c,Ma=J,Mb=f,Mc=e,Md=g,Me=h,Mf=d,Mg="M361.531,420.384C365.036,499.962 366.345,572.495 368.964,638.102C368.976,638.401 368.988,638.701 369,639",Mh=a,Mi=c,Mj=J,Mk=f,Ml=e,Mm=g,Mn=h,Mo=d,Mp="M361.531,420.384C361.531,420.384 361.437,418.257 361.39,417.191C360.665,400.964 359.847,384.444 358.906,367.632C357.515,342.755 358.817,317.49 358.997,292.016C358.998,291.845 358.999,291.673 359,291.502L359.335,290.502C359.335,290.502 359.471,290.496 359.708,290.487C360.896,290.439 364.636,290.289 366.675,290.21C444.295,287.199 521.469,286.725 599.06,289.876C635.802,291.369 672.622,291.88 709.491,292.929C710.908,292.97 713.742,293.053 713.742,293.053",Mq=a,Mr=c,Ms=J,Mt=f,Mu=e,Mv=g,Mw=h,Mx=d,My="M712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 540,414.476C481.289,412.747 422.277,416.448 363,420L361.531,420.384",Mz=a,MA=c,MB=d,MC="M361.531,420.384C361.531,420.384 361.437,418.257 361.39,417.191C360.665,400.964 359.847,384.444 358.906,367.632C357.515,342.755 358.817,317.49 358.997,292.016C358.998,291.845 358.999,291.673 359,291.502L359.335,290.502L359.708,290.487C360.896,290.439 364.636,290.289 366.675,290.21C444.295,287.199 521.469,286.725 599.06,289.876C635.802,291.369 672.622,291.88 709.491,292.929C710.908,292.97 713.742,293.053 713.742,293.053C713.744,293.423 714.003,295.741 714.005,296.112C714.009,297.02 714.013,297.927 714.017,298.835C714.202,337.627 714.671,376.555 712.325,415.394C712.263,416.419 712.133,418.47 712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 540,414.476C481.289,412.747 422.277,416.448 363,420L361.531,420.384Z",MD=a,ME=c,MF=J,MG=f,MH=e,MI=g,MJ=h,MK=d,ML="M698,634C698.016,633.677 698.033,633.354 698.049,633.031C701.555,563.996 706.265,495.534 711.468,427.896C711.617,425.956 711.759,424.016 711.893,422.076C711.976,420.874 712.133,418.47 712.133,418.47",MM=a,MN=c,MO=b6,MP=u,MQ=cf,MR=r,MS=J,MT=f,MU=e,MV=g,MW=aU,MX=d,MY="M697.979,634C697.995,633.677 698.033,633.354 698.049,633.031C701.555,563.996 706.265,495.534 711.468,427.896C711.617,425.956 711.759,424.016 711.893,422.076C711.976,420.874 712.133,418.47 712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 540,414.476C481.289,412.747 422.277,416.448 363,420L361.531,420.384C365.036,499.962 366.345,572.495 368.964,638.102C368.976,638.401 368.988,638.701 369,639C369.002,638.997 368.971,639.008 368.977,639.031C369.026,639.224 369.186,640.245 369.285,640.698C370.663,647.006 370.645,695.61 369.1,752.934C367.774,802.157 365.469,899 365.469,899L367,899C425.712,909.918 482.032,915.506 536.007,915.873C590.731,916.245 643.045,911.25 693,901",MZ=a,M0=c,M1=J,M2=f,M3=e,M4=g,M5=h,M6=d,M7="M697.979,634L697.981,633.932",M8=a,M9=c,M_=J,M$=f,Na=e,Nb=g,Nc=h,Nd=d,Ne="M693.911,901C693.911,901 696.605,725.514 697.979,636.394C697.986,635.927 697.971,634.462 697.979,634",Nf=a,Ng=c,Nh=b6,Ni=u,Nj="Back-Pocket",Nk=r,Nl=b8,Nm=bV,Nn=aC,No=j,Np=aC,Nq=k,Nr=aA,Ns=cd,Nt=aA,Nu=bX,Nv=aB,Nw=ca,Nx=aB,Ny=by,Nz=b$,NA=bS,NB=cb,NC=bU,ND=b9,NE=b0,NF=bx,NG=bW,NH=b7,NI=b3,NJ=cg,NK=bT,NL=b4,zc=l,zd=j,ze=m,zf=k,zg=a5,zh=f,zi=e,zj=g,zk=h,zl=d,zm="M505,409L505,415",zn=a,zo=c,zp=a5,zq=f,zr=e,zs=g,zt=h,zu=d,zv="M664,848L668,868",zw=a,zx=c,zy=a5,zz=f,zA=e,zB=g,zC=h,zD=d,zE="M460,848L457,868",zF=a,zG=c,zH=a5,zI=f,zJ=e,zK=g,zL=h,zM=d,zN="M664,678L664,700",zO=a,zP=c,zQ=a5,zR=f,zS=e,zT=g,zU=h,zV=d,zW="M476,675L476,697",zX=a,zY=c,zZ=a5,z0=f,z1=e,z2=g,z3=h,z4=d,z5="M664,501L664,527",z6=a,z7=c,z8=a5,z9=f,z_=e,z$=g,Aa=h,Ab=d,Ac="M664,329L664,352",Ad=a,Ae=c,Af=a5,Ag=f,Ah=e,Ai=g,Aj=h,Ak=d,Al="M485,326L485,348",Am=a,An=c,Ao=l,Ap=j,Aq=m,Ar=k,As=dd,At=f,Au=e,Av=g,Aw=h,Ax=d,Ay="M625,909L625,917",Az=a,AA=c,AB=l,AC=j,AD=m,AE=k,AF=dd,AG=f,AH=e,AI=g,AJ=h,AK=d,AL="M495,909L495,917",AM=a,AN=c,AO=l,AP=j,AQ=m,AR=k,AS=dd,AT=f,AU=e,AV=g,AW=h,AX=d,AY="M561.009,909L561.009,917",AZ=a,A0=c,A1=l,A2=j,A3=m,A4=k,A5=dd,A6=f,A7=e,A8=g,A9=h,A_=d,A$="M644,415L645,409",Ba=a,Bb=c,Bc=l,Bd=j,Be=eU,Bf=f,Bg=e,Bh=g,Bi=h,Bj=d,Bk="M540,395C557.28,367.793 557.903,359.288 575,351C589.999,360.13 597.083,376.66 605,395",Bl=a,Bm=c,Bn=l,Bo=j,Bp=m,Bq=k,Br=ho,Bs=f,Bt=e,Bu=g,Bv=h,Bw=d,Bx="M561.009,202C561.009,202 568.574,288.013 570,331.141C571.499,376.474 570,474 570,474",By=a,Bz=c,BA=l,BB=j,BC=m,BD=k,BE=ho,BF=f,BG=e,BH=g,BI=h,BJ=d,BK="M485,112C502.355,146.971 528.865,178.575 561.009,202C601.184,182.703 632.882,154.759 653,115",BL=a,BM=c,BN=l,BO=j,BP=m,BQ=k,BR=eU,BS=f,BT=e,BU=g,BV=h,BW=d,BX="M527.018,890C527.018,890 535.558,856.952 540,841.193C546.174,819.287 562,758 562,758C562,758 577.5,818.526 583,841.193C587.257,858.735 595,894 595,894",BY=a,BZ=c,B0=l,B1=j,B2=m,B3=k,B4="20.27px",B5=f,B6=e,B7=g,B8=h,B9=d,B_="M247,795L225,780C225,780 248.417,795.561 247,795Z",B$=a,Ca=c,Cb=l,Cc=j,Cd=m,Ce=k,Cf=eU,Cg=f,Ch=e,Ci=g,Cj=h,Ck=d,Cl="M826,777C828.484,776.691 833.452,776.073 837,777C841.333,778.132 847.983,780.053 852,783.793C856.833,788.293 862.851,796.757 866,804C869.667,812.434 868.813,819.239 868,828.397C867.203,837.366 864.783,854.511 855,867C846.765,877.512 833,887.667 822,894C811.951,899.786 799.167,903.167 789,905C779.815,906.656 767.272,905.552 761,905",Cm=a,Cn=c,Co=a5,Cp=f,Cq=e,Cr=g,Cs=h,Ct=d,Cu="M476,501L477,521",Cv=a,Cw=c,Cx=b_,Cy=u,Cz=bY,CA=r,CB=au,CC=f,CD=e,CE=g,CF=d,CG="M752.003,301C752.142,298.269 752.318,295.536 752.359,292.799C753.08,244.81 749.57,196.217 744,149C738.212,126.186 723.421,112.312 699,108C683.477,107.862 666.36,107.154 648,106C601.874,101.824 553.952,99.692 504,102C504,102 453.155,106.063 453,106C452.921,105.968 428.421,106.434 414.198,115.667C400.562,124.518 396.991,151.237 397,151C397.13,147.591 393.326,170.792 392.649,182.394C390.496,219.284 389.933,293.59 390,302C484.2,300.179 579.307,302.912 672.983,303.196C686.448,303.236 699.629,303.488 712.493,303C726.027,302.487 738.21,302.205 751,301L752.003,301Z",CH=a,CI=c,CJ=b_,CK=u,CL=bB,CM=r,CN=au,CO=f,CP=e,CQ=g,CR=d,CS="M752,302C751.94,302.102 751.828,302.989 751.672,304.597C750.066,321.132 743.831,413.98 742.271,515.157C740.7,617.065 745.134,719.642 746,736C746.773,750.602 750.306,824.482 751.56,870.312C751.572,870.757 751.596,871.639 751.596,871.639L750.728,872C750.728,872 749.428,871.977 748.784,871.968C712.148,871.472 689.519,876.881 684.826,877.905C684.035,878.077 684,878 684,878L683.887,878.796C683.887,878.796 683.821,878.276 683.788,878.017C681.443,859.513 680.03,842.876 680,842C679.956,840.74 677.473,794.855 674.837,751.017C672.717,715.753 673.11,678.433 673,661C672.868,640.19 673.541,568.773 674.287,485.381C675.105,393.944 677,303.296 677,303.296L676.307,303.209C676.307,303.209 677.725,303.217 678.433,303.221C690.009,303.291 701.37,303.422 712.493,303C726.027,302.487 738.21,302.205 751,301",CT=a,CU=c,CV=au,CW=f,CX=e,CY=g,CZ=h,C0=d,C1="M390,302C417.907,301.46 445.894,301.321 473.9,301.398",C2=a,C3=c,C4=au,C5=f,C6=e,C7=g,C8=h,C9=d,C_="M473.9,301.398C474.161,302.107 463.838,616.696 459.569,741.925C458.514,772.878 456.896,793.125 457,793C457.422,792.491 455.836,812.967 453.329,832.056C451.167,848.52 448.063,863.953 448,864C447.204,868.875 445.072,878.796 445.072,878.796L444,877.071C444,877.071 391.96,869.3 370.342,869.908C370.062,869.916 369.518,869.936 369.518,869.936L368.492,870.926C368.492,870.926 389.327,491.675 390,302",C$=a,Da=c,Db=d,Dc="M473.9,301.398C474.161,302.107 463.838,616.696 459.569,741.925C458.514,772.878 456.896,793.125 457,793C457.422,792.491 455.836,812.967 453.329,832.056C451.167,848.52 448.063,863.953 448,864C447.204,868.875 445.072,878.796 445.072,878.796L444,877.071C444,877.071 391.96,869.3 370.342,869.908C370.062,869.916 369.518,869.936 369.518,869.936L368.492,870.926C368.492,870.926 389.327,491.675 390,302C417.907,301.46 445.894,301.321 473.9,301.398Z",Dd=a,De=c,Df=b_,Dg=u,Dh=bZ,Di=r,Dj=au,Dk=f,Dl=e,Dm=g,Dn=d,Do="M683.78,877.95C683.78,877.95 684.149,880.831 684.342,882.282C687.049,902.668 690.825,921.483 692,925C693.22,928.654 695.989,937.612 699.313,945.969C702.02,952.775 706.094,959.182 709,962C714.892,967.715 725.4,976.532 735,969C739.42,965.532 744.482,951.661 745,949C745.452,946.677 748.423,936.679 750.111,925.455C751.626,915.379 751.971,904.326 752,897C752.023,891.29 751.897,883.5 751.667,874.4C751.644,873.485 751.595,871.615 751.595,871.615L750.728,872C750.728,872 747.167,871.946 745.436,871.939C734.355,871.895 724.631,872.387 716.378,873.11C701.818,874.385 691.842,876.377 687.093,877.406C684.649,877.935 684,878 684,878L683.78,877.95Z",Dp=a,Dq=c,Dr=au,Ds=f,Dt=e,Du=g,Dv=d,Dw="M368.548,869.815C368.548,869.815 368.427,872.252 368.368,873.443C368.24,876.049 368.117,878.569 368,881C367.02,901.353 367.167,927.5 372,942C375.802,953.406 389.349,967.63 397,968C403.802,968.329 410.762,962.129 415.484,956.887C420.55,951.266 425.223,942.932 428,935C432.271,922.798 439.553,902.144 444.559,881C444.869,879.691 445.461,877.071 445.461,877.071L444,877.071C444,877.071 442.101,876.63 441.089,876.413C431.869,874.437 419.283,872.649 406.49,871.434C394.463,870.292 382.253,869.658 372.486,869.849C371.469,869.869 369.518,869.936 369.518,869.936L368.548,869.815Z",Dx=a,Dy=c,Dz=b_,DA=u,DB=b2,DC=r,DD=au,DE=f,DF=e,DG=g,DH=d,DI="M439.598,899.627C439.598,899.627 439.26,900.779 439.09,901.351C435.103,914.775 430.871,926.797 428,935C425.223,942.932 420.55,951.266 415.484,956.887C410.762,962.129 403.802,968.329 397,968C396.344,967.968 394.912,967.61 394.912,967.61L397,968.013L398.346,968.132C398.346,968.132 484.166,976.047 561.063,976.909C635.592,977.745 723.09,972.137 723.09,972.137C723.09,972.137 727.541,971.892 728,971.909C729.166,971.953 721.709,970.908 721.709,970.908C721.709,970.908 720.01,970.216 719.185,969.791C715.196,967.735 711.636,964.557 709,962C706.094,959.182 702.02,952.775 699.313,945.969C695.989,937.612 693.22,928.654 692,925C691.308,922.928 689.712,915.543 687.964,905.656C687.811,904.789 687.502,903 687.502,903L686,903C606.384,905.267 525.644,904.041 444,900L439.598,899.627C439.598,899.627 439.827,898.844 439.941,898.451C443.157,887.346 446.135,875.425 448,864C448.063,863.953 451.167,848.52 453.329,832.056C455.836,812.967 457.422,792.491 457,793C456.896,793.125 458.514,772.878 459.569,741.925C462.267,662.779 470.789,405.033 470.789,405.033C474.368,405.443 486.497,402.521 572.913,402.666C599.428,402.711 632.882,404.148 675.209,407C675.209,407 676.643,320.253 676.904,307.635C676.963,304.814 676.997,303.303 677,303.296L677.238,303.214C677.238,303.214 674.405,303.2 672.983,303.196C606.852,302.995 473.272,301.397 473.272,301.397L474.003,302C474.099,302.261 470.789,405.033 470.789,405.033L471.005,405C471.005,405 471.133,405.005 471.433,404.978C477.117,404.459 531.389,401.833 578.606,402.666C626.377,403.509 672.907,407.39 672.983,407L675.209,407C675.209,407 674.527,458.414 674.287,485.381C673.545,568.774 672.868,640.19 673,661C673.11,678.433 672.717,715.753 674.837,751.017C677.473,794.855 679.956,840.74 680,842C680.033,842.942 681.667,862.145 684.342,882.282C685.144,888.32 686.039,894.221 686.934,899.627C687.123,900.775 687.502,903 687.502,903",DJ=a,DK=c,DL=b_,DM=u,DN=cf,DO=r,DP=au,DQ=f,DR=e,DS=g,DT=h,DU=d,DV=hm,DW=a,DX=c,DY=au,DZ=f,D0=e,D1=g,D2=h,D3=d,D4="M230.695,836.246C230.695,836.246 232.676,838.521 233.683,839.665C241.05,848.025 248.968,856.5 256,863C265.792,872.05 276.567,880.14 288,887C300.5,894.5 318.167,902.333 331,908C333.551,909.126 340.102,911.749 340.102,911.749L342,909L367.518,866L368.645,867.861C368.645,867.861 368.427,872.246 368.323,874.353C368.211,876.637 368.103,878.853 368,881C367.46,892.206 367.262,905.168 368,916.976C368.093,918.459 368.323,921.365 368.323,921.365L365,921C365,921 356.559,918.015 347.442,914.572C344.994,913.648 340.102,911.749 340.102,911.749",D5=a,D6=c,D7=au,D8=f,D9=e,D_=g,D$=h,Ea=d,Eb="M370.434,832.696C370.434,832.696 370.064,839.89 369.886,843.353C369.545,850.006 369.224,856.325 368.924,862.282C368.829,864.179 368.645,867.861 368.645,867.861",Ec=a,Ed=c,Ee=e,Ef=d,Eg="M370.434,832.696C370.434,832.696 370.064,839.89 369.886,843.353C369.545,850.006 369.224,856.325 368.924,862.282C368.829,864.179 368.645,867.861 368.645,867.861L367.518,866L342,909L340.102,911.749C340.102,911.749 333.551,909.126 331,908C318.167,902.333 300.5,894.5 288,887C276.567,880.14 265.792,872.05 256,863C248.968,856.5 241.05,848.025 233.683,839.665C232.676,838.521 230.695,836.246 230.695,836.246L232,834C242.511,814.422 252.071,793.242 261,771C261,771 300.247,800.833 318,811C333.558,819.91 367.518,832 367.518,832L370.434,832.696Z",Eh=a,Ei=c,Ej=aU,Ek=d,El="M368.645,867.861C368.645,867.861 368.427,872.246 368.323,874.353C368.211,876.637 368.103,878.853 368,881C367.46,892.206 367.262,905.168 368,916.976C368.093,918.459 368.323,921.365 368.323,921.365L365,921C365,921 356.559,918.015 347.442,914.572C344.994,913.648 340.102,911.749 340.102,911.749L342,909L367.518,866L368.645,867.861Z",Em=a,En=c,Eo=aU,Ep=d,Eq=hm,Er=a,Es=c,Et=au,Eu=f,Ev=e,Ew=g,Ex=aU,Ey=d,Ez="M749.528,813.34C749.528,813.34 749.461,811.706 749.427,810.89C749.115,803.348 748.796,795.903 748.483,788.784C748.366,786.116 748.134,780.929 748.134,780.929L750,780C750,780 751.982,779.465 755.162,778.124C763.766,774.495 780.889,766.48 789,761C798.959,754.272 819,741 819,741C827.985,734.675 835.98,728.793 845,724C846.971,722.62 850.385,721.705 853,721C856.008,720.808 858.46,721.277 860,723C862.346,725.808 862.495,729.208 862,733C860.78,741.349 859.974,748.803 858,756C856.479,761.544 853.722,769.317 851,777C848.582,783.334 844.89,790.04 840,797C836.957,801.106 833.211,805.844 829,811C827.974,812.257 825.912,814.735 825.912,814.735L825,814L813,760C794.629,778.849 774.569,796.21 752.728,812L749.528,813.34Z",EA=a,EB=c,EC=au,ED=f,EE=e,EF=g,EG=e,EH=d,EI="M749.528,813.34C774.65,794.091 795.467,776.437 813,760L825.912,814.735",EJ=a,EK=c,EL=au,EM=f,EN=e,EO=g,EP=e,EQ=d,ER="M826.224,814.36C826.224,814.36 823.926,817.096 822.929,818.263C813.178,829.685 803.181,840.341 792.948,851.912C781.21,865.183 767.189,878.222 752.728,891L751.965,889.698C751.965,889.698 751.898,884.921 751.846,882.282C751.495,864.501 750.597,839.529 749.601,815.112C749.592,814.907 749.57,814.36 749.57,814.36L749.528,813.34",ES=a,ET=c,EU=b_,EV=u,EW=el,EX=r,EY=b8,EZ=bV,E0=aC,E1=j,E2=aC,E3=k,E4=aA,E5=cd,E6=aA,E7=bX,E8=aB,E9=ca,E_=aB,E$=by,Fa=b$,Fb=bS,Fc=cb,Fd=bU,Fe=b9,Ff=b0,Fg=bx,Fh=bW,Fi=b7,Fj=b3,Fk=cg,Fl=bT,Fm=b4,sy=l,sz=j,sA=m,sB=k,sC=di,sD=f,sE=e,sF=g,sG=h,sH=d,sI="M131,758L155,769",sJ=a,sK=c,sL=eT,sM=u,sN=r,sO=l,sP=j,sQ=m,sR=k,sS=di,sT=f,sU=e,sV=g,sW=h,sX=d,sY="M940,756C940,756 956.272,747.589 965,744.994C977.511,741.276 1002.04,744.024 1010.78,756C1018.68,766.814 1022.09,787.537 1020,803.546C1017.55,822.33 1001.39,850.36 980,865C958.374,879.803 925.619,892.359 896.598,901C866.931,909.833 802,918 802,918",sZ=a,s0=c,s1=eT,s2=u,s3=r,s4=l,s5=j,s6=m,s7=k,s8=bl,s9=f,s_=e,s$=g,ta=h,tb=d,tc="M428,889L428,913",td=a,te=c,tf=l,tg=j,th=m,ti=k,tj=bl,tk=f,tl=e,tm=g,tn=h,to=d,tp="M440,724L440,753",tq=a,tr=c,ts=l,tt=j,tu=m,tv=k,tw=bl,tx=f,ty=e,tz=g,tA=h,tB=d,tC="M439,555L440,577",tD=a,tE=c,tF=l,tG=j,tH=m,tI=k,tJ=bl,tK=f,tL=e,tM=g,tN=h,tO=d,tP="M438,383.25L440,404",tQ=a,tR=c,tS=l,tT=j,tU=m,tV=k,tW=bl,tX=f,tY=e,tZ=g,t0=h,t1=d,t2="M664,892L671,913",t3=a,t4=c,t5=l,t6=j,t7=m,t8=k,t9=bl,t_=f,t$=e,ua=g,ub=h,uc=d,ud="M648,724L648,743",ue=a,uf=c,ug=l,uh=j,ui=m,uj=k,uk=bl,ul=f,um=e,un=g,uo=h,up=d,uq="M636,555L636,577",ur=a,us=c,ut=l,uu=j,uv=m,uw=k,ux="18px",uy=f,uz=e,uA=g,uB=h,uC=d,uD="M619,443.275L619,450.922",uE=a,uF=c,uG=eT,uH=u,uI=r,uJ=l,uK=j,uL=m,uM=k,uN=ey,uO=f,uP=e,uQ=g,uR=h,uS=d,uT="M462,479L461,486",uU=a,uV=c,uW=l,uX=j,uY=m,uZ=k,u0=bl,u1=f,u2=e,u3=g,u4=h,u5=d,u6="M641,375L641,391.5",u7=a,u8=c,u9=l,u_=j,u$=gt,va=f,vb=e,vc=g,vd=h,ve=d,vf="M499,464C508.458,442.062 521.639,431.645 535.639,422.252C556.43,433.709 571.828,448.005 584,464",vg=a,vh=c,vi=l,vj=j,vk=m,vl=k,vm=gY,vn=f,vo=e,vp=g,vq=h,vr=d,vs="M463.796,151.18C480.985,197.917 503.27,229.582 529,258C556.688,228.552 582.238,196.036 599.552,153.77C601.102,149.986 601.586,149.125 603,145.18",vt=a,vu=c,vv=l,vw=j,vx=m,vy=k,vz=ey,vA=f,vB=e,vC=g,vD=h,vE=d,vF="M450,942.886L450,951.5",vG=a,vH=c,vI=l,vJ=j,vK=m,vL=k,vM=ey,vN=f,vO=e,vP=g,vQ=h,vR=d,vS="M648,947L648,956",vT=a,vU=c,vV=l,vW=j,vX=m,vY=k,vZ=gt,v0=f,v1=e,v2=g,v3=h,v4=d,v5="M511,930L540,786L591,930",v6=a,v7=c,v8=l,v9=j,v_=m,v$=k,wa=gY,wb=f,wc=e,wd=g,we=h,wf=d,wg="M529,258C536.491,346.888 537.166,435.903 533.398,525",wh=a,wi=c,wj=ce,wk=u,wl=bY,wm=r,wn=ak,wo=f,wp=e,wq=g,wr=d,ws="M345,347C362.763,354.362 381.575,356.43 400.416,358.171C492.223,366.654 585.721,362.367 676.641,351.497C698.772,348.851 722.745,344.664 740.853,335.982L740.846,335.713C740.846,335.713 739.237,274.756 738,257C736.902,241.236 734.303,223.167 731.803,210C729.739,199.131 727.992,188.031 723,178C720.417,172.811 717.225,166.07 712.17,160.718C706.235,154.436 697.324,150.245 690,147C676.833,141.167 658.846,139.828 643,138C625.667,136 605.025,134.761 586,135C559.5,135.333 508.167,138.333 484,140C469.604,140.993 455.373,142.927 441,145C423.667,147.5 401.333,155.167 386,167C370.667,178.833 353.538,196.043 349,216C342.402,245.016 344.989,346.973 344.989,346.973",wt=a,wu=c,wv=ce,ww=u,wx=bB,wy=r,wz=ak,wA=f,wB=e,wC=g,wD=h,wE=d,wF="M740.855,336.069C740.949,339.796 741,342 741,342",wG=a,wH=c,wI=ak,wJ=f,wK=e,wL=g,wM=d,wN="M335.028,873.161C335.028,873.161 334.95,867.247 334.914,864.239C334.295,812.659 334.225,751.595 335,705C336.298,626.94 343.333,530.279 345,471C346.14,430.459 345,349.329 345,349.329",wO=a,wP=c,wQ=ak,wR=f,wS=e,wT=g,wU=d,wV="M680.492,895.869C680.492,895.869 679.613,890.445 679.173,887.734C678.258,882.089 675.912,870.642 675,862C671.804,831.711 660,706 660,706L653,540L652.015,360.658L652.015,358L652.064,354.264C652.064,354.264 654.133,354.038 657.167,353.704C662.677,353.095 671.371,352.127 676.641,351.497C698.772,348.851 722.892,344.682 741,336L741,342C739.349,346.159 752.015,605.667 752,614C751.946,643.793 760.024,740.653 760.024,740.653C761.39,756.576 762.729,772.501 764.124,788.421C766.068,819.639 767.69,844.234 767.948,874.36C767.963,876.087 767.978,879.599 767.978,879.599C744.221,890.795 716.034,895.908 680.492,895.868",wW=a,wX=c,wY=ak,wZ=f,w0=e,w1=g,w2=d,w3="M424,362.657C424,362.657 430.167,596.276 429,682C428.114,747.117 420.833,834.5 417,877C416.889,878.236 416.65,880.757 416.65,880.757L416.76,879.599C389.459,884.144 362.212,882.003 335.023,872.813L335.028,873.161C335.028,873.161 334.95,867.247 334.914,864.239C334.295,812.659 334.225,751.595 335,705C336.298,626.94 343.333,530.279 345,471C346.14,430.459 345,349.329 345,349.329L345,347C362.763,354.362 381.575,356.43 400.416,358.171C408.032,358.875 423.297,360.023 423.297,360.023L424,362.657Z",w4=a,w5=c,w6=ce,w7=u,w8=bZ,w9=r,w_=ak,w$=f,xa=e,xb=g,xc=d,xd="M680.492,895.869L687,936C688.419,951.483 697.424,966.437 711.071,974.145C723.648,981.248 741.058,981.217 751.273,969.83C754.111,966.667 756.313,962.9 758,959C767.143,937.861 767.983,891.485 767.983,891.485C767.983,891.485 767.982,885.941 767.983,883.196C767.984,881.987 767.978,879.599 767.978,879.599C744.221,890.795 716.034,895.908 680.492,895.868",xe=a,xf=c,xg=ak,xh=f,xi=e,xj=g,xk=h,xl=d,xm="M416.65,880.757C416.65,880.757 416.193,885.375 415.936,887.734C414.004,905.484 410.973,924.705 406,937C401.214,948.832 390.667,960.833 381,966C371.333,971.167 355.333,970.333 348,968C341.833,966.038 337.32,958.464 337,952C336.23,936.424 335.586,910.851 335.136,880.757C335.099,878.255 335.028,873.161 335.028,873.161",xn=a,xo=c,xp=ak,xq=f,xr=e,xs=g,xt=d,xu="M335.023,872.813C343.395,875.643 351.772,877.804 360.155,879.308C370.115,881.094 380.083,881.953 390.059,881.9C398.953,881.853 407.854,881.082 416.76,879.599L416.65,880.757C416.65,880.757 416.193,885.375 415.936,887.734C414.004,905.484 410.973,924.705 406,937C401.214,948.832 390.667,960.833 381,966C371.333,971.167 355.333,970.333 348,968C341.833,966.038 337.32,958.464 337,952C336.23,936.424 335.586,910.851 335.136,880.757C335.099,878.255 335.028,873.161 335.028,873.161L335.023,872.813Z",xv=a,xw=c,xx=ce,xy=u,xz=b2,xA=r,xB=ak,xC=f,xD=e,xE=g,xF=h,xG=d,xH="M429.147,470C505.814,475.717 580.128,475.457 652,469",xI=a,xJ=c,xK=ak,xL=f,xM=e,xN=g,xO=h,xP=d,xQ="M411,930C411.12,929.704 477.42,941.139 545,942.68C615.307,944.283 687,936 687,936",xR=a,xS=c,xT=ak,xU=f,xV=e,xW=g,xX=d,xY="M348,968C348,968 351.508,968.924 353.705,969.241C361.848,970.417 373.388,970.069 381,966C390.667,960.833 401.214,948.832 406,937C412,922.167 415.173,897.251 417,877C420.833,834.5 428.114,747.117 429,682C430.167,596.276 424,362.657 424,362.657L423.768,360.055C423.768,360.055 427.353,360.298 429.147,360.413C500.431,364.972 572.46,362.268 643.258,355.17C646.174,354.878 652,354.271 652,354.271L652,358L653,540L660,706L675,862L687,936C688.419,951.483 697.405,966.472 711.071,974.145C717.283,977.632 724.662,979.393 731.764,978.927C733.506,978.813 736.92,978.175 736.92,978.175L740,977.511C740,977.511 708.678,996.64 691,999C666.667,1002.25 623,997.333 594,997C568.335,996.705 542.665,997.331 517,997C491.167,996.667 464.675,999.152 439,995C411,990.472 349,969.83 349,969.83L348,968Z",xZ=a,x0=c,x1=ce,x2=u,x3=cf,x4=r,x5=ak,x6=f,x7=e,x8=g,x9=aU,x_=d,x$="M764.124,788.421C762.729,772.501 761.39,756.576 760.024,740.653L763,740C763,740 799.493,737.79 817,733C834.667,728.167 852.882,718.484 869,711C883.521,704.257 903.167,697.333 916,695C925.861,693.207 939.5,695 946,697C950.286,698.319 953.5,702.833 955,707C956.5,711.167 955.841,717.071 955,722C953.833,728.833 951,740 948,748C945.121,755.677 941.383,763.071 937,770C931.833,778.167 925.017,789.179 917,797C913.933,799.992 910.028,803.638 905.611,807.645C905.199,808.019 904.361,808.776 904.361,808.776L903,806L874,738C863.175,746.56 852.426,755.261 841,763C819.28,777.713 790.437,781.228 765.747,787.971C765.404,788.064 764.722,788.253 764.722,788.253C764.722,788.253 764.921,788.197 764.722,788.253L764.124,788.421Z",ya=a,yb=c,yc=ak,yd=f,ye=e,yf=g,yg=h,yh=d,yi="M904.361,808.776C904.361,808.776 903.37,809.67 902.865,810.123C887.861,823.599 868.143,840.265 855,850C840.713,860.583 822.833,870.333 809,877C797.224,882.675 772,890 772,890L767.983,890.425C767.983,890.425 767.983,889.181 767.983,888.405C767.983,886.669 767.983,884.578 767.983,883.196C767.999,848.894 766.255,822.635 764.124,788.421",yj=a,yk=c,yl=e,ym=d,yn="M904.361,808.776C904.361,808.776 903.37,809.67 902.865,810.123C887.861,823.599 868.143,840.265 855,850C840.713,860.583 822.833,870.333 809,877C797.224,882.675 772,890 772,890L767.983,890.425C767.983,890.425 767.983,889.181 767.983,888.405C767.983,886.669 767.983,884.578 767.983,883.196C767.999,848.894 766.255,822.635 764.124,788.421L764.722,788.253C764.722,788.253 765.404,788.064 765.747,787.971C790.437,781.228 819.28,777.713 841,763C852.426,755.261 863.175,746.56 874,738L903,806L904.361,808.776Z",yo=a,yp=c,yq=ak,yr=f,ys=e,yt=g,yu=e,yv=d,yw="M212.247,823.908C212.247,823.908 228.482,835.258 236,840C245.968,846.287 256.375,851.9 267,857C279.5,863 299.833,871.5 311,876C318.529,879.034 334,884 334,884L335.184,883.902C335.184,883.902 335.127,880.913 335.099,879.4C334.561,850.014 334.36,783 334.36,783L334,783C334,783 300.833,777.667 286,772C271.362,766.408 245,749 245,749C233.658,771.279 222.901,795.608 213,822L212.247,823.908Z",yx=a,yy=c,yz=ak,yA=f,yB=e,yC=g,yD=aU,yE=d,yF="M334.36,783C334.36,783 334.397,766.005 334.441,757.687C334.45,756.117 334.469,752.994 334.469,752.994L333,753C333,753 297.833,742.667 282,738C267.33,733.676 252.925,728.334 238,725C222.333,721.5 201.667,718 188,717C179.662,716.39 168.333,717.667 162,720C156.908,721.876 151.716,725.852 150,731C148,737 147.549,748.035 150,756C152.667,764.667 159.148,775.094 166,783C174.667,793 190.333,806.5 202,816C205.292,818.681 212.247,823.908 212.247,823.908",yG=a,yH=c,yI=ce,yJ=u,yK=el,yL=r,yM=b8,yN=bV,yO=aC,yP=j,yQ=aC,yR=k,yS=aA,yT=cd,yU=aA,yV=bX,yW=aB,yX=ca,yY=aB,yZ=by,y0=b$,y1=bS,y2=cb,y3=bU,y4=b9,y5=b0,y6=bx,y7=bW,y8=b7,y9=b3,y_=cg,y$=bT,za=b4,ow=l,ox=j,oy=m,oz=k,oA=aX,oB=f,oC=e,oD=g,oE=h,oF=d,oG="M516.5,184C519.467,276.197 518.505,364.689 524,441",oH=a,oI=c,oJ=l,oK=j,oL=m,oM=k,oN=ad,oO=f,oP=e,oQ=g,oR=h,oS=d,oT="M429,845L429,866.5",oU=a,oV=c,oW=l,oX=j,oY=m,oZ=k,o0=ad,o1=f,o2=e,o3=g,o4=h,o5=d,o6="M429,648L429,672",o7=a,o8=c,o9=l,o_=j,o$=m,pa=k,pb=ad,pc=f,pd=e,pe=g,pf=h,pg=d,ph="M429,452L430,484",pi=a,pj=c,pk=l,pl=j,pm=m,pn=k,po=ad,pp=f,pq=e,pr=g,ps=h,pt=d,pu="M429,244L430,270",pv=a,pw=c,px=l,py=j,pz=m,pA=k,pB=ad,pC=f,pD=e,pE=g,pF=h,pG=d,pH="M630,854L630,879",pI=a,pJ=c,pK=l,pL=j,pM=m,pN=k,pO=ad,pP=f,pQ=e,pR=g,pS=h,pT=d,pU="M630,648L630,680",pV=a,pW=c,pX=l,pY=j,pZ=m,p0=k,p1=ad,p2=f,p3=e,p4=g,p5=h,p6=d,p7="M635,459L635,492",p8=a,p9=c,p_=l,p$=j,qa=m,qb=k,qc=ad,qd=f,qe=e,qf=g,qg=h,qh=d,qi="M635,244L636,270",qj=a,qk=c,ql=l,qm=j,qn=aX,qo=f,qp=e,qq=g,qr=h,qs=d,qt="M448,87C466.397,122.534 488.208,154.673 516.5,184C557.292,151.882 593.588,119.585 620,87",qu=a,qv=c,qw=gD,qx=j,qy=di,qz=f,qA=e,qB=g,qC=h,qD=d,qE="M478,363C491.729,339.327 503.501,325.977 517,311C534.752,331.55 545.183,349.529 555,365",qF=a,qG=c,qH=l,qI=j,qJ=m,qK=k,qL=di,qM=f,qN=e,qO=g,qP=h,qQ=d,qR="M484,924C493.299,865.568 506.6,812.616 521,755C541.791,811.861 559.414,864.727 575,924",qS=a,qT=c,qU=bY,qV=r,qW=I,qX=f,qY=e,qZ=g,q0=d,q1="M337,223C390.094,226.022 445.667,227 494,228C538.325,228.917 586.5,230 627,229C663.73,228.093 703.574,227.544 737,222L737,221C737,221 733.833,169 732,151C730.701,138.242 729.167,122.833 726,113C723.476,105.164 719.351,97.239 713,92C706.333,86.5 695.669,81.876 686,80C674.833,77.833 659.335,78.731 646,79C629.5,79.333 606.689,81.677 587,82C556.5,82.5 490.167,82.167 463,82C449.996,81.92 436.667,81.167 424,81C411.668,80.838 398.167,77 387,81C375.833,85 363.678,94.073 357,105C349.667,117 345.944,136.595 343,153C339.5,172.5 336,222 336,222L337,223Z",q2=a,q3=c,q4=bB,q5=r,q6=I,q7=f,q8=e,q9=g,q_=d,q$="M737,222C737,222 741.207,283.965 742,315C743.167,360.667 743,441.167 744,496C744.9,545.343 748,594.649 748,644C748,703.333 745.333,797.667 744,852C743.782,860.877 743.88,870.385 743.326,880.066C743.113,883.772 742.852,891.3 742.852,891.3L743,891C743,891 741.73,891.896 739.005,892.516C731.296,894.27 713.599,896.755 695.764,898.358C671.413,900.547 646.804,901.111 647,900L646.823,900.554C646.823,900.554 646.735,894.459 646.726,891.3C646.684,875.256 647.182,857.553 647,842C646.667,813.5 646,780.668 646,750C646,707.667 646.67,642 647,588C647.333,533.5 646.773,477.987 648,423C649.333,363.233 655,229.4 655,229.4L654.797,228.49L654.713,228.311C654.713,228.311 665.356,227.993 670.674,227.791C693.729,226.912 716.564,225.389 737,222",ra=a,rb=c,rc=I,rd=f,re=e,rf=g,rg=d,rh="M414,229.4C415.041,229.961 411,323.789 411,371C411,424.933 414,492.325 414,553C414,613.833 411,681.833 411,736C411,759.787 412.178,786.219 413.139,811.305C414.091,836.149 414.829,859.673 414,878C413.807,882.269 413.483,886.735 413.061,891.3C412.78,894.351 412.094,900.554 412.094,900.554L410,900.554C410,900.554 408.665,900.658 405.96,900.554C398.182,900.256 380.472,898.989 364,895.777C345.739,892.217 329,885 329,885L327.75,885.163C327.75,885.163 327.68,882.048 327.648,880.474C327.272,861.98 327.19,842.067 327,824C326.5,776.5 326.167,691.667 326,631C325.843,574 324.601,516.983 326,460C327.667,392.117 336,223.7 336,223.7L337,223C357.008,224.139 377.369,224.987 397.561,225.656C403.262,225.845 414.611,226.182 414.611,226.182",ri=a,rj=c,rk="matrix(1,0,0,1,0.329039,0)",rl=u,rm=bZ,rn=r,ro=I,rp=f,rq=e,rr=g,rs=d,rt="M743,891C743,891 742.718,891.452 741.886,891.74C736.925,893.457 716.438,896.5 695.764,898.358C671.413,900.547 646.804,901.111 647,900L646.823,900.554C646.823,900.554 646.956,905.919 647.067,908.464C647.264,912.996 647.562,917.215 648,921C649.684,935.558 654.514,949.745 661,963C664.507,970.167 669.618,980.426 674.993,989.385C681.369,1000.01 689.117,1009.22 694,1015C699.386,1021.39 709.667,1027 716,1027C722.333,1027 729.413,1021.15 732,1015C733.648,1011.09 735.777,1006.34 737,999.872C738.746,990.638 739.342,978.935 740,970C741.212,953.532 742.07,928.127 742.772,901.908C742.857,898.759 743.019,892.44 743.019,892.44L743,891Z",ru=a,rv=c,rw=I,rx=f,ry=e,rz=g,rA=d,rB="M327.755,885.357C327.755,885.357 327.885,890.54 327.961,893.069C328.21,901.295 328.543,909.049 329,916C330.325,936.133 334.333,961.333 337,976C338.736,985.55 340.833,997.5 345,1004C348.642,1009.68 355.255,1014.76 362,1015C371.199,1015.33 387.134,1000.36 393,986C396.955,976.315 401.048,967.037 403,957C405.287,945.239 408.767,926.501 411.241,907.488C411.522,905.326 412.042,901.001 412.042,901.001L410,900.554C410,900.554 409.739,900.626 409.02,900.627C408.327,900.628 407.288,900.605 405.96,900.554C398.182,900.256 380.472,898.989 364,895.777C345.739,892.217 329,885 329,885L327.755,885.357Z",rC=a,rD=c,rE=b2,rF=r,rG=I,rH=f,rI=e,rJ=g,rK=h,rL=d,rM="M414.36,366C494.491,373.663 571.819,374.825 646.999,371",rN=a,rO=c,rP=I,rQ=f,rR=e,rS=g,rT=h,rU=d,rV="M410,927C490.231,939.979 568.961,940.825 646,928",rW=a,rX=c,rY=I,rZ=f,r0=e,r1=g,r2=d,r3="M363.837,1014.88C363.837,1014.88 364.463,1014.77 364.783,1014.69C365.229,1014.59 365.684,1014.46 366.148,1014.3C375.404,1011.21 387.944,998.383 393,986C396.955,976.315 401.048,967.037 403,957C406.5,939 412.794,904.66 414,878C414.829,859.673 414.091,836.149 413.139,811.305C412.178,786.219 411,759.787 411,736C411,681.833 414,613.833 414,553C414,492.325 411,424.933 411,371C411,327.55 414.423,244.615 414.157,231.239C414.134,230.081 414,229.4 414,229.4L414.159,226.169C414.159,226.169 421.036,226.363 424.459,226.454C448.528,227.095 472.013,227.545 494,228C538.325,228.917 586.5,230 627,229C631.788,228.882 636.628,228.77 641.501,228.652C645.87,228.546 654.67,228.312 654.67,228.312L655,229.4C655,229.4 649.333,363.233 648,423C646.773,477.987 647.333,533.5 647,588C646.67,642 646,707.667 646,750C646,780.668 646.667,813.5 647,842C647.308,868.334 645.667,900.833 648,921C649.684,935.558 654.514,949.745 661,963C664.507,970.167 669.618,980.426 674.993,989.385C681.369,1000.01 689.121,1009.21 694,1015C697.439,1019.09 702.873,1022.86 707.999,1025.04C709.187,1025.54 711.484,1026.28 711.484,1026.28L717,1027C717,1027 667.808,1034.67 643,1035C605.5,1035.5 538.5,1033.33 492,1030C449.151,1026.93 364,1015 364,1015L363.837,1014.88Z",r4=a,r5=c,r6=cf,r7=r,r8=b8,r9=bV,r_=aC,r$=j,sa=aC,sb=k,sc=aA,sd=cd,se=aA,sf=bX,sg=aB,sh=ca,si=aB,sj=by,sk=b$,sl=bS,sm=cb,sn=bU,so=b9,sp=b0,sq=bx,sr=bW,ss=b7,st=b3,su=cg,sv=bT,sw=b4,os=bo,ot=cF,ou=cG,op=bo,oq=cF,or=cG,oo=gE,of="form",og="Ask a question",oh="placeholder",oi=ep,oj="name",ok=ep,ol=gF,om=ep,on="type",n1=gR,n0=ex,nY="nav",nL=bo,nM="Buy Now: ",nN="Waist Belt: ",nO="Torso Length: ",nP="Rolltop: ",nQ="Back Panel: ",nR="Side Pockets: ",nS="Side Panels: ",nT="Goal: ",nU="Pack: ",nV="Style: ",nW="Volume: ",nX="Query: ",nA=aM,nB=aM,nC=aM,nD=aM,nE=aM,nF=aM,nG=aM,nH=aM,nI=aM,nJ=aM,nK=aM,nt="Alpine",nu="Classic",nq="65l",nr="55l",ns="45l",ne=bF([g6,"Average width: 34cm","Depth: 22cm",eM,"Volume: 65l to the top of an open bag, excluding pockets",dh,cE,gw,ez,eI,eN,ed,eR,cI,eF,g2]),nf="65l Classic",ng=bF([g6,"Average width: 31cm","Depth: 21cm","Height: 85cm","Volume: 55l to the top of an open bag, excluding pockets",dh,cE,gw,ez,eI,eN,ed,eR,cI,g2]),nh="55l Classic",ni=bF([hy,"Average width: 28cm","Depth: 19cm",eM,"Volume: 46l to the top of an open bag, excluding pockets","Weight: 0.65 to 1 kilograms depending on fabric selection and torso length","Carry a reasonable load","Bungy cord side compression",ez,eI,eN,ed,eR]),nj="45l Classic",nk=bF([gC,"Average circumference: 100.5cm",eM,"Volume: 70l to the top of an open bag",dh,cE,ek,eJ,eK,es,er,cI,eF]),nl="65l Alpine",nm=bF([gC,"Average circumference: 98.5cm",gZ,"Volume: 60l to the top of an open bag",dh,cE,ek,eJ,eK,es,er,cI,eF]),nn="55l Alpine",no=bF([hy,"Average circumference: 92cm",gZ,"Volume: 50l to the top of an open bag","Weight: 1+ kilograms depending on fabric selection and torso length",cE,ek,eJ,eK,es,er,cI]),np="45l Alpine",nc="Not sold",nd="Sold",na="81 L",nb="75 M",m6="56 XL",m7="53 L",m8="50 L",m9="48 M",m_="45 M",m$="43 S",m3="Less Weight",m4="More Colour",m5="More Durable",m2="2 weeks",ny=t,n2="Contact",n4="/contact",n6="Kiwi",n8="https://skraak.kiwi",n_="Blog",oa="https://fiordlandpacks.fly.dev",oc="20rem",od=by,oe="logo.svg";function
iF(a,b,c){var
e=dy(f);if(e!==dz)throw i(e,0);var
j=fm(kY)}return j}catch(f){return 0}});var
k1=aw(1,0,0),k2=aw(0,0,0),k3=aw(0,0,0),k4=aw(2,0,0),k5=aw(1,0,0);function
fD(a,b,c,d){var
e=adm(7,0,[0,4]);cM(e,0,h7(a,k1));cM(e,1,b);var
f=bG(c,k2)?c:k5;cM(e,2,f);var
g=bG(d,k3)?d:k4;cM(e,3,g);return e}var
k6=aw(14371852,15349651,22696),k7=aw(12230193,11438743,35013),k8=aw(1424933,15549263,2083),k9=aw(9492471,4696708,43520);ft([0,function(a){var
b=ds(a),c=ds(a),d=ds(a);return fD(b,c,d,ds(a))}],function(a){return fD(k9,k8,k7,k6)});var
fE=[_,"Jsoo_runtime.Error.Exn",hY(0)],dN=[0,fE,[0]],iA="tl",iG="String.concat",lo=[0,at,165,16],ln=[0,at,166,16],lm=[0,at,105,4],ll=[0,at,98,4],lk=[0,at,83,4],lj=[0,at,84,4],li=[0,at,89,4],lh=[0,at,67,4],lg=[0,at,68,4],lf=[0,at,54,4],le=[0,at,55,4],ld=[0,at,25,4],lc=[0,at,19,4],lL=[0,z,388,16],lT=[0,z,611,12],lU=[0,z,623,12],lX=[0,z,840,8],lW=[0,z,848,12],lV=[0,z,802,8],lS=[0,z,579,12],lR=[0,z,510,8],lQ=[0,z,492,8],lP=[0,z,473,8],lO=[0,z,443,8],lN=[0,z,430,8],lM=[0,z,431,8],lE=[0,z,300,12],lG=[0,z,317,20],lF=[0,z,318,20],lH=[0,z,331,20],lI=[0,z,gT,20],lJ=[0,z,355,20],lK=[0,z,366,20],lD=[0,z,223,8],lC=[0,z,205,8],lB=[0,z,206,8],lA=[0,z,207,8],lz=[0,z,208,8],ly=[0,z,193,8],lx=[0,z,194,8],lw=[0,z,195,8],lu=[0,z,109,20],lt=[0,z,g5,24],ls=[0,z,115,24],lv=[0,z,107,16],lq=[0,z,81,20],lr=[0,z,79,16],lY=[0,z,20,8],l1=[0,gX,257,8],l0=[0,gX,147,8],l4=[0,ef,88,12],l3=[0,ef,62,17],l2=[0,ef,64,17],l5=[0,1],l6=[0,0],ml=[0,cD,356,12],mf=hF,mg=ea,md=eA,mc=eA,l$="Cannot decode event",l_=[0,cD,78,33],l9=[0,cD,88,21],l8=[0,cD,hn,33],l7=[0,cD,48,17],mh="tagName",mj=ea,mm=[0,"src/browser/vdom.ml",246,16],mn=[0,0,0],mo=" col: ",mp=" line: ",mq="assertion failed file: ",mr="Uncaught javascript exception",ms="Uncaught ocaml exception",mu="Exception in task execution",mt=[0,"src/browser/task.ml",11,4],mz="Exception in 'update_subscriptions' of Fmlib_browser",mC=[0,di,365,4],mJ="load",mH="Exception in 'update'",mG="subscriptioin",mF="view",mD="'",mE="Exception in '",mA="Exception in 'update_dom' of Fmlib_browser",mB=[0,di,gT,4],my=[0,di,94,12],mx=[0,di,85,12],m5=bx,m4="li",m3="ul",m2="ol",m1=gS,m0="button",mZ=gE,mY="div",mX="h2",mW="h1",mT=gy,mU=ea,mV=gS,mS=gy,mR="src",mQ=hF,mP="class",mO=gI,mN="padding",mM="background-color",mL="color",mK=eA,m6="2 weeks",nb=bF([g_,"Average width: 34cm","Depth: 22cm",eL,"Volume: 65l to the top of an open bag, excluding pockets",df,cE,gz,ex,eH,eM,eb,eQ,cI,eE,g6]),nc=bF([g_,"Average width: 31cm","Depth: 21cm","Height: 85cm","Volume: 55l to the top of an open bag, excluding pockets",df,cE,gz,ex,eH,eM,eb,eQ,cI,g6]),nd=bF([hC,"Average width: 28cm","Depth: 19cm",eL,"Volume: 46l to the top of an open bag, excluding pockets","Weight: 0.65 to 1 kilograms depending on fabric selection and torso length","Carry a reasonable load","Bungy cord side compression",ex,eH,eM,eb,eQ]),nf=bF([gF,"Average circumference: 100.5cm",eL,"Volume: 70l to the top of an open bag",df,cE,ej,eI,eJ,ep,eo,cI,eE]),nh=bF([gF,"Average circumference: 98.5cm",g3,"Volume: 60l to the top of an open bag",df,cE,ej,eI,eJ,ep,eo,cI,eE]),nj=bF([hC,"Average circumference: 92cm",g3,"Volume: 50l to the top of an open bag","Weight: 1+ kilograms depending on fabric selection and torso length",cE,ej,eI,eJ,ep,eo,cI]),T4=l,T5=j,T6=m,T7=k,T8=bA,T9=f,T_=d,T$=g,Ua=h,Ub=c,Uc="M396,955C396,955 394.675,998.64 399,1009C402.14,1016.52 410.833,1019 417,1019C423.167,1019 432.462,1015.69 436,1009C440.833,999.86 439,961 439,961",Ud=a,Ue=b,Uf=l,Ug=j,Uh=m,Ui=k,Uj="3.67px",Uk=f,Ul=d,Um=g,Un=h,Uo=c,Up="M363,544.535C484.734,564.89 604.343,571.61 720.161,554C612.725,640.52 492.19,699.017 363,739C466.156,818.732 576.11,888.085 706,927C588.685,949.564 474.485,946.121 363,920C497.852,878.915 616.909,823.603 709,744C574.165,711.154 464.76,634.44 363,544.535Z",Uq=a,Ur=b,Us=l,Ut=j,Uu=m,Uv=k,Uw=bA,Ux=f,Uy=d,Uz=g,UA=h,UB=c,UC="M358,920L363,920",UD=a,UE=b,UF=l,UG=j,UH=m,UI=k,UJ=bA,UK=f,UL=d,UM=g,UN=h,UO=c,UP="M358,739L363,739",UQ=a,UR=b,US=l,UT=j,UU=m,UV=k,UW="13.6px",UX=f,UY=d,UZ=g,U0=h,U1=c,U2="M702,928L709,927",U3=a,U4=b,U5="matrix(0.44,0.08,0.08,0.988571,322.88,-46.1257)",U6=u,U7=r,U8=l,U9=j,U_=m,U$=k,Va="12.19px",Vb=f,Vc=d,Vd=g,Ve=h,Vf=c,Vg="M711.541,744.657L720,742",Vh=a,Vi=b,Vj="matrix(0.656425,0.299616,-0.191977,0.953879,389.982,-180.582)",Vk=u,Vl=r,Vm=l,Vn=j,Vo=m,Vp=k,Vq="10.79px",Vr=f,Vs=d,Vt=g,Vu=h,Vv=c,Vw="M725.107,554.028L729.146,554.831",Vx=a,Vy=b,Vz="matrix(0.980847,-0.194781,0.194781,0.980847,-94.0625,152.421)",VA=u,VB=r,VC=l,VD=j,VE=m,VF=k,VG="10.75px",VH=f,VI=d,VJ=g,VK=h,VL=c,VM="M356,544L360,545",VN=a,VO=b,VP="matrix(0.974132,-0.225981,0.225981,0.974132,-113.786,94.9863)",VQ=u,VR=r,VS=l,VT=j,VU=m,VV=k,VW=bn,VX=f,VY=d,VZ=g,V0=h,V1=c,V2="M541,207.509L545,462",V3=a,V4=b,V5=l,V6=j,V7=m,V8=k,V9=bn,V_=f,V$=d,Wa=g,Wb=h,Wc=c,Wd="M427,89C428.201,129.67 492.604,176.009 540,207C545.297,216.437 654.813,97.6 653,81",We=a,Wf=b,Wg=l,Wh=j,Wi=m,Wj=k,Wk=bn,Wl=f,Wm=d,Wn=g,Wo=h,Wp=c,Wq="M377,312L377,291",Wr=a,Ws=b,Wt=l,Wu=j,Wv=m,Ww=k,Wx="19.14px",Wy=f,Wz=d,WA=g,WB=h,WC=c,WD="M719.076,320.294L719.371,298.04",WE=a,WF=b,WG="matrix(0.998581,0.0132409,0.0132409,0.876419,-3.2965,30.7673)",WH=u,WI=r,WJ=l,WK=j,WL=m,WM=k,WN=bn,WO=f,WP=d,WQ=g,WR=h,WS=c,WT="M315,651L344,659",WU=a,WV=b,WW=l,WX=j,WY=m,WZ=k,W0=bn,W1=f,W2=d,W3=g,W4=h,W5=c,W6="M735,675L761,669",W7=a,W8=b,W9=l,W_=j,W$=m,Xa=k,Xb=bn,Xc=f,Xd=d,Xe=g,Xf=h,Xg=c,Xh="M315,376L339,380",Xi=a,Xj=b,Xk=l,Xl=j,Xm=m,Xn=k,Xo="18.73px",Xp=f,Xq=d,Xr=g,Xs=h,Xt=c,Xu="M756.118,388.126L772.902,388.014",Xv=a,Xw=b,Xx="matrix(0.953333,0.00666667,0.00666667,0.999048,32.58,-4.65429)",Xy=u,Xz=r,XA=l,XB=j,XC=m,XD=k,XE=bA,XF=f,XG=d,XH=g,XI=h,XJ=c,XK="M417,961L417,972",XL=a,XM=b,XN=l,XO=j,XP=m,XQ=k,XR=bA,XS=f,XT=d,XU=g,XV=h,XW=c,XX="M645,961L645,971",XY=a,XZ=b,X0=l,X1=j,X2=m,X3=k,X4=bA,X5=f,X6=d,X7=g,X8=h,X9=c,X_="M410,478L409,493.5",X$=a,Ya=b,Yb=l,Yc=j,Yd=m,Ye=k,Yf=bA,Yg=f,Yh=d,Yi=g,Yj=h,Yk=c,Yl="M678,487L681,500",Ym=a,Yn=b,Yo=l,Yp=j,Yq=m,Yr=k,Ys=bn,Yt=f,Yu=d,Yv=g,Yw=h,Yx=c,Yy="M229,742L237,749.816",Yz=a,YA=b,YB=l,YC=j,YD=m,YE=k,YF=bn,YG=f,YH=d,YI=g,YJ=h,YK=c,YL="M817,757C817,757 829.749,753.759 833,758C836.833,763 838.833,778.833 840,787C840.943,793.6 841.432,809.441 840,807",YM=a,YN=b,YO=b1,YP=u,YQ=bY,YR=r,YS=U,YT=f,YU=d,YV=g,YW=h,YX=c,YY="M303,312C303,312 307.333,249.167 309,220C310.58,192.346 309.667,156.833 313,137C315.177,124.05 318.477,108.855 329,101C340.833,92.167 365.072,87.155 384,84C403,80.833 423.366,80.68 443,82C462.833,83.333 482.728,91.625 503,92C530,92.5 577.833,88.5 605,85C625.691,82.334 645.159,71.926 666,71C688.5,70 721.167,71.5 740,79C756.648,85.63 770.92,100.005 779,116C787.167,132.167 789,155.724 789,176C789,200.833 780.667,240.5 779,265C777.688,284.289 779,323 779,323",YZ=a,Y0=b,Y1=U,Y2=f,Y3=d,Y4=g,Y5=h,Y6=c,Y7="M778.985,323.002C778.965,322.63 778.962,322.407 778.979,322.342C778.984,322.321 778.991,322.316 779,322.326",Y8=a,Y9=b,Y_=U,Y$=f,Za=d,Zb=g,Zc=h,Zd=c,Ze="M303,312C373.125,322.72 474.3,328.63 561.39,331.154C618.63,332.814 669.785,333.011 702.041,332.152C727.866,331.464 779,323 779,323",Zf=a,Zg=b,Zh=c,Zi="M303,312C303,312 307.333,249.167 309,220C310.58,192.346 309.667,156.833 313,137C315.177,124.05 318.477,108.855 329,101C340.833,92.167 365.072,87.155 384,84C403,80.833 423.366,80.68 443,82C462.833,83.333 482.728,91.625 503,92C530,92.5 577.833,88.5 605,85C625.691,82.334 645.159,71.926 666,71C688.5,70 721.167,71.5 740,79C756.648,85.63 770.92,100.005 779,116C787.167,132.167 789,155.724 789,176C789,200.833 780.667,240.5 779,265C777.688,284.289 779,323 779,323C779,323 727.866,331.464 702.041,332.152C669.785,333.011 618.63,332.814 561.39,331.154C474.3,328.63 373.125,322.72 303,312Z",Zj=a,Zk=b,Zl=b1,Zm=u,Zn=bB,Zo=r,Zp=U,Zq=f,Zr=d,Zs=g,Zt=c,Zu="M327,1016.08L348,1028.17C351.021,1017.01 352.691,1004.5 353.368,991L353.348,990C349.521,995.636 345.026,1000.64 339.935,1005.09C335.69,1008.8 331.031,1012.12 326,1015.08L327,1016.08Z",Zv=a,Zw=b,Zx=U,Zy=f,Zz=d,ZA=g,ZB=c,ZC="M731,1021C723.726,1027.79 715.027,1029.67 705,1027C710.27,1018.3 711.733,1010.08 712,1002L712,1000L731,1021",ZD=a,ZE=b,ZF=U,ZG=f,ZH=d,ZI=g,ZJ=c,ZK="M779,322.326C779,322.326 778.96,322.64 779.008,323.397C779.487,330.914 783.906,376.977 776.44,435.313C771.292,475.541 766.062,519.267 766.854,560.937C768.696,657.854 772.36,747.056 772,747L727,701C724.851,637.539 727.477,575.211 736.575,514.5C745.625,454.107 748.564,391.845 751,328L750.858,327.228C750.858,327.228 754.687,326.694 756.51,326.433C769.445,324.582 779,323 779,323L779,322.326Z",ZL=a,ZM=b,ZN=U,ZO=f,ZP=d,ZQ=g,ZR=c,ZS="M303,312C311.855,313.354 321.204,314.631 330.958,315.834C335.61,316.407 345.18,317.505 345.18,317.505L345,322.326C350.555,445.748 354.585,569.417 353,694C335.762,698.909 319.044,706.33 303,717C308.921,637.114 311.199,558.192 308.155,480.256C305.946,423.71 305.968,367.583 303,312",ZT=a,ZU=b,ZV=b1,ZW=u,ZX=bZ,ZY=r,ZZ=U,Z0=f,Z1=d,Z2=g,Z3=h,Z4=c,Z5="M778.979,322.342C778.992,322.772 779,323 779,323",Z6=a,Z7=b,Z8=U,Z9=f,Z_=d,Z$=g,_a=c,_b="M773,747C773,747 775.905,761.164 780.741,766C786.574,771.833 800.263,774.849 808,782C817.376,790.667 831.667,806.833 837,818C841.474,827.368 842,839 840,849C838,859 828.47,867.685 825,878C818.833,896.333 818.368,935.621 803,959C787.333,982.833 731,1021 731,1021L712,1000L718.049,875.161L719.524,804.437L726.293,705L727,701L772,747L773,747Z",_c=a,_d=b,_e=U,_f=f,_g=d,_h=g,_i=c,_j="M303,717C311.42,711.4 320.025,706.695 328.794,702.779C336.734,699.233 344.808,696.333 353,694L353.348,696C354.754,793.59 354.663,891.617 353.348,990C346.33,1000.34 337.064,1008.56 326,1015.08C326,1015.08 295.327,971.827 284,948C271,920.653 254.5,877.832 248,851C242.973,830.247 238.622,807.389 245,787.011C251.833,765.177 289,720 289,720L301,718L303,717Z",_k=a,_l=b,_m=U,_n=f,_o=d,_p=g,_q=h,_r=c,_s="M778.985,323.002C778.995,323.001 779,323 779,323",_t=a,_u=b,_v=b1,_w=u,_x=b2,_y=r,_z=U,_A=f,_B=d,_C=g,_D=c,_E="M736.275,516.522C736.275,516.522 736.474,515.174 736.575,514.5C737.931,505.455 739.149,496.368 740.249,487.24C740.736,483.203 741.641,475.104 741.641,475.104L740,475C614.081,490.143 485.057,486.242 353.368,466L350.518,465.488C350.518,465.488 350.371,460.677 350.295,458.271C348.87,412.901 347.037,367.597 345,322.326L345.591,317.551C345.591,317.551 355.526,318.634 360.611,319.15C477.183,330.985 632.957,333.993 702.041,332.152C713.072,331.858 728.721,330.146 743.03,328.28C745.726,327.928 750.935,327.218 750.935,327.218L751,328C749.24,374.117 747.219,419.409 742.821,463.767C742.445,467.553 741.641,475.104 741.641,475.104",_F=a,_G=b,_H=U,_I=f,_J=d,_K=g,_L=h,_M=c,_N="M714.762,943L718.049,875.161L719.524,804.437L726.293,705L727,701C724.912,639.339 727.332,578.748 735.817,519.67C735.967,518.62 736.275,516.522 736.275,516.522L735,516C611.44,534.12 484.153,531.015 353.368,508L351.61,508C351.61,508 351.563,505.951 351.539,504.926C351.285,494.028 351.011,483.133 350.721,472.243C350.661,469.991 350.518,465.488 350.518,465.488",_O=a,_P=b,_Q=U,_R=f,_S=d,_T=g,_U=h,_V=c,_W="M348,1028.17C348,1028.17 366.333,1035 373,1035C378.494,1035 382.506,1028.17 388,1028.17C434,1028.17 599.383,1039.26 649,1035C661.923,1033.89 675,1019.47 684,1018C690.803,1016.89 703,1026.17 703,1026.17L705,1027C710.27,1018.3 711.733,1010.08 712,1002L712,1000L714.762,943L713,943C606.165,963.847 478.22,972.538 354.368,941L353.901,941C353.901,941 353.904,940.686 353.905,940.529C354.651,858.748 354.518,777.223 353.348,696L353,694C353.74,633.289 351.71,512.44 351.71,512.44L351.61,508",_X=a,_Y=b,_Z=U,_0=f,_1=d,_2=g,_3=h,_4=c,_5="M348,1028.17C351.021,1017.01 352.691,1004.5 353.368,991L353.348,990C353.564,973.855 353.747,957.719 353.895,941.593C353.897,941.396 353.901,941 353.901,941",_6=a,_7=b,_8=c,_9="M348,1028.17C351.021,1017.01 352.691,1004.5 353.368,991L353.348,990C353.564,973.855 353.747,957.719 353.895,941.593L353.901,941L354.368,941C478.22,972.538 606.165,963.847 713,943L714.762,943L712,1000L712,1002C711.733,1010.08 710.27,1018.3 705,1027L703,1026.17C703,1026.17 690.803,1016.89 684,1018C675,1019.47 661.923,1033.89 649,1035C599.383,1039.26 434,1028.17 388,1028.17C382.506,1028.17 378.494,1035 373,1035C366.333,1035 348,1028.17 348,1028.17Z",__=a,_$=b,$a=c,$b="M351.61,508C351.61,508 351.563,505.951 351.539,504.926C351.285,494.028 351.011,483.133 350.721,472.243C350.661,469.991 350.518,465.488 350.518,465.488L353.368,466C485.057,486.242 614.081,490.143 740,475L741.641,475.104L736.275,516.522L735,516C611.44,534.12 484.153,531.015 353.368,508L351.61,508Z",$c=a,$d=b,$e=aU,$f=c,$g="M714.762,943L713,943C606.165,963.847 478.22,972.538 354.368,941L353.901,941L353.905,940.529C354.651,858.748 354.518,777.223 353.348,696L353,694C353.74,633.289 351.71,512.44 351.71,512.44L351.61,508L353.368,508C484.153,531.015 611.44,534.12 735,516L736.275,516.522C736.275,516.522 735.967,518.62 735.817,519.67C727.332,578.748 724.912,639.339 727,701L726.293,705L719.524,804.437L718.049,875.161L714.762,943Z",$h=a,$i=b,$j=b1,$k=u,$l=cf,$m=r,$n=U,$o=f,$p=d,$q=g,$r=h,$s=c,$t="M329,1017.91C329,1017.91 332.385,1020.77 337.733,1024.87C340.064,1026.66 345.725,1030.81 345.725,1030.81",$u=a,$v=b,$w=U,$x=f,$y=d,$z=g,$A=d,$B=c,$C="M708,1028.17C708.048,1028.49 707.568,1028.91 706.62,1029.4C694.766,1035.56 609.678,1053.5 565,1055C555.343,1055.33 544.736,1055.67 533.605,1055.98C482.875,1057.38 421.233,1058.21 389,1053C378.998,1051.38 366.239,1044.48 355.26,1037.34C351.867,1035.14 345.725,1030.81 345.725,1030.81L348,1028.17C348,1028.17 366.333,1035 373,1035C378.494,1035 382.506,1028.17 388,1028.17C434,1028.17 599.383,1039.26 649,1035C661.923,1033.89 675,1019.47 684,1018C689.093,1017.17 697.207,1022.16 700.966,1024.72C702.229,1025.58 703,1026.17 703,1026.17L708,1028.17Z",$D=a,$E=b,$F=U,$G=f,$H=d,$I=g,$J=h,$K=c,$L="M266.519,749.573C266.519,749.573 265.875,750.487 265.553,750.946C256.667,763.627 247.969,777.523 245,787.011C244.249,789.41 243.647,791.844 243.177,794.305C243.105,794.683 242.97,795.441 242.97,795.441L241.814,797C241.814,797 238.014,792.612 233.401,787.011C232.888,786.387 231.836,785.1 231.836,785.1L233,784L252,737L266,749.112L266.519,749.573C266.519,749.573 267.15,748.682 267.465,748.24C270.399,744.119 273.311,740.175 276,736.609C276.888,735.432 278.585,733.207 278.585,733.207L276,732C276,732 247,714 238,709C232.911,706.173 226.5,703 222,702C220.231,701.607 218.17,701.212 216.221,701.223C214.211,701.235 212.322,701.678 211,703C208.167,705.833 205.437,713.321 205,719C204.5,725.5 205.876,734.566 208,742C210.333,750.167 214.071,759.983 219,768C221.333,771.794 225.643,777.416 229.894,782.702C230.545,783.512 231.836,785.1 231.836,785.1",$M=a,$N=b,$O=d,$P=c,$Q="M266.519,749.573C266.519,749.573 265.875,750.487 265.553,750.946C256.667,763.627 247.969,777.523 245,787.011C244.249,789.41 243.647,791.844 243.177,794.305C243.105,794.683 242.97,795.441 242.97,795.441L241.814,797C241.814,797 238.014,792.612 233.401,787.011C232.888,786.387 231.836,785.1 231.836,785.1L233,784L252,737L266,749.112L266.519,749.573Z",$R=a,$S=b,$T=aU,$U=c,$V="M266.519,749.573L266,749.112L252,737L233,784L231.836,785.1C231.836,785.1 230.545,783.512 229.894,782.702C225.643,777.416 221.333,771.794 219,768C214.071,759.983 210.333,750.167 208,742C205.876,734.566 204.5,725.5 205,719C205.437,713.321 208.167,705.833 211,703C212.322,701.678 214.211,701.235 216.221,701.223C218.17,701.212 220.231,701.607 222,702C226.5,703 232.911,706.173 238,709C247,714 276,732 276,732L278.585,733.207C278.585,733.207 276.888,735.432 276,736.609C273.311,740.175 270.399,744.119 267.465,748.24C267.15,748.682 266.519,749.573 266.519,749.573Z",$W=a,$X=b,$Y=U,$Z=f,$0=d,$1=g,$2=d,$3=c,$4="M813.142,787C813.142,787 812.216,786.072 811.762,785.62C810.448,784.31 809.185,783.095 808,782C802.312,776.742 793.407,773.72 786.772,770.171C786.138,769.832 784.937,769.137 784.937,769.137L787,767C796.089,760.588 803.626,753.393 810,745.611L813,782L813.142,787Z",$5=a,$6=b,$7=U,$8=f,$9=d,$_=g,$$=aU,aaa=c,aab="M784.937,769.137C784.937,769.137 783.283,768.1 782.551,767.552C781.887,767.055 781.281,766.54 780.741,766C775.905,761.164 773,747 773,747L776.556,747C776.556,747 809.241,724 820,717C826.785,712.586 836.112,707 841.112,705C843.862,703.9 847.685,704 850,705C852.315,706 854.404,708.466 855,711C855.667,713.833 854.864,718.421 854,722C852.833,726.833 850.631,734.356 848,740C842.601,751.583 816.734,787.717 816,787L814.702,788.621L813.142,787.011",aac=a,aad=b,aae=b1,aaf=u,aag=ei,aah=r,aai=b8,aaj=bV,aak=aC,aal=j,aam=aC,aan=k,aao=aA,aap=cd,aaq=aA,aar=bX,aas=aB,aat=ca,aau=aB,aav=by,aaw=b$,aax=bS,aay=cb,aaz=bU,aaA=b9,aaB=b0,aaC=bx,aaD=bW,aaE=b7,aaF=b3,aaG=cg,aaH=bT,aaI=b4,MD=l,ME=j,MF=m,MG=k,MH="4px",MI=f,MJ=d,MK=g,ML=h,MM=c,MN="M397,511C505.176,529.316 615.912,533.478 729,524.636C638.389,604.457 524.633,661.544 397,705C491.422,789.21 589.238,866.609 703,912C595.062,935.78 491.22,931.23 389.5,912C512.316,860.743 625.062,799.33 714.094,714C596.935,672.652 494.72,596.986 397,511Z",MO=a,MP=b,MQ=l,MR=j,MS=m,MT=k,MU=ad,MV=f,MW=d,MX=g,MY=h,MZ=c,M0="M392,705L397,705",M1=a,M2=b,M3=l,M4=j,M5=m,M6=k,M7=ad,M8=f,M9=d,M_=g,M$=h,Na=c,Nb="M713,711L720,714",Nc=a,Nd=b,Ne=l,Nf=j,Ng=m,Nh=k,Ni=ad,Nj=f,Nk=d,Nl=g,Nm=h,Nn=c,No="M387,912L397,912",Np=a,Nq=b,Nr=l,Ns=j,Nt=m,Nu=k,Nv=ad,Nw=f,Nx=d,Ny=g,Nz=h,NA=c,NB="M711.5,913C712.395,912.149 703,912 703,912",NC=a,ND=b,NE=l,NF=j,NG=m,NH=k,NI=ad,NJ=f,NK=d,NL=g,NM=h,NN=c,NO="M389.5,511L394.5,511",NP=a,NQ=b,NR=l,NS=j,NT=m,NU=k,NV="17.18px",NW=f,NX=d,NY=g,NZ=h,N0=c,N1="M722,524L733,525",N2=a,N3=b,N4="matrix(0.368852,-0.057377,-0.057377,0.994784,492.754,44.7958)",N5=u,N6=r,N7=l,N8=j,N9=m,N_=k,N$=aX,Oa=f,Ob=d,Oc=g,Od=h,Oe=c,Of="M560.507,191C564.719,272.023 565.899,351.033 564,428",Og=a,Oh=b,Oi=l,Oj=j,Ok=m,Ol=k,Om=aX,On=f,Oo=d,Op=g,Oq=h,Or=c,Os="M493,79C511.417,127.844 533.088,163.331 560.507,191C581.16,156.322 600.054,120.809 612,82",Ot=a,Ou=b,Ov=l,Ow=j,Ox=m,Oy=k,Oz=aX,OA=f,OB=d,OC=g,OD=h,OE=c,OF="M739,617L759,615",OG=a,OH=b,OI=l,OJ=j,OK=m,OL=k,OM=aX,ON=f,OO=d,OP=g,OQ=h,OR=c,OS="M757,372L763,372",OT=a,OU=b,OV=l,OW=j,OX=m,OY=k,OZ=aX,O0=f,O1=d,O2=g,O3=h,O4=c,O5="M338,613L375,617",O6=a,O7=b,O8=l,O9=j,O_=m,O$=k,Pa=aX,Pb=f,Pc=d,Pd=g,Pe=h,Pf=c,Pg="M349,353L375,355",Ph=a,Pi=b,Pj=l,Pk=j,Pl=m,Pm=k,Pn=aX,Po=f,Pp=d,Pq=g,Pr=h,Ps=c,Pt="M415,266L415,242",Pu=a,Pv=b,Pw=l,Px=j,Py=m,Pz=k,PA=aX,PB=f,PC=d,PD=g,PE=h,PF=c,PG="M736,274L739,250",PH=a,PI=b,PJ=l,PK=j,PL=m,PM=k,PN=ad,PO=f,PP=d,PQ=g,PR=h,PS=c,PT="M429,948C429,948 427.167,977.167 429,987C430.394,994.48 435.333,1003.67 440,1007C444.611,1010.29 452.667,1009.67 457,1007C461.333,1004.33 465.012,997.039 466,991C467.5,981.833 465.562,952.31 466,952",PU=a,PV=b,PW=l,PX=j,PY=m,PZ=k,P0=ad,P1=f,P2=d,P3=g,P4=h,P5=c,P6="M448,952L448,965",P7=a,P8=b,P9=l,P_=j,P$=m,Qa=k,Qb=ad,Qc=f,Qd=d,Qe=g,Qf=h,Qg=c,Qh="M659,957L660,965",Qi=a,Qj=b,Qk=l,Ql=j,Qm=m,Qn=k,Qo=ad,Qp=f,Qq=d,Qr=g,Qs=h,Qt=c,Qu="M448,449L448,460.5",Qv=a,Qw=b,Qx=l,Qy=j,Qz=m,QA=k,QB=ad,QC=f,QD=d,QE=g,QF=h,QG=c,QH="M697,456C697.101,456.422 697,465 697,465",QI=a,QJ=b,QK=cB,QL=u,QM=bY,QN=r,QO=I,QP=f,QQ=d,QR=g,QS=h,QT=c,QU="M342,273.557C342.001,273.704 342.002,273.852 342.003,274",QV=a,QW=b,QX=I,QY=f,QZ=d,Q0=g,Q1=c,Q2="M342,274C416.094,272.411 492.205,275.465 567.334,277.259C635.207,278.879 703.095,280.102 771,284L771,283C770.916,283.107 770.865,282.793 770.843,282.108C770.538,272.551 775.969,190.608 780,163C782.269,147.456 772.906,132.11 766,118C757.093,99.804 724.356,81.034 701,77C684.459,74.143 667.78,71.46 651,71C614.5,70 521.667,71.5 482,71C458.98,70.71 434.364,59.422 413,68C391,76.833 359.351,97.505 350,124C338,158 341,272 341,272L342,274Z",Q3=a,Q4=b,Q5=cB,Q6=u,Q7=bB,Q8=r,Q9=I,Q_=f,Q$=d,Ra=g,Rb=c,Rc="M745,1014L729,1024C727.369,1011.71 723.154,997.757 719,986L721,987C721.464,987.407 721.924,987.815 722.382,988.225C723.615,989.33 724.825,990.445 726.011,991.573C730.972,996.288 735.51,1001.21 739.539,1006.37C741.481,1008.85 743.304,1011.4 745,1014",Rd=a,Re=b,Rf=I,Rg=f,Rh=d,Ri=g,Rj=c,Rk="M350,1014L375,1024L378,991L378,990C375.43,991.586 372.929,993.287 370.492,995.093C364.859,999.266 359.564,1004 354.527,1009.17C352.995,1010.74 351.487,1012.35 350,1014",Rl=a,Rm=b,Rn=I,Ro=f,Rp=d,Rq=g,Rr=c,Rs="M771,284L767,690C751.512,684.148 739.321,674.227 729,662L742,472C742,472 755.531,301.773 757.751,285.281C757.865,284.436 758,284 758,284L757.287,283.248C757.287,283.248 766.429,283.738 771,284",Rt=a,Ru=b,Rv=I,Rw=f,Rx=d,Ry=g,Rz=c,RA="M385,273.557C383.131,336.736 378.879,400.26 382.131,463.822C385.427,528.251 384.976,594.816 384,662L328,709C330.307,627.557 333.968,543.451 340.274,455.488C344.533,396.096 342.47,335.381 342,273.557L342,274C351.388,273.799 360.809,273.672 370.255,273.608C375.13,273.575 384.9,273.557 384.9,273.557L385,273.557Z",RB=a,RC=b,RD=cB,RE=u,RF=bZ,RG=r,RH=I,RI=f,RJ=d,RK=g,RL=h,RM=c,RN="M713.395,939.038C713.421,939.013 713.421,939 713.395,939",RO=a,RP=b,RQ=I,RR=f,RS=d,RT=g,RU=c,RV="M729,662C729,662 730.225,680.747 729,690C727.5,701.333 722.002,716.481 720,730C713.97,770.725 715.109,870.209 713.496,931.003C712.58,965.537 718.091,989.357 721,987C730.463,995.301 738.631,1004.22 745,1014C745,1014 750.667,1001.83 755,997C759.333,992.167 767.34,990.572 771,985C782.167,968 810.828,927.622 822,895C834.5,858.5 844,791 846,766C846.643,757.963 840.333,749.667 834,745C827.667,740.333 814.5,742 808,738C801.925,734.261 799.698,726.369 795,721C788.979,714.119 771.863,696.143 767.191,691.247C766.431,690.45 766,690 766,690L767,690C766.348,689.754 765.703,689.5 765.063,689.24C762.628,688.249 760.275,687.155 758,685.967C751.334,682.485 745.33,678.186 739.84,673.252C738.001,671.599 736.219,669.874 734.489,668.085C732.599,666.131 730.772,664.099 729,662",RW=a,RX=b,RY=I,RZ=f,R0=d,R1=g,R2=h,R3=c,R4="M384,662C384,662 390.526,719.268 390,748C389.87,755.119 389.57,764.487 389.147,775.399C386.322,848.28 378,990 378,990C367.684,996.364 358.487,1004.59 350,1014C350,1014 345.669,1002.08 342,997C332,983.167 303.65,955.456 290,931C274,902.333 254.333,850.5 246,825C241.094,809.987 238,790.333 240,778C241.731,767.323 252.167,756.333 258,751C262.359,747.014 269.359,747.751 275,746C286.614,742.395 327.963,711.355 328,709",R5=a,R6=b,R7=I,R8=f,R9=d,R_=g,R$=h,Sa=c,Sb="M328,709L384,662",Sc=a,Sd=b,Se=c,Sf="M384,662C384,662 390.526,719.268 390,748C389.87,755.119 389.57,764.487 389.147,775.399C386.322,848.28 378,990 378,990C367.684,996.364 358.487,1004.59 350,1014C350,1014 345.669,1002.08 342,997C332,983.167 303.65,955.456 290,931C274,902.333 254.333,850.5 246,825C241.094,809.987 238,790.333 240,778C241.731,767.323 252.167,756.333 258,751C262.359,747.014 269.359,747.751 275,746C286.614,742.395 327.963,711.355 328,709L384,662Z",Sg=a,Sh=b,Si=cB,Sj=u,Sk=b2,Sl=r,Sm=I,Sn=f,So=d,Sp=g,Sq=h,Sr=c,Ss="M384,436C382.42,442.506 740.046,454.866 740.006,448",St=a,Su=b,Sv=I,Sw=f,Sx=d,Sy=g,Sz=h,SA=c,SB="M381.05,1024.44C381.05,1024.44 382.238,1024.59 382.832,1024.67C438.621,1032.35 493.67,1037.44 548,1040C555.877,1040.28 563.683,1040.49 571.425,1040.61C626.672,1041.44 678.61,1037.65 729,1024",SC=a,SD=b,SE=I,SF=f,SG=d,SH=g,SI=h,SJ=c,SK="M378,1024C379.017,1024.14 381.05,1024.42 381.05,1024.42",SL=a,SM=b,SN=I,SO=f,SP=d,SQ=g,SR=h,SS=c,ST="M719,986C723.154,997.757 727.369,1011.71 729,1024",SU=a,SV=b,SW=I,SX=f,SY=d,SZ=g,S0=h,S1=c,S2="M713.395,939C713.986,939.007 701.385,945.213 679.407,948.744C650.667,953.362 606.721,955.894 562.229,954.882C559.321,954.816 556.409,954.734 553.5,954.637C502.189,952.928 448.256,947.35 415.644,940.165C394.921,935.6 384,928 384,928L381.536,927.107C381.536,927.107 381.634,925.337 381.683,924.444C384.274,877.573 387.553,815.871 389.147,775.399C389.577,764.488 389.87,755.119 390,748C390.526,719.268 384,662 384,662C384.487,628.492 384.843,595.138 384.669,562.126C384.501,530.308 383.841,498.808 382.329,467.794C382.3,467.196 382.241,466 382.241,466",S3=a,S4=b,S5=I,S6=f,S7=d,S8=g,S9=h,S_=c,S$="M741.726,476L729,662C729,662 730.225,680.747 729,690C727.5,701.333 722.002,716.481 720,730C713.97,770.725 715.109,870.209 713.496,931.003C713.424,933.739 713.391,936.407 713.395,939C713.395,939.013 713.395,939.025 713.395,939.038C713.42,955.505 714.89,968.948 716.655,977.399C717.116,979.606 717.597,981.472 718.078,982.963C718.292,983.629 718.653,984.528 718.854,985.016C718.943,985.231 719,986 719,986L729,1024C729,1024 707.393,1030.11 674.935,1031.09C626.359,1032.56 554.934,1025.62 494.307,1024C441.277,1022.58 396.508,1024.63 382.515,1024.49C381.992,1024.49 381.563,1024.49 381.095,1024.45C381.08,1024.44 381.05,1024.44 381.05,1024.44C381.05,1024.44 381.027,1024.44 381.015,1024.44C380.229,1024.35 379.002,1024.07 378,1024C377.003,1023.93 375,1024 375,1024L378,991L378,990C377.976,990 379.431,965.024 381.339,930.65C381.404,929.48 381.536,927.107 381.536,927.107",Ta=a,Tb=b,Tc=I,Td=f,Te=d,Tf=g,Tg=c,Th="M758,284C756.954,283.879 742,472 742,472L741.726,476L740.006,476C740.006,476 739.666,476.907 738.842,477.315C717.163,488.063 401.181,478.398 384.669,466.975C384.201,466.651 383.973,466.326 384,466L382.241,466C382.241,466 382.168,464.548 382.131,463.822C378.879,400.26 383.131,336.736 385,273.557L384.85,273.557C384.85,273.557 391.925,273.562 395.467,273.576C452.444,273.8 510.173,275.894 567.334,277.259C626.959,278.682 686.597,279.799 746.247,282.692C750.165,282.882 758,283.286 758,283.286",Ti=a,Tj=b,Tk=c,Tl="M729,1024C729,1024 707.393,1030.11 674.935,1031.09C626.359,1032.56 554.934,1025.62 494.307,1024C441.277,1022.58 396.508,1024.63 382.515,1024.49C381.992,1024.49 381.563,1024.49 381.095,1024.45C381.08,1024.44 381.05,1024.44 381.05,1024.44C381.05,1024.44 381.027,1024.44 381.015,1024.44C380.229,1024.35 379.002,1024.07 378,1024C377.003,1023.93 375,1024 375,1024L378,991L378,990C377.976,990 379.431,965.024 381.339,930.65C381.404,929.48 381.536,927.107 381.536,927.107L384,928C384,928 394.921,935.6 415.644,940.165C448.256,947.35 502.189,952.928 553.5,954.637C556.409,954.734 559.321,954.816 562.229,954.882C606.721,955.894 650.667,953.362 679.407,948.744C700.397,945.371 712.834,939.56 713.395,939.038C713.42,955.505 714.89,968.948 716.655,977.399C717.116,979.606 717.597,981.472 718.078,982.963C718.292,983.629 718.653,984.528 718.854,985.016C718.943,985.231 719,986 719,986L729,1024Z",Tm=a,Tn=b,To=aU,Tp=c,Tq="M381.536,927.107C381.536,927.107 381.634,925.337 381.683,924.444C384.274,877.573 387.553,815.871 389.147,775.399C389.577,764.488 389.87,755.119 390,748C390.526,719.268 384,662 384,662C384.487,628.492 384.843,595.138 384.669,562.126C384.501,530.308 383.841,498.808 382.329,467.794C382.3,467.196 382.241,466 382.241,466L384,466C383.973,466.326 384.201,466.651 384.669,466.975C401.181,478.398 717.163,488.063 738.842,477.315C739.666,476.907 740.006,476 740.006,476L741.726,476L729,662C729,662 730.225,680.747 729,690C727.5,701.333 722.002,716.481 720,730C713.97,770.725 715.109,870.209 713.496,931.003C713.424,933.739 713.391,936.407 713.395,939L713.395,939.038C712.834,939.56 700.397,945.371 679.407,948.744C650.667,953.362 606.721,955.894 562.229,954.882C559.321,954.816 556.409,954.734 553.5,954.637C502.189,952.928 448.256,947.35 415.644,940.165C394.921,935.6 384,928 384,928L381.536,927.107Z",Tr=a,Ts=b,Tt=d,Tu=c,Tv="M381.095,1024.45C381.563,1024.49 381.992,1024.49 382.515,1024.49C396.508,1024.63 441.277,1022.58 494.307,1024C554.934,1025.62 626.359,1032.56 674.935,1031.09C704.171,1030.21 724.603,1025.16 728.372,1024.17C671.116,1039.58 611.853,1042.31 548,1040C493.67,1037.44 438.621,1032.35 382.832,1024.67C382.307,1024.6 381.319,1024.47 381.095,1024.45Z",Tw=a,Tx=b,Ty=cB,Tz=u,TA=cf,TB=r,TC=b8,TD=bV,TE=aC,TF=j,TG=aC,TH=k,TI=aA,TJ=cd,TK=aA,TL=bX,TM=aB,TN=ca,TO=aB,TP=by,TQ=b$,TR=bS,TS=cb,TT=bU,TU=b9,TV=b0,TW=bx,TX=bW,TY=b7,TZ=b3,T0=cg,T1=bT,T2=b4,Ee=l,Ef=j,Eg=m,Eh=k,Ei=bm,Ej=f,Ek=d,El=g,Em=h,En=c,Eo="M544,176C545.069,251.668 543.275,321.761 539.5,388",Ep=a,Eq=b,Er=gG,Es=j,Et=bm,Eu=f,Ev=d,Ew=g,Ex=h,Ey=c,Ez="M457,88C479.992,121.23 508.818,148.029 544,172C575.901,145.486 601.514,118.612 622,86",EA=a,EB=b,EC=l,ED=j,EE=m,EF=k,EG=bm,EH=f,EI=d,EJ=g,EK=h,EL=c,EM="M318,330L352,330",EN=a,EO=b,EP=l,EQ=j,ER=m,ES=k,ET=bm,EU=f,EV=d,EW=g,EX=h,EY=c,EZ="M317,624L361,625",E0=a,E1=b,E2=l,E3=j,E4=m,E5=k,E6=bm,E7=f,E8=d,E9=g,E_=h,E$=c,Fa="M706,625L732,624",Fb=a,Fc=b,Fd=l,Fe=j,Ff=m,Fg=k,Fh=bm,Fi=f,Fj=d,Fk=g,Fl=h,Fm=c,Fn="M721,340L753,343",Fo=a,Fp=b,Fq=l,Fr=j,Fs=m,Ft=k,Fu=bm,Fv=f,Fw=d,Fx=g,Fy=h,Fz=c,FA="M394,286L394,261",FB=a,FC=b,FD="matrix(1,3.05311e-16,2.02963e-16,1,-0.413793,-3)",FE=u,FF=r,FG=l,FH=j,FI=m,FJ=k,FK=bm,FL=f,FM=d,FN=g,FO=h,FP=c,FQ="M673,286L674,261",FR=a,FS=b,FT=l,FU=j,FV=m,FW=k,FX="4.23px",FY=f,FZ=d,F0=g,F1=h,F2=c,F3="M378,466C470.901,551.164 565.73,633.015 685.5,672C608.088,760.635 503.848,824.106 383,872C487.114,888.504 586.45,890.42 682,876C566.092,834.751 471.699,758.065 383,672C511.547,619.977 622.603,556.605 697,469.444C599.849,478.589 493.917,464.928 378,466Z",F4=a,F5=b,F6=l,F7=j,F8=m,F9=k,F_=aV,F$=f,Ga=d,Gb=g,Gc=h,Gd=c,Ge="M373.5,872L378.25,872",Gf=a,Gg=b,Gh=l,Gi=j,Gj=m,Gk=k,Gl=aV,Gm=f,Gn=d,Go=g,Gp=h,Gq=c,Gr="M373.5,672L383,672",Gs=a,Gt=b,Gu=l,Gv=j,Gw=m,Gx=k,Gy=aV,Gz=f,GA=d,GB=g,GC=h,GD=c,GE="M369,466L378,466",GF=a,GG=b,GH=l,GI=j,GJ=m,GK=k,GL=aV,GM=f,GN=d,GO=g,GP=h,GQ=c,GR="M685.5,672L693,672",GS=a,GT=b,GU=l,GV=j,GW=m,GX=k,GY=aV,GZ=f,G0=d,G1=g,G2=h,G3=c,G4="M682,876L689,876",G5=a,G6=b,G7=l,G8=j,G9=m,G_=k,G$="16.58px",Ha=f,Hb=d,Hc=g,Hd=h,He=c,Hf="M693,469L702,470",Hg=a,Hh=b,Hi="matrix(0.560976,-0.0487805,-0.0487805,0.99458,331.122,36.7913)",Hj=u,Hk=r,Hl=l,Hm=j,Hn=m,Ho=k,Hp=aV,Hq=f,Hr=d,Hs=g,Ht=h,Hu=c,Hv="M414,912C414,912 407.5,964.5 410,978C411.469,985.934 421.833,992.333 429,993C436.167,993.667 450.026,990.282 453,982C458.333,967.149 463,915.892 463,915.892",Hw=a,Hx=b,Hy=l,Hz=j,HA=m,HB=k,HC=aV,HD=f,HE=d,HF=g,HG=h,HH=c,HI="M439,915.892L438,923",HJ=a,HK=b,HL=l,HM=j,HN=m,HO=k,HP=aV,HQ=f,HR=d,HS=g,HT=h,HU=c,HV="M619,915.892L621,926",HW=a,HX=b,HY=l,HZ=j,H0=m,H1=k,H2=aV,H3=f,H4=d,H5=g,H6=h,H7=c,H8="M436,377L436,387",H9=a,H_=b,H$=l,Ia=j,Ib=m,Ic=k,Id=aV,Ie=f,If=d,Ig=g,Ih=h,Ii=c,Ij="M641,381L641,393",Ik=a,Il=b,Im=J,In=f,Io=d,Ip=g,Iq=h,Ir=c,Is="M724.465,1019.02C724.465,1019.02 727.926,1017.83 729.545,1017.26C737.9,1014.32 744.016,1011.98 744,1012.05",It=a,Iu=b,Iv=J,Iw=f,Ix=d,Iy=g,Iz=d,IA=c,IB="M329.998,1012.05L362.182,1017.07L363,1012C363,1012 403.619,1006.08 424,1007C446.167,1008 471.613,1018.2 496,1018C513.567,1017.86 539.545,1016.48 563.997,1017.07C585.553,1017.59 605.7,1020.08 621,1020C645.428,1019.87 691.459,1010.2 693,1012.05L693,1012C703.972,1013.94 714.976,1013.66 726,1012.05L724.465,1019.02C724.465,1019.02 720.156,1020.48 717.93,1021.21C709.088,1024.1 699.751,1026.84 693,1028C639.879,1037.15 481.971,1031.2 421,1025C405.513,1023.43 362.182,1017.07 362.182,1017.07",IC=a,ID=b,IE=J,IF=f,IG=d,IH=g,II=h,IJ=c,IK="M361,1012C361,1012 329.708,1011.72 330,1012",IL=a,IM=b,IN=J,IO=f,IP=d,IQ=g,IR=h,IS=c,IT="M330.008,1011.99C330,1011.99 329.997,1012 330,1012",IU=a,IV=b,IW=b6,IX=u,IY=bY,IZ=r,I0=J,I1=f,I2=d,I3=g,I4=h,I5=c,I6="M762.983,294.999C762.989,294.999 762.994,294.999 763,295",I7=a,I8=b,I9=J,I_=f,I$=d,Ja=g,Jb=c,Jc="M307,293C404.836,287.679 501.618,285.919 599.06,289.876C653.567,292.09 708.246,292.145 763,295L763,293C763,293 765.333,197 761,163C757.722,137.277 755,103.5 737,89C719,74.5 681.332,75.697 653,76C621.833,76.333 582.667,90 550,91C518.87,91.953 488.143,82.333 457,82C425.833,81.667 384.167,85.167 363,89C350.97,91.179 338.296,96.022 329.998,105C319.831,116 306.207,136.367 302,155C297.334,175.667 301.167,206 302,229C302.775,250.384 307,293 307,293",Jd=a,Je=b,Jf=b6,Jg=u,Jh=bB,Ji=r,Jj=J,Jk=f,Jl=d,Jm=g,Jn=c,Jo="M728,1012C716.976,1013.61 703.972,1013.94 693,1012L693,961L728,1012Z",Jp=a,Jq=b,Jr=J,Js=f,Jt=d,Ju=g,Jv=c,Jw="M330,1012C329.708,1011.72 361,1012 361,1012C362.892,994.996 363.792,977.996 364,961L364,959L330,1012",Jx=a,Jy=b,Jz=J,JA=f,JB=d,JC=g,JD=c,JE="M763,295C760.512,294.433 749.969,491.333 749,540C748.706,554.758 745.52,569.317 744,584C741.189,611.165 749.559,704.847 751,705C751,705 745.381,703.322 744,701.021C742,697.688 742.166,689.612 739,685C731.333,673.83 698,634 698,634C701.511,564.637 706.241,495.85 711.468,427.896C714.873,383.633 714.186,339.223 714,295L713.815,293.13C713.815,293.13 715.489,293.105 716.326,293.13C731.877,293.603 747.435,294.189 763,295",JF=a,JG=b,JH=J,JI=f,JJ=d,JK=g,JL=c,JM="M359,291.502C358.834,317.15 357.506,342.587 358.906,367.632C364.551,468.564 365.787,558.948 369,639C368.551,637.384 353.536,647.771 342.526,663.924C329.911,682.429 306.056,701.747 308.5,701C311.993,699.933 304.251,581.26 311.898,472.324C318.143,383.369 311.172,317.653 307,295L307,293C323.353,292.111 339.677,291.321 355.979,290.64C356.98,290.598 358.981,290.516 358.981,290.516L359,291.502Z",JN=a,JO=b,JP=b6,JQ=u,JR=bZ,JS=r,JT=J,JU=f,JV=d,JW=g,JX=c,JY="M752,705C752,705 760.227,714.454 763,720C769.167,732.333 781.833,760 789,779C795.772,796.954 803.133,815.026 806,834C809.5,857.167 811.333,896.333 810,918C809.027,933.817 807.106,951.031 798,964C787,979.667 743.079,1013.58 744,1012C744.921,1010.42 728,1012 728,1012L693,961L698,635L698,634C698,634 731.333,673.83 739,685C742.166,689.612 742,697.688 744,701.021C745.341,703.257 750.682,704.904 750.986,704.996C750.991,704.998 750.996,705 751,705C751,705 750.995,704.999 750.986,704.996L752,705Z",JZ=a,J0=b,J1=J,J2=f,J3=d,J4=g,J5=h,J6=c,J7="M330.008,1011.99C330.002,1011.99 329.999,1012 330,1012",J8=a,J9=b,J_=J,J$=f,Ka=d,Kb=g,Kc=c,Kd="M369,639C368.551,637.384 353.536,647.771 342.526,663.924C332.038,679.309 313.779,695.256 309.326,699.767C309.216,699.879 309.114,699.984 309.02,700.082C308.975,700.129 308.932,700.175 308.891,700.219C308.682,700.479 307.995,700.933 308,701.021C308,701.021 301.284,706.953 298,710C293.333,714.33 284.454,720.052 280,727C271.667,740 252.268,765.439 248,788C243.333,812.667 252,854.667 252,875C252,886.743 246.12,898.409 248,910C251,928.5 270,986 270,986C289.932,996.453 309.815,1008.16 330,1012L364,959C364.143,958.575 366.634,844.465 369.1,752.934C370.77,690.975 370.341,639.264 369,640",Ke=a,Kf=b,Kg=b6,Kh=u,Ki=b2,Kj=r,Kk=J,Kl=f,Km=d,Kn=g,Ko=h,Kp=c,Kq="M363,375C428.949,371.785 494.789,366.107 559.115,370.15C611.562,373.446 661.585,377.296 709.5,377",Kr=a,Ks=b,Kt=J,Ku=f,Kv=d,Kw=g,Kx=h,Ky=c,Kz="M697.979,634C697.971,634.462 697.986,635.927 697.979,636.394C696.605,725.514 693.911,901 693.911,901",KA=a,KB=b,KC=J,KD=f,KE=d,KF=g,KG=h,KH=c,KI="M713.742,293.053C713.744,293.423 714.003,295.741 714.005,296.112C714.009,297.02 714.013,297.927 714.017,298.835C714.202,337.627 714.671,376.555 712.325,415.394C712.263,416.419 712.133,418.47 712.133,418.47",KJ=a,KK=b,KL=J,KM=f,KN=d,KO=g,KP=c,KQ="M693,1012L693,961C693.303,941.001 693.911,901 693.911,901L693,901C643.045,911.25 590.731,916.245 536.007,915.873C482.032,915.506 425.712,909.918 367,899L365.469,899C365.469,899 364.066,958.804 364,959L364,961C363.792,977.996 362.892,994.996 361,1012L363,1012C363,1012 403.619,1006.08 424,1007C446.167,1008 471.613,1018.2 496,1018C513.567,1017.86 539.545,1016.48 563.997,1017.07C585.553,1017.59 605.7,1020.08 621,1020C645.428,1019.87 691.459,1010.2 693,1012.05",KR=a,KS=b,KT=J,KU=f,KV=d,KW=g,KX=h,KY=c,KZ="M369,639C369.002,638.997 368.971,639.008 368.977,639.031C369.026,639.224 369.186,640.245 369.285,640.698C370.663,647.006 370.645,695.61 369.1,752.934C367.774,802.157 365.469,899 365.469,899",K0=a,K1=b,K2=J,K3=f,K4=d,K5=g,K6=h,K7=c,K8="M361.531,420.384C365.036,499.962 366.345,572.495 368.964,638.102C368.976,638.401 368.988,638.701 369,639",K9=a,K_=b,K$=J,La=f,Lb=d,Lc=g,Ld=h,Le=c,Lf="M361.531,420.384C361.531,420.384 361.437,418.257 361.39,417.191C360.665,400.964 359.847,384.444 358.906,367.632C357.515,342.755 358.817,317.49 358.997,292.016C358.998,291.845 358.999,291.673 359,291.502L359.335,290.502C359.335,290.502 359.471,290.496 359.708,290.487C360.896,290.439 364.636,290.289 366.675,290.21C444.295,287.199 521.469,286.725 599.06,289.876C635.802,291.369 672.622,291.88 709.491,292.929C710.908,292.97 713.742,293.053 713.742,293.053",Lg=a,Lh=b,Li=J,Lj=f,Lk=d,Ll=g,Lm=h,Ln=c,Lo="M712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 540,414.476C481.289,412.747 422.277,416.448 363,420L361.531,420.384",Lp=a,Lq=b,Lr=c,Ls="M361.531,420.384C361.531,420.384 361.437,418.257 361.39,417.191C360.665,400.964 359.847,384.444 358.906,367.632C357.515,342.755 358.817,317.49 358.997,292.016C358.998,291.845 358.999,291.673 359,291.502L359.335,290.502L359.708,290.487C360.896,290.439 364.636,290.289 366.675,290.21C444.295,287.199 521.469,286.725 599.06,289.876C635.802,291.369 672.622,291.88 709.491,292.929C710.908,292.97 713.742,293.053 713.742,293.053C713.744,293.423 714.003,295.741 714.005,296.112C714.009,297.02 714.013,297.927 714.017,298.835C714.202,337.627 714.671,376.555 712.325,415.394C712.263,416.419 712.133,418.47 712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 540,414.476C481.289,412.747 422.277,416.448 363,420L361.531,420.384Z",Lt=a,Lu=b,Lv=J,Lw=f,Lx=d,Ly=g,Lz=h,LA=c,LB="M698,634C698.016,633.677 698.033,633.354 698.049,633.031C701.555,563.996 706.265,495.534 711.468,427.896C711.617,425.956 711.759,424.016 711.893,422.076C711.976,420.874 712.133,418.47 712.133,418.47",LC=a,LD=b,LE=b6,LF=u,LG=cf,LH=r,LI=J,LJ=f,LK=d,LL=g,LM=aU,LN=c,LO="M697.979,634C697.995,633.677 698.033,633.354 698.049,633.031C701.555,563.996 706.265,495.534 711.468,427.896C711.617,425.956 711.759,424.016 711.893,422.076C711.976,420.874 712.133,418.47 712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 540,414.476C481.289,412.747 422.277,416.448 363,420L361.531,420.384C365.036,499.962 366.345,572.495 368.964,638.102C368.976,638.401 368.988,638.701 369,639C369.002,638.997 368.971,639.008 368.977,639.031C369.026,639.224 369.186,640.245 369.285,640.698C370.663,647.006 370.645,695.61 369.1,752.934C367.774,802.157 365.469,899 365.469,899L367,899C425.712,909.918 482.032,915.506 536.007,915.873C590.731,916.245 643.045,911.25 693,901",LP=a,LQ=b,LR=J,LS=f,LT=d,LU=g,LV=h,LW=c,LX="M697.979,634L697.981,633.932",LY=a,LZ=b,L0=J,L1=f,L2=d,L3=g,L4=h,L5=c,L6="M693.911,901C693.911,901 696.605,725.514 697.979,636.394C697.986,635.927 697.971,634.462 697.979,634",L7=a,L8=b,L9=b6,L_=u,L$="Back-Pocket",Ma=r,Mb=b8,Mc=bV,Md=aC,Me=j,Mf=aC,Mg=k,Mh=aA,Mi=cd,Mj=aA,Mk=bX,Ml=aB,Mm=ca,Mn=aB,Mo=by,Mp=b$,Mq=bS,Mr=cb,Ms=bU,Mt=b9,Mu=b0,Mv=bx,Mw=bW,Mx=b7,My=b3,Mz=cg,MA=bT,MB=b4,x4=l,x5=j,x6=m,x7=k,x8=a5,x9=f,x_=d,x$=g,ya=h,yb=c,yc="M505,409L505,415",yd=a,ye=b,yf=a5,yg=f,yh=d,yi=g,yj=h,yk=c,yl="M664,848L668,868",ym=a,yn=b,yo=a5,yp=f,yq=d,yr=g,ys=h,yt=c,yu="M460,848L457,868",yv=a,yw=b,yx=a5,yy=f,yz=d,yA=g,yB=h,yC=c,yD="M664,678L664,700",yE=a,yF=b,yG=a5,yH=f,yI=d,yJ=g,yK=h,yL=c,yM="M476,675L476,697",yN=a,yO=b,yP=a5,yQ=f,yR=d,yS=g,yT=h,yU=c,yV="M664,501L664,527",yW=a,yX=b,yY=a5,yZ=f,y0=d,y1=g,y2=h,y3=c,y4="M664,329L664,352",y5=a,y6=b,y7=a5,y8=f,y9=d,y_=g,y$=h,za=c,zb="M485,326L485,348",zc=a,zd=b,ze=l,zf=j,zg=m,zh=k,zi=dc,zj=f,zk=d,zl=g,zm=h,zn=c,zo="M625,909L625,917",zp=a,zq=b,zr=l,zs=j,zt=m,zu=k,zv=dc,zw=f,zx=d,zy=g,zz=h,zA=c,zB="M495,909L495,917",zC=a,zD=b,zE=l,zF=j,zG=m,zH=k,zI=dc,zJ=f,zK=d,zL=g,zM=h,zN=c,zO="M561.009,909L561.009,917",zP=a,zQ=b,zR=l,zS=j,zT=m,zU=k,zV=dc,zW=f,zX=d,zY=g,zZ=h,z0=c,z1="M644,415L645,409",z2=a,z3=b,z4=l,z5=j,z6=eT,z7=f,z8=d,z9=g,z_=h,z$=c,Aa="M540,395C557.28,367.793 557.903,359.288 575,351C589.999,360.13 597.083,376.66 605,395",Ab=a,Ac=b,Ad=l,Ae=j,Af=m,Ag=k,Ah=hs,Ai=f,Aj=d,Ak=g,Al=h,Am=c,An="M561.009,202C561.009,202 568.574,288.013 570,331.141C571.499,376.474 570,474 570,474",Ao=a,Ap=b,Aq=l,Ar=j,As=m,At=k,Au=hs,Av=f,Aw=d,Ax=g,Ay=h,Az=c,AA="M485,112C502.355,146.971 528.865,178.575 561.009,202C601.184,182.703 632.882,154.759 653,115",AB=a,AC=b,AD=l,AE=j,AF=m,AG=k,AH=eT,AI=f,AJ=d,AK=g,AL=h,AM=c,AN="M527.018,890C527.018,890 535.558,856.952 540,841.193C546.174,819.287 562,758 562,758C562,758 577.5,818.526 583,841.193C587.257,858.735 595,894 595,894",AO=a,AP=b,AQ=l,AR=j,AS=m,AT=k,AU="20.27px",AV=f,AW=d,AX=g,AY=h,AZ=c,A0="M247,795L225,780C225,780 248.417,795.561 247,795Z",A1=a,A2=b,A3=l,A4=j,A5=m,A6=k,A7=eT,A8=f,A9=d,A_=g,A$=h,Ba=c,Bb="M826,777C828.484,776.691 833.452,776.073 837,777C841.333,778.132 847.983,780.053 852,783.793C856.833,788.293 862.851,796.757 866,804C869.667,812.434 868.813,819.239 868,828.397C867.203,837.366 864.783,854.511 855,867C846.765,877.512 833,887.667 822,894C811.951,899.786 799.167,903.167 789,905C779.815,906.656 767.272,905.552 761,905",Bc=a,Bd=b,Be=a5,Bf=f,Bg=d,Bh=g,Bi=h,Bj=c,Bk="M476,501L477,521",Bl=a,Bm=b,Bn=b_,Bo=u,Bp=bY,Bq=r,Br=au,Bs=f,Bt=d,Bu=g,Bv=c,Bw="M752.003,301C752.142,298.269 752.318,295.536 752.359,292.799C753.08,244.81 749.57,196.217 744,149C738.212,126.186 723.421,112.312 699,108C683.477,107.862 666.36,107.154 648,106C601.874,101.824 553.952,99.692 504,102C504,102 453.155,106.063 453,106C452.921,105.968 428.421,106.434 414.198,115.667C400.562,124.518 396.991,151.237 397,151C397.13,147.591 393.326,170.792 392.649,182.394C390.496,219.284 389.933,293.59 390,302C484.2,300.179 579.307,302.912 672.983,303.196C686.448,303.236 699.629,303.488 712.493,303C726.027,302.487 738.21,302.205 751,301L752.003,301Z",Bx=a,By=b,Bz=b_,BA=u,BB=bB,BC=r,BD=au,BE=f,BF=d,BG=g,BH=c,BI="M752,302C751.94,302.102 751.828,302.989 751.672,304.597C750.066,321.132 743.831,413.98 742.271,515.157C740.7,617.065 745.134,719.642 746,736C746.773,750.602 750.306,824.482 751.56,870.312C751.572,870.757 751.596,871.639 751.596,871.639L750.728,872C750.728,872 749.428,871.977 748.784,871.968C712.148,871.472 689.519,876.881 684.826,877.905C684.035,878.077 684,878 684,878L683.887,878.796C683.887,878.796 683.821,878.276 683.788,878.017C681.443,859.513 680.03,842.876 680,842C679.956,840.74 677.473,794.855 674.837,751.017C672.717,715.753 673.11,678.433 673,661C672.868,640.19 673.541,568.773 674.287,485.381C675.105,393.944 677,303.296 677,303.296L676.307,303.209C676.307,303.209 677.725,303.217 678.433,303.221C690.009,303.291 701.37,303.422 712.493,303C726.027,302.487 738.21,302.205 751,301",BJ=a,BK=b,BL=au,BM=f,BN=d,BO=g,BP=h,BQ=c,BR="M390,302C417.907,301.46 445.894,301.321 473.9,301.398",BS=a,BT=b,BU=au,BV=f,BW=d,BX=g,BY=h,BZ=c,B0="M473.9,301.398C474.161,302.107 463.838,616.696 459.569,741.925C458.514,772.878 456.896,793.125 457,793C457.422,792.491 455.836,812.967 453.329,832.056C451.167,848.52 448.063,863.953 448,864C447.204,868.875 445.072,878.796 445.072,878.796L444,877.071C444,877.071 391.96,869.3 370.342,869.908C370.062,869.916 369.518,869.936 369.518,869.936L368.492,870.926C368.492,870.926 389.327,491.675 390,302",B1=a,B2=b,B3=c,B4="M473.9,301.398C474.161,302.107 463.838,616.696 459.569,741.925C458.514,772.878 456.896,793.125 457,793C457.422,792.491 455.836,812.967 453.329,832.056C451.167,848.52 448.063,863.953 448,864C447.204,868.875 445.072,878.796 445.072,878.796L444,877.071C444,877.071 391.96,869.3 370.342,869.908C370.062,869.916 369.518,869.936 369.518,869.936L368.492,870.926C368.492,870.926 389.327,491.675 390,302C417.907,301.46 445.894,301.321 473.9,301.398Z",B5=a,B6=b,B7=b_,B8=u,B9=bZ,B_=r,B$=au,Ca=f,Cb=d,Cc=g,Cd=c,Ce="M683.78,877.95C683.78,877.95 684.149,880.831 684.342,882.282C687.049,902.668 690.825,921.483 692,925C693.22,928.654 695.989,937.612 699.313,945.969C702.02,952.775 706.094,959.182 709,962C714.892,967.715 725.4,976.532 735,969C739.42,965.532 744.482,951.661 745,949C745.452,946.677 748.423,936.679 750.111,925.455C751.626,915.379 751.971,904.326 752,897C752.023,891.29 751.897,883.5 751.667,874.4C751.644,873.485 751.595,871.615 751.595,871.615L750.728,872C750.728,872 747.167,871.946 745.436,871.939C734.355,871.895 724.631,872.387 716.378,873.11C701.818,874.385 691.842,876.377 687.093,877.406C684.649,877.935 684,878 684,878L683.78,877.95Z",Cf=a,Cg=b,Ch=au,Ci=f,Cj=d,Ck=g,Cl=c,Cm="M368.548,869.815C368.548,869.815 368.427,872.252 368.368,873.443C368.24,876.049 368.117,878.569 368,881C367.02,901.353 367.167,927.5 372,942C375.802,953.406 389.349,967.63 397,968C403.802,968.329 410.762,962.129 415.484,956.887C420.55,951.266 425.223,942.932 428,935C432.271,922.798 439.553,902.144 444.559,881C444.869,879.691 445.461,877.071 445.461,877.071L444,877.071C444,877.071 442.101,876.63 441.089,876.413C431.869,874.437 419.283,872.649 406.49,871.434C394.463,870.292 382.253,869.658 372.486,869.849C371.469,869.869 369.518,869.936 369.518,869.936L368.548,869.815Z",Cn=a,Co=b,Cp=b_,Cq=u,Cr=b2,Cs=r,Ct=au,Cu=f,Cv=d,Cw=g,Cx=c,Cy="M439.598,899.627C439.598,899.627 439.26,900.779 439.09,901.351C435.103,914.775 430.871,926.797 428,935C425.223,942.932 420.55,951.266 415.484,956.887C410.762,962.129 403.802,968.329 397,968C396.344,967.968 394.912,967.61 394.912,967.61L397,968.013L398.346,968.132C398.346,968.132 484.166,976.047 561.063,976.909C635.592,977.745 723.09,972.137 723.09,972.137C723.09,972.137 727.541,971.892 728,971.909C729.166,971.953 721.709,970.908 721.709,970.908C721.709,970.908 720.01,970.216 719.185,969.791C715.196,967.735 711.636,964.557 709,962C706.094,959.182 702.02,952.775 699.313,945.969C695.989,937.612 693.22,928.654 692,925C691.308,922.928 689.712,915.543 687.964,905.656C687.811,904.789 687.502,903 687.502,903L686,903C606.384,905.267 525.644,904.041 444,900L439.598,899.627C439.598,899.627 439.827,898.844 439.941,898.451C443.157,887.346 446.135,875.425 448,864C448.063,863.953 451.167,848.52 453.329,832.056C455.836,812.967 457.422,792.491 457,793C456.896,793.125 458.514,772.878 459.569,741.925C462.267,662.779 470.789,405.033 470.789,405.033C474.368,405.443 486.497,402.521 572.913,402.666C599.428,402.711 632.882,404.148 675.209,407C675.209,407 676.643,320.253 676.904,307.635C676.963,304.814 676.997,303.303 677,303.296L677.238,303.214C677.238,303.214 674.405,303.2 672.983,303.196C606.852,302.995 473.272,301.397 473.272,301.397L474.003,302C474.099,302.261 470.789,405.033 470.789,405.033L471.005,405C471.005,405 471.133,405.005 471.433,404.978C477.117,404.459 531.389,401.833 578.606,402.666C626.377,403.509 672.907,407.39 672.983,407L675.209,407C675.209,407 674.527,458.414 674.287,485.381C673.545,568.774 672.868,640.19 673,661C673.11,678.433 672.717,715.753 674.837,751.017C677.473,794.855 679.956,840.74 680,842C680.033,842.942 681.667,862.145 684.342,882.282C685.144,888.32 686.039,894.221 686.934,899.627C687.123,900.775 687.502,903 687.502,903",Cz=a,CA=b,CB=b_,CC=u,CD=cf,CE=r,CF=au,CG=f,CH=d,CI=g,CJ=h,CK=c,CL=hq,CM=a,CN=b,CO=au,CP=f,CQ=d,CR=g,CS=h,CT=c,CU="M230.695,836.246C230.695,836.246 232.676,838.521 233.683,839.665C241.05,848.025 248.968,856.5 256,863C265.792,872.05 276.567,880.14 288,887C300.5,894.5 318.167,902.333 331,908C333.551,909.126 340.102,911.749 340.102,911.749L342,909L367.518,866L368.645,867.861C368.645,867.861 368.427,872.246 368.323,874.353C368.211,876.637 368.103,878.853 368,881C367.46,892.206 367.262,905.168 368,916.976C368.093,918.459 368.323,921.365 368.323,921.365L365,921C365,921 356.559,918.015 347.442,914.572C344.994,913.648 340.102,911.749 340.102,911.749",CV=a,CW=b,CX=au,CY=f,CZ=d,C0=g,C1=h,C2=c,C3="M370.434,832.696C370.434,832.696 370.064,839.89 369.886,843.353C369.545,850.006 369.224,856.325 368.924,862.282C368.829,864.179 368.645,867.861 368.645,867.861",C4=a,C5=b,C6=d,C7=c,C8="M370.434,832.696C370.434,832.696 370.064,839.89 369.886,843.353C369.545,850.006 369.224,856.325 368.924,862.282C368.829,864.179 368.645,867.861 368.645,867.861L367.518,866L342,909L340.102,911.749C340.102,911.749 333.551,909.126 331,908C318.167,902.333 300.5,894.5 288,887C276.567,880.14 265.792,872.05 256,863C248.968,856.5 241.05,848.025 233.683,839.665C232.676,838.521 230.695,836.246 230.695,836.246L232,834C242.511,814.422 252.071,793.242 261,771C261,771 300.247,800.833 318,811C333.558,819.91 367.518,832 367.518,832L370.434,832.696Z",C9=a,C_=b,C$=aU,Da=c,Db="M368.645,867.861C368.645,867.861 368.427,872.246 368.323,874.353C368.211,876.637 368.103,878.853 368,881C367.46,892.206 367.262,905.168 368,916.976C368.093,918.459 368.323,921.365 368.323,921.365L365,921C365,921 356.559,918.015 347.442,914.572C344.994,913.648 340.102,911.749 340.102,911.749L342,909L367.518,866L368.645,867.861Z",Dc=a,Dd=b,De=aU,Df=c,Dg=hq,Dh=a,Di=b,Dj=au,Dk=f,Dl=d,Dm=g,Dn=aU,Do=c,Dp="M749.528,813.34C749.528,813.34 749.461,811.706 749.427,810.89C749.115,803.348 748.796,795.903 748.483,788.784C748.366,786.116 748.134,780.929 748.134,780.929L750,780C750,780 751.982,779.465 755.162,778.124C763.766,774.495 780.889,766.48 789,761C798.959,754.272 819,741 819,741C827.985,734.675 835.98,728.793 845,724C846.971,722.62 850.385,721.705 853,721C856.008,720.808 858.46,721.277 860,723C862.346,725.808 862.495,729.208 862,733C860.78,741.349 859.974,748.803 858,756C856.479,761.544 853.722,769.317 851,777C848.582,783.334 844.89,790.04 840,797C836.957,801.106 833.211,805.844 829,811C827.974,812.257 825.912,814.735 825.912,814.735L825,814L813,760C794.629,778.849 774.569,796.21 752.728,812L749.528,813.34Z",Dq=a,Dr=b,Ds=au,Dt=f,Du=d,Dv=g,Dw=d,Dx=c,Dy="M749.528,813.34C774.65,794.091 795.467,776.437 813,760L825.912,814.735",Dz=a,DA=b,DB=au,DC=f,DD=d,DE=g,DF=d,DG=c,DH="M826.224,814.36C826.224,814.36 823.926,817.096 822.929,818.263C813.178,829.685 803.181,840.341 792.948,851.912C781.21,865.183 767.189,878.222 752.728,891L751.965,889.698C751.965,889.698 751.898,884.921 751.846,882.282C751.495,864.501 750.597,839.529 749.601,815.112C749.592,814.907 749.57,814.36 749.57,814.36L749.528,813.34",DI=a,DJ=b,DK=b_,DL=u,DM=ei,DN=r,DO=b8,DP=bV,DQ=aC,DR=j,DS=aC,DT=k,DU=aA,DV=cd,DW=aA,DX=bX,DY=aB,DZ=ca,D0=aB,D1=by,D2=b$,D3=bS,D4=cb,D5=bU,D6=b9,D7=b0,D8=bx,D9=bW,D_=b7,D$=b3,Ea=cg,Eb=bT,Ec=b4,ro=l,rp=j,rq=m,rr=k,rs=dg,rt=f,ru=d,rv=g,rw=h,rx=c,ry="M131,758L155,769",rz=a,rA=b,rB=eS,rC=u,rD=r,rE=l,rF=j,rG=m,rH=k,rI=dg,rJ=f,rK=d,rL=g,rM=h,rN=c,rO="M940,756C940,756 956.272,747.589 965,744.994C977.511,741.276 1002.04,744.024 1010.78,756C1018.68,766.814 1022.09,787.537 1020,803.546C1017.55,822.33 1001.39,850.36 980,865C958.374,879.803 925.619,892.359 896.598,901C866.931,909.833 802,918 802,918",rP=a,rQ=b,rR=eS,rS=u,rT=r,rU=l,rV=j,rW=m,rX=k,rY=bl,rZ=f,r0=d,r1=g,r2=h,r3=c,r4="M428,889L428,913",r5=a,r6=b,r7=l,r8=j,r9=m,r_=k,r$=bl,sa=f,sb=d,sc=g,sd=h,se=c,sf="M440,724L440,753",sg=a,sh=b,si=l,sj=j,sk=m,sl=k,sm=bl,sn=f,so=d,sp=g,sq=h,sr=c,ss="M439,555L440,577",st=a,su=b,sv=l,sw=j,sx=m,sy=k,sz=bl,sA=f,sB=d,sC=g,sD=h,sE=c,sF="M438,383.25L440,404",sG=a,sH=b,sI=l,sJ=j,sK=m,sL=k,sM=bl,sN=f,sO=d,sP=g,sQ=h,sR=c,sS="M664,892L671,913",sT=a,sU=b,sV=l,sW=j,sX=m,sY=k,sZ=bl,s0=f,s1=d,s2=g,s3=h,s4=c,s5="M648,724L648,743",s6=a,s7=b,s8=l,s9=j,s_=m,s$=k,ta=bl,tb=f,tc=d,td=g,te=h,tf=c,tg="M636,555L636,577",th=a,ti=b,tj=l,tk=j,tl=m,tm=k,tn="18px",to=f,tp=d,tq=g,tr=h,ts=c,tt="M619,443.275L619,450.922",tu=a,tv=b,tw=eS,tx=u,ty=r,tz=l,tA=j,tB=m,tC=k,tD=ew,tE=f,tF=d,tG=g,tH=h,tI=c,tJ="M462,479L461,486",tK=a,tL=b,tM=l,tN=j,tO=m,tP=k,tQ=bl,tR=f,tS=d,tT=g,tU=h,tV=c,tW="M641,375L641,391.5",tX=a,tY=b,tZ=l,t0=j,t1=gw,t2=f,t3=d,t4=g,t5=h,t6=c,t7="M499,464C508.458,442.062 521.639,431.645 535.639,422.252C556.43,433.709 571.828,448.005 584,464",t8=a,t9=b,t_=l,t$=j,ua=m,ub=k,uc=g2,ud=f,ue=d,uf=g,ug=h,uh=c,ui="M463.796,151.18C480.985,197.917 503.27,229.582 529,258C556.688,228.552 582.238,196.036 599.552,153.77C601.102,149.986 601.586,149.125 603,145.18",uj=a,uk=b,ul=l,um=j,un=m,uo=k,up=ew,uq=f,ur=d,us=g,ut=h,uu=c,uv="M450,942.886L450,951.5",uw=a,ux=b,uy=l,uz=j,uA=m,uB=k,uC=ew,uD=f,uE=d,uF=g,uG=h,uH=c,uI="M648,947L648,956",uJ=a,uK=b,uL=l,uM=j,uN=m,uO=k,uP=gw,uQ=f,uR=d,uS=g,uT=h,uU=c,uV="M511,930L540,786L591,930",uW=a,uX=b,uY=l,uZ=j,u0=m,u1=k,u2=g2,u3=f,u4=d,u5=g,u6=h,u7=c,u8="M529,258C536.491,346.888 537.166,435.903 533.398,525",u9=a,u_=b,u$=ce,va=u,vb=bY,vc=r,vd=ak,ve=f,vf=d,vg=g,vh=c,vi="M345,347C362.763,354.362 381.575,356.43 400.416,358.171C492.223,366.654 585.721,362.367 676.641,351.497C698.772,348.851 722.745,344.664 740.853,335.982L740.846,335.713C740.846,335.713 739.237,274.756 738,257C736.902,241.236 734.303,223.167 731.803,210C729.739,199.131 727.992,188.031 723,178C720.417,172.811 717.225,166.07 712.17,160.718C706.235,154.436 697.324,150.245 690,147C676.833,141.167 658.846,139.828 643,138C625.667,136 605.025,134.761 586,135C559.5,135.333 508.167,138.333 484,140C469.604,140.993 455.373,142.927 441,145C423.667,147.5 401.333,155.167 386,167C370.667,178.833 353.538,196.043 349,216C342.402,245.016 344.989,346.973 344.989,346.973",vj=a,vk=b,vl=ce,vm=u,vn=bB,vo=r,vp=ak,vq=f,vr=d,vs=g,vt=h,vu=c,vv="M740.855,336.069C740.949,339.796 741,342 741,342",vw=a,vx=b,vy=ak,vz=f,vA=d,vB=g,vC=c,vD="M335.028,873.161C335.028,873.161 334.95,867.247 334.914,864.239C334.295,812.659 334.225,751.595 335,705C336.298,626.94 343.333,530.279 345,471C346.14,430.459 345,349.329 345,349.329",vE=a,vF=b,vG=ak,vH=f,vI=d,vJ=g,vK=c,vL="M680.492,895.869C680.492,895.869 679.613,890.445 679.173,887.734C678.258,882.089 675.912,870.642 675,862C671.804,831.711 660,706 660,706L653,540L652.015,360.658L652.015,358L652.064,354.264C652.064,354.264 654.133,354.038 657.167,353.704C662.677,353.095 671.371,352.127 676.641,351.497C698.772,348.851 722.892,344.682 741,336L741,342C739.349,346.159 752.015,605.667 752,614C751.946,643.793 760.024,740.653 760.024,740.653C761.39,756.576 762.729,772.501 764.124,788.421C766.068,819.639 767.69,844.234 767.948,874.36C767.963,876.087 767.978,879.599 767.978,879.599C744.221,890.795 716.034,895.908 680.492,895.868",vM=a,vN=b,vO=ak,vP=f,vQ=d,vR=g,vS=c,vT="M424,362.657C424,362.657 430.167,596.276 429,682C428.114,747.117 420.833,834.5 417,877C416.889,878.236 416.65,880.757 416.65,880.757L416.76,879.599C389.459,884.144 362.212,882.003 335.023,872.813L335.028,873.161C335.028,873.161 334.95,867.247 334.914,864.239C334.295,812.659 334.225,751.595 335,705C336.298,626.94 343.333,530.279 345,471C346.14,430.459 345,349.329 345,349.329L345,347C362.763,354.362 381.575,356.43 400.416,358.171C408.032,358.875 423.297,360.023 423.297,360.023L424,362.657Z",vU=a,vV=b,vW=ce,vX=u,vY=bZ,vZ=r,v0=ak,v1=f,v2=d,v3=g,v4=c,v5="M680.492,895.869L687,936C688.419,951.483 697.424,966.437 711.071,974.145C723.648,981.248 741.058,981.217 751.273,969.83C754.111,966.667 756.313,962.9 758,959C767.143,937.861 767.983,891.485 767.983,891.485C767.983,891.485 767.982,885.941 767.983,883.196C767.984,881.987 767.978,879.599 767.978,879.599C744.221,890.795 716.034,895.908 680.492,895.868",v6=a,v7=b,v8=ak,v9=f,v_=d,v$=g,wa=h,wb=c,wc="M416.65,880.757C416.65,880.757 416.193,885.375 415.936,887.734C414.004,905.484 410.973,924.705 406,937C401.214,948.832 390.667,960.833 381,966C371.333,971.167 355.333,970.333 348,968C341.833,966.038 337.32,958.464 337,952C336.23,936.424 335.586,910.851 335.136,880.757C335.099,878.255 335.028,873.161 335.028,873.161",wd=a,we=b,wf=ak,wg=f,wh=d,wi=g,wj=c,wk="M335.023,872.813C343.395,875.643 351.772,877.804 360.155,879.308C370.115,881.094 380.083,881.953 390.059,881.9C398.953,881.853 407.854,881.082 416.76,879.599L416.65,880.757C416.65,880.757 416.193,885.375 415.936,887.734C414.004,905.484 410.973,924.705 406,937C401.214,948.832 390.667,960.833 381,966C371.333,971.167 355.333,970.333 348,968C341.833,966.038 337.32,958.464 337,952C336.23,936.424 335.586,910.851 335.136,880.757C335.099,878.255 335.028,873.161 335.028,873.161L335.023,872.813Z",wl=a,wm=b,wn=ce,wo=u,wp=b2,wq=r,wr=ak,ws=f,wt=d,wu=g,wv=h,ww=c,wx="M429.147,470C505.814,475.717 580.128,475.457 652,469",wy=a,wz=b,wA=ak,wB=f,wC=d,wD=g,wE=h,wF=c,wG="M411,930C411.12,929.704 477.42,941.139 545,942.68C615.307,944.283 687,936 687,936",wH=a,wI=b,wJ=ak,wK=f,wL=d,wM=g,wN=c,wO="M348,968C348,968 351.508,968.924 353.705,969.241C361.848,970.417 373.388,970.069 381,966C390.667,960.833 401.214,948.832 406,937C412,922.167 415.173,897.251 417,877C420.833,834.5 428.114,747.117 429,682C430.167,596.276 424,362.657 424,362.657L423.768,360.055C423.768,360.055 427.353,360.298 429.147,360.413C500.431,364.972 572.46,362.268 643.258,355.17C646.174,354.878 652,354.271 652,354.271L652,358L653,540L660,706L675,862L687,936C688.419,951.483 697.405,966.472 711.071,974.145C717.283,977.632 724.662,979.393 731.764,978.927C733.506,978.813 736.92,978.175 736.92,978.175L740,977.511C740,977.511 708.678,996.64 691,999C666.667,1002.25 623,997.333 594,997C568.335,996.705 542.665,997.331 517,997C491.167,996.667 464.675,999.152 439,995C411,990.472 349,969.83 349,969.83L348,968Z",wP=a,wQ=b,wR=ce,wS=u,wT=cf,wU=r,wV=ak,wW=f,wX=d,wY=g,wZ=aU,w0=c,w1="M764.124,788.421C762.729,772.501 761.39,756.576 760.024,740.653L763,740C763,740 799.493,737.79 817,733C834.667,728.167 852.882,718.484 869,711C883.521,704.257 903.167,697.333 916,695C925.861,693.207 939.5,695 946,697C950.286,698.319 953.5,702.833 955,707C956.5,711.167 955.841,717.071 955,722C953.833,728.833 951,740 948,748C945.121,755.677 941.383,763.071 937,770C931.833,778.167 925.017,789.179 917,797C913.933,799.992 910.028,803.638 905.611,807.645C905.199,808.019 904.361,808.776 904.361,808.776L903,806L874,738C863.175,746.56 852.426,755.261 841,763C819.28,777.713 790.437,781.228 765.747,787.971C765.404,788.064 764.722,788.253 764.722,788.253C764.722,788.253 764.921,788.197 764.722,788.253L764.124,788.421Z",w2=a,w3=b,w4=ak,w5=f,w6=d,w7=g,w8=h,w9=c,w_="M904.361,808.776C904.361,808.776 903.37,809.67 902.865,810.123C887.861,823.599 868.143,840.265 855,850C840.713,860.583 822.833,870.333 809,877C797.224,882.675 772,890 772,890L767.983,890.425C767.983,890.425 767.983,889.181 767.983,888.405C767.983,886.669 767.983,884.578 767.983,883.196C767.999,848.894 766.255,822.635 764.124,788.421",w$=a,xa=b,xb=d,xc=c,xd="M904.361,808.776C904.361,808.776 903.37,809.67 902.865,810.123C887.861,823.599 868.143,840.265 855,850C840.713,860.583 822.833,870.333 809,877C797.224,882.675 772,890 772,890L767.983,890.425C767.983,890.425 767.983,889.181 767.983,888.405C767.983,886.669 767.983,884.578 767.983,883.196C767.999,848.894 766.255,822.635 764.124,788.421L764.722,788.253C764.722,788.253 765.404,788.064 765.747,787.971C790.437,781.228 819.28,777.713 841,763C852.426,755.261 863.175,746.56 874,738L903,806L904.361,808.776Z",xe=a,xf=b,xg=ak,xh=f,xi=d,xj=g,xk=d,xl=c,xm="M212.247,823.908C212.247,823.908 228.482,835.258 236,840C245.968,846.287 256.375,851.9 267,857C279.5,863 299.833,871.5 311,876C318.529,879.034 334,884 334,884L335.184,883.902C335.184,883.902 335.127,880.913 335.099,879.4C334.561,850.014 334.36,783 334.36,783L334,783C334,783 300.833,777.667 286,772C271.362,766.408 245,749 245,749C233.658,771.279 222.901,795.608 213,822L212.247,823.908Z",xn=a,xo=b,xp=ak,xq=f,xr=d,xs=g,xt=aU,xu=c,xv="M334.36,783C334.36,783 334.397,766.005 334.441,757.687C334.45,756.117 334.469,752.994 334.469,752.994L333,753C333,753 297.833,742.667 282,738C267.33,733.676 252.925,728.334 238,725C222.333,721.5 201.667,718 188,717C179.662,716.39 168.333,717.667 162,720C156.908,721.876 151.716,725.852 150,731C148,737 147.549,748.035 150,756C152.667,764.667 159.148,775.094 166,783C174.667,793 190.333,806.5 202,816C205.292,818.681 212.247,823.908 212.247,823.908",xw=a,xx=b,xy=ce,xz=u,xA=ei,xB=r,xC=b8,xD=bV,xE=aC,xF=j,xG=aC,xH=k,xI=aA,xJ=cd,xK=aA,xL=bX,xM=aB,xN=ca,xO=aB,xP=by,xQ=b$,xR=bS,xS=cb,xT=bU,xU=b9,xV=b0,xW=bx,xX=bW,xY=b7,xZ=b3,x0=cg,x1=bT,x2=b4,nm=l,nn=j,no=m,np=k,nq=aX,nr=f,ns=d,nt=g,nu=h,nv=c,nw="M516.5,184C519.467,276.197 518.505,364.689 524,441",nx=a,ny=b,nz=l,nA=j,nB=m,nC=k,nD=ad,nE=f,nF=d,nG=g,nH=h,nI=c,nJ="M429,845L429,866.5",nK=a,nL=b,nM=l,nN=j,nO=m,nP=k,nQ=ad,nR=f,nS=d,nT=g,nU=h,nV=c,nW="M429,648L429,672",nX=a,nY=b,nZ=l,n0=j,n1=m,n2=k,n3=ad,n4=f,n5=d,n6=g,n7=h,n8=c,n9="M429,452L430,484",n_=a,n$=b,oa=l,ob=j,oc=m,od=k,oe=ad,of=f,og=d,oh=g,oi=h,oj=c,ok="M429,244L430,270",ol=a,om=b,on=l,oo=j,op=m,oq=k,or=ad,os=f,ot=d,ou=g,ov=h,ow=c,ox="M630,854L630,879",oy=a,oz=b,oA=l,oB=j,oC=m,oD=k,oE=ad,oF=f,oG=d,oH=g,oI=h,oJ=c,oK="M630,648L630,680",oL=a,oM=b,oN=l,oO=j,oP=m,oQ=k,oR=ad,oS=f,oT=d,oU=g,oV=h,oW=c,oX="M635,459L635,492",oY=a,oZ=b,o0=l,o1=j,o2=m,o3=k,o4=ad,o5=f,o6=d,o7=g,o8=h,o9=c,o_="M635,244L636,270",o$=a,pa=b,pb=l,pc=j,pd=aX,pe=f,pf=d,pg=g,ph=h,pi=c,pj="M448,87C466.397,122.534 488.208,154.673 516.5,184C557.292,151.882 593.588,119.585 620,87",pk=a,pl=b,pm=gG,pn=j,po=dg,pp=f,pq=d,pr=g,ps=h,pt=c,pu="M478,363C491.729,339.327 503.501,325.977 517,311C534.752,331.55 545.183,349.529 555,365",pv=a,pw=b,px=l,py=j,pz=m,pA=k,pB=dg,pC=f,pD=d,pE=g,pF=h,pG=c,pH="M484,924C493.299,865.568 506.6,812.616 521,755C541.791,811.861 559.414,864.727 575,924",pI=a,pJ=b,pK=bY,pL=r,pM=I,pN=f,pO=d,pP=g,pQ=c,pR="M337,223C390.094,226.022 445.667,227 494,228C538.325,228.917 586.5,230 627,229C663.73,228.093 703.574,227.544 737,222L737,221C737,221 733.833,169 732,151C730.701,138.242 729.167,122.833 726,113C723.476,105.164 719.351,97.239 713,92C706.333,86.5 695.669,81.876 686,80C674.833,77.833 659.335,78.731 646,79C629.5,79.333 606.689,81.677 587,82C556.5,82.5 490.167,82.167 463,82C449.996,81.92 436.667,81.167 424,81C411.668,80.838 398.167,77 387,81C375.833,85 363.678,94.073 357,105C349.667,117 345.944,136.595 343,153C339.5,172.5 336,222 336,222L337,223Z",pS=a,pT=b,pU=bB,pV=r,pW=I,pX=f,pY=d,pZ=g,p0=c,p1="M737,222C737,222 741.207,283.965 742,315C743.167,360.667 743,441.167 744,496C744.9,545.343 748,594.649 748,644C748,703.333 745.333,797.667 744,852C743.782,860.877 743.88,870.385 743.326,880.066C743.113,883.772 742.852,891.3 742.852,891.3L743,891C743,891 741.73,891.896 739.005,892.516C731.296,894.27 713.599,896.755 695.764,898.358C671.413,900.547 646.804,901.111 647,900L646.823,900.554C646.823,900.554 646.735,894.459 646.726,891.3C646.684,875.256 647.182,857.553 647,842C646.667,813.5 646,780.668 646,750C646,707.667 646.67,642 647,588C647.333,533.5 646.773,477.987 648,423C649.333,363.233 655,229.4 655,229.4L654.797,228.49L654.713,228.311C654.713,228.311 665.356,227.993 670.674,227.791C693.729,226.912 716.564,225.389 737,222",p2=a,p3=b,p4=I,p5=f,p6=d,p7=g,p8=c,p9="M414,229.4C415.041,229.961 411,323.789 411,371C411,424.933 414,492.325 414,553C414,613.833 411,681.833 411,736C411,759.787 412.178,786.219 413.139,811.305C414.091,836.149 414.829,859.673 414,878C413.807,882.269 413.483,886.735 413.061,891.3C412.78,894.351 412.094,900.554 412.094,900.554L410,900.554C410,900.554 408.665,900.658 405.96,900.554C398.182,900.256 380.472,898.989 364,895.777C345.739,892.217 329,885 329,885L327.75,885.163C327.75,885.163 327.68,882.048 327.648,880.474C327.272,861.98 327.19,842.067 327,824C326.5,776.5 326.167,691.667 326,631C325.843,574 324.601,516.983 326,460C327.667,392.117 336,223.7 336,223.7L337,223C357.008,224.139 377.369,224.987 397.561,225.656C403.262,225.845 414.611,226.182 414.611,226.182",p_=a,p$=b,qa="matrix(1,0,0,1,0.329039,0)",qb=u,qc=bZ,qd=r,qe=I,qf=f,qg=d,qh=g,qi=c,qj="M743,891C743,891 742.718,891.452 741.886,891.74C736.925,893.457 716.438,896.5 695.764,898.358C671.413,900.547 646.804,901.111 647,900L646.823,900.554C646.823,900.554 646.956,905.919 647.067,908.464C647.264,912.996 647.562,917.215 648,921C649.684,935.558 654.514,949.745 661,963C664.507,970.167 669.618,980.426 674.993,989.385C681.369,1000.01 689.117,1009.22 694,1015C699.386,1021.39 709.667,1027 716,1027C722.333,1027 729.413,1021.15 732,1015C733.648,1011.09 735.777,1006.34 737,999.872C738.746,990.638 739.342,978.935 740,970C741.212,953.532 742.07,928.127 742.772,901.908C742.857,898.759 743.019,892.44 743.019,892.44L743,891Z",qk=a,ql=b,qm=I,qn=f,qo=d,qp=g,qq=c,qr="M327.755,885.357C327.755,885.357 327.885,890.54 327.961,893.069C328.21,901.295 328.543,909.049 329,916C330.325,936.133 334.333,961.333 337,976C338.736,985.55 340.833,997.5 345,1004C348.642,1009.68 355.255,1014.76 362,1015C371.199,1015.33 387.134,1000.36 393,986C396.955,976.315 401.048,967.037 403,957C405.287,945.239 408.767,926.501 411.241,907.488C411.522,905.326 412.042,901.001 412.042,901.001L410,900.554C410,900.554 409.739,900.626 409.02,900.627C408.327,900.628 407.288,900.605 405.96,900.554C398.182,900.256 380.472,898.989 364,895.777C345.739,892.217 329,885 329,885L327.755,885.357Z",qs=a,qt=b,qu=b2,qv=r,qw=I,qx=f,qy=d,qz=g,qA=h,qB=c,qC="M414.36,366C494.491,373.663 571.819,374.825 646.999,371",qD=a,qE=b,qF=I,qG=f,qH=d,qI=g,qJ=h,qK=c,qL="M410,927C490.231,939.979 568.961,940.825 646,928",qM=a,qN=b,qO=I,qP=f,qQ=d,qR=g,qS=c,qT="M363.837,1014.88C363.837,1014.88 364.463,1014.77 364.783,1014.69C365.229,1014.59 365.684,1014.46 366.148,1014.3C375.404,1011.21 387.944,998.383 393,986C396.955,976.315 401.048,967.037 403,957C406.5,939 412.794,904.66 414,878C414.829,859.673 414.091,836.149 413.139,811.305C412.178,786.219 411,759.787 411,736C411,681.833 414,613.833 414,553C414,492.325 411,424.933 411,371C411,327.55 414.423,244.615 414.157,231.239C414.134,230.081 414,229.4 414,229.4L414.159,226.169C414.159,226.169 421.036,226.363 424.459,226.454C448.528,227.095 472.013,227.545 494,228C538.325,228.917 586.5,230 627,229C631.788,228.882 636.628,228.77 641.501,228.652C645.87,228.546 654.67,228.312 654.67,228.312L655,229.4C655,229.4 649.333,363.233 648,423C646.773,477.987 647.333,533.5 647,588C646.67,642 646,707.667 646,750C646,780.668 646.667,813.5 647,842C647.308,868.334 645.667,900.833 648,921C649.684,935.558 654.514,949.745 661,963C664.507,970.167 669.618,980.426 674.993,989.385C681.369,1000.01 689.121,1009.21 694,1015C697.439,1019.09 702.873,1022.86 707.999,1025.04C709.187,1025.54 711.484,1026.28 711.484,1026.28L717,1027C717,1027 667.808,1034.67 643,1035C605.5,1035.5 538.5,1033.33 492,1030C449.151,1026.93 364,1015 364,1015L363.837,1014.88Z",qU=a,qV=b,qW=cf,qX=r,qY=b8,qZ=bV,q0=aC,q1=j,q2=aC,q3=k,q4=aA,q5=cd,q6=aA,q7=bX,q8=aB,q9=ca,q_=aB,q$=by,ra=b$,rb=bS,rc=cb,rd=bU,re=b9,rf=b0,rg=bx,rh=bW,ri=b7,rj=b3,rk=cg,rl=bT,rm=b4,acY=aO,acZ=aO,ac0=aO,ac1="Waist belt (cm)",ac2=aO,ac3="Torso length (cm)",ac4=aO,ac5="Fabric and colour",ac6=aO,ac7="Your main priority",ac8=aO,ac9="Choose your pack",ac_=aO,ac$="Your pack volume",ada=aO,adb="Comfortable Kiwi made backpacks",adc=hA,add="main",ade=hA,adf="header",acR=bo,acS="Buy Now",acT=aO,acU=gH,acV="Price is $",acW="Lead time on your pack is ",acJ=ev,acI=eN,acH=c9,acG=dd,acF=bo,acK="Your waist belt, tip to tip, should be 80 to 90 percent of your waist circumference. Generally, either size will be fine for most average people, I use both sizes myself.",acL="A large waist belt is 81 cm tip to tip. A medium waist belt is 75 cm tip to tip.",acM="waist.svg",acN=es,acO="How to measure your waist",acP=cF,acQ=cG,acv=ev,acu=eN,act=c9,acs=dd,acr=bo,acw="Measure a few times at different times, compare your final result with the length of a known good pack.",acx="Use a tape measure or piece of string to measure the length of your spine in between, conforming to the curves of your back.",acy="Find the top of your sacrum by placing your fore fingers on your hip bones, thumbs pointing in and resting in the small of your back.",acz="Bowing your head forward, find the bump sticking out on your spine at the bottom of your neck, the C7 vertebra.",acA="torso.svg",acB=es,acC="How to measure your torso",acD=cF,acE=cG,acl=bo,acm=bB,acn="Back panel",aco="Side pockets",acp="Side panels",acq=es,aci=hi,ach=c9,acg=dd,acj=hi,ack="dropdown",aca=eN,ab$=c9,ab_=dd,ab9=bo,acb="Features: ",acc=aO,acd=cF,ace=cG,acf="packs",ab8="footer",ab7="article",ab4=bo,ab5=cF,ab6=cG,ab1=bo,ab2=cF,ab3=cG,ab0=gH,abR="form",abS="Ask a question",abT="placeholder",abU=em,abV="name",abW=em,abX=gI,abY=em,abZ="type",abB=gV,abA=ev,aby="nav",abl=bo,abm="Buy Now: ",abn="Waist Belt: ",abo="Torso Length: ",abp="Rolltop: ",abq="Back Panel: ",abr="Side Pockets: ",abs="Side Panels: ",abt="Goal: ",abu="Pack: ",abv="Style: ",abw="Volume: ",abx="Query: ",aba=aM,abb=aM,abc=aM,abd=aM,abe=aM,abf=aM,abg=aM,abh=aM,abi=aM,abj=aM,abk=aM,aa5="Alpine",aa6="Classic",aa2="65l",aa3="55l",aa4="45l",aaW="65l Classic",aaX="55l Classic",aaY="45l Classic",aaZ="65l Alpine",aa0="55l Alpine",aa1="45l Alpine",aaU="Not sold",aaV="Sold",aaS="80 L",aaT="75 M",aaM="56 XL",aaN="53 L",aaO="50 L",aaP="48 M",aaQ="45 M",aaR="43 S",aaJ="Less Weight",aaK="More Colour",aaL="More Durable",aa_=t,abC="Contact",abE="/contact",abG="Kiwi",abI="https://skraak.kiwi",abK="Blog",abM="https://fiordlandpacks.fly.dev",abO="20rem",abP=by,abQ="logo.svg";function
iJ(a,b,c){var
k6=dv(dP)===_?dP:dP[1];fd(eq,k6);function
fG(a){throw a}var
ap=F,fH=null;ap.String;ap.RegExp;ap.Object;var
fI=ap.Date;ap.Math;ap.JSON;var
k8=ap.Array,k9=ap.Error;fD(function(a){return a[1]===fF?[0,aQ(a[2].toString())]:0});fD(function(a){return a
k_=dt(dN)===_?dN:dN[1];fc(en,k_);function
fF(a){throw a}var
ap=F,fG=null;ap.String;ap.RegExp;ap.Object;var
fH=ap.Date;ap.Math;ap.JSON;var
la=ap.Array,lb=ap.Error;fC(function(a){return a[1]===fE?[0,aQ(a[2].toString())]:0});fC(function(a){return a
k8?0:[0,aQ(a.toString())]});function
dQ(a,b){return a?o(b,a[1]):0}function
fJ(c,b){return dQ(b,function(a){return[0,o(c,a)]})}function
la?0:[0,aQ(a.toString())]});function
dO(a,b){return a?o(b,a[1]):0}function
fI(c,b){return dO(b,function(a){return[0,o(c,a)]})}function
az(a,b,c){if(0>a)throw i([0,n,ld],1);if(a>=c.length-1)throw i([0,n,lc],1);if(al(c,a)[1+a]===b)return c;var
d=dD(c);al(d,a)[1+a]=b;return d}function
cr(a,b){if(0>a)throw i([0,n,lg],1);if(a>=b.length-1)throw i([0,n,lf],1);var
c=b.length-1;if(0>=c)throw i([0,n,le],1);var
az(a,b,c){if(0>a)throw i([0,n,lh],1);if(a>=c.length-1)throw i([0,n,lg],1);if(al(c,a)[1+a]===b)return c;var
d=dB(c);al(d,a)[1+a]=b;return d}function
cr(a,b){if(0>a)throw i([0,n,lk],1);if(a>=b.length-1)throw i([0,n,lj],1);var
c=b.length-1;if(0>=c)throw i([0,n,li],1);var
fM(a){var
b=a.length-1;if(0<b)return dE(a,1,b-1|0);throw i([0,n,lh],1)}function
dU(a){var
b=a.length-1;if(0<b)return dE(a,0,b-1|0);throw i([0,n,li],1)}function
fL(a){var
b=a.length-1;if(0<b)return dC(a,1,b-1|0);throw i([0,n,ll],1)}function
dS(a){var
b=a.length-1;if(0<b)return dC(a,0,b-1|0);throw i([0,n,lm],1)}function
e=b[2],j=b[1],k=j.length-1;if((k+1|0)!==e.length-1)throw i([0,n,lr],1);var
l=h(a,s(e,k)),f=k;for(;;){if(0>f)throw i([0,n,lq],1);if(0===f)return l;var
c=f-1|0;if(0>c)throw i([0,n,lp],1);if(c>=e.length-1)throw i([0,n,lo],1);var
e=b[2],j=b[1],k=j.length-1;if((k+1|0)!==e.length-1)throw i([0,n,lv],1);var
l=h(a,s(e,k)),f=k;for(;;){if(0>f)throw i([0,n,lu],1);if(0===f)return l;var
c=f-1|0;if(0>c)throw i([0,n,lt],1);if(c>=e.length-1)throw i([0,n,ls],1);var
g(a,b,c){if(0>b)throw i([0,n,lu],1);if(b>c)throw i([0,n,lt],1);if(c<=a.length-1)return dE(a,b,c-b|0);throw i([0,n,ls],1)}function
p(a,b,c,d,e){if(0>d)throw i([0,n,ly],1);if(d>b)throw i([0,n,lx],1);if(b>e)throw i([0,n,lw],1);if(e>a.length-1)throw i([0,n,lv],1);var
g(a,b,c){if(0>b)throw i([0,n,ly],1);if(b>c)throw i([0,n,lx],1);if(c<=a.length-1)return dC(a,b,c-b|0);throw i([0,n,lw],1)}function
p(a,b,c,d,e){if(0>d)throw i([0,n,lC],1);if(d>b)throw i([0,n,lB],1);if(b>e)throw i([0,n,lA],1);if(e>a.length-1)throw i([0,n,lz],1);var
i=c.length-1,l=f(a,c),h=l[1];if(l[2])return b===s(c,h)[2]?[0,d]:[0,[0,az(h,[0,a,b],c)]];if(i<u)return[0,[0,dT(h,[0,a,b],c)]];var
i=c.length-1,l=f(a,c),h=l[1];if(l[2])return b===s(c,h)[2]?[0,d]:[0,[0,az(h,[0,a,b],c)]];if(i<u)return[0,[0,dR(h,[0,a,b],c)]];var
w=g(e,0,a),r=g(f,0,a+1|0),x=g(e,a,b),t=g(f,a,b+1|0);if(!ay(a,r))throw i([0,n,lC],1);if(!ay(0,t))throw i([0,n,lB],1);bf(r,a,o);bf(t,0,d);return[1,[1,w,r],c,[1,x,t]]}if(h<a){var
y=k(0,a-1|0),z=l(0,a),A=g(e,a,b),B=g(f,a,b+1|0);if(ay(a-1|0,e))return[1,[1,y,z],s(e,a-1|0),[1,A,B]];throw i([0,n,lD],1)}var
C=g(e,0,a),D=g(f,0,a+1|0),F=k(a+1|0,b),G=l(a+1|0,b+1|0);if(ay(a,e))return[1,[1,C,D],s(e,a),[1,F,G]];throw i([0,n,lE],1)}if(h<a){var
H=k(0,a-1|0),I=l(0,a),J=g(e,a,b),K=g(f,a,b+1|0);if(ay(a-1|0,e))return[1,[1,H,I],s(e,a-1|0),[1,J,K]];throw i([0,n,lF],1)}var
L=g(e,0,a-1|0),M=g(f,0,a),N=k(a,b),O=l(a,b+1|0);if(ay(a-1|0,e))return[1,[1,L,M],s(e,a-1|0),[1,N,O]];throw i([0,n,lG],1)}function
w=g(e,0,a),r=g(f,0,a+1|0),x=g(e,a,b),t=g(f,a,b+1|0);if(!ay(a,r))throw i([0,n,lG],1);if(!ay(0,t))throw i([0,n,lF],1);bf(r,a,o);bf(t,0,d);return[1,[1,w,r],c,[1,x,t]]}if(h<a){var
y=k(0,a-1|0),z=l(0,a),A=g(e,a,b),B=g(f,a,b+1|0);if(ay(a-1|0,e))return[1,[1,y,z],s(e,a-1|0),[1,A,B]];throw i([0,n,lH],1)}var
C=g(e,0,a),D=g(f,0,a+1|0),F=k(a+1|0,b),G=l(a+1|0,b+1|0);if(ay(a,e))return[1,[1,C,D],s(e,a),[1,F,G]];throw i([0,n,lI],1)}if(h<a){var
H=k(0,a-1|0),I=l(0,a),J=g(e,a,b),K=g(f,a,b+1|0);if(ay(a-1|0,e))return[1,[1,H,I],s(e,a-1|0),[1,J,K]];throw i([0,n,lJ],1)}var
L=g(e,0,a-1|0),M=g(f,0,a),N=k(a,b),O=l(a,b+1|0);if(ay(a-1|0,e))return[1,[1,L,M],s(e,a-1|0),[1,N,O]];throw i([0,n,lK],1)}function
e=dD(d);if(!ay(a,e))throw i([0,n,lJ],1);if(!ay(a+1|0,e))throw i([0,n,lI],1);bf(e,a,b);bf(e,a+1|0,c);return e}function
z(a,b,c,d,e){if(!ay(b,d))throw i([0,n,lK],1);if(a){var
f=fM(e),g=az(b,fK(e),d);return[0,dS(s(d,b),c),g,f]}var
h=fL(s(d,b),e),j=az(b,dR(c),d);return[0,dU(c),j,h]}function
e=dB(d);if(!ay(a,e))throw i([0,n,lN],1);if(!ay(a+1|0,e))throw i([0,n,lM],1);bf(e,a,b);bf(e,a+1|0,c);return e}function
z(a,b,c,d,e){if(!ay(b,d))throw i([0,n,lO],1);if(a){var
f=fL(e),g=az(b,fJ(e),d);return[0,dQ(s(d,b),c),g,f]}var
h=fK(s(d,b),e),j=az(b,dP(c),d);return[0,dS(c),j,h]}function
H(a,b,c,d,e,f,g,h){if((a+1|0)>=h.length-1)throw i([0,n,lN],1);var
l=A(a,c,g,e),o=l[2],p=l[1],m=cr(a,h),j=d.length-1,q=g.length-1<=k?1:0,r=0===j?dD(f):0===f.length-1?eV(d,0,j):ac7(d,f);bf(m,a,[1,p,r]);return[0,[1,o,m],b,q]}function
H(a,b,c,d,e,f,g,h){if((a+1|0)>=h.length-1)throw i([0,n,lR],1);var
l=A(a,c,g,e),o=l[2],p=l[1],m=cr(a,h),j=d.length-1,q=g.length-1<=k?1:0,r=0===j?dB(f):0===f.length-1?eU(d,0,j):adj(d,f);bf(m,a,[1,p,r]);return[0,[1,o,m],b,q]}function
o=z(h,a,l,f,m),u=o[3],v=o[2],y=o[1],r=F(h,q,t);return[0,[1,v,x(a,[1,y,r[1]],[1,u,r[2]],g)],e,0]}}throw i([0,n,lO],1)}function
o=z(h,a,l,f,m),u=o[3],v=o[2],y=o[1],r=F(h,q,t);return[0,[1,v,x(a,[1,y,r[1]],[1,u,r[2]],g)],e,0]}}throw i([0,n,lS],1)}function
b=a[1];if(0>=b.length-1)throw i([0,n,lP],1);var
g=dR(b);return[0,[0,dU(b)],g,b.length-1<=k?1:0]}var
c=a[2],e=a[1],d=e.length-1;if((d+1|0)!==c.length-1)throw i([0,n,lQ],1);var
b=a[1];if(0>=b.length-1)throw i([0,n,lT],1);var
g=dP(b);return[0,[0,dS(b)],g,b.length-1<=k?1:0]}var
c=a[2],e=a[1],d=e.length-1;if((d+1|0)!==c.length-1)throw i([0,n,lU],1);var
f=a,d=b;for(;;){if(0===d[0])return iF(function(a,b){return bk(j,a,b[1],b[2])},f,d[1]);var
e=d[2],g=d[1],l=g.length-1;if((l+1|0)!==e.length-1)throw i([0,n,ln],1);var
h=f,c=0;for(;;){if(c>=e.length-1)throw i([0,n,lm],1);if(c===l)break;var
f=a,d=b;for(;;){if(0===d[0])return iJ(function(a,b){return bk(j,a,b[1],b[2])},f,d[1]);var
e=d[2],g=d[1],l=g.length-1;if((l+1|0)!==e.length-1)throw i([0,n,lr],1);var
h=f,c=0;for(;;){if(c>=e.length-1)throw i([0,n,lq],1);if(c===l)break;var
b=dV(ll,a);return[0,,,,,,b[13],b[7],b[20],,b[34]]}var
k7=undefined;function
dW(a,b,c){return dQ(o(a,c),function(a){return y(b,a,c)})}function
dX(a){return typeof
b=dT(lp,a);return[0,,,,,,b[13],b[7],b[20],,b[34]]}var
k$=undefined;function
dU(a,b,c){return dO(o(a,c),function(a){return y(b,a,c)})}function
dV(a){return typeof
dY(a,b,c){return c.addEventListener(O(a),b)}function
fO(a,b,c){return c.removeEventListener(O(a),b)}function
c1(a,b){if(b===fH)throw i([0,n,lW],1);return b.appendChild(a)}function
fP(a){for(;;){var
b=a.firstChild,c=b==fH?0:[0,b];if(!c)return 0;a.removeChild(c[1])}}function
dW(a,b,c){return c.addEventListener(O(a),b)}function
fN(a,b,c){return c.removeEventListener(O(a),b)}function
c1(a,b){if(b===fG)throw i([0,n,l0],1);return b.appendChild(a)}function
fO(a){for(;;){var
b=a.firstChild,c=b==fG?0:[0,b];if(!c)return 0;a.removeChild(c[1])}}function
f(c,b){return fJ(function(a){if(a>=b[1].length-1)throw i([0,n,lZ],1);var
d=s(b[1],a),e=d[2];if(e1(d[1],c))return e;throw i([0,n,lY],1)},d[6].call(null,c,b[2]))}function
f(c,b){return fI(function(a){if(a>=b[1].length-1)throw i([0,n,l3],1);var
d=s(b[1],a),e=d[2];if(e0(d[1],c))return e;throw i([0,n,l2],1)},d[6].call(null,c,b[2]))}function
fT(a,b){b[1][1]=a;return 0}function
fU(a){var
g=c0(a),b=bO(a);return[0,,,function(a){return[0,g[7]]},function(f,e,c,d){return b[8].call(null,function(a,b){if(0!==g[6].call(null,a,d[1]))throw i([0,n,l3],1);var
c=c2(o(f,b)),h=y(e,a,c[2]);d[1]=g[8].call(null,a,[0,c,h],d[1]);return 0},c)},function(h,j,c,d,e,f){return b[9].call(null,function(c,b){f[1]=g[10].call(null,c,function(a){if(a)throw i([0,n,l6],1);var
fS(a,b){b[1][1]=a;return 0}function
fT(a){var
g=c0(a),b=bO(a);return[0,,,function(a){return[0,g[7]]},function(f,e,c,d){return b[8].call(null,function(a,b){if(0!==g[6].call(null,a,d[1]))throw i([0,n,l7],1);var
c=c2(o(f,b)),h=y(e,a,c[2]);d[1]=g[8].call(null,a,[0,c,h],d[1]);return 0},c)},function(h,j,c,d,e,f){return b[9].call(null,function(c,b){f[1]=g[10].call(null,c,function(a){if(a)throw i([0,n,l_],1);var
c=g[6].call(null,a,f[1]);if(!c)throw i([0,n,l5],1);var
d=c[1][1];return fT(o(h,b),d)},function(b){f[1]=g[10].call(null,b,function(a){if(!a)throw i([0,n,l4],1);var
c=g[6].call(null,a,f[1]);if(!c)throw i([0,n,l9],1);var
d=c[1][1];return fS(o(h,b),d)},function(b){f[1]=g[10].call(null,b,function(a){if(!a)throw i([0,n,l8],1);var
b=o(d,c);return b?o(f,b[1]):(bM(l7),ap.console.log(c))},cU(b))}var
dZ=fU([0,bI]);bO([0,bI]);var
d0=dZ[3];function
fW(a,b,c){return dY(b,c,a)}function
fX(f,e,c,d){return dZ[4].call(null,function(a,b){return fV(e,a,b)},function(a,b){return fW(f,a,b)},c,d)}function
fY(f,g,c,d,e){return dZ[5].call(null,function(a,b){return fV(g,a,b)},function(a,b){return fW(f,a,b)},function(a,b,c){return fO(a,b,f)},c,d,e)}var
d1=fU([0,bH]);bO([0,bH]);function
lV(a){return 0}function
fZ(d,b,c){return co(function(a){return o(d,o(a,c))},cU(b))}function
f0(a,b){return ap.setInterval(function(a){return o(b,new
fI)},a)}function
f1(a){return bN(0)}function
f2(a){return dY(l_,a,f1(0))}function
ma(c){function
b=o(d,c);return b?o(f,b[1]):(bM(l$),ap.console.log(c))},cU(b))}var
dX=fT([0,bI]);bO([0,bI]);var
dY=dX[3];function
fV(a,b,c){return dW(b,c,a)}function
fW(f,e,c,d){return dX[4].call(null,function(a,b){return fU(e,a,b)},function(a,b){return fV(f,a,b)},c,d)}function
fX(f,g,c,d,e){return dX[5].call(null,function(a,b){return fU(g,a,b)},function(a,b){return fV(f,a,b)},function(a,b,c){return fN(a,b,f)},c,d,e)}var
dZ=fT([0,bH]);bO([0,bH]);function
lZ(a){return 0}function
fY(d,b,c){return co(function(a){return o(d,o(a,c))},cU(b))}function
fZ(a,b){return ap.setInterval(function(a){return o(b,new
fH)},a)}function
f0(a){return bN(0)}function
f1(a){return dW(mc,a,f0(0))}function
me(c){function
b=[0,a];if(!ic(c,"A")&&!ic(c,gR)){0===b[0];return function(a){return[0,b]}}return lV}function
d(a){return bL(mb,dX,a)}function
e(a){return bL(mc,d,a)}return function(a){return dW(e,b,a)}}function
me(a){return bL(md,dX,a)}function
mg(a){return bL(mf,me,a)}function
d2(a,b,c){var
d=dW(mg,ma,c);if(!d)return 0;var
b=[0,a];if(!ih(c,"A")&&!ih(c,gV)){0===b[0];return function(a){return[0,b]}}return lZ}function
d(a){return bL(mf,dV,a)}function
e(a){return bL(mg,d,a)}return function(a){return dU(e,b,a)}}function
mi(a){return bL(mh,dV,a)}function
mk(a){return bL(mj,mi,a)}function
d0(a,b,c){var
d=dU(mk,me,c);if(!d)return 0;var
k=b[3],l=b[2],m=b[1],p=d(b[4]),s=p[1],q=bk(c[3],m,l,p[2]);f5(c,k,q);return[0,[2,m,l,k,s],q];default:throw i([0,n,mi],1)}}function
d(a){if(!a)return mj;var
k=b[3],l=b[2],m=b[1],p=d(b[4]),s=p[1],q=bk(c[3],m,l,p[2]);f4(c,k,q);return[0,[2,m,l,k,s],q];default:throw i([0,n,mm],1)}}function
d(a){if(!a)return mn;var
k=c[2],p=h[1],q=a[2],w=h[3],x=h[2],z=a[3];if(cj(a[1],p)){d3(d,k,q,x);return[0,[0,[1,p,q,cU(f6(d,k,z,w,0))],k],0]}}break;case
k=c[2],p=h[1],q=a[2],w=h[3],x=h[2],z=a[3];if(cj(a[1],p)){d1(d,k,q,x);return[0,[0,[1,p,q,cU(f5(d,k,z,w,0))],k],0]}}break;case
l=c[2],r=e[2],s=e[1],t=a[3],A=e[4],B=e[3],C=a[4],D=a[1];if(cj(a[2],r)&&cj(D,s)){d3(d,l,t,B);return[0,[0,[2,s,r,t,cU(f6(d,l,C,A,0))],l],0]}}break;default:var
l=c[2],r=e[2],s=e[1],t=a[3],A=e[4],B=e[3],C=a[4],D=a[1];if(cj(a[2],r)&&cj(D,s)){d1(d,l,t,B);return[0,[0,[2,s,r,t,cU(f5(d,l,C,A,0))],l],0]}}break;default:var
l=dA(f);if(l[1]!==n){o(c,0);bM(a);var
u=adD(l);if(u){var
A=u[1];bM(mn);return o(fG,A)}bM(mo);throw i(l,0)}var
m=l[2],s=[0,mm,[0,m[1],[0,ml,[0,t+m[2],[0,mk,[0,t+m[3],0]]]]]];a:{b:{var
l=dy(f);if(l[1]!==n){o(c,0);bM(a);var
u=adR(l);if(u){var
A=u[1];bM(mr);return o(fF,A)}bM(ms);throw i(l,0)}var
m=l[2],s=[0,mq,[0,m[1],[0,mp,[0,t+m[2],[0,mo,[0,t+m[3],0]]]]]];a:{b:{var
z=am(k);o(c,0);bM(a);bM(z);return o(fG,new
k9(O(a)))}}}function
f7(a,b,c){return y(a,b,function(a){if(0!==a[0])throw i([0,n,mp],1);var
b=a[1];return cs(mq,function(a){return o(c,b)},function(a){return 0})})}c0([0,bI]);c0([0,bH]);var
f8=bO([0,bH]),f9=bO([0,bI]),ms=[0,f9[1],f8[1],0,0,0];function
f_(a){function
z=am(k);o(c,0);bM(a);bM(z);return o(fF,new
lb(O(a)))}}}function
f6(a,b,c){return y(a,b,function(a){if(0!==a[0])throw i([0,n,mt],1);var
b=a[1];return cs(mu,function(a){return o(c,b)},function(a){return 0})})}c0([0,bI]);c0([0,bH]);var
f7=bO([0,bH]),f8=bO([0,bI]),mw=[0,f8[1],f7[1],0,0,0];function
f9(a){function
d=b[2],f=a[5],g=a[4],h=a[3],i=a[2];return[0,f9[5].call(null,b[1],function(a){return a?[0,d,a[1]]:[0,d,0]},a[1]),i,h,g,f];case
d=b[2],f=a[5],g=a[4],h=a[3],i=a[2];return[0,f8[5].call(null,b[1],function(a){return a?[0,d,a[1]]:[0,d,0]},a[1]),i,h,g,f];case
e=b[2],j=a[5],k=a[4],l=a[3],m=f8[5].call(null,b[1],function(a){return a?[0,e,a[1]]:[0,e,0]},a[2]);return[0,a[1],m,l,k,j];case
e=b[2],j=a[5],k=a[4],l=a[3],m=f7[5].call(null,b[1],function(a){return a?[0,e,a[1]]:[0,e,0]},a[2]);return[0,a[1],m,l,k,j];case
q=b[1],r=a[5]||[0,q];return[0,a[1],a[2],a[3],a[4],r];default:return fp(c,a,b[1])}}return c(ms,a)}function
f$(d,b,c){function
q=b[1],r=a[5]||[0,q];return[0,a[1],a[2],a[3],a[4],r];default:return fo(c,a,b[1])}}return c(mw,a)}function
f_(d,b,c){function
0:return f7(a[1],d,b);case
1:return f7(a[1],d,function(a){return 0});default:return co(e,a[1])}}return e(c)}function
l9(a,b,c){return ap.clearInterval(c)}function
0:return f6(a[1],d,b);case
1:return f6(a[1],d,function(a){return 0});default:return co(e,a[1])}}return e(c)}function
mb(a,b,c){return ap.clearInterval(c)}function
b=a[2];if(b)return b[1][1];throw i([0,n,mu],1)}return[0,function(a){return[0,ct(0).createTextNode(O(a)),0]},function(a,b){var
c=ct(0).createElement(O(a));co(function(a){return c1(a[1],c)},b);return[0,c,[0,[0,c,d0(0)]]]},function(a,b,c){var
d=ct(0).createElementNS(O(a),O(b));co(function(a){return c1(a[1],d)},c);return[0,d,[0,[0,d,d0(0)]]]},function(a,b){return c1(a[1],b[1])},function(a,b){return b[1].removeChild(a[1])},function(a,b,c){return c[1].replaceChild(b[1],a[1])},function(a){return fP(a[1])},function(a,b){return a[1].nodeValue=O(b)},function(a,b,c){return d(a).style.setProperty(O(b),O(c))},function(a,b,c){return d(a).setAttribute(O(b),O(c))},function(a,b,c){return d(a)[O(b)]=c},function(a,b){return d(a).style.removeProperty(O(b))},function(a,b){return d(a).removeAttribute(O(b))},function(a,b){return delete
b=a[2];if(b)return b[1][1];throw i([0,n,my],1)}return[0,function(a){return[0,ct(0).createTextNode(O(a)),0]},function(a,b){var
c=ct(0).createElement(O(a));co(function(a){return c1(a[1],c)},b);return[0,c,[0,[0,c,dY(0)]]]},function(a,b,c){var
d=ct(0).createElementNS(O(a),O(b));co(function(a){return c1(a[1],d)},c);return[0,d,[0,[0,d,dY(0)]]]},function(a,b){return c1(a[1],b[1])},function(a,b){return b[1].removeChild(a[1])},function(a,b,c){return c[1].replaceChild(b[1],a[1])},function(a){return fO(a[1])},function(a,b){return a[1].nodeValue=O(b)},function(a,b,c){return d(a).style.setProperty(O(b),O(c))},function(a,b,c){return d(a).setAttribute(O(b),O(c))},function(a,b,c){return d(a)[O(b)]=c},function(a,b){return d(a).style.removeProperty(O(b))},function(a,b){return d(a).removeAttribute(O(b))},function(a,b){return delete
g=a[4],e=y(a[3],c[1],b),h=e[2];d(e[1]);return f$(g,function(a){return gb(c,a)},h);default:var
i=a[4],f=y(a[3],c[1],b),j=f[2];d(f[1]);return f$(i,function(a){return gb(c,a)},j)}}function
gb(c,b){ap.setTimeout(function(a){return bP(c,b)},0);return 0}function
gc(b){return cs(mv,function(a){var
g=a[4],e=y(a[3],c[1],b),h=e[2];d(e[1]);return f_(g,function(a){return ga(c,a)},h);default:var
i=a[4],f=y(a[3],c[1],b),j=f[2];d(f[1]);return f_(i,function(a){return ga(c,a)},j)}}function
ga(c,b){ap.setTimeout(function(a){return bP(c,b)},0);return 0}function
gb(b){return cs(mz,function(a){var
j=function(a){return bP(b,a)},e=f_(o(w,b[1])),p=d0(0),z=e[1];fX(bN(0),j,z,p);var
q=l8(0);d1[4].call(null,function(a,b){return fZ(j,a,b)},f0,e[2],q);var
j=function(a){return bP(b,a)},e=f9(o(w,b[1])),p=dY(0),z=e[1];fW(bN(0),j,z,p);var
q=ma(0);dZ[4].call(null,function(a,b){return fY(j,a,b)},fZ,e[2],q);var
f=f_(o(w,b[1])),A=c[2],B=c[1][1],C=f[1];fY(bN(0),g,C,B,A);d1[5].call(null,function(a,b){return fZ(g,a,b)},f0,l9,f[2],c[1][2],c[3]);var
f=f9(o(w,b[1])),A=c[2],B=c[1][1],C=f[1];fX(bN(0),g,C,B,A);dZ[5].call(null,function(a,b){return fY(g,a,b)},fZ,mb,f[2],c[1][2],c[3]);var
l=u[1];if(t){if(d){fT(function(a){return d2(g,l,a)},d[1]);break a}}else if(!d){var
m=c2(function(a){return d2(g,l,a)});f2(m[2]);s[1]=[0,m];break a}}else
l=u[1];if(t){if(d){fS(function(a){return d0(g,l,a)},d[1]);break a}}else if(!d){var
m=c2(function(a){return d0(g,l,a)});f1(m[2]);s[1]=[0,m];break a}}else
y=d[1][2];fO(l$,y,f1(0));break a}}else if(!d)break a;throw i([0,n,mh],1)}b[4]=[0,[0,f,c[2],c[3],c[4]]];return 0},function(a){return 0})}function
gd(a,b){var
c=a[5];fP(c);return c1(b[2][1],c)}function
ge(b){function
a(a){b[2]=0;return 0}cs(mw,function(a){function
y=d[1][2];fN(md,y,f0(0));break a}}else if(!d)break a;throw i([0,n,ml],1)}b[4]=[0,[0,f,c[2],c[3],c[4]]];return 0},function(a){return 0})}function
gc(a,b){var
c=a[5];fO(c);return c1(b[2][1],c)}function
gd(b){function
a(a){b[2]=0;return 0}cs(mA,function(a){function
h=e;return h},a);a(0);if(b[2])throw i([0,n,mx],1);return}function
gf(a){return bN(0).requestAnimationFrame(a)}function
gg(c,b){var
h=e;return h},a);a(0);if(b[2])throw i([0,n,mB],1);return}function
ge(a){return bN(0).requestAnimationFrame(a)}function
gf(c,b){var
e=d[1];bP(c,o(e,fQ(b)))}}ge(c);if(c[2])throw i([0,n,my],1);return gf(function(a){return gg(c,a)})}function
gh(a,b,c){return cs(G(mA,G(a,mz)),function(a){return o(b,c)},function(a){return 0})}function
d5(b){return f3(mG,l2,fS,function(a){return[0,b]})}function
gi(a){return[0,mH,a]}function
gj(a){return[0,mI,a]}function
aF(a){return[0,mJ,a]}function
w(a){return[2,mK,a]}function
bg(a){return[2,mL,a]}function
d6(a){return[2,mM,a]}function
d7(a){return[2,mN,a]}function
bQ(a,b){return x(mT,a,b)}function
M(a,b){return x(mU,a,b)}function
bh(a,b){return x(mV,a,b)}function
gk(a,b){return x(mW,a,b)}function
cu(a,b){return x(mZ,a,b)}function
Y(a,b){return x(m0,a,b)}function
b(a,b,c){return[0,[2,m1,a,f4(b),c],0]}function
e=d[1];bP(c,o(e,fP(b)))}}gd(c);if(c[2])throw i([0,n,mC],1);return ge(function(a){return gf(c,a)})}function
gg(a,b,c){return cs(G(mE,G(a,mD)),function(a){return o(b,c)},function(a){return 0})}function
d3(b){return f2(mK,l6,fR,function(a){return[0,b]})}function
gh(a){return[0,mL,a]}function
gi(a){return[0,mM,a]}function
aF(a){return[0,mN,a]}function
w(a){return[2,mO,a]}function
bg(a){return[2,mP,a]}function
d4(a){return[2,mQ,a]}function
d5(a){return[2,mR,a]}function
bQ(a,b){return x(mX,a,b)}function
M(a,b){return x(mY,a,b)}function
bh(a,b){return x(mZ,a,b)}function
gj(a,b){return x(m0,a,b)}function
cu(a,b){return x(m3,a,b)}function
Y(a,b){return x(m4,a,b)}function
e(a,b,c){return[0,[2,m5,a,f3(b),c],0]}var
gk=er,gl=gJ,gm=eB;B([0,nb,[0,bR,0]]);var
go=B([0,nc,[0,bR,0]]),ne=B([0,nd,[0,bR,0]]),ng=B([0,nf,[0,bR,0]]),ni=B([0,nh,[0,bR,0]]),m7=655,m8=625,m9=455,m_=575,m$=525,na=485,nk=B([0,nj,[0,bR,0]]);function
0:return m6;case
1:return m7;case
2:return m8;case
3:return m9;case
4:return m_;default:return m$}}function
c5(a){return a?na:nb}function
gm(a){return a?nc:nd}function
0:return aaM;case
1:return aaN;case
2:return aaO;case
3:return aaP;case
4:return aaQ;default:return aaR}}function
c5(a){return a?aaS:aaT}function
gp(a){return a?aaU:aaV}function
0:return[0,0,8,0,0,nf,655,c_,B([0,ne,[0,bR,0]])];case
1:return[0,1,9,1,0,nh,625,eo,B([0,ng,[0,bR,0]])];case
2:return[0,2,10,2,0,nj,455,de,B([0,ni,[0,bR,0]])];case
3:return[0,3,11,0,1,nl,575,c_,B([0,nk,[0,bR,0]])];case
4:return[0,4,12,1,1,nn,525,eo,B([0,nm,[0,bR,0]])];default:return[0,5,13,2,1,np,485,de,B([0,no,[0,bR,0]])]}}function
0:return[0,0,8,0,0,aaW,m7,gk,go];case
1:return[0,1,9,1,0,aaX,m8,gl,go];case
2:return[0,2,10,2,0,aaY,m9,gm,ne];case
3:return[0,3,11,0,1,aaZ,m_,gk,ng];case
4:return[0,4,12,1,1,aa0,m$,gl,ni];default:return[0,5,13,2,1,aa1,na,gm,nk]}}function
g=B([0,bi,[0,C,0]]);return[0,B([0,a4,[0,d8,0]]),g,a3];default:var
h=B([0,C,[0,bi,0]]);return[0,B([0,a4,[0,d8,0]]),h,a3]}}function
gp(a){switch(a){case
g=B([0,bi,[0,C,0]]);return[0,B([0,a4,[0,d6,0]]),g,a3];default:var
h=B([0,C,[0,bi,0]]);return[0,B([0,a4,[0,d6,0]]),h,a3]}}function
gs(a){switch(a){case
nv=cT(C,8),nw=cT(C,7),nx=cT(C,2);function
gq(a,b){if(0!==a&&0!==b){var
c=b?b[2]:cR(iw),d=gq(a-1|0,c);return[0,cn(b),d]}return 0}function
d9(a,b){return x(n1,a,b)}var
nz=[0,0,ny,1,0,1,1,cT(C,4),nx,nw,nv,2,1,1],n3=[0,p(n2),0],n5=[0,Y(0,[0,d9([0,d6(n4),0],n3),0]),0],n7=[0,p(n6),0],n9=[0,Y(0,[0,d9([0,d6(n8),0],n7),0]),n5],n$=[0,p(n_),0],ob=[0,cu(0,[0,Y(0,[0,d9([0,d6(oa),0],n$),0]),n9]),0],nZ=x(nY,0,[0,cu(0,[0,Y(0,[0,x(n0,[0,d7(oe),[0,[0,od,oc],0]],0),0]),0]),ob]);function
aa7=cT(C,8),aa8=cT(C,7),aa9=cT(C,2);function
gt(a,b){if(0!==a&&0!==b){var
c=b?b[2]:cR(iA),d=gt(a-1|0,c);return[0,cn(b),d]}return 0}function
d7(a,b){return x(abB,a,b)}var
aa$=[0,0,aa_,1,0,1,1,cT(C,4),aa9,aa8,aa7,2,1,1],abD=[0,p(abC),0],abF=[0,Y(0,[0,d7([0,d4(abE),0],abD),0]),0],abH=[0,p(abG),0],abJ=[0,Y(0,[0,d7([0,d4(abI),0],abH),0]),abF],abL=[0,p(abK),0],abN=[0,cu(0,[0,Y(0,[0,d7([0,d4(abM),0],abL),0]),abJ]),0];function
nl(a,b,c,d){var
f=[0,e(ny,[0,[2,nx,nw],[0,[0,nv,nu],[0,[0,nt,ns],[0,[0,nr,nq],[0,[0,np,no],[0,[0,nn,nm],0]]]]]],0),0],g=[0,e(nL,[0,[2,nK,nJ],[0,[0,nI,nH],[0,[0,nG,nF],[0,[0,nE,nD],[0,[0,nC,nB],[0,[0,nA,nz],0]]]]]],0),f],h=[0,e(nY,[0,[2,nX,nW],[0,[0,nV,nU],[0,[0,nT,nS],[0,[0,nR,nQ],[0,[0,nP,nO],[0,[0,nN,nM],0]]]]]],0),g],i=[0,e(n$,[0,[2,n_,n9],[0,[0,n8,n7],[0,[0,n6,n5],[0,[0,n4,n3],[0,[0,n2,n1],[0,[0,n0,nZ],0]]]]]],0),h],j=[0,e(om,[0,[2,ol,ok],[0,[0,oj,oi],[0,[0,oh,og],[0,[0,of,oe],[0,[0,od,oc],[0,[0,ob,oa],0]]]]]],0),i],k=[0,e(oz,[0,[2,oy,ox],[0,[0,ow,ov],[0,[0,ou,ot],[0,[0,os,or],[0,[0,oq,op],[0,[0,oo,on],0]]]]]],0),j],l=[0,e(oM,[0,[2,oL,oK],[0,[0,oJ,oI],[0,[0,oH,oG],[0,[0,oF,oE],[0,[0,oD,oC],[0,[0,oB,oA],0]]]]]],0),k],m=[0,e(oZ,[0,[2,oY,oX],[0,[0,oW,oV],[0,[0,oU,oT],[0,[0,oS,oR],[0,[0,oQ,oP],[0,[0,oO,oN],0]]]]]],0),l],n=[0,e(pa,[0,[2,o$,o_],[0,[0,o9,o8],[0,[0,o7,o6],[0,[0,o5,o4],[0,[0,o3,o2],[0,[0,o1,o0],0]]]]]],0),m],o=[0,e(pl,[0,[2,pk,pj],[0,[0,pi,ph],[0,[0,pg,pf],[0,[0,pe,pd],[0,[0,pc,pb],0]]]]],0),n],p=[0,e(pw,[0,[2,pv,pu],[0,[0,pt,ps],[0,[0,pr,pq],[0,[0,pp,po],[0,[0,pn,pm],0]]]]],0),o],q=[0,e(pJ,[0,[2,pI,pH],[0,[0,pG,pF],[0,[0,pE,pD],[0,[0,pC,pB],[0,[0,pA,pz],[0,[0,py,px],0]]]]]],0),p],r=[0,e(pL,[0,w(pK),0],q),0],s=[0,e(pT,[0,[2,pS,pR],[0,[0,pQ,b],[0,[0,pP,pO],[0,[0,pN,pM],0]]]],0),0],t=[0,e(pV,[0,w(pU),0],s),r],u=[0,e(p3,[0,[2,p2,p1],[0,[0,p0,c],[0,[0,pZ,pY],[0,[0,pX,pW],0]]]],0),0],v=[0,e(p$,[0,[2,p_,p9],[0,[0,p8,c],[0,[0,p7,p6],[0,[0,p5,p4],0]]]],0),u],x=[0,e(qd,[0,w(qc),[0,[2,qb,qa],0]],v),t],y=[0,e(ql,[0,[2,qk,qj],[0,[0,qi,d],[0,[0,qh,qg],[0,[0,qf,qe],0]]]],0),0],z=[0,e(qt,[0,[2,qs,qr],[0,[0,qq,d],[0,[0,qp,qo],[0,[0,qn,qm],0]]]],0),y],A=[0,e(qv,[0,w(qu),0],z),x],B=[0,e(qE,[0,[2,qD,qC],[0,[0,qB,qA],[0,[0,qz,qy],[0,[0,qx,qw],0]]]],0),0],C=[0,e(qN,[0,[2,qM,qL],[0,[0,qK,qJ],[0,[0,qI,qH],[0,[0,qG,qF],0]]]],0),B],D=[0,e(qV,[0,[2,qU,qT],[0,[0,qS,a],[0,[0,qR,qQ],[0,[0,qP,qO],0]]]],0),C];return e(rm,[0,[2,rl,rk],[0,[2,rj,ri],[0,[2,rh,rg],[0,[2,rf,re],[0,[2,rd,rc],[0,[2,rb,ra],[0,[2,q$,q_],[0,[2,q9,q8],[0,[0,q7,q6],[0,[0,q5,q4],[0,[0,q3,q2],[0,[0,q1,q0],[0,[0,qZ,qY],0]]]]]]]]]]]]],[0,e(qX,[0,w(qW),0],D),A])}function
rn(a,b,c,d){var
f=[0,e(rD,[0,[2,rC,rB],0],[0,e(rA,[0,[2,rz,ry],[0,[0,rx,rw],[0,[0,rv,ru],[0,[0,rt,rs],[0,[0,rr,rq],[0,[0,rp,ro],0]]]]]],0),0]),0],g=[0,e(rT,[0,[2,rS,rR],0],[0,e(rQ,[0,[2,rP,rO],[0,[0,rN,rM],[0,[0,rL,rK],[0,[0,rJ,rI],[0,[0,rH,rG],[0,[0,rF,rE],0]]]]]],0),0]),f],h=[0,e(r6,[0,[2,r5,r4],[0,[0,r3,r2],[0,[0,r1,r0],[0,[0,rZ,rY],[0,[0,rX,rW],[0,[0,rV,rU],0]]]]]],0),g],i=[0,e(sh,[0,[2,sg,sf],[0,[0,se,sd],[0,[0,sc,sb],[0,[0,sa,r$],[0,[0,r_,r9],[0,[0,r8,r7],0]]]]]],0),h],j=[0,e(su,[0,[2,st,ss],[0,[0,sr,sq],[0,[0,sp,so],[0,[0,sn,sm],[0,[0,sl,sk],[0,[0,sj,si],0]]]]]],0),i],k=[0,e(sH,[0,[2,sG,sF],[0,[0,sE,sD],[0,[0,sC,sB],[0,[0,sA,sz],[0,[0,sy,sx],[0,[0,sw,sv],0]]]]]],0),j],l=[0,e(sU,[0,[2,sT,sS],[0,[0,sR,sQ],[0,[0,sP,sO],[0,[0,sN,sM],[0,[0,sL,sK],[0,[0,sJ,sI],0]]]]]],0),k],m=[0,e(s7,[0,[2,s6,s5],[0,[0,s4,s3],[0,[0,s2,s1],[0,[0,s0,sZ],[0,[0,sY,sX],[0,[0,sW,sV],0]]]]]],0),l],n=[0,e(ti,[0,[2,th,tg],[0,[0,tf,te],[0,[0,td,tc],[0,[0,tb,ta],[0,[0,s$,s_],[0,[0,s9,s8],0]]]]]],0),m],o=[0,e(ty,[0,[2,tx,tw],0],[0,e(tv,[0,[2,tu,tt],[0,[0,ts,tr],[0,[0,tq,tp],[0,[0,to,tn],[0,[0,tm,tl],[0,[0,tk,tj],0]]]]]],0),0]),n],p=[0,e(tL,[0,[2,tK,tJ],[0,[0,tI,tH],[0,[0,tG,tF],[0,[0,tE,tD],[0,[0,tC,tB],[0,[0,tA,tz],0]]]]]],0),o],q=[0,e(tY,[0,[2,tX,tW],[0,[0,tV,tU],[0,[0,tT,tS],[0,[0,tR,tQ],[0,[0,tP,tO],[0,[0,tN,tM],0]]]]]],0),p],r=[0,e(t9,[0,[2,t8,t7],[0,[0,t6,t5],[0,[0,t4,t3],[0,[0,t2,t1],[0,[0,t0,tZ],0]]]]],0),q],s=[0,e(uk,[0,[2,uj,ui],[0,[0,uh,ug],[0,[0,uf,ue],[0,[0,ud,uc],[0,[0,ub,ua],[0,[0,t$,t_],0]]]]]],0),r],t=[0,e(ux,[0,[2,uw,uv],[0,[0,uu,ut],[0,[0,us,ur],[0,[0,uq,up],[0,[0,uo,un],[0,[0,um,ul],0]]]]]],0),s],u=[0,e(uK,[0,[2,uJ,uI],[0,[0,uH,uG],[0,[0,uF,uE],[0,[0,uD,uC],[0,[0,uB,uA],[0,[0,uz,uy],0]]]]]],0),t],v=[0,e(uX,[0,[2,uW,uV],[0,[0,uU,uT],[0,[0,uS,uR],[0,[0,uQ,uP],[0,[0,uO,uN],[0,[0,uM,uL],0]]]]]],0),u],x=[0,e(u_,[0,[2,u9,u8],[0,[0,u7,u6],[0,[0,u5,u4],[0,[0,u3,u2],[0,[0,u1,u0],[0,[0,uZ,uY],0]]]]]],0),v],y=[0,e(vc,[0,w(vb),[0,[2,va,u$],0]],x),0],z=[0,e(vk,[0,[2,vj,vi],[0,[0,vh,b],[0,[0,vg,vf],[0,[0,ve,vd],0]]]],0),0],A=[0,e(vo,[0,w(vn),[0,[2,vm,vl],0]],z),y],B=[0,e(vx,[0,[2,vw,vv],[0,[0,vu,vt],[0,[0,vs,vr],[0,[0,vq,vp],0]]]],0),0],C=[0,e(vF,[0,[2,vE,vD],[0,[0,vC,c],[0,[0,vB,vA],[0,[0,vz,vy],0]]]],0),B],D=[0,e(vN,[0,[2,vM,vL],[0,[0,vK,c],[0,[0,vJ,vI],[0,[0,vH,vG],0]]]],0),C],E=[0,e(vV,[0,[2,vU,vT],[0,[0,vS,c],[0,[0,vR,vQ],[0,[0,vP,vO],0]]]],0),D],F=[0,e(vZ,[0,w(vY),[0,[2,vX,vW],0]],E),A],G=[0,e(v7,[0,[2,v6,v5],[0,[0,v4,d],[0,[0,v3,v2],[0,[0,v1,v0],0]]]],0),0],H=[0,e(we,[0,[2,wd,wc],[0,[0,wb,wa],[0,[0,v$,v_],[0,[0,v9,v8],0]]]],0),G],I=[0,e(wm,[0,[2,wl,wk],[0,[0,wj,d],[0,[0,wi,wh],[0,[0,wg,wf],0]]]],0),H],J=[0,e(wq,[0,w(wp),[0,[2,wo,wn],0]],I),F],K=[0,e(wz,[0,[2,wy,wx],[0,[0,ww,wv],[0,[0,wu,wt],[0,[0,ws,wr],0]]]],0),0],L=[0,e(wI,[0,[2,wH,wG],[0,[0,wF,wE],[0,[0,wD,wC],[0,[0,wB,wA],0]]]],0),K],M=[0,e(wQ,[0,[2,wP,wO],[0,[0,wN,a],[0,[0,wM,wL],[0,[0,wK,wJ],0]]]],0),L],N=[0,e(wU,[0,w(wT),[0,[2,wS,wR],0]],M),J],O=[0,e(w3,[0,[2,w2,w1],[0,[0,w0,wZ],[0,[0,wY,wX],[0,[0,wW,wV],0]]]],0),0],P=[0,e(xa,[0,[2,w$,w_],[0,[0,w9,w8],[0,[0,w7,w6],[0,[0,w5,w4],0]]]],0),O],Q=[0,e(xf,[0,[2,xe,xd],[0,[0,xc,xb],0]],0),P],R=[0,e(xo,[0,[2,xn,xm],[0,[0,xl,xk],[0,[0,xj,xi],[0,[0,xh,xg],0]]]],0),Q],S=[0,e(xx,[0,[2,xw,xv],[0,[0,xu,xt],[0,[0,xs,xr],[0,[0,xq,xp],0]]]],0),R];return e(x2,[0,[2,x1,x0],[0,[2,xZ,xY],[0,[2,xX,xW],[0,[2,xV,xU],[0,[2,xT,xS],[0,[2,xR,xQ],[0,[2,xP,xO],[0,[2,xN,xM],[0,[0,xL,xK],[0,[0,xJ,xI],[0,[0,xH,xG],[0,[0,xF,xE],[0,[0,xD,xC],0]]]]]]]]]]]]],[0,e(xB,[0,w(xA),[0,[2,xz,xy],0]],S),N])}function
x3(a,b,c,d){var
f=[0,e(ye,[0,[2,yd,yc],[0,[0,yb,ya],[0,[0,x$,x_],[0,[0,x9,x8],[0,[0,x7,x6],[0,[0,x5,x4],0]]]]]],0),0],g=[0,e(yn,[0,[2,ym,yl],[0,[0,yk,yj],[0,[0,yi,yh],[0,[0,yg,yf],0]]]],0),f],h=[0,e(yw,[0,[2,yv,yu],[0,[0,yt,ys],[0,[0,yr,yq],[0,[0,yp,yo],0]]]],0),g],i=[0,e(yF,[0,[2,yE,yD],[0,[0,yC,yB],[0,[0,yA,yz],[0,[0,yy,yx],0]]]],0),h],j=[0,e(yO,[0,[2,yN,yM],[0,[0,yL,yK],[0,[0,yJ,yI],[0,[0,yH,yG],0]]]],0),i],k=[0,e(yX,[0,[2,yW,yV],[0,[0,yU,yT],[0,[0,yS,yR],[0,[0,yQ,yP],0]]]],0),j],l=[0,e(y6,[0,[2,y5,y4],[0,[0,y3,y2],[0,[0,y1,y0],[0,[0,yZ,yY],0]]]],0),k],m=[0,e(zd,[0,[2,zc,zb],[0,[0,za,y$],[0,[0,y_,y9],[0,[0,y8,y7],0]]]],0),l],n=[0,e(zq,[0,[2,zp,zo],[0,[0,zn,zm],[0,[0,zl,zk],[0,[0,zj,zi],[0,[0,zh,zg],[0,[0,zf,ze],0]]]]]],0),m],o=[0,e(zD,[0,[2,zC,zB],[0,[0,zA,zz],[0,[0,zy,zx],[0,[0,zw,zv],[0,[0,zu,zt],[0,[0,zs,zr],0]]]]]],0),n],p=[0,e(zQ,[0,[2,zP,zO],[0,[0,zN,zM],[0,[0,zL,zK],[0,[0,zJ,zI],[0,[0,zH,zG],[0,[0,zF,zE],0]]]]]],0),o],q=[0,e(z3,[0,[2,z2,z1],[0,[0,z0,zZ],[0,[0,zY,zX],[0,[0,zW,zV],[0,[0,zU,zT],[0,[0,zS,zR],0]]]]]],0),p],r=[0,e(Ac,[0,[2,Ab,Aa],[0,[0,z$,z_],[0,[0,z9,z8],[0,[0,z7,z6],[0,[0,z5,z4],0]]]]],0),q],s=[0,e(Ap,[0,[2,Ao,An],[0,[0,Am,Al],[0,[0,Ak,Aj],[0,[0,Ai,Ah],[0,[0,Ag,Af],[0,[0,Ae,Ad],0]]]]]],0),r],t=[0,e(AC,[0,[2,AB,AA],[0,[0,Az,Ay],[0,[0,Ax,Aw],[0,[0,Av,Au],[0,[0,At,As],[0,[0,Ar,Aq],0]]]]]],0),s],u=[0,e(AP,[0,[2,AO,AN],[0,[0,AM,AL],[0,[0,AK,AJ],[0,[0,AI,AH],[0,[0,AG,AF],[0,[0,AE,AD],0]]]]]],0),t],v=[0,e(A2,[0,[2,A1,A0],[0,[0,AZ,AY],[0,[0,AX,AW],[0,[0,AV,AU],[0,[0,AT,AS],[0,[0,AR,AQ],0]]]]]],0),u],x=[0,e(Bd,[0,[2,Bc,Bb],[0,[0,Ba,A$],[0,[0,A_,A9],[0,[0,A8,A7],[0,[0,A6,A5],[0,[0,A4,A3],0]]]]]],0),v],y=[0,e(Bm,[0,[2,Bl,Bk],[0,[0,Bj,Bi],[0,[0,Bh,Bg],[0,[0,Bf,Be],0]]]],0),x],z=[0,e(Bq,[0,w(Bp),[0,[2,Bo,Bn],0]],y),0],A=[0,e(By,[0,[2,Bx,Bw],[0,[0,Bv,b],[0,[0,Bu,Bt],[0,[0,Bs,Br],0]]]],0),0],B=[0,e(BC,[0,w(BB),[0,[2,BA,Bz],0]],A),z],C=[0,e(BK,[0,[2,BJ,BI],[0,[0,BH,c],[0,[0,BG,BF],[0,[0,BE,BD],0]]]],0),0],D=[0,e(BT,[0,[2,BS,BR],[0,[0,BQ,BP],[0,[0,BO,BN],[0,[0,BM,BL],0]]]],0),C],E=[0,e(B2,[0,[2,B1,B0],[0,[0,BZ,BY],[0,[0,BX,BW],[0,[0,BV,BU],0]]]],0),D],F=[0,e(B6,[0,[2,B5,B4],[0,[0,B3,c],0]],0),E],G=[0,e(B_,[0,w(B9),[0,[2,B8,B7],0]],F),B],H=[0,e(Cg,[0,[2,Cf,Ce],[0,[0,Cd,d],[0,[0,Cc,Cb],[0,[0,Ca,B$],0]]]],0),0],I=[0,e(Co,[0,[2,Cn,Cm],[0,[0,Cl,d],[0,[0,Ck,Cj],[0,[0,Ci,Ch],0]]]],0),H],J=[0,e(Cs,[0,w(Cr),[0,[2,Cq,Cp],0]],I),G],K=[0,e(CA,[0,[2,Cz,Cy],[0,[0,Cx,a],[0,[0,Cw,Cv],[0,[0,Cu,Ct],0]]]],0),0],L=[0,e(CE,[0,w(CD),[0,[2,CC,CB],0]],K),J],M=[0,e(CN,[0,[2,CM,CL],[0,[0,CK,CJ],[0,[0,CI,CH],[0,[0,CG,CF],0]]]],0),0],N=[0,e(CW,[0,[2,CV,CU],[0,[0,CT,CS],[0,[0,CR,CQ],[0,[0,CP,CO],0]]]],0),M],O=[0,e(C5,[0,[2,C4,C3],[0,[0,C2,C1],[0,[0,C0,CZ],[0,[0,CY,CX],0]]]],0),N],P=[0,e(C_,[0,[2,C9,C8],[0,[0,C7,C6],0]],0),O],Q=[0,e(Dd,[0,[2,Dc,Db],[0,[0,Da,C$],0]],0),P],R=[0,e(Di,[0,[2,Dh,Dg],[0,[0,Df,De],0]],0),Q],S=[0,e(Dr,[0,[2,Dq,Dp],[0,[0,Do,Dn],[0,[0,Dm,Dl],[0,[0,Dk,Dj],0]]]],0),R],T=[0,e(DA,[0,[2,Dz,Dy],[0,[0,Dx,Dw],[0,[0,Dv,Du],[0,[0,Dt,Ds],0]]]],0),S],U=[0,e(DJ,[0,[2,DI,DH],[0,[0,DG,DF],[0,[0,DE,DD],[0,[0,DC,DB],0]]]],0),T];return e(Ec,[0,[2,Eb,Ea],[0,[2,D$,D_],[0,[2,D9,D8],[0,[2,D7,D6],[0,[2,D5,D4],[0,[2,D3,D2],[0,[2,D1,D0],[0,[2,DZ,DY],[0,[0,DX,DW],[0,[0,DV,DU],[0,[0,DT,DS],[0,[0,DR,DQ],[0,[0,DP,DO],0]]]]]]]]]]]]],[0,e(DN,[0,w(DM),[0,[2,DL,DK],0]],U),L])}function
Ed(a,b,c,d){var
f=[0,e(Eq,[0,[2,Ep,Eo],[0,[0,En,Em],[0,[0,El,Ek],[0,[0,Ej,Ei],[0,[0,Eh,Eg],[0,[0,Ef,Ee],0]]]]]],0),0],g=[0,e(EB,[0,[2,EA,Ez],[0,[0,Ey,Ex],[0,[0,Ew,Ev],[0,[0,Eu,Et],[0,[0,Es,Er],0]]]]],0),f],h=[0,e(EO,[0,[2,EN,EM],[0,[0,EL,EK],[0,[0,EJ,EI],[0,[0,EH,EG],[0,[0,EF,EE],[0,[0,ED,EC],0]]]]]],0),g],i=[0,e(E1,[0,[2,E0,EZ],[0,[0,EY,EX],[0,[0,EW,EV],[0,[0,EU,ET],[0,[0,ES,ER],[0,[0,EQ,EP],0]]]]]],0),h],j=[0,e(Fc,[0,[2,Fb,Fa],[0,[0,E$,E_],[0,[0,E9,E8],[0,[0,E7,E6],[0,[0,E5,E4],[0,[0,E3,E2],0]]]]]],0),i],k=[0,e(Fp,[0,[2,Fo,Fn],[0,[0,Fm,Fl],[0,[0,Fk,Fj],[0,[0,Fi,Fh],[0,[0,Fg,Ff],[0,[0,Fe,Fd],0]]]]]],0),j],l=[0,e(FF,[0,[2,FE,FD],0],[0,e(FC,[0,[2,FB,FA],[0,[0,Fz,Fy],[0,[0,Fx,Fw],[0,[0,Fv,Fu],[0,[0,Ft,Fs],[0,[0,Fr,Fq],0]]]]]],0),0]),k],m=[0,e(FS,[0,[2,FR,FQ],[0,[0,FP,FO],[0,[0,FN,FM],[0,[0,FL,FK],[0,[0,FJ,FI],[0,[0,FH,FG],0]]]]]],0),l],n=[0,e(F5,[0,[2,F4,F3],[0,[0,F2,F1],[0,[0,F0,FZ],[0,[0,FY,FX],[0,[0,FW,FV],[0,[0,FU,FT],0]]]]]],0),m],o=[0,e(Gg,[0,[2,Gf,Ge],[0,[0,Gd,Gc],[0,[0,Gb,Ga],[0,[0,F$,F_],[0,[0,F9,F8],[0,[0,F7,F6],0]]]]]],0),n],p=[0,e(Gt,[0,[2,Gs,Gr],[0,[0,Gq,Gp],[0,[0,Go,Gn],[0,[0,Gm,Gl],[0,[0,Gk,Gj],[0,[0,Gi,Gh],0]]]]]],0),o],q=[0,e(GG,[0,[2,GF,GE],[0,[0,GD,GC],[0,[0,GB,GA],[0,[0,Gz,Gy],[0,[0,Gx,Gw],[0,[0,Gv,Gu],0]]]]]],0),p],r=[0,e(GT,[0,[2,GS,GR],[0,[0,GQ,GP],[0,[0,GO,GN],[0,[0,GM,GL],[0,[0,GK,GJ],[0,[0,GI,GH],0]]]]]],0),q],s=[0,e(G6,[0,[2,G5,G4],[0,[0,G3,G2],[0,[0,G1,G0],[0,[0,GZ,GY],[0,[0,GX,GW],[0,[0,GV,GU],0]]]]]],0),r],t=[0,e(Hk,[0,[2,Hj,Hi],0],[0,e(Hh,[0,[2,Hg,Hf],[0,[0,He,Hd],[0,[0,Hc,Hb],[0,[0,Ha,G$],[0,[0,G_,G9],[0,[0,G8,G7],0]]]]]],0),0]),s],u=[0,e(Hx,[0,[2,Hw,Hv],[0,[0,Hu,Ht],[0,[0,Hs,Hr],[0,[0,Hq,Hp],[0,[0,Ho,Hn],[0,[0,Hm,Hl],0]]]]]],0),t],v=[0,e(HK,[0,[2,HJ,HI],[0,[0,HH,HG],[0,[0,HF,HE],[0,[0,HD,HC],[0,[0,HB,HA],[0,[0,Hz,Hy],0]]]]]],0),u],x=[0,e(HX,[0,[2,HW,HV],[0,[0,HU,HT],[0,[0,HS,HR],[0,[0,HQ,HP],[0,[0,HO,HN],[0,[0,HM,HL],0]]]]]],0),v],y=[0,e(H_,[0,[2,H9,H8],[0,[0,H7,H6],[0,[0,H5,H4],[0,[0,H3,H2],[0,[0,H1,H0],[0,[0,HZ,HY],0]]]]]],0),x],z=[0,e(Il,[0,[2,Ik,Ij],[0,[0,Ii,Ih],[0,[0,Ig,If],[0,[0,Ie,Id],[0,[0,Ic,Ib],[0,[0,Ia,H$],0]]]]]],0),y],A=[0,e(Iu,[0,[2,It,Is],[0,[0,Ir,Iq],[0,[0,Ip,Io],[0,[0,In,Im],0]]]],0),z],B=[0,e(ID,[0,[2,IC,IB],[0,[0,IA,Iz],[0,[0,Iy,Ix],[0,[0,Iw,Iv],0]]]],0),A],C=[0,e(IM,[0,[2,IL,IK],[0,[0,IJ,II],[0,[0,IH,IG],[0,[0,IF,IE],0]]]],0),B],D=[0,e(IV,[0,[2,IU,IT],[0,[0,IS,IR],[0,[0,IQ,IP],[0,[0,IO,IN],0]]]],0),C],E=[0,e(IZ,[0,w(IY),[0,[2,IX,IW],0]],D),0],F=[0,e(I8,[0,[2,I7,I6],[0,[0,I5,I4],[0,[0,I3,I2],[0,[0,I1,I0],0]]]],0),0],G=[0,e(Je,[0,[2,Jd,Jc],[0,[0,Jb,b],[0,[0,Ja,I$],[0,[0,I_,I9],0]]]],0),F],H=[0,e(Ji,[0,w(Jh),[0,[2,Jg,Jf],0]],G),E],I=[0,e(Jq,[0,[2,Jp,Jo],[0,[0,Jn,c],[0,[0,Jm,Jl],[0,[0,Jk,Jj],0]]]],0),0],J=[0,e(Jy,[0,[2,Jx,Jw],[0,[0,Jv,c],[0,[0,Ju,Jt],[0,[0,Js,Jr],0]]]],0),I],K=[0,e(JG,[0,[2,JF,JE],[0,[0,JD,c],[0,[0,JC,JB],[0,[0,JA,Jz],0]]]],0),J],L=[0,e(JO,[0,[2,JN,JM],[0,[0,JL,c],[0,[0,JK,JJ],[0,[0,JI,JH],0]]]],0),K],M=[0,e(JS,[0,w(JR),[0,[2,JQ,JP],0]],L),H],N=[0,e(J0,[0,[2,JZ,JY],[0,[0,JX,d],[0,[0,JW,JV],[0,[0,JU,JT],0]]]],0),0],O=[0,e(J9,[0,[2,J8,J7],[0,[0,J6,J5],[0,[0,J4,J3],[0,[0,J2,J1],0]]]],0),N],P=[0,e(Kf,[0,[2,Ke,Kd],[0,[0,Kc,d],[0,[0,Kb,Ka],[0,[0,J$,J_],0]]]],0),O],Q=[0,e(Kj,[0,w(Ki),[0,[2,Kh,Kg],0]],P),M],R=[0,e(Ks,[0,[2,Kr,Kq],[0,[0,Kp,Ko],[0,[0,Kn,Km],[0,[0,Kl,Kk],0]]]],0),0],S=[0,e(KB,[0,[2,KA,Kz],[0,[0,Ky,Kx],[0,[0,Kw,Kv],[0,[0,Ku,Kt],0]]]],0),R],T=[0,e(KK,[0,[2,KJ,KI],[0,[0,KH,KG],[0,[0,KF,KE],[0,[0,KD,KC],0]]]],0),S],U=[0,e(KS,[0,[2,KR,KQ],[0,[0,KP,a],[0,[0,KO,KN],[0,[0,KM,KL],0]]]],0),T],V=[0,e(K1,[0,[2,K0,KZ],[0,[0,KY,KX],[0,[0,KW,KV],[0,[0,KU,KT],0]]]],0),U],W=[0,e(K_,[0,[2,K9,K8],[0,[0,K7,K6],[0,[0,K5,K4],[0,[0,K3,K2],0]]]],0),V],X=[0,e(Lh,[0,[2,Lg,Lf],[0,[0,Le,Ld],[0,[0,Lc,Lb],[0,[0,La,K$],0]]]],0),W],Y=[0,e(Lq,[0,[2,Lp,Lo],[0,[0,Ln,Lm],[0,[0,Ll,Lk],[0,[0,Lj,Li],0]]]],0),X],Z=[0,e(Lu,[0,[2,Lt,Ls],[0,[0,Lr,a],0]],0),Y],_=[0,e(LD,[0,[2,LC,LB],[0,[0,LA,Lz],[0,[0,Ly,Lx],[0,[0,Lw,Lv],0]]]],0),Z],$=[0,e(LH,[0,w(LG),[0,[2,LF,LE],0]],_),Q],aa=[0,e(LQ,[0,[2,LP,LO],[0,[0,LN,LM],[0,[0,LL,LK],[0,[0,LJ,LI],0]]]],0),0],ab=[0,e(LZ,[0,[2,LY,LX],[0,[0,LW,LV],[0,[0,LU,LT],[0,[0,LS,LR],0]]]],0),aa],ac=[0,e(L8,[0,[2,L7,L6],[0,[0,L5,L4],[0,[0,L3,L2],[0,[0,L1,L0],0]]]],0),ab];return e(MB,[0,[2,MA,Mz],[0,[2,My,Mx],[0,[2,Mw,Mv],[0,[2,Mu,Mt],[0,[2,Ms,Mr],[0,[2,Mq,Mp],[0,[2,Mo,Mn],[0,[2,Mm,Ml],[0,[0,Mk,Mj],[0,[0,Mi,Mh],[0,[0,Mg,Mf],[0,[0,Me,Md],[0,[0,Mc,Mb],0]]]]]]]]]]]]],[0,e(Ma,[0,w(L$),[0,[2,L_,L9],0]],ac),$])}function
MC(a,b,c,d){var
f=[0,e(MP,[0,[2,MO,MN],[0,[0,MM,ML],[0,[0,MK,MJ],[0,[0,MI,MH],[0,[0,MG,MF],[0,[0,ME,MD],0]]]]]],0),0],g=[0,e(M2,[0,[2,M1,M0],[0,[0,MZ,MY],[0,[0,MX,MW],[0,[0,MV,MU],[0,[0,MT,MS],[0,[0,MR,MQ],0]]]]]],0),f],h=[0,e(Nd,[0,[2,Nc,Nb],[0,[0,Na,M$],[0,[0,M_,M9],[0,[0,M8,M7],[0,[0,M6,M5],[0,[0,M4,M3],0]]]]]],0),g],i=[0,e(Nq,[0,[2,Np,No],[0,[0,Nn,Nm],[0,[0,Nl,Nk],[0,[0,Nj,Ni],[0,[0,Nh,Ng],[0,[0,Nf,Ne],0]]]]]],0),h],j=[0,e(ND,[0,[2,NC,NB],[0,[0,NA,Nz],[0,[0,Ny,Nx],[0,[0,Nw,Nv],[0,[0,Nu,Nt],[0,[0,Ns,Nr],0]]]]]],0),i],k=[0,e(NQ,[0,[2,NP,NO],[0,[0,NN,NM],[0,[0,NL,NK],[0,[0,NJ,NI],[0,[0,NH,NG],[0,[0,NF,NE],0]]]]]],0),j],l=[0,e(N6,[0,[2,N5,N4],0],[0,e(N3,[0,[2,N2,N1],[0,[0,N0,NZ],[0,[0,NY,NX],[0,[0,NW,NV],[0,[0,NU,NT],[0,[0,NS,NR],0]]]]]],0),0]),k],m=[0,e(Oh,[0,[2,Og,Of],[0,[0,Oe,Od],[0,[0,Oc,Ob],[0,[0,Oa,N$],[0,[0,N_,N9],[0,[0,N8,N7],0]]]]]],0),l],n=[0,e(Ou,[0,[2,Ot,Os],[0,[0,Or,Oq],[0,[0,Op,Oo],[0,[0,On,Om],[0,[0,Ol,Ok],[0,[0,Oj,Oi],0]]]]]],0),m],o=[0,e(OH,[0,[2,OG,OF],[0,[0,OE,OD],[0,[0,OC,OB],[0,[0,OA,Oz],[0,[0,Oy,Ox],[0,[0,Ow,Ov],0]]]]]],0),n],p=[0,e(OU,[0,[2,OT,OS],[0,[0,OR,OQ],[0,[0,OP,OO],[0,[0,ON,OM],[0,[0,OL,OK],[0,[0,OJ,OI],0]]]]]],0),o],q=[0,e(O7,[0,[2,O6,O5],[0,[0,O4,O3],[0,[0,O2,O1],[0,[0,O0,OZ],[0,[0,OY,OX],[0,[0,OW,OV],0]]]]]],0),p],r=[0,e(Pi,[0,[2,Ph,Pg],[0,[0,Pf,Pe],[0,[0,Pd,Pc],[0,[0,Pb,Pa],[0,[0,O$,O_],[0,[0,O9,O8],0]]]]]],0),q],s=[0,e(Pv,[0,[2,Pu,Pt],[0,[0,Ps,Pr],[0,[0,Pq,Pp],[0,[0,Po,Pn],[0,[0,Pm,Pl],[0,[0,Pk,Pj],0]]]]]],0),r],t=[0,e(PI,[0,[2,PH,PG],[0,[0,PF,PE],[0,[0,PD,PC],[0,[0,PB,PA],[0,[0,Pz,Py],[0,[0,Px,Pw],0]]]]]],0),s],u=[0,e(PV,[0,[2,PU,PT],[0,[0,PS,PR],[0,[0,PQ,PP],[0,[0,PO,PN],[0,[0,PM,PL],[0,[0,PK,PJ],0]]]]]],0),t],v=[0,e(P8,[0,[2,P7,P6],[0,[0,P5,P4],[0,[0,P3,P2],[0,[0,P1,P0],[0,[0,PZ,PY],[0,[0,PX,PW],0]]]]]],0),u],x=[0,e(Qj,[0,[2,Qi,Qh],[0,[0,Qg,Qf],[0,[0,Qe,Qd],[0,[0,Qc,Qb],[0,[0,Qa,P$],[0,[0,P_,P9],0]]]]]],0),v],y=[0,e(Qw,[0,[2,Qv,Qu],[0,[0,Qt,Qs],[0,[0,Qr,Qq],[0,[0,Qp,Qo],[0,[0,Qn,Qm],[0,[0,Ql,Qk],0]]]]]],0),x],z=[0,e(QJ,[0,[2,QI,QH],[0,[0,QG,QF],[0,[0,QE,QD],[0,[0,QC,QB],[0,[0,QA,Qz],[0,[0,Qy,Qx],0]]]]]],0),y],A=[0,e(QN,[0,w(QM),[0,[2,QL,QK],0]],z),0],B=[0,e(QW,[0,[2,QV,QU],[0,[0,QT,QS],[0,[0,QR,QQ],[0,[0,QP,QO],0]]]],0),0],C=[0,e(Q4,[0,[2,Q3,Q2],[0,[0,Q1,b],[0,[0,Q0,QZ],[0,[0,QY,QX],0]]]],0),B],D=[0,e(Q8,[0,w(Q7),[0,[2,Q6,Q5],0]],C),A],E=[0,e(Re,[0,[2,Rd,Rc],[0,[0,Rb,c],[0,[0,Ra,Q$],[0,[0,Q_,Q9],0]]]],0),0],F=[0,e(Rm,[0,[2,Rl,Rk],[0,[0,Rj,c],[0,[0,Ri,Rh],[0,[0,Rg,Rf],0]]]],0),E],G=[0,e(Ru,[0,[2,Rt,Rs],[0,[0,Rr,c],[0,[0,Rq,Rp],[0,[0,Ro,Rn],0]]]],0),F],H=[0,e(RC,[0,[2,RB,RA],[0,[0,Rz,c],[0,[0,Ry,Rx],[0,[0,Rw,Rv],0]]]],0),G],I=[0,e(RG,[0,w(RF),[0,[2,RE,RD],0]],H),D],J=[0,e(RP,[0,[2,RO,RN],[0,[0,RM,RL],[0,[0,RK,RJ],[0,[0,RI,RH],0]]]],0),0],K=[0,e(RX,[0,[2,RW,RV],[0,[0,RU,d],[0,[0,RT,RS],[0,[0,RR,RQ],0]]]],0),J],L=[0,e(R6,[0,[2,R5,R4],[0,[0,R3,R2],[0,[0,R1,R0],[0,[0,RZ,RY],0]]]],0),K],M=[0,e(Sd,[0,[2,Sc,Sb],[0,[0,Sa,R$],[0,[0,R_,R9],[0,[0,R8,R7],0]]]],0),L],N=[0,e(Sh,[0,[2,Sg,Sf],[0,[0,Se,d],0]],0),M],O=[0,e(Sl,[0,w(Sk),[0,[2,Sj,Si],0]],N),I],P=[0,e(Su,[0,[2,St,Ss],[0,[0,Sr,Sq],[0,[0,Sp,So],[0,[0,Sn,Sm],0]]]],0),0],Q=[0,e(SD,[0,[2,SC,SB],[0,[0,SA,Sz],[0,[0,Sy,Sx],[0,[0,Sw,Sv],0]]]],0),P],R=[0,e(SM,[0,[2,SL,SK],[0,[0,SJ,SI],[0,[0,SH,SG],[0,[0,SF,SE],0]]]],0),Q],S=[0,e(SV,[0,[2,SU,ST],[0,[0,SS,SR],[0,[0,SQ,SP],[0,[0,SO,SN],0]]]],0),R],T=[0,e(S4,[0,[2,S3,S2],[0,[0,S1,S0],[0,[0,SZ,SY],[0,[0,SX,SW],0]]]],0),S],U=[0,e(Tb,[0,[2,Ta,S$],[0,[0,S_,S9],[0,[0,S8,S7],[0,[0,S6,S5],0]]]],0),T],V=[0,e(Tj,[0,[2,Ti,Th],[0,[0,Tg,a],[0,[0,Tf,Te],[0,[0,Td,Tc],0]]]],0),U],W=[0,e(Tn,[0,[2,Tm,Tl],[0,[0,Tk,a],0]],0),V],X=[0,e(Ts,[0,[2,Tr,Tq],[0,[0,Tp,To],0]],0),W],Y=[0,e(Tx,[0,[2,Tw,Tv],[0,[0,Tu,Tt],0]],0),X];return e(T2,[0,[2,T1,T0],[0,[2,TZ,TY],[0,[2,TX,TW],[0,[2,TV,TU],[0,[2,TT,TS],[0,[2,TR,TQ],[0,[2,TP,TO],[0,[2,TN,TM],[0,[0,TL,TK],[0,[0,TJ,TI],[0,[0,TH,TG],[0,[0,TF,TE],[0,[0,TD,TC],0]]]]]]]]]]]]],[0,e(TB,[0,w(TA),[0,[2,Tz,Ty],0]],Y),O])}function
T3(a,b,c,d){var
f=[0,e(Ue,[0,[2,Ud,Uc],[0,[0,Ub,Ua],[0,[0,T$,T_],[0,[0,T9,T8],[0,[0,T7,T6],[0,[0,T5,T4],0]]]]]],0),0],g=[0,e(Ur,[0,[2,Uq,Up],[0,[0,Uo,Un],[0,[0,Um,Ul],[0,[0,Uk,Uj],[0,[0,Ui,Uh],[0,[0,Ug,Uf],0]]]]]],0),f],h=[0,e(UE,[0,[2,UD,UC],[0,[0,UB,UA],[0,[0,Uz,Uy],[0,[0,Ux,Uw],[0,[0,Uv,Uu],[0,[0,Ut,Us],0]]]]]],0),g],i=[0,e(UR,[0,[2,UQ,UP],[0,[0,UO,UN],[0,[0,UM,UL],[0,[0,UK,UJ],[0,[0,UI,UH],[0,[0,UG,UF],0]]]]]],0),h],j=[0,e(U7,[0,[2,U6,U5],0],[0,e(U4,[0,[2,U3,U2],[0,[0,U1,U0],[0,[0,UZ,UY],[0,[0,UX,UW],[0,[0,UV,UU],[0,[0,UT,US],0]]]]]],0),0]),i],k=[0,e(Vl,[0,[2,Vk,Vj],0],[0,e(Vi,[0,[2,Vh,Vg],[0,[0,Vf,Ve],[0,[0,Vd,Vc],[0,[0,Vb,Va],[0,[0,U$,U_],[0,[0,U9,U8],0]]]]]],0),0]),j],l=[0,e(VB,[0,[2,VA,Vz],0],[0,e(Vy,[0,[2,Vx,Vw],[0,[0,Vv,Vu],[0,[0,Vt,Vs],[0,[0,Vr,Vq],[0,[0,Vp,Vo],[0,[0,Vn,Vm],0]]]]]],0),0]),k],m=[0,e(VR,[0,[2,VQ,VP],0],[0,e(VO,[0,[2,VN,VM],[0,[0,VL,VK],[0,[0,VJ,VI],[0,[0,VH,VG],[0,[0,VF,VE],[0,[0,VD,VC],0]]]]]],0),0]),l],n=[0,e(V4,[0,[2,V3,V2],[0,[0,V1,V0],[0,[0,VZ,VY],[0,[0,VX,VW],[0,[0,VV,VU],[0,[0,VT,VS],0]]]]]],0),m],o=[0,e(Wf,[0,[2,We,Wd],[0,[0,Wc,Wb],[0,[0,Wa,V$],[0,[0,V_,V9],[0,[0,V8,V7],[0,[0,V6,V5],0]]]]]],0),n],p=[0,e(Ws,[0,[2,Wr,Wq],[0,[0,Wp,Wo],[0,[0,Wn,Wm],[0,[0,Wl,Wk],[0,[0,Wj,Wi],[0,[0,Wh,Wg],0]]]]]],0),o],q=[0,e(WI,[0,[2,WH,WG],0],[0,e(WF,[0,[2,WE,WD],[0,[0,WC,WB],[0,[0,WA,Wz],[0,[0,Wy,Wx],[0,[0,Ww,Wv],[0,[0,Wu,Wt],0]]]]]],0),0]),p],r=[0,e(WV,[0,[2,WU,WT],[0,[0,WS,WR],[0,[0,WQ,WP],[0,[0,WO,WN],[0,[0,WM,WL],[0,[0,WK,WJ],0]]]]]],0),q],s=[0,e(W8,[0,[2,W7,W6],[0,[0,W5,W4],[0,[0,W3,W2],[0,[0,W1,W0],[0,[0,WZ,WY],[0,[0,WX,WW],0]]]]]],0),r],t=[0,e(Xj,[0,[2,Xi,Xh],[0,[0,Xg,Xf],[0,[0,Xe,Xd],[0,[0,Xc,Xb],[0,[0,Xa,W$],[0,[0,W_,W9],0]]]]]],0),s],u=[0,e(Xz,[0,[2,Xy,Xx],0],[0,e(Xw,[0,[2,Xv,Xu],[0,[0,Xt,Xs],[0,[0,Xr,Xq],[0,[0,Xp,Xo],[0,[0,Xn,Xm],[0,[0,Xl,Xk],0]]]]]],0),0]),t],v=[0,e(XM,[0,[2,XL,XK],[0,[0,XJ,XI],[0,[0,XH,XG],[0,[0,XF,XE],[0,[0,XD,XC],[0,[0,XB,XA],0]]]]]],0),u],x=[0,e(XZ,[0,[2,XY,XX],[0,[0,XW,XV],[0,[0,XU,XT],[0,[0,XS,XR],[0,[0,XQ,XP],[0,[0,XO,XN],0]]]]]],0),v],y=[0,e(Ya,[0,[2,X$,X_],[0,[0,X9,X8],[0,[0,X7,X6],[0,[0,X5,X4],[0,[0,X3,X2],[0,[0,X1,X0],0]]]]]],0),x],z=[0,e(Yn,[0,[2,Ym,Yl],[0,[0,Yk,Yj],[0,[0,Yi,Yh],[0,[0,Yg,Yf],[0,[0,Ye,Yd],[0,[0,Yc,Yb],0]]]]]],0),y],A=[0,e(YA,[0,[2,Yz,Yy],[0,[0,Yx,Yw],[0,[0,Yv,Yu],[0,[0,Yt,Ys],[0,[0,Yr,Yq],[0,[0,Yp,Yo],0]]]]]],0),z],B=[0,e(YN,[0,[2,YM,YL],[0,[0,YK,YJ],[0,[0,YI,YH],[0,[0,YG,YF],[0,[0,YE,YD],[0,[0,YC,YB],0]]]]]],0),A],C=[0,e(YR,[0,w(YQ),[0,[2,YP,YO],0]],B),0],D=[0,e(Y0,[0,[2,YZ,YY],[0,[0,YX,YW],[0,[0,YV,YU],[0,[0,YT,YS],0]]]],0),0],E=[0,e(Y9,[0,[2,Y8,Y7],[0,[0,Y6,Y5],[0,[0,Y4,Y3],[0,[0,Y2,Y1],0]]]],0),D],F=[0,e(Zg,[0,[2,Zf,Ze],[0,[0,Zd,Zc],[0,[0,Zb,Za],[0,[0,Y$,Y_],0]]]],0),E],G=[0,e(Zk,[0,[2,Zj,Zi],[0,[0,Zh,b],0]],0),F],H=[0,e(Zo,[0,w(Zn),[0,[2,Zm,Zl],0]],G),C],I=[0,e(Zw,[0,[2,Zv,Zu],[0,[0,Zt,c],[0,[0,Zs,Zr],[0,[0,Zq,Zp],0]]]],0),0],J=[0,e(ZE,[0,[2,ZD,ZC],[0,[0,ZB,c],[0,[0,ZA,Zz],[0,[0,Zy,Zx],0]]]],0),I],K=[0,e(ZM,[0,[2,ZL,ZK],[0,[0,ZJ,c],[0,[0,ZI,ZH],[0,[0,ZG,ZF],0]]]],0),J],L=[0,e(ZU,[0,[2,ZT,ZS],[0,[0,ZR,c],[0,[0,ZQ,ZP],[0,[0,ZO,ZN],0]]]],0),K],M=[0,e(ZY,[0,w(ZX),[0,[2,ZW,ZV],0]],L),H],N=[0,e(Z7,[0,[2,Z6,Z5],[0,[0,Z4,Z3],[0,[0,Z2,Z1],[0,[0,Z0,ZZ],0]]]],0),0],O=[0,e(_d,[0,[2,_c,_b],[0,[0,_a,d],[0,[0,Z$,Z_],[0,[0,Z9,Z8],0]]]],0),N],P=[0,e(_l,[0,[2,_k,_j],[0,[0,_i,d],[0,[0,_h,_g],[0,[0,_f,_e],0]]]],0),O],Q=[0,e(_u,[0,[2,_t,_s],[0,[0,_r,_q],[0,[0,_p,_o],[0,[0,_n,_m],0]]]],0),P],R=[0,e(_y,[0,w(_x),[0,[2,_w,_v],0]],Q),M],S=[0,e(_G,[0,[2,_F,_E],[0,[0,_D,a],[0,[0,_C,_B],[0,[0,_A,_z],0]]]],0),0],T=[0,e(_P,[0,[2,_O,_N],[0,[0,_M,_L],[0,[0,_K,_J],[0,[0,_I,_H],0]]]],0),S],U=[0,e(_Y,[0,[2,_X,_W],[0,[0,_V,_U],[0,[0,_T,_S],[0,[0,_R,_Q],0]]]],0),T],V=[0,e(_7,[0,[2,_6,_5],[0,[0,_4,_3],[0,[0,_2,_1],[0,[0,_0,_Z],0]]]],0),U],W=[0,e(_$,[0,[2,__,_9],[0,[0,_8,a],0]],0),V],X=[0,e($d,[0,[2,$c,$b],[0,[0,$a,a],0]],0),W],Y=[0,e($i,[0,[2,$h,$g],[0,[0,$f,$e],0]],0),X],Z=[0,e($m,[0,w($l),[0,[2,$k,$j],0]],Y),R],_=[0,e($v,[0,[2,$u,$t],[0,[0,$s,$r],[0,[0,$q,$p],[0,[0,$o,$n],0]]]],0),0],$=[0,e($E,[0,[2,$D,$C],[0,[0,$B,$A],[0,[0,$z,$y],[0,[0,$x,$w],0]]]],0),_],aa=[0,e($N,[0,[2,$M,$L],[0,[0,$K,$J],[0,[0,$I,$H],[0,[0,$G,$F],0]]]],0),$],ab=[0,e($S,[0,[2,$R,$Q],[0,[0,$P,$O],0]],0),aa],ac=[0,e($X,[0,[2,$W,$V],[0,[0,$U,$T],0]],0),ab],ad=[0,e($6,[0,[2,$5,$4],[0,[0,$3,$2],[0,[0,$1,$0],[0,[0,$Z,$Y],0]]]],0),ac],ae=[0,e(aad,[0,[2,aac,aab],[0,[0,aaa,$$],[0,[0,$_,$9],[0,[0,$8,$7],0]]]],0),ad];return e(aaI,[0,[2,aaH,aaG],[0,[2,aaF,aaE],[0,[2,aaD,aaC],[0,[2,aaB,aaA],[0,[2,aaz,aay],[0,[2,aax,aaw],[0,[2,aav,aau],[0,[2,aat,aas],[0,[0,aar,aaq],[0,[0,aap,aao],[0,[0,aan,aam],[0,[0,aal,aak],[0,[0,aaj,aai],0]]]]]]]]]]]]],[0,e(aah,[0,w(aag),[0,[2,aaf,aae],0]],ae),Z])}var
abz=x(aby,0,[0,cu(0,[0,Y(0,[0,x(abA,[0,d5(abQ),[0,[0,abP,abO],0]],0),0]),0]),abN]);function
e=[0,p(o(a,b)),0],f=0,g=e1(c,b)?bg(oo):d5(d);return gk([0,g,f],e)}function
ov(a){var
c=[0,b(oI,[0,[2,oH,oG],[0,[0,oF,oE],[0,[0,oD,oC],[0,[0,oB,oA],[0,[0,oz,oy],[0,[0,ox,ow],0]]]]]],0),0],d=[0,b(oV,[0,[2,oU,oT],[0,[0,oS,oR],[0,[0,oQ,oP],[0,[0,oO,oN],[0,[0,oM,oL],[0,[0,oK,oJ],0]]]]]],0),c],e=[0,b(o8,[0,[2,o7,o6],[0,[0,o5,o4],[0,[0,o3,o2],[0,[0,o1,o0],[0,[0,oZ,oY],[0,[0,oX,oW],0]]]]]],0),d],f=[0,b(pj,[0,[2,pi,ph],[0,[0,pg,pf],[0,[0,pe,pd],[0,[0,pc,pb],[0,[0,pa,o$],[0,[0,o_,o9],0]]]]]],0),e],g=[0,b(pw,[0,[2,pv,pu],[0,[0,pt,ps],[0,[0,pr,pq],[0,[0,pp,po],[0,[0,pn,pm],[0,[0,pl,pk],0]]]]]],0),f],h=[0,b(pJ,[0,[2,pI,pH],[0,[0,pG,pF],[0,[0,pE,pD],[0,[0,pC,pB],[0,[0,pA,pz],[0,[0,py,px],0]]]]]],0),g],i=[0,b(pW,[0,[2,pV,pU],[0,[0,pT,pS],[0,[0,pR,pQ],[0,[0,pP,pO],[0,[0,pN,pM],[0,[0,pL,pK],0]]]]]],0),h],j=[0,b(p9,[0,[2,p8,p7],[0,[0,p6,p5],[0,[0,p4,p3],[0,[0,p2,p1],[0,[0,p0,pZ],[0,[0,pY,pX],0]]]]]],0),i],k=[0,b(qk,[0,[2,qj,qi],[0,[0,qh,qg],[0,[0,qf,qe],[0,[0,qd,qc],[0,[0,qb,qa],[0,[0,p$,p_],0]]]]]],0),j],l=[0,b(qv,[0,[2,qu,qt],[0,[0,qs,qr],[0,[0,qq,qp],[0,[0,qo,qn],[0,[0,qm,ql],0]]]]],0),k],m=[0,b(qG,[0,[2,qF,qE],[0,[0,qD,qC],[0,[0,qB,qA],[0,[0,qz,qy],[0,[0,qx,qw],0]]]]],0),l],n=[0,b(qT,[0,[2,qS,qR],[0,[0,qQ,qP],[0,[0,qO,qN],[0,[0,qM,qL],[0,[0,qK,qJ],[0,[0,qI,qH],0]]]]]],0),m],o=[0,b(qV,[0,w(qU),0],n),0],p=[0,b(q3,[0,[2,q2,q1],[0,[0,q0,a[10][2]],[0,[0,qZ,qY],[0,[0,qX,qW],0]]]],0),0],q=[0,b(q5,[0,w(q4),0],p),o],r=[0,b(rb,[0,[2,ra,q$],[0,[0,q_,a[7][2]],[0,[0,q9,q8],[0,[0,q7,q6],0]]]],0),0],s=[0,b(rj,[0,[2,ri,rh],[0,[0,rg,a[7][2]],[0,[0,rf,re],[0,[0,rd,rc],0]]]],0),r],t=[0,b(rn,[0,w(rm),[0,[2,rl,rk],0]],s),q],u=[0,b(rv,[0,[2,ru,rt],[0,[0,rs,a[8][2]],[0,[0,rr,rq],[0,[0,rp,ro],0]]]],0),0],v=[0,b(rD,[0,[2,rC,rB],[0,[0,rA,a[8][2]],[0,[0,rz,ry],[0,[0,rx,rw],0]]]],0),u],x=[0,b(rF,[0,w(rE),0],v),t],y=[0,b(rO,[0,[2,rN,rM],[0,[0,rL,rK],[0,[0,rJ,rI],[0,[0,rH,rG],0]]]],0),0],z=[0,b(rX,[0,[2,rW,rV],[0,[0,rU,rT],[0,[0,rS,rR],[0,[0,rQ,rP],0]]]],0),y],A=[0,b(r5,[0,[2,r4,r3],[0,[0,r2,a[9][2]],[0,[0,r1,r0],[0,[0,rZ,rY],0]]]],0),z];return b(sw,[0,[2,sv,su],[0,[2,st,ss],[0,[2,sr,sq],[0,[2,sp,so],[0,[2,sn,sm],[0,[2,sl,sk],[0,[2,sj,si],[0,[2,sh,sg],[0,[0,sf,se],[0,[0,sd,sc],[0,[0,sb,sa],[0,[0,r$,r_],[0,[0,r9,r8],0]]]]]]]]]]]]],[0,b(r7,[0,w(r6),0],A),x])}function
sx(a){var
c=[0,b(sN,[0,[2,sM,sL],0],[0,b(sK,[0,[2,sJ,sI],[0,[0,sH,sG],[0,[0,sF,sE],[0,[0,sD,sC],[0,[0,sB,sA],[0,[0,sz,sy],0]]]]]],0),0]),0],d=[0,b(s3,[0,[2,s2,s1],0],[0,b(s0,[0,[2,sZ,sY],[0,[0,sX,sW],[0,[0,sV,sU],[0,[0,sT,sS],[0,[0,sR,sQ],[0,[0,sP,sO],0]]]]]],0),0]),c],e=[0,b(te,[0,[2,td,tc],[0,[0,tb,ta],[0,[0,s$,s_],[0,[0,s9,s8],[0,[0,s7,s6],[0,[0,s5,s4],0]]]]]],0),d],f=[0,b(tr,[0,[2,tq,tp],[0,[0,to,tn],[0,[0,tm,tl],[0,[0,tk,tj],[0,[0,ti,th],[0,[0,tg,tf],0]]]]]],0),e],g=[0,b(tE,[0,[2,tD,tC],[0,[0,tB,tA],[0,[0,tz,ty],[0,[0,tx,tw],[0,[0,tv,tu],[0,[0,tt,ts],0]]]]]],0),f],h=[0,b(tR,[0,[2,tQ,tP],[0,[0,tO,tN],[0,[0,tM,tL],[0,[0,tK,tJ],[0,[0,tI,tH],[0,[0,tG,tF],0]]]]]],0),g],i=[0,b(t4,[0,[2,t3,t2],[0,[0,t1,t0],[0,[0,tZ,tY],[0,[0,tX,tW],[0,[0,tV,tU],[0,[0,tT,tS],0]]]]]],0),h],j=[0,b(uf,[0,[2,ue,ud],[0,[0,uc,ub],[0,[0,ua,t$],[0,[0,t_,t9],[0,[0,t8,t7],[0,[0,t6,t5],0]]]]]],0),i],k=[0,b(us,[0,[2,ur,uq],[0,[0,up,uo],[0,[0,un,um],[0,[0,ul,uk],[0,[0,uj,ui],[0,[0,uh,ug],0]]]]]],0),j],l=[0,b(uI,[0,[2,uH,uG],0],[0,b(uF,[0,[2,uE,uD],[0,[0,uC,uB],[0,[0,uA,uz],[0,[0,uy,ux],[0,[0,uw,uv],[0,[0,uu,ut],0]]]]]],0),0]),k],m=[0,b(uV,[0,[2,uU,uT],[0,[0,uS,uR],[0,[0,uQ,uP],[0,[0,uO,uN],[0,[0,uM,uL],[0,[0,uK,uJ],0]]]]]],0),l],n=[0,b(u8,[0,[2,u7,u6],[0,[0,u5,u4],[0,[0,u3,u2],[0,[0,u1,u0],[0,[0,uZ,uY],[0,[0,uX,uW],0]]]]]],0),m],o=[0,b(vh,[0,[2,vg,vf],[0,[0,ve,vd],[0,[0,vc,vb],[0,[0,va,u$],[0,[0,u_,u9],0]]]]],0),n],p=[0,b(vu,[0,[2,vt,vs],[0,[0,vr,vq],[0,[0,vp,vo],[0,[0,vn,vm],[0,[0,vl,vk],[0,[0,vj,vi],0]]]]]],0),o],q=[0,b(vH,[0,[2,vG,vF],[0,[0,vE,vD],[0,[0,vC,vB],[0,[0,vA,vz],[0,[0,vy,vx],[0,[0,vw,vv],0]]]]]],0),p],r=[0,b(vU,[0,[2,vT,vS],[0,[0,vR,vQ],[0,[0,vP,vO],[0,[0,vN,vM],[0,[0,vL,vK],[0,[0,vJ,vI],0]]]]]],0),q],s=[0,b(v7,[0,[2,v6,v5],[0,[0,v4,v3],[0,[0,v2,v1],[0,[0,v0,vZ],[0,[0,vY,vX],[0,[0,vW,vV],0]]]]]],0),r],t=[0,b(wi,[0,[2,wh,wg],[0,[0,wf,we],[0,[0,wd,wc],[0,[0,wb,wa],[0,[0,v$,v_],[0,[0,v9,v8],0]]]]]],0),s],u=[0,b(wm,[0,w(wl),[0,[2,wk,wj],0]],t),0],v=[0,b(wu,[0,[2,wt,ws],[0,[0,wr,a[10][2]],[0,[0,wq,wp],[0,[0,wo,wn],0]]]],0),0],x=[0,b(wy,[0,w(wx),[0,[2,ww,wv],0]],v),u],y=[0,b(wH,[0,[2,wG,wF],[0,[0,wE,wD],[0,[0,wC,wB],[0,[0,wA,wz],0]]]],0),0],z=[0,b(wP,[0,[2,wO,wN],[0,[0,wM,a[7][2]],[0,[0,wL,wK],[0,[0,wJ,wI],0]]]],0),y],A=[0,b(wX,[0,[2,wW,wV],[0,[0,wU,a[7][2]],[0,[0,wT,wS],[0,[0,wR,wQ],0]]]],0),z],B=[0,b(w5,[0,[2,w4,w3],[0,[0,w2,a[7][2]],[0,[0,w1,w0],[0,[0,wZ,wY],0]]]],0),A],C=[0,b(w9,[0,w(w8),[0,[2,w7,w6],0]],B),x],D=[0,b(xf,[0,[2,xe,xd],[0,[0,xc,a[8][2]],[0,[0,xb,xa],[0,[0,w$,w_],0]]]],0),0],E=[0,b(xo,[0,[2,xn,xm],[0,[0,xl,xk],[0,[0,xj,xi],[0,[0,xh,xg],0]]]],0),D],F=[0,b(xw,[0,[2,xv,xu],[0,[0,xt,a[8][2]],[0,[0,xs,xr],[0,[0,xq,xp],0]]]],0),E],G=[0,b(xA,[0,w(xz),[0,[2,xy,xx],0]],F),C],H=[0,b(xJ,[0,[2,xI,xH],[0,[0,xG,xF],[0,[0,xE,xD],[0,[0,xC,xB],0]]]],0),0],I=[0,b(xS,[0,[2,xR,xQ],[0,[0,xP,xO],[0,[0,xN,xM],[0,[0,xL,xK],0]]]],0),H],J=[0,b(x0,[0,[2,xZ,xY],[0,[0,xX,a[9][2]],[0,[0,xW,xV],[0,[0,xU,xT],0]]]],0),I],K=[0,b(x4,[0,w(x3),[0,[2,x2,x1],0]],J),G],L=[0,b(yb,[0,[2,ya,x$],[0,[0,x_,x9],[0,[0,x8,x7],[0,[0,x6,x5],0]]]],0),0],M=[0,b(yk,[0,[2,yj,yi],[0,[0,yh,yg],[0,[0,yf,ye],[0,[0,yd,yc],0]]]],0),L],N=[0,b(yp,[0,[2,yo,yn],[0,[0,ym,yl],0]],0),M],O=[0,b(yy,[0,[2,yx,yw],[0,[0,yv,yu],[0,[0,yt,ys],[0,[0,yr,yq],0]]]],0),N],P=[0,b(yH,[0,[2,yG,yF],[0,[0,yE,yD],[0,[0,yC,yB],[0,[0,yA,yz],0]]]],0),O];return b(za,[0,[2,y$,y_],[0,[2,y9,y8],[0,[2,y7,y6],[0,[2,y5,y4],[0,[2,y3,y2],[0,[2,y1,y0],[0,[2,yZ,yY],[0,[2,yX,yW],[0,[0,yV,yU],[0,[0,yT,yS],[0,[0,yR,yQ],[0,[0,yP,yO],[0,[0,yN,yM],0]]]]]]]]]]]]],[0,b(yL,[0,w(yK),[0,[2,yJ,yI],0]],P),K])}function
zb(a){var
c=[0,b(zo,[0,[2,zn,zm],[0,[0,zl,zk],[0,[0,zj,zi],[0,[0,zh,zg],[0,[0,zf,ze],[0,[0,zd,zc],0]]]]]],0),0],d=[0,b(zx,[0,[2,zw,zv],[0,[0,zu,zt],[0,[0,zs,zr],[0,[0,zq,zp],0]]]],0),c],e=[0,b(zG,[0,[2,zF,zE],[0,[0,zD,zC],[0,[0,zB,zA],[0,[0,zz,zy],0]]]],0),d],f=[0,b(zP,[0,[2,zO,zN],[0,[0,zM,zL],[0,[0,zK,zJ],[0,[0,zI,zH],0]]]],0),e],g=[0,b(zY,[0,[2,zX,zW],[0,[0,zV,zU],[0,[0,zT,zS],[0,[0,zR,zQ],0]]]],0),f],h=[0,b(z7,[0,[2,z6,z5],[0,[0,z4,z3],[0,[0,z2,z1],[0,[0,z0,zZ],0]]]],0),g],i=[0,b(Ae,[0,[2,Ad,Ac],[0,[0,Ab,Aa],[0,[0,z$,z_],[0,[0,z9,z8],0]]]],0),h],j=[0,b(An,[0,[2,Am,Al],[0,[0,Ak,Aj],[0,[0,Ai,Ah],[0,[0,Ag,Af],0]]]],0),i],k=[0,b(AA,[0,[2,Az,Ay],[0,[0,Ax,Aw],[0,[0,Av,Au],[0,[0,At,As],[0,[0,Ar,Aq],[0,[0,Ap,Ao],0]]]]]],0),j],l=[0,b(AN,[0,[2,AM,AL],[0,[0,AK,AJ],[0,[0,AI,AH],[0,[0,AG,AF],[0,[0,AE,AD],[0,[0,AC,AB],0]]]]]],0),k],m=[0,b(A0,[0,[2,AZ,AY],[0,[0,AX,AW],[0,[0,AV,AU],[0,[0,AT,AS],[0,[0,AR,AQ],[0,[0,AP,AO],0]]]]]],0),l],n=[0,b(Bb,[0,[2,Ba,A$],[0,[0,A_,A9],[0,[0,A8,A7],[0,[0,A6,A5],[0,[0,A4,A3],[0,[0,A2,A1],0]]]]]],0),m],o=[0,b(Bm,[0,[2,Bl,Bk],[0,[0,Bj,Bi],[0,[0,Bh,Bg],[0,[0,Bf,Be],[0,[0,Bd,Bc],0]]]]],0),n],p=[0,b(Bz,[0,[2,By,Bx],[0,[0,Bw,Bv],[0,[0,Bu,Bt],[0,[0,Bs,Br],[0,[0,Bq,Bp],[0,[0,Bo,Bn],0]]]]]],0),o],q=[0,b(BM,[0,[2,BL,BK],[0,[0,BJ,BI],[0,[0,BH,BG],[0,[0,BF,BE],[0,[0,BD,BC],[0,[0,BB,BA],0]]]]]],0),p],r=[0,b(BZ,[0,[2,BY,BX],[0,[0,BW,BV],[0,[0,BU,BT],[0,[0,BS,BR],[0,[0,BQ,BP],[0,[0,BO,BN],0]]]]]],0),q],s=[0,b(Ca,[0,[2,B$,B_],[0,[0,B9,B8],[0,[0,B7,B6],[0,[0,B5,B4],[0,[0,B3,B2],[0,[0,B1,B0],0]]]]]],0),r],t=[0,b(Cn,[0,[2,Cm,Cl],[0,[0,Ck,Cj],[0,[0,Ci,Ch],[0,[0,Cg,Cf],[0,[0,Ce,Cd],[0,[0,Cc,Cb],0]]]]]],0),s],u=[0,b(Cw,[0,[2,Cv,Cu],[0,[0,Ct,Cs],[0,[0,Cr,Cq],[0,[0,Cp,Co],0]]]],0),t],v=[0,b(CA,[0,w(Cz),[0,[2,Cy,Cx],0]],u),0],x=[0,b(CI,[0,[2,CH,CG],[0,[0,CF,a[10][2]],[0,[0,CE,CD],[0,[0,CC,CB],0]]]],0),0],y=[0,b(CM,[0,w(CL),[0,[2,CK,CJ],0]],x),v],z=[0,b(CU,[0,[2,CT,CS],[0,[0,CR,a[7][2]],[0,[0,CQ,CP],[0,[0,CO,CN],0]]]],0),0],A=[0,b(C3,[0,[2,C2,C1],[0,[0,C0,CZ],[0,[0,CY,CX],[0,[0,CW,CV],0]]]],0),z],B=[0,b(Da,[0,[2,C$,C_],[0,[0,C9,C8],[0,[0,C7,C6],[0,[0,C5,C4],0]]]],0),A],C=[0,b(De,[0,[2,Dd,Dc],[0,[0,Db,a[7][2]],0]],0),B],D=[0,b(Di,[0,w(Dh),[0,[2,Dg,Df],0]],C),y],E=[0,b(Dq,[0,[2,Dp,Do],[0,[0,Dn,a[8][2]],[0,[0,Dm,Dl],[0,[0,Dk,Dj],0]]]],0),0],F=[0,b(Dy,[0,[2,Dx,Dw],[0,[0,Dv,a[8][2]],[0,[0,Du,Dt],[0,[0,Ds,Dr],0]]]],0),E],G=[0,b(DC,[0,w(DB),[0,[2,DA,Dz],0]],F),D],H=[0,b(DK,[0,[2,DJ,DI],[0,[0,DH,a[9][2]],[0,[0,DG,DF],[0,[0,DE,DD],0]]]],0),0],I=[0,b(DO,[0,w(DN),[0,[2,DM,DL],0]],H),G],J=[0,b(DX,[0,[2,DW,DV],[0,[0,DU,DT],[0,[0,DS,DR],[0,[0,DQ,DP],0]]]],0),0],K=[0,b(D6,[0,[2,D5,D4],[0,[0,D3,D2],[0,[0,D1,D0],[0,[0,DZ,DY],0]]]],0),J],L=[0,b(Ed,[0,[2,Ec,Eb],[0,[0,Ea,D$],[0,[0,D_,D9],[0,[0,D8,D7],0]]]],0),K],M=[0,b(Ei,[0,[2,Eh,Eg],[0,[0,Ef,Ee],0]],0),L],N=[0,b(En,[0,[2,Em,El],[0,[0,Ek,Ej],0]],0),M],O=[0,b(Es,[0,[2,Er,Eq],[0,[0,Ep,Eo],0]],0),N],P=[0,b(EB,[0,[2,EA,Ez],[0,[0,Ey,Ex],[0,[0,Ew,Ev],[0,[0,Eu,Et],0]]]],0),O],Q=[0,b(EK,[0,[2,EJ,EI],[0,[0,EH,EG],[0,[0,EF,EE],[0,[0,ED,EC],0]]]],0),P],R=[0,b(ET,[0,[2,ES,ER],[0,[0,EQ,EP],[0,[0,EO,EN],[0,[0,EM,EL],0]]]],0),Q];return b(Fm,[0,[2,Fl,Fk],[0,[2,Fj,Fi],[0,[2,Fh,Fg],[0,[2,Ff,Fe],[0,[2,Fd,Fc],[0,[2,Fb,Fa],[0,[2,E$,E_],[0,[2,E9,E8],[0,[0,E7,E6],[0,[0,E5,E4],[0,[0,E3,E2],[0,[0,E1,E0],[0,[0,EZ,EY],0]]]]]]]]]]]]],[0,b(EX,[0,w(EW),[0,[2,EV,EU],0]],R),I])}function
Fn(a){var
c=[0,b(FA,[0,[2,Fz,Fy],[0,[0,Fx,Fw],[0,[0,Fv,Fu],[0,[0,Ft,Fs],[0,[0,Fr,Fq],[0,[0,Fp,Fo],0]]]]]],0),0],d=[0,b(FL,[0,[2,FK,FJ],[0,[0,FI,FH],[0,[0,FG,FF],[0,[0,FE,FD],[0,[0,FC,FB],0]]]]],0),c],e=[0,b(FY,[0,[2,FX,FW],[0,[0,FV,FU],[0,[0,FT,FS],[0,[0,FR,FQ],[0,[0,FP,FO],[0,[0,FN,FM],0]]]]]],0),d],f=[0,b(F$,[0,[2,F_,F9],[0,[0,F8,F7],[0,[0,F6,F5],[0,[0,F4,F3],[0,[0,F2,F1],[0,[0,F0,FZ],0]]]]]],0),e],g=[0,b(Gm,[0,[2,Gl,Gk],[0,[0,Gj,Gi],[0,[0,Gh,Gg],[0,[0,Gf,Ge],[0,[0,Gd,Gc],[0,[0,Gb,Ga],0]]]]]],0),f],h=[0,b(Gz,[0,[2,Gy,Gx],[0,[0,Gw,Gv],[0,[0,Gu,Gt],[0,[0,Gs,Gr],[0,[0,Gq,Gp],[0,[0,Go,Gn],0]]]]]],0),g],i=[0,b(GP,[0,[2,GO,GN],0],[0,b(GM,[0,[2,GL,GK],[0,[0,GJ,GI],[0,[0,GH,GG],[0,[0,GF,GE],[0,[0,GD,GC],[0,[0,GB,GA],0]]]]]],0),0]),h],j=[0,b(G2,[0,[2,G1,G0],[0,[0,GZ,GY],[0,[0,GX,GW],[0,[0,GV,GU],[0,[0,GT,GS],[0,[0,GR,GQ],0]]]]]],0),i],k=[0,b(Hd,[0,[2,Hc,Hb],[0,[0,Ha,G$],[0,[0,G_,G9],[0,[0,G8,G7],[0,[0,G6,G5],[0,[0,G4,G3],0]]]]]],0),j],l=[0,b(Hq,[0,[2,Hp,Ho],[0,[0,Hn,Hm],[0,[0,Hl,Hk],[0,[0,Hj,Hi],[0,[0,Hh,Hg],[0,[0,Hf,He],0]]]]]],0),k],m=[0,b(HD,[0,[2,HC,HB],[0,[0,HA,Hz],[0,[0,Hy,Hx],[0,[0,Hw,Hv],[0,[0,Hu,Ht],[0,[0,Hs,Hr],0]]]]]],0),l],n=[0,b(HQ,[0,[2,HP,HO],[0,[0,HN,HM],[0,[0,HL,HK],[0,[0,HJ,HI],[0,[0,HH,HG],[0,[0,HF,HE],0]]]]]],0),m],o=[0,b(H3,[0,[2,H2,H1],[0,[0,H0,HZ],[0,[0,HY,HX],[0,[0,HW,HV],[0,[0,HU,HT],[0,[0,HS,HR],0]]]]]],0),n],p=[0,b(Ie,[0,[2,Id,Ic],[0,[0,Ib,Ia],[0,[0,H$,H_],[0,[0,H9,H8],[0,[0,H7,H6],[0,[0,H5,H4],0]]]]]],0),o],q=[0,b(Iu,[0,[2,It,Is],0],[0,b(Ir,[0,[2,Iq,Ip],[0,[0,Io,In],[0,[0,Im,Il],[0,[0,Ik,Ij],[0,[0,Ii,Ih],[0,[0,Ig,If],0]]]]]],0),0]),p],r=[0,b(IH,[0,[2,IG,IF],[0,[0,IE,ID],[0,[0,IC,IB],[0,[0,IA,Iz],[0,[0,Iy,Ix],[0,[0,Iw,Iv],0]]]]]],0),q],s=[0,b(IU,[0,[2,IT,IS],[0,[0,IR,IQ],[0,[0,IP,IO],[0,[0,IN,IM],[0,[0,IL,IK],[0,[0,IJ,II],0]]]]]],0),r],t=[0,b(I7,[0,[2,I6,I5],[0,[0,I4,I3],[0,[0,I2,I1],[0,[0,I0,IZ],[0,[0,IY,IX],[0,[0,IW,IV],0]]]]]],0),s],u=[0,b(Ji,[0,[2,Jh,Jg],[0,[0,Jf,Je],[0,[0,Jd,Jc],[0,[0,Jb,Ja],[0,[0,I$,I_],[0,[0,I9,I8],0]]]]]],0),t],v=[0,b(Jv,[0,[2,Ju,Jt],[0,[0,Js,Jr],[0,[0,Jq,Jp],[0,[0,Jo,Jn],[0,[0,Jm,Jl],[0,[0,Jk,Jj],0]]]]]],0),u],x=[0,b(JE,[0,[2,JD,JC],[0,[0,JB,JA],[0,[0,Jz,Jy],[0,[0,Jx,Jw],0]]]],0),v],y=[0,b(JN,[0,[2,JM,JL],[0,[0,JK,JJ],[0,[0,JI,JH],[0,[0,JG,JF],0]]]],0),x],z=[0,b(JW,[0,[2,JV,JU],[0,[0,JT,JS],[0,[0,JR,JQ],[0,[0,JP,JO],0]]]],0),y],A=[0,b(J5,[0,[2,J4,J3],[0,[0,J2,J1],[0,[0,J0,JZ],[0,[0,JY,JX],0]]]],0),z],B=[0,b(J9,[0,w(J8),[0,[2,J7,J6],0]],A),0],C=[0,b(Kg,[0,[2,Kf,Ke],[0,[0,Kd,Kc],[0,[0,Kb,Ka],[0,[0,J$,J_],0]]]],0),0],D=[0,b(Ko,[0,[2,Kn,Km],[0,[0,Kl,a[10][2]],[0,[0,Kk,Kj],[0,[0,Ki,Kh],0]]]],0),C],E=[0,b(Ks,[0,w(Kr),[0,[2,Kq,Kp],0]],D),B],F=[0,b(KA,[0,[2,Kz,Ky],[0,[0,Kx,a[7][2]],[0,[0,Kw,Kv],[0,[0,Ku,Kt],0]]]],0),0],G=[0,b(KI,[0,[2,KH,KG],[0,[0,KF,a[7][2]],[0,[0,KE,KD],[0,[0,KC,KB],0]]]],0),F],H=[0,b(KQ,[0,[2,KP,KO],[0,[0,KN,a[7][2]],[0,[0,KM,KL],[0,[0,KK,KJ],0]]]],0),G],I=[0,b(KY,[0,[2,KX,KW],[0,[0,KV,a[7][2]],[0,[0,KU,KT],[0,[0,KS,KR],0]]]],0),H],J=[0,b(K2,[0,w(K1),[0,[2,K0,KZ],0]],I),E],K=[0,b(K_,[0,[2,K9,K8],[0,[0,K7,a[8][2]],[0,[0,K6,K5],[0,[0,K4,K3],0]]]],0),0],L=[0,b(Lh,[0,[2,Lg,Lf],[0,[0,Le,Ld],[0,[0,Lc,Lb],[0,[0,La,K$],0]]]],0),K],M=[0,b(Lp,[0,[2,Lo,Ln],[0,[0,Lm,a[8][2]],[0,[0,Ll,Lk],[0,[0,Lj,Li],0]]]],0),L],N=[0,b(Lt,[0,w(Ls),[0,[2,Lr,Lq],0]],M),J],O=[0,b(LC,[0,[2,LB,LA],[0,[0,Lz,Ly],[0,[0,Lx,Lw],[0,[0,Lv,Lu],0]]]],0),0],P=[0,b(LL,[0,[2,LK,LJ],[0,[0,LI,LH],[0,[0,LG,LF],[0,[0,LE,LD],0]]]],0),O],Q=[0,b(LU,[0,[2,LT,LS],[0,[0,LR,LQ],[0,[0,LP,LO],[0,[0,LN,LM],0]]]],0),P],R=[0,b(L2,[0,[2,L1,L0],[0,[0,LZ,a[9][2]],[0,[0,LY,LX],[0,[0,LW,LV],0]]]],0),Q],S=[0,b(L$,[0,[2,L_,L9],[0,[0,L8,L7],[0,[0,L6,L5],[0,[0,L4,L3],0]]]],0),R],T=[0,b(Mi,[0,[2,Mh,Mg],[0,[0,Mf,Me],[0,[0,Md,Mc],[0,[0,Mb,Ma],0]]]],0),S],U=[0,b(Mr,[0,[2,Mq,Mp],[0,[0,Mo,Mn],[0,[0,Mm,Ml],[0,[0,Mk,Mj],0]]]],0),T],V=[0,b(MA,[0,[2,Mz,My],[0,[0,Mx,Mw],[0,[0,Mv,Mu],[0,[0,Mt,Ms],0]]]],0),U],W=[0,b(ME,[0,[2,MD,MC],[0,[0,MB,a[9][2]],0]],0),V],X=[0,b(MN,[0,[2,MM,ML],[0,[0,MK,MJ],[0,[0,MI,MH],[0,[0,MG,MF],0]]]],0),W],Y=[0,b(MR,[0,w(MQ),[0,[2,MP,MO],0]],X),N],Z=[0,b(M0,[0,[2,MZ,MY],[0,[0,MX,MW],[0,[0,MV,MU],[0,[0,MT,MS],0]]]],0),0],_=[0,b(M9,[0,[2,M8,M7],[0,[0,M6,M5],[0,[0,M4,M3],[0,[0,M2,M1],0]]]],0),Z],$=[0,b(Ng,[0,[2,Nf,Ne],[0,[0,Nd,Nc],[0,[0,Nb,Na],[0,[0,M$,M_],0]]]],0),_];return b(NL,[0,[2,NK,NJ],[0,[2,NI,NH],[0,[2,NG,NF],[0,[2,NE,ND],[0,[2,NC,NB],[0,[2,NA,Nz],[0,[2,Ny,Nx],[0,[2,Nw,Nv],[0,[0,Nu,Nt],[0,[0,Ns,Nr],[0,[0,Nq,Np],[0,[0,No,Nn],[0,[0,Nm,Nl],0]]]]]]]]]]]]],[0,b(Nk,[0,w(Nj),[0,[2,Ni,Nh],0]],$),Y])}function
NM(a){var
c=[0,b(NZ,[0,[2,NY,NX],[0,[0,NW,NV],[0,[0,NU,NT],[0,[0,NS,NR],[0,[0,NQ,NP],[0,[0,NO,NN],0]]]]]],0),0],d=[0,b(Oa,[0,[2,N$,N_],[0,[0,N9,N8],[0,[0,N7,N6],[0,[0,N5,N4],[0,[0,N3,N2],[0,[0,N1,N0],0]]]]]],0),c],e=[0,b(On,[0,[2,Om,Ol],[0,[0,Ok,Oj],[0,[0,Oi,Oh],[0,[0,Og,Of],[0,[0,Oe,Od],[0,[0,Oc,Ob],0]]]]]],0),d],f=[0,b(OA,[0,[2,Oz,Oy],[0,[0,Ox,Ow],[0,[0,Ov,Ou],[0,[0,Ot,Os],[0,[0,Or,Oq],[0,[0,Op,Oo],0]]]]]],0),e],g=[0,b(ON,[0,[2,OM,OL],[0,[0,OK,OJ],[0,[0,OI,OH],[0,[0,OG,OF],[0,[0,OE,OD],[0,[0,OC,OB],0]]]]]],0),f],h=[0,b(O0,[0,[2,OZ,OY],[0,[0,OX,OW],[0,[0,OV,OU],[0,[0,OT,OS],[0,[0,OR,OQ],[0,[0,OP,OO],0]]]]]],0),g],i=[0,b(Pe,[0,[2,Pd,Pc],0],[0,b(Pb,[0,[2,Pa,O$],[0,[0,O_,O9],[0,[0,O8,O7],[0,[0,O6,O5],[0,[0,O4,O3],[0,[0,O2,O1],0]]]]]],0),0]),h],j=[0,b(Pr,[0,[2,Pq,Pp],[0,[0,Po,Pn],[0,[0,Pm,Pl],[0,[0,Pk,Pj],[0,[0,Pi,Ph],[0,[0,Pg,Pf],0]]]]]],0),i],k=[0,b(PE,[0,[2,PD,PC],[0,[0,PB,PA],[0,[0,Pz,Py],[0,[0,Px,Pw],[0,[0,Pv,Pu],[0,[0,Pt,Ps],0]]]]]],0),j],l=[0,b(PR,[0,[2,PQ,PP],[0,[0,PO,PN],[0,[0,PM,PL],[0,[0,PK,PJ],[0,[0,PI,PH],[0,[0,PG,PF],0]]]]]],0),k],m=[0,b(P4,[0,[2,P3,P2],[0,[0,P1,P0],[0,[0,PZ,PY],[0,[0,PX,PW],[0,[0,PV,PU],[0,[0,PT,PS],0]]]]]],0),l],n=[0,b(Qf,[0,[2,Qe,Qd],[0,[0,Qc,Qb],[0,[0,Qa,P$],[0,[0,P_,P9],[0,[0,P8,P7],[0,[0,P6,P5],0]]]]]],0),m],o=[0,b(Qs,[0,[2,Qr,Qq],[0,[0,Qp,Qo],[0,[0,Qn,Qm],[0,[0,Ql,Qk],[0,[0,Qj,Qi],[0,[0,Qh,Qg],0]]]]]],0),n],p=[0,b(QF,[0,[2,QE,QD],[0,[0,QC,QB],[0,[0,QA,Qz],[0,[0,Qy,Qx],[0,[0,Qw,Qv],[0,[0,Qu,Qt],0]]]]]],0),o],q=[0,b(QS,[0,[2,QR,QQ],[0,[0,QP,QO],[0,[0,QN,QM],[0,[0,QL,QK],[0,[0,QJ,QI],[0,[0,QH,QG],0]]]]]],0),p],r=[0,b(Q5,[0,[2,Q4,Q3],[0,[0,Q2,Q1],[0,[0,Q0,QZ],[0,[0,QY,QX],[0,[0,QW,QV],[0,[0,QU,QT],0]]]]]],0),q],s=[0,b(Rg,[0,[2,Rf,Re],[0,[0,Rd,Rc],[0,[0,Rb,Ra],[0,[0,Q$,Q_],[0,[0,Q9,Q8],[0,[0,Q7,Q6],0]]]]]],0),r],t=[0,b(Rt,[0,[2,Rs,Rr],[0,[0,Rq,Rp],[0,[0,Ro,Rn],[0,[0,Rm,Rl],[0,[0,Rk,Rj],[0,[0,Ri,Rh],0]]]]]],0),s],u=[0,b(RG,[0,[2,RF,RE],[0,[0,RD,RC],[0,[0,RB,RA],[0,[0,Rz,Ry],[0,[0,Rx,Rw],[0,[0,Rv,Ru],0]]]]]],0),t],v=[0,b(RT,[0,[2,RS,RR],[0,[0,RQ,RP],[0,[0,RO,RN],[0,[0,RM,RL],[0,[0,RK,RJ],[0,[0,RI,RH],0]]]]]],0),u],x=[0,b(RX,[0,w(RW),[0,[2,RV,RU],0]],v),0],y=[0,b(R6,[0,[2,R5,R4],[0,[0,R3,R2],[0,[0,R1,R0],[0,[0,RZ,RY],0]]]],0),0],z=[0,b(Sc,[0,[2,Sb,Sa],[0,[0,R$,a[10][2]],[0,[0,R_,R9],[0,[0,R8,R7],0]]]],0),y],A=[0,b(Sg,[0,w(Sf),[0,[2,Se,Sd],0]],z),x],B=[0,b(So,[0,[2,Sn,Sm],[0,[0,Sl,a[7][2]],[0,[0,Sk,Sj],[0,[0,Si,Sh],0]]]],0),0],C=[0,b(Sw,[0,[2,Sv,Su],[0,[0,St,a[7][2]],[0,[0,Ss,Sr],[0,[0,Sq,Sp],0]]]],0),B],D=[0,b(SE,[0,[2,SD,SC],[0,[0,SB,a[7][2]],[0,[0,SA,Sz],[0,[0,Sy,Sx],0]]]],0),C],E=[0,b(SM,[0,[2,SL,SK],[0,[0,SJ,a[7][2]],[0,[0,SI,SH],[0,[0,SG,SF],0]]]],0),D],F=[0,b(SQ,[0,w(SP),[0,[2,SO,SN],0]],E),A],G=[0,b(SZ,[0,[2,SY,SX],[0,[0,SW,SV],[0,[0,SU,ST],[0,[0,SS,SR],0]]]],0),0],H=[0,b(S7,[0,[2,S6,S5],[0,[0,S4,a[8][2]],[0,[0,S3,S2],[0,[0,S1,S0],0]]]],0),G],I=[0,b(Te,[0,[2,Td,Tc],[0,[0,Tb,Ta],[0,[0,S$,S_],[0,[0,S9,S8],0]]]],0),H],J=[0,b(Tn,[0,[2,Tm,Tl],[0,[0,Tk,Tj],[0,[0,Ti,Th],[0,[0,Tg,Tf],0]]]],0),I],K=[0,b(Tr,[0,[2,Tq,Tp],[0,[0,To,a[8][2]],0]],0),J],L=[0,b(Tv,[0,w(Tu),[0,[2,Tt,Ts],0]],K),F],M=[0,b(TE,[0,[2,TD,TC],[0,[0,TB,TA],[0,[0,Tz,Ty],[0,[0,Tx,Tw],0]]]],0),0],N=[0,b(TN,[0,[2,TM,TL],[0,[0,TK,TJ],[0,[0,TI,TH],[0,[0,TG,TF],0]]]],0),M],O=[0,b(TW,[0,[2,TV,TU],[0,[0,TT,TS],[0,[0,TR,TQ],[0,[0,TP,TO],0]]]],0),N],P=[0,b(T5,[0,[2,T4,T3],[0,[0,T2,T1],[0,[0,T0,TZ],[0,[0,TY,TX],0]]]],0),O],Q=[0,b(Uc,[0,[2,Ub,Ua],[0,[0,T$,T_],[0,[0,T9,T8],[0,[0,T7,T6],0]]]],0),P],R=[0,b(Ul,[0,[2,Uk,Uj],[0,[0,Ui,Uh],[0,[0,Ug,Uf],[0,[0,Ue,Ud],0]]]],0),Q],S=[0,b(Ut,[0,[2,Us,Ur],[0,[0,Uq,a[9][2]],[0,[0,Up,Uo],[0,[0,Un,Um],0]]]],0),R],T=[0,b(Ux,[0,[2,Uw,Uv],[0,[0,Uu,a[9][2]],0]],0),S],U=[0,b(UC,[0,[2,UB,UA],[0,[0,Uz,Uy],0]],0),T],V=[0,b(UH,[0,[2,UG,UF],[0,[0,UE,UD],0]],0),U];return b(Va,[0,[2,U$,U_],[0,[2,U9,U8],[0,[2,U7,U6],[0,[2,U5,U4],[0,[2,U3,U2],[0,[2,U1,U0],[0,[2,UZ,UY],[0,[2,UX,UW],[0,[0,UV,UU],[0,[0,UT,US],[0,[0,UR,UQ],[0,[0,UP,UO],[0,[0,UN,UM],0]]]]]]]]]]]]],[0,b(UL,[0,w(UK),[0,[2,UJ,UI],0]],V),L])}function
Vb(a){var
c=[0,b(Vo,[0,[2,Vn,Vm],[0,[0,Vl,Vk],[0,[0,Vj,Vi],[0,[0,Vh,Vg],[0,[0,Vf,Ve],[0,[0,Vd,Vc],0]]]]]],0),0],d=[0,b(VB,[0,[2,VA,Vz],[0,[0,Vy,Vx],[0,[0,Vw,Vv],[0,[0,Vu,Vt],[0,[0,Vs,Vr],[0,[0,Vq,Vp],0]]]]]],0),c],e=[0,b(VO,[0,[2,VN,VM],[0,[0,VL,VK],[0,[0,VJ,VI],[0,[0,VH,VG],[0,[0,VF,VE],[0,[0,VD,VC],0]]]]]],0),d],f=[0,b(V1,[0,[2,V0,VZ],[0,[0,VY,VX],[0,[0,VW,VV],[0,[0,VU,VT],[0,[0,VS,VR],[0,[0,VQ,VP],0]]]]]],0),e],g=[0,b(Wf,[0,[2,We,Wd],0],[0,b(Wc,[0,[2,Wb,Wa],[0,[0,V$,V_],[0,[0,V9,V8],[0,[0,V7,V6],[0,[0,V5,V4],[0,[0,V3,V2],0]]]]]],0),0]),f],h=[0,b(Wv,[0,[2,Wu,Wt],0],[0,b(Ws,[0,[2,Wr,Wq],[0,[0,Wp,Wo],[0,[0,Wn,Wm],[0,[0,Wl,Wk],[0,[0,Wj,Wi],[0,[0,Wh,Wg],0]]]]]],0),0]),g],i=[0,b(WL,[0,[2,WK,WJ],0],[0,b(WI,[0,[2,WH,WG],[0,[0,WF,WE],[0,[0,WD,WC],[0,[0,WB,WA],[0,[0,Wz,Wy],[0,[0,Wx,Ww],0]]]]]],0),0]),h],j=[0,b(W1,[0,[2,W0,WZ],0],[0,b(WY,[0,[2,WX,WW],[0,[0,WV,WU],[0,[0,WT,WS],[0,[0,WR,WQ],[0,[0,WP,WO],[0,[0,WN,WM],0]]]]]],0),0]),i],k=[0,b(Xc,[0,[2,Xb,Xa],[0,[0,W$,W_],[0,[0,W9,W8],[0,[0,W7,W6],[0,[0,W5,W4],[0,[0,W3,W2],0]]]]]],0),j],l=[0,b(Xp,[0,[2,Xo,Xn],[0,[0,Xm,Xl],[0,[0,Xk,Xj],[0,[0,Xi,Xh],[0,[0,Xg,Xf],[0,[0,Xe,Xd],0]]]]]],0),k],m=[0,b(XC,[0,[2,XB,XA],[0,[0,Xz,Xy],[0,[0,Xx,Xw],[0,[0,Xv,Xu],[0,[0,Xt,Xs],[0,[0,Xr,Xq],0]]]]]],0),l],n=[0,b(XS,[0,[2,XR,XQ],0],[0,b(XP,[0,[2,XO,XN],[0,[0,XM,XL],[0,[0,XK,XJ],[0,[0,XI,XH],[0,[0,XG,XF],[0,[0,XE,XD],0]]]]]],0),0]),m],o=[0,b(X5,[0,[2,X4,X3],[0,[0,X2,X1],[0,[0,X0,XZ],[0,[0,XY,XX],[0,[0,XW,XV],[0,[0,XU,XT],0]]]]]],0),n],p=[0,b(Yg,[0,[2,Yf,Ye],[0,[0,Yd,Yc],[0,[0,Yb,Ya],[0,[0,X$,X_],[0,[0,X9,X8],[0,[0,X7,X6],0]]]]]],0),o],q=[0,b(Yt,[0,[2,Ys,Yr],[0,[0,Yq,Yp],[0,[0,Yo,Yn],[0,[0,Ym,Yl],[0,[0,Yk,Yj],[0,[0,Yi,Yh],0]]]]]],0),p],r=[0,b(YJ,[0,[2,YI,YH],0],[0,b(YG,[0,[2,YF,YE],[0,[0,YD,YC],[0,[0,YB,YA],[0,[0,Yz,Yy],[0,[0,Yx,Yw],[0,[0,Yv,Yu],0]]]]]],0),0]),q],s=[0,b(YW,[0,[2,YV,YU],[0,[0,YT,YS],[0,[0,YR,YQ],[0,[0,YP,YO],[0,[0,YN,YM],[0,[0,YL,YK],0]]]]]],0),r],t=[0,b(Y9,[0,[2,Y8,Y7],[0,[0,Y6,Y5],[0,[0,Y4,Y3],[0,[0,Y2,Y1],[0,[0,Y0,YZ],[0,[0,YY,YX],0]]]]]],0),s],u=[0,b(Zk,[0,[2,Zj,Zi],[0,[0,Zh,Zg],[0,[0,Zf,Ze],[0,[0,Zd,Zc],[0,[0,Zb,Za],[0,[0,Y$,Y_],0]]]]]],0),t],v=[0,b(Zx,[0,[2,Zw,Zv],[0,[0,Zu,Zt],[0,[0,Zs,Zr],[0,[0,Zq,Zp],[0,[0,Zo,Zn],[0,[0,Zm,Zl],0]]]]]],0),u],x=[0,b(ZK,[0,[2,ZJ,ZI],[0,[0,ZH,ZG],[0,[0,ZF,ZE],[0,[0,ZD,ZC],[0,[0,ZB,ZA],[0,[0,Zz,Zy],0]]]]]],0),v],y=[0,b(ZX,[0,[2,ZW,ZV],[0,[0,ZU,ZT],[0,[0,ZS,ZR],[0,[0,ZQ,ZP],[0,[0,ZO,ZN],[0,[0,ZM,ZL],0]]]]]],0),x],z=[0,b(Z1,[0,w(Z0),[0,[2,ZZ,ZY],0]],y),0],A=[0,b(Z_,[0,[2,Z9,Z8],[0,[0,Z7,Z6],[0,[0,Z5,Z4],[0,[0,Z3,Z2],0]]]],0),0],B=[0,b(_h,[0,[2,_g,_f],[0,[0,_e,_d],[0,[0,_c,_b],[0,[0,_a,Z$],0]]]],0),A],C=[0,b(_q,[0,[2,_p,_o],[0,[0,_n,_m],[0,[0,_l,_k],[0,[0,_j,_i],0]]]],0),B],D=[0,b(_u,[0,[2,_t,_s],[0,[0,_r,a[10][2]],0]],0),C],E=[0,b(_y,[0,w(_x),[0,[2,_w,_v],0]],D),z],F=[0,b(_G,[0,[2,_F,_E],[0,[0,_D,a[7][2]],[0,[0,_C,_B],[0,[0,_A,_z],0]]]],0),0],G=[0,b(_O,[0,[2,_N,_M],[0,[0,_L,a[7][2]],[0,[0,_K,_J],[0,[0,_I,_H],0]]]],0),F],H=[0,b(_W,[0,[2,_V,_U],[0,[0,_T,a[7][2]],[0,[0,_S,_R],[0,[0,_Q,_P],0]]]],0),G],I=[0,b(_4,[0,[2,_3,_2],[0,[0,_1,a[7][2]],[0,[0,_0,_Z],[0,[0,_Y,_X],0]]]],0),H],J=[0,b(_8,[0,w(_7),[0,[2,_6,_5],0]],I),E],K=[0,b($f,[0,[2,$e,$d],[0,[0,$c,$b],[0,[0,$a,_$],[0,[0,__,_9],0]]]],0),0],L=[0,b($n,[0,[2,$m,$l],[0,[0,$k,a[8][2]],[0,[0,$j,$i],[0,[0,$h,$g],0]]]],0),K],M=[0,b($v,[0,[2,$u,$t],[0,[0,$s,a[8][2]],[0,[0,$r,$q],[0,[0,$p,$o],0]]]],0),L],N=[0,b($E,[0,[2,$D,$C],[0,[0,$B,$A],[0,[0,$z,$y],[0,[0,$x,$w],0]]]],0),M],O=[0,b($I,[0,w($H),[0,[2,$G,$F],0]],N),J],P=[0,b($Q,[0,[2,$P,$O],[0,[0,$N,a[9][2]],[0,[0,$M,$L],[0,[0,$K,$J],0]]]],0),0],Q=[0,b($Z,[0,[2,$Y,$X],[0,[0,$W,$V],[0,[0,$U,$T],[0,[0,$S,$R],0]]]],0),P],R=[0,b($8,[0,[2,$7,$6],[0,[0,$5,$4],[0,[0,$3,$2],[0,[0,$1,$0],0]]]],0),Q],S=[0,b(aaf,[0,[2,aae,aad],[0,[0,aac,aab],[0,[0,aaa,$$],[0,[0,$_,$9],0]]]],0),R],T=[0,b(aaj,[0,[2,aai,aah],[0,[0,aag,a[9][2]],0]],0),S],U=[0,b(aan,[0,[2,aam,aal],[0,[0,aak,a[9][2]],0]],0),T],V=[0,b(aas,[0,[2,aar,aaq],[0,[0,aap,aao],0]],0),U],W=[0,b(aaw,[0,w(aav),[0,[2,aau,aat],0]],V),O],X=[0,b(aaF,[0,[2,aaE,aaD],[0,[0,aaC,aaB],[0,[0,aaA,aaz],[0,[0,aay,aax],0]]]],0),0],Y=[0,b(aaO,[0,[2,aaN,aaM],[0,[0,aaL,aaK],[0,[0,aaJ,aaI],[0,[0,aaH,aaG],0]]]],0),X],Z=[0,b(aaX,[0,[2,aaW,aaV],[0,[0,aaU,aaT],[0,[0,aaS,aaR],[0,[0,aaQ,aaP],0]]]],0),Y],_=[0,b(aa2,[0,[2,aa1,aa0],[0,[0,aaZ,aaY],0]],0),Z],$=[0,b(aa7,[0,[2,aa6,aa5],[0,[0,aa4,aa3],0]],0),_],aa=[0,b(abe,[0,[2,abd,abc],[0,[0,abb,aba],[0,[0,aa$,aa_],[0,[0,aa9,aa8],0]]]],0),$],ab=[0,b(abn,[0,[2,abm,abl],[0,[0,abk,abj],[0,[0,abi,abh],[0,[0,abg,abf],0]]]],0),aa];return b(abS,[0,[2,abR,abQ],[0,[2,abP,abO],[0,[2,abN,abM],[0,[2,abL,abK],[0,[2,abJ,abI],[0,[2,abH,abG],[0,[2,abF,abE],[0,[2,abD,abC],[0,[0,abB,abA],[0,[0,abz,aby],[0,[0,abx,abw],[0,[0,abv,abu],[0,[0,abt,abs],0]]]]]]]]]]]]],[0,b(abr,[0,w(abq),[0,[2,abp,abo],0]],ab),W])}function
e=[0,p(o(a,b)),0],f=0,g=e0(c,b)?bg(ab0):d3(d);return gj([0,g,f],e)}function
b=[0,p(a[1]),0],c=[0,gj(a[2]),0],e=[0,gi(ab6),c];return Y([0,d5(o(d,a)),e],b)},cy(a[6],f))),0],h=[0,p(b),0],i=[0,gi(ab7),0],j=[0,x(ab5,[0,gj(e),i],h),g];return x(ab4,[0,bg(ab8),0],j)}function
d_(a){switch(a[1]){case
b=[0,p(a[1]),0],c=[0,gi(a[2]),0],e=[0,gh(aci),c];return Y([0,d3(o(d,a)),e],b)},cy(a[6],f))),0],h=[0,p(b),0],i=[0,gh(acj),0],j=[0,x(ach,[0,gi(e),i],h),g];return x(acg,[0,bg(ack),0],j)}function
d8(a){switch(a[1]){case
d=cy(b,gp(c));return cW(a[10],d)?a[10]:cn(d)}var
mr=0;function
acJ(b){var
a3=[0,M([0,aF(acK),0],0),0],u=[0,x(mY,0,cV(function(a){var
b=G(nA,gm(a[13])),c=G(nB,G(c5(a[12]),b)),d=G(nC,G(bj(a[11]),c)),e=G(nD,G(a[10][1],d)),f=G(nE,G(a[9][1],e)),g=G(nF,G(a[8][1],f)),h=G(nG,G(a[7][1],g)),i=G(nH,G(cv(a[6]),h)),j=G(nI,G(cw(a[5]),i)),k=G(nJ,G(gn(a[4]),j)),l=G(nK,G(cx(a[3]),k));return Y(0,[0,p(G(a[2],l)),0])},b[1])),0],v=[0,p(gm(b[13])),0],y=[0,Y(0,[0,p(nM),v]),0],z=[0,p(c5(b[12])),0],A=[0,Y(0,[0,p(nN),z]),y],B=[0,p(bj(b[11])),0],C=[0,Y(0,[0,p(nO),B]),A],D=[0,p(b[10][1]),0],E=[0,Y(0,[0,p(nP),D]),C],F=[0,p(b[9][1]),0],H=[0,Y(0,[0,p(nQ),F]),E],I=[0,p(b[8][1]),0],J=[0,Y(0,[0,p(nR),I]),H],K=[0,p(b[7][1]),0],L=[0,Y(0,[0,p(nS),K]),J],N=[0,p(cv(b[6])),0],P=[0,Y(0,[0,p(nT),N]),L],Q=[0,p(cw(b[5])),0],R=[0,Y(0,[0,p(nU),Q]),P],S=[0,p(gn(b[4])),0],T=[0,Y(0,[0,p(nV),S]),R],U=[0,p(cx(b[3])),0],V=[0,Y(0,[0,p(nW),U]),T],W=[0,p(b[2]),0],a4=[0,x(nL,0,[0,cu(0,[0,Y(0,[0,p(nX),W]),V]),u]),a3],a5=[0,M([0,aF(acL),0],0),a4],aU=[0,p(acE),0],aV=[0,d5(22),0],aW=[0,aF(acF),aV],aX=[0,gk([0,bg(acG),aW],aU),0],c=ai(b[5]),a2=0,aY=0;switch(b[6]){case
d=cy(b,gs(c));return cW(a[10],d)?a[10]:cn(d)}var
mv=0;function
acX(b){var
a7=[0,M([0,aF(acY),0],0),0],u=[0,x(m2,0,cV(function(a){var
b=G(aba,gp(a[13])),c=G(abb,G(c5(a[12]),b)),d=G(abc,G(bj(a[11]),c)),e=G(abd,G(a[10][1],d)),f=G(abe,G(a[9][1],e)),g=G(abf,G(a[8][1],f)),h=G(abg,G(a[7][1],g)),i=G(abh,G(cv(a[6]),h)),j=G(abi,G(cw(a[5]),i)),k=G(abj,G(gq(a[4]),j)),l=G(abk,G(cx(a[3]),k));return Y(0,[0,p(G(a[2],l)),0])},b[1])),0],v=[0,p(gp(b[13])),0],y=[0,Y(0,[0,p(abm),v]),0],z=[0,p(c5(b[12])),0],A=[0,Y(0,[0,p(abn),z]),y],B=[0,p(bj(b[11])),0],C=[0,Y(0,[0,p(abo),B]),A],D=[0,p(b[10][1]),0],E=[0,Y(0,[0,p(abp),D]),C],F=[0,p(b[9][1]),0],H=[0,Y(0,[0,p(abq),F]),E],I=[0,p(b[8][1]),0],J=[0,Y(0,[0,p(abr),I]),H],K=[0,p(b[7][1]),0],L=[0,Y(0,[0,p(abs),K]),J],N=[0,p(cv(b[6])),0],P=[0,Y(0,[0,p(abt),N]),L],Q=[0,p(cw(b[5])),0],R=[0,Y(0,[0,p(abu),Q]),P],S=[0,p(gq(b[4])),0],T=[0,Y(0,[0,p(abv),S]),R],U=[0,p(cx(b[3])),0],V=[0,Y(0,[0,p(abw),U]),T],W=[0,p(b[2]),0],a8=[0,x(abl,0,[0,cu(0,[0,Y(0,[0,p(abx),W]),V]),u]),a7],a9=[0,M([0,aF(acZ),0],0),a8],aY=[0,p(acS),0],aZ=[0,d3(22),0],a0=[0,aF(acT),aZ],a1=[0,gj([0,bg(acU),a0],aY),0],c=ai(b[5]),a6=0,a2=0;switch(b[6]){case
aZ=[0,p(t+e),aY],a0=[0,bh(0,[0,p(acH),aZ]),aX],a1=[0,p(m2),0],a6=[0,x(acD,0,[0,bh(0,[0,p(acI),a1]),a0]),a5];function
l(a,b){return x(acu,a,b)}var
a7=[0,M([0,aF(acM),0],0),a6],aL=[0,l(0,0),0],aM=[0,bh(0,[0,p(acw),0]),0],aN=[0,M(0,[0,bh(0,[0,p(acx),0]),aM]),0],aO=[0,x(acv,[0,d7(acy),0],0),aN],aP=[0,M([0,bg(acz),0],aO),0],aQ=[0,x(acs,0,[0,x(act,0,[0,p(acA),0]),aP]),aL],aR=[0,l(0,0),aQ],aS=[0,aj(c5,1,b[12],21),0],aT=[0,M([0,[2,acC,acB],0],[0,aj(c5,0,b[12],20),aS]),aR],a8=[0,x(acr,0,[0,bQ(0,[0,p(acN),0]),aT]),a7];function
k(a,b){return x(acg,a,b)}var
a9=[0,M([0,aF(acO),0],0),a8],av=[0,k(0,0),0],aw=[0,bh(0,[0,p(aci),0]),0],ax=[0,bh(0,[0,p(acj),0]),aw],ay=[0,bh(0,[0,p(ack),0]),ax],az=[0,M(0,[0,bh(0,[0,p(acl),0]),ay]),0],aA=[0,x(ach,[0,d7(acm),0],0),az],aB=[0,M([0,bg(acn),0],aA),0],aC=[0,x(ace,0,[0,x(acf,0,[0,p(aco),0]),aB]),av],aD=[0,k(0,0),aC],aE=[0,aj(bj,0,b[11],14),0],aG=[0,aj(bj,1,b[11],15),aE],aH=[0,aj(bj,2,b[11],16),aG],aI=[0,aj(bj,3,b[11],17),aH],aJ=[0,aj(bj,4,b[11],18),aI],aK=[0,M([0,[2,acq,acp],0],[0,aj(bj,5,b[11],19),aJ]),aD],a_=[0,x(acd,0,[0,bQ(0,[0,p(acP),0]),aK]),a9];function
j(a,b){return x(ab9,a,b)}var
a$=[0,M([0,aF(acQ),0],0),a_],aq=[0,c7(b,ab_,gp,function(a){return[4,a]},b[10][2]),0],ar=[0,c7(b,ab$,c6,function(a){return[3,a]},b[9][2]),aq],as=[0,c7(b,aca,go,function(a){return[2,a]},b[8][2]),ar],at=[0,c7(b,acb,c6,function(a){return[1,a]},b[7][2]),as],au=[0,j([0,bg(acc),0],at),0],ba=[0,j(0,[0,bQ(0,[0,p(acR),0]),au]),a$],bb=[0,M([0,aF(acS),0],0),ba],f=b[6],Z=[0,aj(cv,2,f,2),0],_=[0,aj(cv,1,f,1),Z],$=[0,M([0,[2,or,oq],0],[0,aj(cv,0,f,0),_]),0],bc=[0,x(op,0,[0,bQ(0,[0,p(acT),0]),$]),bb];function
h(a,b){return x(abY,a,b)}var
bd=[0,M([0,aF(acU),0],0),bc];switch(b[3]){case
a3=[0,p(t+e),a2],a4=[0,bh(0,[0,p(acV),a3]),a1],a5=[0,p(m6),0],a_=[0,x(acR,0,[0,bh(0,[0,p(acW),a5]),a4]),a9];function
l(a,b){return x(acI,a,b)}var
a$=[0,M([0,aF(ac0),0],0),a_],aP=[0,l(0,0),0],aQ=[0,bh(0,[0,p(acK),0]),0],aR=[0,M(0,[0,bh(0,[0,p(acL),0]),aQ]),0],aS=[0,x(acJ,[0,d5(acM),0],0),aR],aT=[0,M([0,bg(acN),0],aS),0],aU=[0,x(acG,0,[0,x(acH,0,[0,p(acO),0]),aT]),aP],aV=[0,l(0,0),aU],aW=[0,aj(c5,1,b[12],21),0],aX=[0,M([0,[2,acQ,acP],0],[0,aj(c5,0,b[12],20),aW]),aV],ba=[0,x(acF,0,[0,bQ(0,[0,p(ac1),0]),aX]),a$];function
k(a,b){return x(acu,a,b)}var
bb=[0,M([0,aF(ac2),0],0),ba],az=[0,k(0,0),0],aA=[0,bh(0,[0,p(acw),0]),0],aB=[0,bh(0,[0,p(acx),0]),aA],aC=[0,bh(0,[0,p(acy),0]),aB],aD=[0,M(0,[0,bh(0,[0,p(acz),0]),aC]),0],aE=[0,x(acv,[0,d5(acA),0],0),aD],aG=[0,M([0,bg(acB),0],aE),0],aH=[0,x(acs,0,[0,x(act,0,[0,p(acC),0]),aG]),az],aI=[0,k(0,0),aH],aJ=[0,aj(bj,0,b[11],14),0],aK=[0,aj(bj,1,b[11],15),aJ],aL=[0,aj(bj,2,b[11],16),aK],aM=[0,aj(bj,3,b[11],17),aL],aN=[0,aj(bj,4,b[11],18),aM],aO=[0,M([0,[2,acE,acD],0],[0,aj(bj,5,b[11],19),aN]),aI],bc=[0,x(acr,0,[0,bQ(0,[0,p(ac3),0]),aO]),bb];function
j(a,b){return x(acl,a,b)}var
bd=[0,M([0,aF(ac4),0],0),bc],au=[0,c7(b,acm,gs,function(a){return[4,a]},b[10][2]),0],av=[0,c7(b,acn,c6,function(a){return[3,a]},b[9][2]),au],aw=[0,c7(b,aco,gr,function(a){return[2,a]},b[8][2]),av],ax=[0,c7(b,acp,c6,function(a){return[1,a]},b[7][2]),aw],ay=[0,j([0,bg(acq),0],ax),0],be=[0,j(0,[0,bQ(0,[0,p(ac5),0]),ay]),bd],bf=[0,M([0,aF(ac6),0],0),be],f=b[6],Z=[0,aj(cv,2,f,2),0],_=[0,aj(cv,1,f,1),Z],$=[0,M([0,[2,ab3,ab2],0],[0,aj(cv,0,f,0),_]),0],bi=[0,x(ab1,0,[0,bQ(0,[0,p(ac7),0]),$]),bf];function
h(a,b){return x(aca,a,b)}var
bk=[0,M([0,aF(ac8),0],0),bi];switch(b[3]){case
af=[0,h(0,0),0],ag=[0,cu(0,cV(function(a){return Y(0,[0,p(a),0])},ai(b[5])[8])),0],ah=[0,p(cw(b[5])),0],ak=[0,x(abW,0,[0,x(abX,0,[0,p(abZ),ah]),ag]),af],al=[0,h(0,0),ak],i=b[5],ad=0,ae=[0,x(abU,0,[0,p(cw(i)),0]),0];switch(i){case
al=[0,h(0,0),0],am=[0,cu(0,cV(function(a){return Y(0,[0,p(a),0])},ai(b[5])[8])),0],an=[0,p(cw(b[5])),0],ao=[0,x(ab_,0,[0,x(ab$,0,[0,p(acb),an]),am]),al],ap=[0,h(0,0),ao],i=b[5],ae=[0,x(ab8,0,[0,p(cw(i)),0]),0],ad=0,af=b[8][2],ag=b[7][2],ah=b[10][2],ak=b[9][2];switch(i){case
a=sx;break;default:var
a=ov}var
am=[0,M(0,[0,x(abT,0,[0,a(b),ae]),ad]),al],an=[0,M([0,aF(ab0),0],0),am],ao=[0,M([0,[2,ab2,ab1],0],cV(function(a){return aj(cw,a[1],b[5],a[2])},d)),an],ap=[0,bQ(0,[0,p(acV),0]),ao],be=[0,x(abV,[0,w(ab3),0],ap),bd],bf=[0,M([0,aF(acW),0],0),be],g=b[3],aa=[0,aj(cx,2,g,5),0],ab=[0,aj(cx,1,g,4),aa],ac=[0,M([0,[2,ou,ot],0],[0,aj(cx,0,g,3),ab]),0],bi=[0,x(os,0,[0,bQ(0,[0,p(acX),0]),ac]),bf];function
a=rn;break;default:var
a=nl}var
aq=[0,M(0,[0,x(ab7,0,[0,a(ak,ah,ag,af),ae]),ad]),ap],ar=[0,M([0,aF(acc),0],0),aq],as=[0,M([0,[2,ace,acd],0],cV(function(a){return aj(cw,a[1],b[5],a[2])},d)),ar],at=[0,bQ(0,[0,p(ac9),0]),as],bl=[0,x(ab9,[0,w(acf),0],at),bk],bm=[0,M([0,aF(ac_),0],0),bl],g=b[3],aa=[0,aj(cx,2,g,5),0],ab=[0,aj(cx,1,g,4),aa],ac=[0,M([0,[2,ab6,ab5],0],[0,aj(cx,0,g,3),ab]),0],bn=[0,x(ab4,0,[0,bQ(0,[0,p(ac$),0]),ac]),bm];function
n(a){return dW(dX,m,a)}function
o(a){return bL(mP,n,a)}var
bk=[0,M([0,aF(acY),0],0),bi],X=[0,f3(mR,l1,fS,function(a){return bL(mQ,o,a)}),0],bl=[0,x(of,0,[0,x(mX,[0,[2,on,om],[0,[2,ol,ok],[0,[2,oj,oi],[0,[2,oh,og],[0,[1,mO,O(b[2])],X]]]]],0),0]),bk],bm=[0,x(mS,0,[0,p(acZ),0]),bl],bn=[0,bg(ac0),0],bo=[0,M([0,w(ac1),bn],bm),a2],bp=[0,bg(ac2),0];return M(0,[0,M([0,w(ac3),bp],[0,nZ,0]),bo])}function
ac4(a,b){if(typeof
n(a){return dU(dV,m,a)}function
o(a){return bL(mT,n,a)}var
bo=[0,M([0,aF(ada),0],0),bn],X=[0,f2(mV,l5,fR,function(a){return bL(mU,o,a)}),0],bp=[0,x(abR,0,[0,x(m1,[0,[2,abZ,abY],[0,[2,abX,abW],[0,[2,abV,abU],[0,[2,abT,abS],[0,[1,mS,O(b[2])],X]]]]],0),0]),bo],bq=[0,x(mW,0,[0,p(adb),0]),bp],br=[0,bg(adc),0],bs=[0,M([0,w(add),br],bq),a6],bt=[0,bg(ade),0];return M(0,[0,M([0,w(adf),bt],[0,abz,0]),bs])}function
adg(a,b){if(typeof
M=a[13],N=a[12],O=a[11],P=a[10],Q=a[9],R=a[8],S=a[7],T=a[6],U=d_([0,0,a[4]])[1],c=[0,a[1],a[2],0,a[4],U,T,S,R,Q,P,O,N,M];break;case
M=a[13],N=a[12],O=a[11],P=a[10],Q=a[9],R=a[8],S=a[7],T=a[6],U=d8([0,0,a[4]])[1],c=[0,a[1],a[2],0,a[4],U,T,S,R,Q,P,O,N,M];break;case
V=a[13],W=a[12],X=a[11],Y=a[10],Z=a[9],_=a[8],$=a[7],aa=a[6],ab=d_([0,1,a[4]])[1],c=[0,a[1],a[2],1,a[4],ab,aa,$,_,Z,Y,X,W,V];break;case
V=a[13],W=a[12],X=a[11],Y=a[10],Z=a[9],_=a[8],$=a[7],aa=a[6],ab=d8([0,1,a[4]])[1],c=[0,a[1],a[2],1,a[4],ab,aa,$,_,Z,Y,X,W,V];break;case
ac=a[13],ad=a[12],ae=a[11],af=a[10],ag=a[9],ah=a[8],ai=a[7],aj=a[6],ak=d_([0,2,a[4]])[1],c=[0,a[1],a[2],2,a[4],ak,aj,ai,ah,ag,af,ae,ad,ac];break;case
ac=a[13],ad=a[12],ae=a[11],af=a[10],ag=a[9],ah=a[8],ai=a[7],aj=a[6],ak=d8([0,2,a[4]])[1],c=[0,a[1],a[2],2,a[4],ak,aj,ai,ah,ag,af,ae,ad,ac];break;case
m=c[13],n=c[12],o=c[11],p=c[10],q=c[9],r=c[8],s=c[7],t=c[6],u=c[5],v=c[4],w=c[3],x=c[2];return[0,[0,a,gq(19,c[1])],x,w,v,u,t,s,r,q,p,o,n,m]}function
mE(a){return mr}dY(mF,function(a){var
c=ct(0),d=[0,function(a){return gh(mB,acJ,a)},function(a){return gh(mC,mE,a)},function(c,b){return cs(mD,function(a){return ac4(c,b)},function(a){return 0})}];if(c.body===null)throw i([0,n,lX],1);var
b=[0,nz,0,0,0,c.body,d];gc(b);ge(b);return gf(function(a){return gg(b,a)})},bN(0));dC(0);return}(globalThis));
m=c[13],n=c[12],o=c[11],p=c[10],q=c[9],r=c[8],s=c[7],t=c[6],u=c[5],v=c[4],w=c[3],x=c[2];return[0,[0,a,gt(19,c[1])],x,w,v,u,t,s,r,q,p,o,n,m]}function
mI(a){return mv}dW(mJ,function(a){var
c=ct(0),d=[0,function(a){return gg(mF,acX,a)},function(a){return gg(mG,mI,a)},function(c,b){return cs(mH,function(a){return adg(c,b)},function(a){return 0})}];if(c.body===null)throw i([0,n,l1],1);var
b=[0,aa$,0,0,0,c.body,d];gb(b);gd(b);return ge(function(a){return gf(b,a)})},bN(0));dA(0);return}(globalThis));
(* file: svg.ml *)
open Fmlib_browser
let a45_view back_panel_colour rolltop_colour side_panels_colour
side_pockets_colour =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[ id "Back-Panel" ]
[
svg_node "path"
[
attribute "d"
"M363.837,1014.88C363.837,1014.88 364.463,1014.77 \
364.783,1014.69C365.229,1014.59 365.684,1014.46 \
366.148,1014.3C375.404,1011.21 387.944,998.383 \
393,986C396.955,976.315 401.048,967.037 403,957C406.5,939 \
412.794,904.66 414,878C414.829,859.673 414.091,836.149 \
413.139,811.305C412.178,786.219 411,759.787 \
411,736C411,681.833 414,613.833 414,553C414,492.325 \
411,424.933 411,371C411,327.55 414.423,244.615 \
414.157,231.239C414.134,230.081 414,229.4 \
414,229.4L414.159,226.169C414.159,226.169 421.036,226.363 \
424.459,226.454C448.528,227.095 472.013,227.545 \
494,228C538.325,228.917 586.5,230 627,229C631.788,228.882 \
636.628,228.77 641.501,228.652C645.87,228.546 654.67,228.312 \
654.67,228.312L655,229.4C655,229.4 649.333,363.233 \
648,423C646.773,477.987 647.333,533.5 647,588C646.67,642 \
646,707.667 646,750C646,780.668 646.667,813.5 \
647,842C647.308,868.334 645.667,900.833 \
648,921C649.684,935.558 654.514,949.745 \
661,963C664.507,970.167 669.618,980.426 \
674.993,989.385C681.369,1000.01 689.121,1009.21 \
694,1015C697.439,1019.09 702.873,1022.86 \
707.999,1025.04C709.187,1025.54 711.484,1026.28 \
711.484,1026.28L717,1027C717,1027 667.808,1034.67 \
643,1035C605.5,1035.5 538.5,1033.33 492,1030C449.151,1026.93 \
364,1015 364,1015L363.837,1014.88Z";
style "fill" back_panel_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d" "M410,927C490.231,939.979 568.961,940.825 646,928";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M414.36,366C494.491,373.663 571.819,374.825 646.999,371";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Side-Pockets" ]
[
svg_node "path"
[
attribute "d"
"M327.755,885.357C327.755,885.357 327.885,890.54 \
327.961,893.069C328.21,901.295 328.543,909.049 \
329,916C330.325,936.133 334.333,961.333 \
337,976C338.736,985.55 340.833,997.5 345,1004C348.642,1009.68 \
355.255,1014.76 362,1015C371.199,1015.33 387.134,1000.36 \
393,986C396.955,976.315 401.048,967.037 \
403,957C405.287,945.239 408.767,926.501 \
411.241,907.488C411.522,905.326 412.042,901.001 \
412.042,901.001L410,900.554C410,900.554 409.739,900.626 \
409.02,900.627C408.327,900.628 407.288,900.605 \
405.96,900.554C398.182,900.256 380.472,898.989 \
364,895.777C345.739,892.217 329,885 329,885L327.755,885.357Z";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M743,891C743,891 742.718,891.452 \
741.886,891.74C736.925,893.457 716.438,896.5 \
695.764,898.358C671.413,900.547 646.804,901.111 \
647,900L646.823,900.554C646.823,900.554 646.956,905.919 \
647.067,908.464C647.264,912.996 647.562,917.215 \
648,921C649.684,935.558 654.514,949.745 \
661,963C664.507,970.167 669.618,980.426 \
674.993,989.385C681.369,1000.01 689.117,1009.22 \
694,1015C699.386,1021.39 709.667,1027 716,1027C722.333,1027 \
729.413,1021.15 732,1015C733.648,1011.09 735.777,1006.34 \
737,999.872C738.746,990.638 739.342,978.935 \
740,970C741.212,953.532 742.07,928.127 \
742.772,901.908C742.857,898.759 743.019,892.44 \
743.019,892.44L743,891Z";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Side-Panels"; attribute "transform" "matrix(1,0,0,1,0.329039,0)" ]
[
svg_node "path"
[
attribute "d"
"M414,229.4C415.041,229.961 411,323.789 411,371C411,424.933 \
414,492.325 414,553C414,613.833 411,681.833 \
411,736C411,759.787 412.178,786.219 \
413.139,811.305C414.091,836.149 414.829,859.673 \
414,878C413.807,882.269 413.483,886.735 \
413.061,891.3C412.78,894.351 412.094,900.554 \
412.094,900.554L410,900.554C410,900.554 408.665,900.658 \
405.96,900.554C398.182,900.256 380.472,898.989 \
364,895.777C345.739,892.217 329,885 \
329,885L327.75,885.163C327.75,885.163 327.68,882.048 \
327.648,880.474C327.272,861.98 327.19,842.067 \
327,824C326.5,776.5 326.167,691.667 326,631C325.843,574 \
324.601,516.983 326,460C327.667,392.117 336,223.7 \
336,223.7L337,223C357.008,224.139 377.369,224.987 \
397.561,225.656C403.262,225.845 414.611,226.182 \
414.611,226.182";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M737,222C737,222 741.207,283.965 742,315C743.167,360.667 \
743,441.167 744,496C744.9,545.343 748,594.649 \
748,644C748,703.333 745.333,797.667 744,852C743.782,860.877 \
743.88,870.385 743.326,880.066C743.113,883.772 742.852,891.3 \
742.852,891.3L743,891C743,891 741.73,891.896 \
739.005,892.516C731.296,894.27 713.599,896.755 \
695.764,898.358C671.413,900.547 646.804,901.111 \
647,900L646.823,900.554C646.823,900.554 646.735,894.459 \
646.726,891.3C646.684,875.256 647.182,857.553 \
647,842C646.667,813.5 646,780.668 646,750C646,707.667 \
646.67,642 647,588C647.333,533.5 646.773,477.987 \
648,423C649.333,363.233 655,229.4 \
655,229.4L654.797,228.49L654.713,228.311C654.713,228.311 \
665.356,227.993 670.674,227.791C693.729,226.912 \
716.564,225.389 737,222";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Rolltop" ]
[
svg_node "path"
[
attribute "d"
"M337,223C390.094,226.022 445.667,227 494,228C538.325,228.917 \
586.5,230 627,229C663.73,228.093 703.574,227.544 \
737,222L737,221C737,221 733.833,169 732,151C730.701,138.242 \
729.167,122.833 726,113C723.476,105.164 719.351,97.239 \
713,92C706.333,86.5 695.669,81.876 686,80C674.833,77.833 \
659.335,78.731 646,79C629.5,79.333 606.689,81.677 \
587,82C556.5,82.5 490.167,82.167 463,82C449.996,81.92 \
436.667,81.167 424,81C411.668,80.838 398.167,77 \
387,81C375.833,85 363.678,94.073 357,105C349.667,117 \
345.944,136.595 343,153C339.5,172.5 336,222 336,222L337,223Z";
style "fill" rolltop_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Black" ]
[
svg_node "path"
[
attribute "d"
"M484,924C493.299,865.568 506.6,812.616 \
521,755C541.791,811.861 559.414,864.727 575,924";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "24px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M478,363C491.729,339.327 503.501,325.977 \
517,311C534.752,331.55 545.183,349.529 555,365";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "24px";
style "stroke-linejoin" "bevel";
]
[];
svg_node "path"
[
attribute "d"
"M448,87C466.397,122.534 488.208,154.673 \
516.5,184C557.292,151.882 593.588,119.585 620,87";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M635,244L636,270";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M635,459L635,492";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M630,648L630,680";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M630,854L630,879";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M429,244L430,270";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M429,452L430,484";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M429,648L429,672";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M429,845L429,866.5";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M516.5,184C519.467,276.197 518.505,364.689 524,441";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
]
let a55_view back_panel_colour rolltop_colour side_panels_colour
side_pockets_colour =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[
id "Waist-Belt";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M334.36,783C334.36,783 334.397,766.005 \
334.441,757.687C334.45,756.117 334.469,752.994 \
334.469,752.994L333,753C333,753 297.833,742.667 \
282,738C267.33,733.676 252.925,728.334 238,725C222.333,721.5 \
201.667,718 188,717C179.662,716.39 168.333,717.667 \
162,720C156.908,721.876 151.716,725.852 150,731C148,737 \
147.549,748.035 150,756C152.667,764.667 159.148,775.094 \
166,783C174.667,793 190.333,806.5 202,816C205.292,818.681 \
212.247,823.908 212.247,823.908";
style "fill" "rgb(179,179,179)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M212.247,823.908C212.247,823.908 228.482,835.258 \
236,840C245.968,846.287 256.375,851.9 267,857C279.5,863 \
299.833,871.5 311,876C318.529,879.034 334,884 \
334,884L335.184,883.902C335.184,883.902 335.127,880.913 \
335.099,879.4C334.561,850.014 334.36,783 \
334.36,783L334,783C334,783 300.833,777.667 \
286,772C271.362,766.408 245,749 245,749C233.658,771.279 \
222.901,795.608 213,822L212.247,823.908Z";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M904.361,808.776C904.361,808.776 903.37,809.67 \
902.865,810.123C887.861,823.599 868.143,840.265 \
855,850C840.713,860.583 822.833,870.333 \
809,877C797.224,882.675 772,890 \
772,890L767.983,890.425C767.983,890.425 767.983,889.181 \
767.983,888.405C767.983,886.669 767.983,884.578 \
767.983,883.196C767.999,848.894 766.255,822.635 \
764.124,788.421L764.722,788.253C764.722,788.253 \
765.404,788.064 765.747,787.971C790.437,781.228 \
819.28,777.713 841,763C852.426,755.261 863.175,746.56 \
874,738L903,806L904.361,808.776Z";
style "fill" "rgb(51,51,51)";
]
[];
svg_node "path"
[
attribute "d"
"M904.361,808.776C904.361,808.776 903.37,809.67 \
902.865,810.123C887.861,823.599 868.143,840.265 \
855,850C840.713,860.583 822.833,870.333 \
809,877C797.224,882.675 772,890 \
772,890L767.983,890.425C767.983,890.425 767.983,889.181 \
767.983,888.405C767.983,886.669 767.983,884.578 \
767.983,883.196C767.999,848.894 766.255,822.635 \
764.124,788.421";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M764.124,788.421C762.729,772.501 761.39,756.576 \
760.024,740.653L763,740C763,740 799.493,737.79 \
817,733C834.667,728.167 852.882,718.484 \
869,711C883.521,704.257 903.167,697.333 \
916,695C925.861,693.207 939.5,695 946,697C950.286,698.319 \
953.5,702.833 955,707C956.5,711.167 955.841,717.071 \
955,722C953.833,728.833 951,740 948,748C945.121,755.677 \
941.383,763.071 937,770C931.833,778.167 925.017,789.179 \
917,797C913.933,799.992 910.028,803.638 \
905.611,807.645C905.199,808.019 904.361,808.776 \
904.361,808.776L903,806L874,738C863.175,746.56 \
852.426,755.261 841,763C819.28,777.713 790.437,781.228 \
765.747,787.971C765.404,788.064 764.722,788.253 \
764.722,788.253C764.722,788.253 764.921,788.197 \
764.722,788.253L764.124,788.421Z";
style "fill" "rgb(179,179,179)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
];
svg_node "g"
[
id "Back-Panel";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M348,968C348,968 351.508,968.924 \
353.705,969.241C361.848,970.417 373.388,970.069 \
381,966C390.667,960.833 401.214,948.832 406,937C412,922.167 \
415.173,897.251 417,877C420.833,834.5 428.114,747.117 \
429,682C430.167,596.276 424,362.657 \
424,362.657L423.768,360.055C423.768,360.055 427.353,360.298 \
429.147,360.413C500.431,364.972 572.46,362.268 \
643.258,355.17C646.174,354.878 652,354.271 \
652,354.271L652,358L653,540L660,706L675,862L687,936C688.419,951.483 \
697.405,966.472 711.071,974.145C717.283,977.632 \
724.662,979.393 731.764,978.927C733.506,978.813 \
736.92,978.175 736.92,978.175L740,977.511C740,977.511 \
708.678,996.64 691,999C666.667,1002.25 623,997.333 \
594,997C568.335,996.705 542.665,997.331 \
517,997C491.167,996.667 464.675,999.152 439,995C411,990.472 \
349,969.83 349,969.83L348,968Z";
style "fill" back_panel_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M411,930C411.12,929.704 477.42,941.139 \
545,942.68C615.307,944.283 687,936 687,936";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M429.147,470C505.814,475.717 580.128,475.457 652,469";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
];
svg_node "g"
[
id "Side-Pockets";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M335.023,872.813C343.395,875.643 351.772,877.804 \
360.155,879.308C370.115,881.094 380.083,881.953 \
390.059,881.9C398.953,881.853 407.854,881.082 \
416.76,879.599L416.65,880.757C416.65,880.757 416.193,885.375 \
415.936,887.734C414.004,905.484 410.973,924.705 \
406,937C401.214,948.832 390.667,960.833 \
381,966C371.333,971.167 355.333,970.333 \
348,968C341.833,966.038 337.32,958.464 337,952C336.23,936.424 \
335.586,910.851 335.136,880.757C335.099,878.255 \
335.028,873.161 335.028,873.161L335.023,872.813Z";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M416.65,880.757C416.65,880.757 416.193,885.375 \
415.936,887.734C414.004,905.484 410.973,924.705 \
406,937C401.214,948.832 390.667,960.833 \
381,966C371.333,971.167 355.333,970.333 \
348,968C341.833,966.038 337.32,958.464 337,952C336.23,936.424 \
335.586,910.851 335.136,880.757C335.099,878.255 \
335.028,873.161 335.028,873.161";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M680.492,895.869L687,936C688.419,951.483 697.424,966.437 \
711.071,974.145C723.648,981.248 741.058,981.217 \
751.273,969.83C754.111,966.667 756.313,962.9 \
758,959C767.143,937.861 767.983,891.485 \
767.983,891.485C767.983,891.485 767.982,885.941 \
767.983,883.196C767.984,881.987 767.978,879.599 \
767.978,879.599C744.221,890.795 716.034,895.908 \
680.492,895.868";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
];
svg_node "g"
[
id "Side-Panels";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M424,362.657C424,362.657 430.167,596.276 \
429,682C428.114,747.117 420.833,834.5 417,877C416.889,878.236 \
416.65,880.757 416.65,880.757L416.76,879.599C389.459,884.144 \
362.212,882.003 \
335.023,872.813L335.028,873.161C335.028,873.161 \
334.95,867.247 334.914,864.239C334.295,812.659 \
334.225,751.595 335,705C336.298,626.94 343.333,530.279 \
345,471C346.14,430.459 345,349.329 \
345,349.329L345,347C362.763,354.362 381.575,356.43 \
400.416,358.171C408.032,358.875 423.297,360.023 \
423.297,360.023L424,362.657Z";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M680.492,895.869C680.492,895.869 679.613,890.445 \
679.173,887.734C678.258,882.089 675.912,870.642 \
675,862C671.804,831.711 660,706 \
660,706L653,540L652.015,360.658L652.015,358L652.064,354.264C652.064,354.264 \
654.133,354.038 657.167,353.704C662.677,353.095 \
671.371,352.127 676.641,351.497C698.772,348.851 \
722.892,344.682 741,336L741,342C739.349,346.159 \
752.015,605.667 752,614C751.946,643.793 760.024,740.653 \
760.024,740.653C761.39,756.576 762.729,772.501 \
764.124,788.421C766.068,819.639 767.69,844.234 \
767.948,874.36C767.963,876.087 767.978,879.599 \
767.978,879.599C744.221,890.795 716.034,895.908 \
680.492,895.868";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d"
"M335.028,873.161C335.028,873.161 334.95,867.247 \
334.914,864.239C334.295,812.659 334.225,751.595 \
335,705C336.298,626.94 343.333,530.279 345,471C346.14,430.459 \
345,349.329 345,349.329";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
svg_node "path"
[
attribute "d" "M740.855,336.069C740.949,339.796 741,342 741,342";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
];
svg_node "g"
[
id "Rolltop";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M345,347C362.763,354.362 381.575,356.43 \
400.416,358.171C492.223,366.654 585.721,362.367 \
676.641,351.497C698.772,348.851 722.745,344.664 \
740.853,335.982L740.846,335.713C740.846,335.713 \
739.237,274.756 738,257C736.902,241.236 734.303,223.167 \
731.803,210C729.739,199.131 727.992,188.031 \
723,178C720.417,172.811 717.225,166.07 \
712.17,160.718C706.235,154.436 697.324,150.245 \
690,147C676.833,141.167 658.846,139.828 643,138C625.667,136 \
605.025,134.761 586,135C559.5,135.333 508.167,138.333 \
484,140C469.604,140.993 455.373,142.927 441,145C423.667,147.5 \
401.333,155.167 386,167C370.667,178.833 353.538,196.043 \
349,216C342.402,245.016 344.989,346.973 344.989,346.973";
style "fill" rolltop_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.08px";
]
[];
];
svg_node "g"
[
id "Black";
attribute "transform" "matrix(1.16593,0,0,1.09247,-103.723,-80.0186)";
]
[
svg_node "path"
[
attribute "d"
"M529,258C536.491,346.888 537.166,435.903 533.398,525";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "17.7px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M511,930L540,786L591,930";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.24px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M648,947L648,956";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "15.93px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M450,942.886L450,951.5";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "15.93px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M463.796,151.18C480.985,197.917 503.27,229.582 \
529,258C556.688,228.552 582.238,196.036 \
599.552,153.77C601.102,149.986 601.586,149.125 603,145.18";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "17.7px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M499,464C508.458,442.062 521.639,431.645 \
535.639,422.252C556.43,433.709 571.828,448.005 584,464";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.24px";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M641,375L641,391.5";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M462,479L461,486";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "15.93px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.857684,0,0,0.915356,88.9613,73.2455)";
]
[
svg_node "path"
[
attribute "d" "M619,443.275L619,450.922";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M636,555L636,577";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M648,724L648,743";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M664,892L671,913";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M438,383.25L440,404";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M439,555L440,577";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M440,724L440,753";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M428,889L428,913";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.62px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.857684,0,0,0.915356,88.9613,73.2455)";
]
[
svg_node "path"
[
attribute "d"
"M940,756C940,756 956.272,747.589 \
965,744.994C977.511,741.276 1002.04,744.024 \
1010.78,756C1018.68,766.814 1022.09,787.537 \
1020,803.546C1017.55,822.33 1001.39,850.36 \
980,865C958.374,879.803 925.619,892.359 \
896.598,901C866.931,909.833 802,918 802,918";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "24px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "g"
[
attribute "transform"
"matrix(0.857684,0,0,0.915356,88.9613,73.2455)";
]
[
svg_node "path"
[
attribute "d" "M131,758L155,769";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "24px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
];
]
let a65_view back_panel_colour rolltop_colour side_panels_colour
side_pockets_colour =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[
id "Waist-Belt";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d"
"M826.224,814.36C826.224,814.36 823.926,817.096 \
822.929,818.263C813.178,829.685 803.181,840.341 \
792.948,851.912C781.21,865.183 767.189,878.222 \
752.728,891L751.965,889.698C751.965,889.698 751.898,884.921 \
751.846,882.282C751.495,864.501 750.597,839.529 \
749.601,815.112C749.592,814.907 749.57,814.36 \
749.57,814.36L749.528,813.34";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M749.528,813.34C774.65,794.091 795.467,776.437 \
813,760L825.912,814.735";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M749.528,813.34C749.528,813.34 749.461,811.706 \
749.427,810.89C749.115,803.348 748.796,795.903 \
748.483,788.784C748.366,786.116 748.134,780.929 \
748.134,780.929L750,780C750,780 751.982,779.465 \
755.162,778.124C763.766,774.495 780.889,766.48 \
789,761C798.959,754.272 819,741 819,741C827.985,734.675 \
835.98,728.793 845,724C846.971,722.62 850.385,721.705 \
853,721C856.008,720.808 858.46,721.277 \
860,723C862.346,725.808 862.495,729.208 \
862,733C860.78,741.349 859.974,748.803 \
858,756C856.479,761.544 853.722,769.317 \
851,777C848.582,783.334 844.89,790.04 840,797C836.957,801.106 \
833.211,805.844 829,811C827.974,812.257 825.912,814.735 \
825.912,814.735L825,814L813,760C794.629,778.849 \
774.569,796.21 752.728,812L749.528,813.34Z";
style "fill" "rgb(179,179,179)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M230.695,836.246C230.695,836.246 228.64,833.867 \
227.641,832.696C225.673,830.392 223.782,828.144 \
222,826C213.009,815.181 202.667,801.5 197,792C192.783,784.93 \
188.667,776.333 188,769C187.349,761.834 188.167,752.667 \
193,748C197.833,743.333 208.753,739.803 217,741C227.333,742.5 \
255,757 255,757C274.975,766.077 294.544,772.147 \
313,777C334.437,781.43 353.627,783.62 \
371,784L372.94,784.106C372.94,784.106 372.52,792.278 \
372.315,796.262C371.779,806.664 371.265,816.598 \
370.779,826C370.663,828.263 370.434,832.696 \
370.434,832.696L367.518,832C367.518,832 333.558,819.91 \
318,811C300.247,800.833 261,771 261,771C252.071,793.242 \
242.511,814.422 232,834L230.695,836.246Z";
style "fill" "rgb(179,179,179)";
]
[];
svg_node "path"
[
attribute "d"
"M368.645,867.861C368.645,867.861 368.427,872.246 \
368.323,874.353C368.211,876.637 368.103,878.853 \
368,881C367.46,892.206 367.262,905.168 \
368,916.976C368.093,918.459 368.323,921.365 \
368.323,921.365L365,921C365,921 356.559,918.015 \
347.442,914.572C344.994,913.648 340.102,911.749 \
340.102,911.749L342,909L367.518,866L368.645,867.861Z";
style "fill" "rgb(179,179,179)";
]
[];
svg_node "path"
[
attribute "d"
"M370.434,832.696C370.434,832.696 370.064,839.89 \
369.886,843.353C369.545,850.006 369.224,856.325 \
368.924,862.282C368.829,864.179 368.645,867.861 \
368.645,867.861L367.518,866L342,909L340.102,911.749C340.102,911.749 \
333.551,909.126 331,908C318.167,902.333 300.5,894.5 \
288,887C276.567,880.14 265.792,872.05 256,863C248.968,856.5 \
241.05,848.025 233.683,839.665C232.676,838.521 \
230.695,836.246 230.695,836.246L232,834C242.511,814.422 \
252.071,793.242 261,771C261,771 300.247,800.833 \
318,811C333.558,819.91 367.518,832 \
367.518,832L370.434,832.696Z";
style "fill" "rgb(51,51,51)";
]
[];
svg_node "path"
[
attribute "d"
"M370.434,832.696C370.434,832.696 370.064,839.89 \
369.886,843.353C369.545,850.006 369.224,856.325 \
368.924,862.282C368.829,864.179 368.645,867.861 \
368.645,867.861";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M230.695,836.246C230.695,836.246 232.676,838.521 \
233.683,839.665C241.05,848.025 248.968,856.5 \
256,863C265.792,872.05 276.567,880.14 288,887C300.5,894.5 \
318.167,902.333 331,908C333.551,909.126 340.102,911.749 \
340.102,911.749L342,909L367.518,866L368.645,867.861C368.645,867.861 \
368.427,872.246 368.323,874.353C368.211,876.637 \
368.103,878.853 368,881C367.46,892.206 367.262,905.168 \
368,916.976C368.093,918.459 368.323,921.365 \
368.323,921.365L365,921C365,921 356.559,918.015 \
347.442,914.572C344.994,913.648 340.102,911.749 \
340.102,911.749";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M230.695,836.246C230.695,836.246 228.64,833.867 \
227.641,832.696C225.673,830.392 223.782,828.144 \
222,826C213.009,815.181 202.667,801.5 197,792C192.783,784.93 \
188.667,776.333 188,769C187.349,761.834 188.167,752.667 \
193,748C197.833,743.333 208.753,739.803 217,741C227.333,742.5 \
255,757 255,757C274.975,766.077 294.544,772.147 \
313,777C334.437,781.43 353.627,783.62 \
371,784L372.94,784.106C372.94,784.106 372.52,792.278 \
372.315,796.262C371.779,806.664 371.265,816.598 \
370.779,826C370.663,828.263 370.434,832.696 \
370.434,832.696L367.518,832C367.518,832 333.558,819.91 \
318,811C300.247,800.833 261,771 261,771C252.071,793.242 \
242.511,814.422 232,834L230.695,836.246Z";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
];
svg_node "g"
[
id "Back-Panel";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d"
"M439.598,899.627C439.598,899.627 439.26,900.779 \
439.09,901.351C435.103,914.775 430.871,926.797 \
428,935C425.223,942.932 420.55,951.266 \
415.484,956.887C410.762,962.129 403.802,968.329 \
397,968C396.344,967.968 394.912,967.61 \
394.912,967.61L397,968.013L398.346,968.132C398.346,968.132 \
484.166,976.047 561.063,976.909C635.592,977.745 \
723.09,972.137 723.09,972.137C723.09,972.137 727.541,971.892 \
728,971.909C729.166,971.953 721.709,970.908 \
721.709,970.908C721.709,970.908 720.01,970.216 \
719.185,969.791C715.196,967.735 711.636,964.557 \
709,962C706.094,959.182 702.02,952.775 \
699.313,945.969C695.989,937.612 693.22,928.654 \
692,925C691.308,922.928 689.712,915.543 \
687.964,905.656C687.811,904.789 687.502,903 \
687.502,903L686,903C606.384,905.267 525.644,904.041 \
444,900L439.598,899.627C439.598,899.627 439.827,898.844 \
439.941,898.451C443.157,887.346 446.135,875.425 \
448,864C448.063,863.953 451.167,848.52 \
453.329,832.056C455.836,812.967 457.422,792.491 \
457,793C456.896,793.125 458.514,772.878 \
459.569,741.925C462.267,662.779 470.789,405.033 \
470.789,405.033C474.368,405.443 486.497,402.521 \
572.913,402.666C599.428,402.711 632.882,404.148 \
675.209,407C675.209,407 676.643,320.253 \
676.904,307.635C676.963,304.814 676.997,303.303 \
677,303.296L677.238,303.214C677.238,303.214 674.405,303.2 \
672.983,303.196C606.852,302.995 473.272,301.397 \
473.272,301.397L474.003,302C474.099,302.261 470.789,405.033 \
470.789,405.033L471.005,405C471.005,405 471.133,405.005 \
471.433,404.978C477.117,404.459 531.389,401.833 \
578.606,402.666C626.377,403.509 672.907,407.39 \
672.983,407L675.209,407C675.209,407 674.527,458.414 \
674.287,485.381C673.545,568.774 672.868,640.19 \
673,661C673.11,678.433 672.717,715.753 \
674.837,751.017C677.473,794.855 679.956,840.74 \
680,842C680.033,842.942 681.667,862.145 \
684.342,882.282C685.144,888.32 686.039,894.221 \
686.934,899.627C687.123,900.775 687.502,903 687.502,903";
style "fill" back_panel_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
];
svg_node "g"
[
id "Side-Pockets";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d"
"M368.548,869.815C368.548,869.815 368.427,872.252 \
368.368,873.443C368.24,876.049 368.117,878.569 \
368,881C367.02,901.353 367.167,927.5 372,942C375.802,953.406 \
389.349,967.63 397,968C403.802,968.329 410.762,962.129 \
415.484,956.887C420.55,951.266 425.223,942.932 \
428,935C432.271,922.798 439.553,902.144 \
444.559,881C444.869,879.691 445.461,877.071 \
445.461,877.071L444,877.071C444,877.071 442.101,876.63 \
441.089,876.413C431.869,874.437 419.283,872.649 \
406.49,871.434C394.463,870.292 382.253,869.658 \
372.486,869.849C371.469,869.869 369.518,869.936 \
369.518,869.936L368.548,869.815Z";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M683.78,877.95C683.78,877.95 684.149,880.831 \
684.342,882.282C687.049,902.668 690.825,921.483 \
692,925C693.22,928.654 695.989,937.612 \
699.313,945.969C702.02,952.775 706.094,959.182 \
709,962C714.892,967.715 725.4,976.532 735,969C739.42,965.532 \
744.482,951.661 745,949C745.452,946.677 748.423,936.679 \
750.111,925.455C751.626,915.379 751.971,904.326 \
752,897C752.023,891.29 751.897,883.5 \
751.667,874.4C751.644,873.485 751.595,871.615 \
751.595,871.615L750.728,872C750.728,872 747.167,871.946 \
745.436,871.939C734.355,871.895 724.631,872.387 \
716.378,873.11C701.818,874.385 691.842,876.377 \
687.093,877.406C684.649,877.935 684,878 \
684,878L683.78,877.95Z";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
];
svg_node "g"
[
id "Side-Panels";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d"
"M473.9,301.398C474.161,302.107 463.838,616.696 \
459.569,741.925C458.514,772.878 456.896,793.125 \
457,793C457.422,792.491 455.836,812.967 \
453.329,832.056C451.167,848.52 448.063,863.953 \
448,864C447.204,868.875 445.072,878.796 \
445.072,878.796L444,877.071C444,877.071 391.96,869.3 \
370.342,869.908C370.062,869.916 369.518,869.936 \
369.518,869.936L368.492,870.926C368.492,870.926 \
389.327,491.675 390,302C417.907,301.46 445.894,301.321 \
473.9,301.398Z";
style "fill" side_panels_colour;
]
[];
svg_node "path"
[
attribute "d"
"M473.9,301.398C474.161,302.107 463.838,616.696 \
459.569,741.925C458.514,772.878 456.896,793.125 \
457,793C457.422,792.491 455.836,812.967 \
453.329,832.056C451.167,848.52 448.063,863.953 \
448,864C447.204,868.875 445.072,878.796 \
445.072,878.796L444,877.071C444,877.071 391.96,869.3 \
370.342,869.908C370.062,869.916 369.518,869.936 \
369.518,869.936L368.492,870.926C368.492,870.926 \
389.327,491.675 390,302";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M390,302C417.907,301.46 445.894,301.321 473.9,301.398";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
svg_node "path"
[
attribute "d"
"M752,302C751.94,302.102 751.828,302.989 \
751.672,304.597C750.066,321.132 743.831,413.98 \
742.271,515.157C740.7,617.065 745.134,719.642 \
746,736C746.773,750.602 750.306,824.482 \
751.56,870.312C751.572,870.757 751.596,871.639 \
751.596,871.639L750.728,872C750.728,872 749.428,871.977 \
748.784,871.968C712.148,871.472 689.519,876.881 \
684.826,877.905C684.035,878.077 684,878 \
684,878L683.887,878.796C683.887,878.796 683.821,878.276 \
683.788,878.017C681.443,859.513 680.03,842.876 \
680,842C679.956,840.74 677.473,794.855 \
674.837,751.017C672.717,715.753 673.11,678.433 \
673,661C672.868,640.19 673.541,568.773 \
674.287,485.381C675.105,393.944 677,303.296 \
677,303.296L676.307,303.209C676.307,303.209 677.725,303.217 \
678.433,303.221C690.009,303.291 701.37,303.422 \
712.493,303C726.027,302.487 738.21,302.205 751,301";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
];
svg_node "g"
[
id "Rolltop";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d"
"M752.003,301C752.142,298.269 752.318,295.536 \
752.359,292.799C753.08,244.81 749.57,196.217 \
744,149C738.212,126.186 723.421,112.312 \
699,108C683.477,107.862 666.36,107.154 \
648,106C601.874,101.824 553.952,99.692 504,102C504,102 \
453.155,106.063 453,106C452.921,105.968 428.421,106.434 \
414.198,115.667C400.562,124.518 396.991,151.237 \
397,151C397.13,147.591 393.326,170.792 \
392.649,182.394C390.496,219.284 389.933,293.59 \
390,302C484.2,300.179 579.307,302.912 \
672.983,303.196C686.448,303.236 699.629,303.488 \
712.493,303C726.027,302.487 738.21,302.205 \
751,301L752.003,301Z";
style "fill" rolltop_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "6.24px";
]
[];
];
svg_node "g"
[
id "Black";
attribute "transform" "matrix(1.40094,0,0,1.15298,-200.055,-81.4907)";
]
[
svg_node "path"
[
attribute "d" "M476,501L477,521";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d"
"M826,777C828.484,776.691 833.452,776.073 \
837,777C841.333,778.132 847.983,780.053 \
852,783.793C856.833,788.293 862.851,796.757 \
866,804C869.667,812.434 868.813,819.239 \
868,828.397C867.203,837.366 864.783,854.511 \
855,867C846.765,877.512 833,887.667 822,894C811.951,899.786 \
799.167,903.167 789,905C779.815,906.656 767.272,905.552 \
761,905";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.71px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M247,795L225,780C225,780 248.417,795.561 247,795Z";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20.27px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M527.018,890C527.018,890 535.558,856.952 \
540,841.193C546.174,819.287 562,758 562,758C562,758 \
577.5,818.526 583,841.193C587.257,858.735 595,894 595,894";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.71px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M485,112C502.355,146.971 528.865,178.575 \
561.009,202C601.184,182.703 632.882,154.759 653,115";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "15.59px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M561.009,202C561.009,202 568.574,288.013 \
570,331.141C571.499,376.474 570,474 570,474";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "15.59px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M540,395C557.28,367.793 557.903,359.288 \
575,351C589.999,360.13 597.083,376.66 605,395";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.71px";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M644,415L645,409";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.79px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M561.009,909L561.009,917";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.79px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M495,909L495,917";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.79px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M625,909L625,917";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.79px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M485,326L485,348";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M664,329L664,352";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M664,501L664,527";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M476,675L476,697";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M664,678L664,700";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M460,848L457,868";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M664,848L668,868";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
]
[];
svg_node "path"
[
attribute "d" "M505,409L505,415";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "9.35px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
]
let c45_view back_panel_colour rolltop_colour side_panels_colour
side_pockets_colour =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[
id "Back-Pocket";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d"
"M693.911,901C693.911,901 696.605,725.514 \
697.979,636.394C697.986,635.927 697.971,634.462 697.979,634";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d" "M697.979,634L697.981,633.932";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M697.979,634C697.995,633.677 698.033,633.354 \
698.049,633.031C701.555,563.996 706.265,495.534 \
711.468,427.896C711.617,425.956 711.759,424.016 \
711.893,422.076C711.976,420.874 712.133,418.47 \
712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 \
540,414.476C481.289,412.747 422.277,416.448 \
363,420L361.531,420.384C365.036,499.962 366.345,572.495 \
368.964,638.102C368.976,638.401 368.988,638.701 \
369,639C369.002,638.997 368.971,639.008 \
368.977,639.031C369.026,639.224 369.186,640.245 \
369.285,640.698C370.663,647.006 370.645,695.61 \
369.1,752.934C367.774,802.157 365.469,899 \
365.469,899L367,899C425.712,909.918 482.032,915.506 \
536.007,915.873C590.731,916.245 643.045,911.25 693,901";
style "fill" "rgb(179,179,179)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
];
svg_node "g"
[
id "Back-Panel";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d"
"M698,634C698.016,633.677 698.033,633.354 \
698.049,633.031C701.555,563.996 706.265,495.534 \
711.468,427.896C711.617,425.956 711.759,424.016 \
711.893,422.076C711.976,420.874 712.133,418.47 712.133,418.47";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M361.531,420.384C361.531,420.384 361.437,418.257 \
361.39,417.191C360.665,400.964 359.847,384.444 \
358.906,367.632C357.515,342.755 358.817,317.49 \
358.997,292.016C358.998,291.845 358.999,291.673 \
359,291.502L359.335,290.502L359.708,290.487C360.896,290.439 \
364.636,290.289 366.675,290.21C444.295,287.199 \
521.469,286.725 599.06,289.876C635.802,291.369 672.622,291.88 \
709.491,292.929C710.908,292.97 713.742,293.053 \
713.742,293.053C713.744,293.423 714.003,295.741 \
714.005,296.112C714.009,297.02 714.013,297.927 \
714.017,298.835C714.202,337.627 714.671,376.555 \
712.325,415.394C712.263,416.419 712.133,418.47 \
712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 \
540,414.476C481.289,412.747 422.277,416.448 \
363,420L361.531,420.384Z";
style "fill" back_panel_colour;
]
[];
svg_node "path"
[
attribute "d"
"M712.133,418.47L709.5,418C654.73,417.756 598.021,416.185 \
540,414.476C481.289,412.747 422.277,416.448 \
363,420L361.531,420.384";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M361.531,420.384C361.531,420.384 361.437,418.257 \
361.39,417.191C360.665,400.964 359.847,384.444 \
358.906,367.632C357.515,342.755 358.817,317.49 \
358.997,292.016C358.998,291.845 358.999,291.673 \
359,291.502L359.335,290.502C359.335,290.502 359.471,290.496 \
359.708,290.487C360.896,290.439 364.636,290.289 \
366.675,290.21C444.295,287.199 521.469,286.725 \
599.06,289.876C635.802,291.369 672.622,291.88 \
709.491,292.929C710.908,292.97 713.742,293.053 \
713.742,293.053";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M361.531,420.384C365.036,499.962 366.345,572.495 \
368.964,638.102C368.976,638.401 368.988,638.701 369,639";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M369,639C369.002,638.997 368.971,639.008 \
368.977,639.031C369.026,639.224 369.186,640.245 \
369.285,640.698C370.663,647.006 370.645,695.61 \
369.1,752.934C367.774,802.157 365.469,899 365.469,899";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M693,1012L693,961C693.303,941.001 693.911,901 \
693.911,901L693,901C643.045,911.25 590.731,916.245 \
536.007,915.873C482.032,915.506 425.712,909.918 \
367,899L365.469,899C365.469,899 364.066,958.804 \
364,959L364,961C363.792,977.996 362.892,994.996 \
361,1012L363,1012C363,1012 403.619,1006.08 \
424,1007C446.167,1008 471.613,1018.2 496,1018C513.567,1017.86 \
539.545,1016.48 563.997,1017.07C585.553,1017.59 605.7,1020.08 \
621,1020C645.428,1019.87 691.459,1010.2 693,1012.05";
style "fill" back_panel_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M713.742,293.053C713.744,293.423 714.003,295.741 \
714.005,296.112C714.009,297.02 714.013,297.927 \
714.017,298.835C714.202,337.627 714.671,376.555 \
712.325,415.394C712.263,416.419 712.133,418.47 712.133,418.47";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M697.979,634C697.971,634.462 697.986,635.927 \
697.979,636.394C696.605,725.514 693.911,901 693.911,901";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M363,375C428.949,371.785 494.789,366.107 \
559.115,370.15C611.562,373.446 661.585,377.296 709.5,377";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
];
svg_node "g"
[
id "Side-Pockets";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d"
"M369,639C368.551,637.384 353.536,647.771 \
342.526,663.924C332.038,679.309 313.779,695.256 \
309.326,699.767C309.216,699.879 309.114,699.984 \
309.02,700.082C308.975,700.129 308.932,700.175 \
308.891,700.219C308.682,700.479 307.995,700.933 \
308,701.021C308,701.021 301.284,706.953 \
298,710C293.333,714.33 284.454,720.052 280,727C271.667,740 \
252.268,765.439 248,788C243.333,812.667 252,854.667 \
252,875C252,886.743 246.12,898.409 248,910C251,928.5 270,986 \
270,986C289.932,996.453 309.815,1008.16 \
330,1012L364,959C364.143,958.575 366.634,844.465 \
369.1,752.934C370.77,690.975 370.341,639.264 369,640";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M330.008,1011.99C330.002,1011.99 329.999,1012 330,1012";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M752,705C752,705 760.227,714.454 763,720C769.167,732.333 \
781.833,760 789,779C795.772,796.954 803.133,815.026 \
806,834C809.5,857.167 811.333,896.333 810,918C809.027,933.817 \
807.106,951.031 798,964C787,979.667 743.079,1013.58 \
744,1012C744.921,1010.42 728,1012 \
728,1012L693,961L698,635L698,634C698,634 731.333,673.83 \
739,685C742.166,689.612 742,697.688 \
744,701.021C745.341,703.257 750.682,704.904 \
750.986,704.996C750.991,704.998 750.996,705 751,705C751,705 \
750.995,704.999 750.986,704.996L752,705Z";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
];
svg_node "g"
[
id "Side-Panels";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d"
"M359,291.502C358.834,317.15 357.506,342.587 \
358.906,367.632C364.551,468.564 365.787,558.948 \
369,639C368.551,637.384 353.536,647.771 \
342.526,663.924C329.911,682.429 306.056,701.747 \
308.5,701C311.993,699.933 304.251,581.26 \
311.898,472.324C318.143,383.369 311.172,317.653 \
307,295L307,293C323.353,292.111 339.677,291.321 \
355.979,290.64C356.98,290.598 358.981,290.516 \
358.981,290.516L359,291.502Z";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M763,295C760.512,294.433 749.969,491.333 \
749,540C748.706,554.758 745.52,569.317 \
744,584C741.189,611.165 749.559,704.847 751,705C751,705 \
745.381,703.322 744,701.021C742,697.688 742.166,689.612 \
739,685C731.333,673.83 698,634 698,634C701.511,564.637 \
706.241,495.85 711.468,427.896C714.873,383.633 \
714.186,339.223 714,295L713.815,293.13C713.815,293.13 \
715.489,293.105 716.326,293.13C731.877,293.603 \
747.435,294.189 763,295";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M330,1012C329.708,1011.72 361,1012 361,1012C362.892,994.996 \
363.792,977.996 364,961L364,959L330,1012";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M728,1012C716.976,1013.61 703.972,1013.94 \
693,1012L693,961L728,1012Z";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
];
svg_node "g"
[
id "Rolltop";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d"
"M307,293C404.836,287.679 501.618,285.919 \
599.06,289.876C653.567,292.09 708.246,292.145 \
763,295L763,293C763,293 765.333,197 761,163C757.722,137.277 \
755,103.5 737,89C719,74.5 681.332,75.697 \
653,76C621.833,76.333 582.667,90 550,91C518.87,91.953 \
488.143,82.333 457,82C425.833,81.667 384.167,85.167 \
363,89C350.97,91.179 338.296,96.022 329.998,105C319.831,116 \
306.207,136.367 302,155C297.334,175.667 301.167,206 \
302,229C302.775,250.384 307,293 307,293";
style "fill" rolltop_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M762.983,294.999C762.989,294.999 762.994,294.999 763,295";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
];
svg_node "g"
[
id "Black";
attribute "transform" "matrix(0.936149,0,0,0.956107,45.2187,22.329)";
]
[
svg_node "path"
[
attribute "d" "M330.008,1011.99C330,1011.99 329.997,1012 330,1012";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d" "M361,1012C361,1012 329.708,1011.72 330,1012";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M329.998,1012.05L362.182,1017.07L363,1012C363,1012 \
403.619,1006.08 424,1007C446.167,1008 471.613,1018.2 \
496,1018C513.567,1017.86 539.545,1016.48 \
563.997,1017.07C585.553,1017.59 605.7,1020.08 \
621,1020C645.428,1019.87 691.459,1010.2 \
693,1012.05L693,1012C703.972,1013.94 714.976,1013.66 \
726,1012.05L724.465,1019.02C724.465,1019.02 720.156,1020.48 \
717.93,1021.21C709.088,1024.1 699.751,1026.84 \
693,1028C639.879,1037.15 481.971,1031.2 \
421,1025C405.513,1023.43 362.182,1017.07 362.182,1017.07";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d"
"M724.465,1019.02C724.465,1019.02 727.926,1017.83 \
729.545,1017.26C737.9,1014.32 744.016,1011.98 744,1012.05";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8.46px";
]
[];
svg_node "path"
[
attribute "d" "M641,381L641,393";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M436,377L436,387";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M619,915.892L621,926";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M439,915.892L438,923";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M414,912C414,912 407.5,964.5 410,978C411.469,985.934 \
421.833,992.333 429,993C436.167,993.667 450.026,990.282 \
453,982C458.333,967.149 463,915.892 463,915.892";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.560976,-0.0487805,-0.0487805,0.99458,331.122,36.7913)";
]
[
svg_node "path"
[
attribute "d" "M693,469L702,470";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "16.58px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M682,876L689,876";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M685.5,672L693,672";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M369,466L378,466";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M373.5,672L383,672";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M373.5,872L378.25,872";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.68px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M378,466C470.901,551.164 565.73,633.015 \
685.5,672C608.088,760.635 503.848,824.106 \
383,872C487.114,888.504 586.45,890.42 682,876C566.092,834.751 \
471.699,758.065 383,672C511.547,619.977 622.603,556.605 \
697,469.444C599.849,478.589 493.917,464.928 378,466Z";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "4.23px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M673,286L674,261";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(1,3.05311e-16,2.02963e-16,1,-0.413793,-3)";
]
[
svg_node "path"
[
attribute "d" "M394,286L394,261";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M721,340L753,343";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M706,625L732,624";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M317,624L361,625";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M318,330L352,330";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M457,88C479.992,121.23 508.818,148.029 \
544,172C575.901,145.486 601.514,118.612 622,86";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linejoin" "bevel";
]
[];
svg_node "path"
[
attribute "d" "M544,176C545.069,251.668 543.275,321.761 539.5,388";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "21.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
]
let c55_view back_panel_colour rolltop_colour side_panels_colour
side_pockets_colour =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[ id "Back-Panel"; attribute "transform" "matrix(1,0,0,1,-2.71442,6)" ]
[
svg_node "path"
[
attribute "d"
"M381.095,1024.45C381.563,1024.49 381.992,1024.49 \
382.515,1024.49C396.508,1024.63 441.277,1022.58 \
494.307,1024C554.934,1025.62 626.359,1032.56 \
674.935,1031.09C704.171,1030.21 724.603,1025.16 \
728.372,1024.17C671.116,1039.58 611.853,1042.31 \
548,1040C493.67,1037.44 438.621,1032.35 \
382.832,1024.67C382.307,1024.6 381.319,1024.47 \
381.095,1024.45Z";
style "fill" "rgb(51,51,51)";
]
[];
svg_node "path"
[
attribute "d"
"M381.536,927.107C381.536,927.107 381.634,925.337 \
381.683,924.444C384.274,877.573 387.553,815.871 \
389.147,775.399C389.577,764.488 389.87,755.119 \
390,748C390.526,719.268 384,662 384,662C384.487,628.492 \
384.843,595.138 384.669,562.126C384.501,530.308 \
383.841,498.808 382.329,467.794C382.3,467.196 382.241,466 \
382.241,466L384,466C383.973,466.326 384.201,466.651 \
384.669,466.975C401.181,478.398 717.163,488.063 \
738.842,477.315C739.666,476.907 740.006,476 \
740.006,476L741.726,476L729,662C729,662 730.225,680.747 \
729,690C727.5,701.333 722.002,716.481 720,730C713.97,770.725 \
715.109,870.209 713.496,931.003C713.424,933.739 \
713.391,936.407 713.395,939L713.395,939.038C712.834,939.56 \
700.397,945.371 679.407,948.744C650.667,953.362 \
606.721,955.894 562.229,954.882C559.321,954.816 \
556.409,954.734 553.5,954.637C502.189,952.928 448.256,947.35 \
415.644,940.165C394.921,935.6 384,928 \
384,928L381.536,927.107Z";
style "fill" "rgb(179,179,179)";
]
[];
svg_node "path"
[
attribute "d"
"M729,1024C729,1024 707.393,1030.11 \
674.935,1031.09C626.359,1032.56 554.934,1025.62 \
494.307,1024C441.277,1022.58 396.508,1024.63 \
382.515,1024.49C381.992,1024.49 381.563,1024.49 \
381.095,1024.45C381.08,1024.44 381.05,1024.44 \
381.05,1024.44C381.05,1024.44 381.027,1024.44 \
381.015,1024.44C380.229,1024.35 379.002,1024.07 \
378,1024C377.003,1023.93 375,1024 \
375,1024L378,991L378,990C377.976,990 379.431,965.024 \
381.339,930.65C381.404,929.48 381.536,927.107 \
381.536,927.107L384,928C384,928 394.921,935.6 \
415.644,940.165C448.256,947.35 502.189,952.928 \
553.5,954.637C556.409,954.734 559.321,954.816 \
562.229,954.882C606.721,955.894 650.667,953.362 \
679.407,948.744C700.397,945.371 712.834,939.56 \
713.395,939.038C713.42,955.505 714.89,968.948 \
716.655,977.399C717.116,979.606 717.597,981.472 \
718.078,982.963C718.292,983.629 718.653,984.528 \
718.854,985.016C718.943,985.231 719,986 719,986L729,1024Z";
style "fill" back_panel_colour;
]
[];
svg_node "path"
[
attribute "d"
"M758,284C756.954,283.879 742,472 \
742,472L741.726,476L740.006,476C740.006,476 739.666,476.907 \
738.842,477.315C717.163,488.063 401.181,478.398 \
384.669,466.975C384.201,466.651 383.973,466.326 \
384,466L382.241,466C382.241,466 382.168,464.548 \
382.131,463.822C378.879,400.26 383.131,336.736 \
385,273.557L384.85,273.557C384.85,273.557 391.925,273.562 \
395.467,273.576C452.444,273.8 510.173,275.894 \
567.334,277.259C626.959,278.682 686.597,279.799 \
746.247,282.692C750.165,282.882 758,283.286 758,283.286";
style "fill" back_panel_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M741.726,476L729,662C729,662 730.225,680.747 \
729,690C727.5,701.333 722.002,716.481 720,730C713.97,770.725 \
715.109,870.209 713.496,931.003C713.424,933.739 \
713.391,936.407 713.395,939C713.395,939.013 713.395,939.025 \
713.395,939.038C713.42,955.505 714.89,968.948 \
716.655,977.399C717.116,979.606 717.597,981.472 \
718.078,982.963C718.292,983.629 718.653,984.528 \
718.854,985.016C718.943,985.231 719,986 \
719,986L729,1024C729,1024 707.393,1030.11 \
674.935,1031.09C626.359,1032.56 554.934,1025.62 \
494.307,1024C441.277,1022.58 396.508,1024.63 \
382.515,1024.49C381.992,1024.49 381.563,1024.49 \
381.095,1024.45C381.08,1024.44 381.05,1024.44 \
381.05,1024.44C381.05,1024.44 381.027,1024.44 \
381.015,1024.44C380.229,1024.35 379.002,1024.07 \
378,1024C377.003,1023.93 375,1024 \
375,1024L378,991L378,990C377.976,990 379.431,965.024 \
381.339,930.65C381.404,929.48 381.536,927.107 381.536,927.107";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M713.395,939C713.986,939.007 701.385,945.213 \
679.407,948.744C650.667,953.362 606.721,955.894 \
562.229,954.882C559.321,954.816 556.409,954.734 \
553.5,954.637C502.189,952.928 448.256,947.35 \
415.644,940.165C394.921,935.6 384,928 \
384,928L381.536,927.107C381.536,927.107 381.634,925.337 \
381.683,924.444C384.274,877.573 387.553,815.871 \
389.147,775.399C389.577,764.488 389.87,755.119 \
390,748C390.526,719.268 384,662 384,662C384.487,628.492 \
384.843,595.138 384.669,562.126C384.501,530.308 \
383.841,498.808 382.329,467.794C382.3,467.196 382.241,466 \
382.241,466";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d" "M719,986C723.154,997.757 727.369,1011.71 729,1024";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M378,1024C379.017,1024.14 381.05,1024.42 381.05,1024.42";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M381.05,1024.44C381.05,1024.44 382.238,1024.59 \
382.832,1024.67C438.621,1032.35 493.67,1037.44 \
548,1040C555.877,1040.28 563.683,1040.49 \
571.425,1040.61C626.672,1041.44 678.61,1037.65 729,1024";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M384,436C382.42,442.506 740.046,454.866 740.006,448";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[
id "Side-Pockets"; attribute "transform" "matrix(1,0,0,1,-2.71442,6)";
]
[
svg_node "path"
[
attribute "d"
"M384,662C384,662 390.526,719.268 390,748C389.87,755.119 \
389.57,764.487 389.147,775.399C386.322,848.28 378,990 \
378,990C367.684,996.364 358.487,1004.59 350,1014C350,1014 \
345.669,1002.08 342,997C332,983.167 303.65,955.456 \
290,931C274,902.333 254.333,850.5 246,825C241.094,809.987 \
238,790.333 240,778C241.731,767.323 252.167,756.333 \
258,751C262.359,747.014 269.359,747.751 \
275,746C286.614,742.395 327.963,711.355 328,709L384,662Z";
style "fill" side_pockets_colour;
]
[];
svg_node "path"
[
attribute "d" "M328,709L384,662";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M384,662C384,662 390.526,719.268 390,748C389.87,755.119 \
389.57,764.487 389.147,775.399C386.322,848.28 378,990 \
378,990C367.684,996.364 358.487,1004.59 350,1014C350,1014 \
345.669,1002.08 342,997C332,983.167 303.65,955.456 \
290,931C274,902.333 254.333,850.5 246,825C241.094,809.987 \
238,790.333 240,778C241.731,767.323 252.167,756.333 \
258,751C262.359,747.014 269.359,747.751 \
275,746C286.614,742.395 327.963,711.355 328,709";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M729,662C729,662 730.225,680.747 729,690C727.5,701.333 \
722.002,716.481 720,730C713.97,770.725 715.109,870.209 \
713.496,931.003C712.58,965.537 718.091,989.357 \
721,987C730.463,995.301 738.631,1004.22 745,1014C745,1014 \
750.667,1001.83 755,997C759.333,992.167 767.34,990.572 \
771,985C782.167,968 810.828,927.622 822,895C834.5,858.5 \
844,791 846,766C846.643,757.963 840.333,749.667 \
834,745C827.667,740.333 814.5,742 808,738C801.925,734.261 \
799.698,726.369 795,721C788.979,714.119 771.863,696.143 \
767.191,691.247C766.431,690.45 766,690 \
766,690L767,690C766.348,689.754 765.703,689.5 \
765.063,689.24C762.628,688.249 760.275,687.155 \
758,685.967C751.334,682.485 745.33,678.186 \
739.84,673.252C738.001,671.599 736.219,669.874 \
734.489,668.085C732.599,666.131 730.772,664.099 729,662";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M713.395,939.038C713.421,939.013 713.421,939 713.395,939";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Side-Panels"; attribute "transform" "matrix(1,0,0,1,-2.71442,6)" ]
[
svg_node "path"
[
attribute "d"
"M385,273.557C383.131,336.736 378.879,400.26 \
382.131,463.822C385.427,528.251 384.976,594.816 \
384,662L328,709C330.307,627.557 333.968,543.451 \
340.274,455.488C344.533,396.096 342.47,335.381 \
342,273.557L342,274C351.388,273.799 360.809,273.672 \
370.255,273.608C375.13,273.575 384.9,273.557 \
384.9,273.557L385,273.557Z";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M771,284L767,690C751.512,684.148 739.321,674.227 \
729,662L742,472C742,472 755.531,301.773 \
757.751,285.281C757.865,284.436 758,284 \
758,284L757.287,283.248C757.287,283.248 766.429,283.738 \
771,284";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M350,1014L375,1024L378,991L378,990C375.43,991.586 \
372.929,993.287 370.492,995.093C364.859,999.266 359.564,1004 \
354.527,1009.17C352.995,1010.74 351.487,1012.35 350,1014";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M745,1014L729,1024C727.369,1011.71 723.154,997.757 \
719,986L721,987C721.464,987.407 721.924,987.815 \
722.382,988.225C723.615,989.33 724.825,990.445 \
726.011,991.573C730.972,996.288 735.51,1001.21 \
739.539,1006.37C741.481,1008.85 743.304,1011.4 745,1014";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Rolltop"; attribute "transform" "matrix(1,0,0,1,-2.71442,6)" ]
[
svg_node "path"
[
attribute "d"
"M342,274C416.094,272.411 492.205,275.465 \
567.334,277.259C635.207,278.879 703.095,280.102 \
771,284L771,283C770.916,283.107 770.865,282.793 \
770.843,282.108C770.538,272.551 775.969,190.608 \
780,163C782.269,147.456 772.906,132.11 766,118C757.093,99.804 \
724.356,81.034 701,77C684.459,74.143 667.78,71.46 \
651,71C614.5,70 521.667,71.5 482,71C458.98,70.71 \
434.364,59.422 413,68C391,76.833 359.351,97.505 \
350,124C338,158 341,272 341,272L342,274Z";
style "fill" rolltop_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
svg_node "path"
[
attribute "d"
"M342,273.557C342.001,273.704 342.002,273.852 342.003,274";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "8px";
]
[];
];
svg_node "g"
[ id "Black"; attribute "transform" "matrix(1,0,0,1,-2.71442,6)" ]
[
svg_node "path"
[
attribute "d" "M697,456C697.101,456.422 697,465 697,465";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M448,449L448,460.5";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M659,957L660,965";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M448,952L448,965";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M429,948C429,948 427.167,977.167 429,987C430.394,994.48 \
435.333,1003.67 440,1007C444.611,1010.29 452.667,1009.67 \
457,1007C461.333,1004.33 465.012,997.039 \
466,991C467.5,981.833 465.562,952.31 466,952";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M736,274L739,250";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M415,266L415,242";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M349,353L375,355";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M338,613L375,617";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M757,372L763,372";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M739,617L759,615";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M493,79C511.417,127.844 533.088,163.331 \
560.507,191C581.16,156.322 600.054,120.809 612,82";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M560.507,191C564.719,272.023 565.899,351.033 564,428";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "20px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.368852,-0.057377,-0.057377,0.994784,492.754,44.7958)";
]
[
svg_node "path"
[
attribute "d" "M722,524L733,525";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "17.18px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M389.5,511L394.5,511";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M711.5,913C712.395,912.149 703,912 703,912";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M387,912L397,912";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M713,711L720,714";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M392,705L397,705";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M397,511C505.176,529.316 615.912,533.478 \
729,524.636C638.389,604.457 524.633,661.544 \
397,705C491.422,789.21 589.238,866.609 703,912C595.062,935.78 \
491.22,931.23 389.5,912C512.316,860.743 625.062,799.33 \
714.094,714C596.935,672.652 494.72,596.986 397,511Z";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "4px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
]
let c65_view back_panel_colour rolltop_colour side_panels_colour
side_pockets_colour =
let open Html in
let open Attribute in
svg_node "svg"
[
attribute "viewBox" "0 0 1080 1080";
attribute "version" "1.1";
attribute "xmlns" "http://www.w3.org/2000/svg";
attribute "xmlns:xlink" "http://www.w3.org/1999/xlink";
attribute "xml:space" "preserve";
attribute "xmlns:serif" "http://www.serif.com/";
attribute "width" "100%";
attribute "height" "100%";
style "fill-rule" "evenodd";
style "clip-rule" "evenodd";
style "stroke-linecap" "round";
style "stroke-linejoin" "round";
style "stroke-miterlimit" "1.5";
]
[
svg_node "g"
[
id "Waist-Belt";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d"
"M784.937,769.137C784.937,769.137 783.283,768.1 \
782.551,767.552C781.887,767.055 781.281,766.54 \
780.741,766C775.905,761.164 773,747 \
773,747L776.556,747C776.556,747 809.241,724 \
820,717C826.785,712.586 836.112,707 841.112,705C843.862,703.9 \
847.685,704 850,705C852.315,706 854.404,708.466 \
855,711C855.667,713.833 854.864,718.421 \
854,722C852.833,726.833 850.631,734.356 \
848,740C842.601,751.583 816.734,787.717 \
816,787L814.702,788.621L813.142,787.011";
style "fill" "rgb(179,179,179)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M813.142,787C813.142,787 812.216,786.072 \
811.762,785.62C810.448,784.31 809.185,783.095 \
808,782C802.312,776.742 793.407,773.72 \
786.772,770.171C786.138,769.832 784.937,769.137 \
784.937,769.137L787,767C796.089,760.588 803.626,753.393 \
810,745.611L813,782L813.142,787Z";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M266.519,749.573L266,749.112L252,737L233,784L231.836,785.1C231.836,785.1 \
230.545,783.512 229.894,782.702C225.643,777.416 \
221.333,771.794 219,768C214.071,759.983 210.333,750.167 \
208,742C205.876,734.566 204.5,725.5 205,719C205.437,713.321 \
208.167,705.833 211,703C212.322,701.678 214.211,701.235 \
216.221,701.223C218.17,701.212 220.231,701.607 \
222,702C226.5,703 232.911,706.173 238,709C247,714 276,732 \
276,732L278.585,733.207C278.585,733.207 276.888,735.432 \
276,736.609C273.311,740.175 270.399,744.119 \
267.465,748.24C267.15,748.682 266.519,749.573 \
266.519,749.573Z";
style "fill" "rgb(179,179,179)";
]
[];
svg_node "path"
[
attribute "d"
"M266.519,749.573C266.519,749.573 265.875,750.487 \
265.553,750.946C256.667,763.627 247.969,777.523 \
245,787.011C244.249,789.41 243.647,791.844 \
243.177,794.305C243.105,794.683 242.97,795.441 \
242.97,795.441L241.814,797C241.814,797 238.014,792.612 \
233.401,787.011C232.888,786.387 231.836,785.1 \
231.836,785.1L233,784L252,737L266,749.112L266.519,749.573Z";
style "fill" "rgb(51,51,51)";
]
[];
svg_node "path"
[
attribute "d"
"M266.519,749.573C266.519,749.573 265.875,750.487 \
265.553,750.946C256.667,763.627 247.969,777.523 \
245,787.011C244.249,789.41 243.647,791.844 \
243.177,794.305C243.105,794.683 242.97,795.441 \
242.97,795.441L241.814,797C241.814,797 238.014,792.612 \
233.401,787.011C232.888,786.387 231.836,785.1 \
231.836,785.1L233,784L252,737L266,749.112L266.519,749.573C266.519,749.573 \
267.15,748.682 267.465,748.24C270.399,744.119 273.311,740.175 \
276,736.609C276.888,735.432 278.585,733.207 \
278.585,733.207L276,732C276,732 247,714 \
238,709C232.911,706.173 226.5,703 222,702C220.231,701.607 \
218.17,701.212 216.221,701.223C214.211,701.235 \
212.322,701.678 211,703C208.167,705.833 205.437,713.321 \
205,719C204.5,725.5 205.876,734.566 208,742C210.333,750.167 \
214.071,759.983 219,768C221.333,771.794 225.643,777.416 \
229.894,782.702C230.545,783.512 231.836,785.1 231.836,785.1";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M708,1028.17C708.048,1028.49 707.568,1028.91 \
706.62,1029.4C694.766,1035.56 609.678,1053.5 \
565,1055C555.343,1055.33 544.736,1055.67 \
533.605,1055.98C482.875,1057.38 421.233,1058.21 \
389,1053C378.998,1051.38 366.239,1044.48 \
355.26,1037.34C351.867,1035.14 345.725,1030.81 \
345.725,1030.81L348,1028.17C348,1028.17 366.333,1035 \
373,1035C378.494,1035 382.506,1028.17 388,1028.17C434,1028.17 \
599.383,1039.26 649,1035C661.923,1033.89 675,1019.47 \
684,1018C689.093,1017.17 697.207,1022.16 \
700.966,1024.72C702.229,1025.58 703,1026.17 \
703,1026.17L708,1028.17Z";
style "fill" "rgb(51,51,51)";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M329,1017.91C329,1017.91 332.385,1020.77 \
337.733,1024.87C340.064,1026.66 345.725,1030.81 \
345.725,1030.81";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
];
svg_node "g"
[
id "Back-Panel";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d"
"M714.762,943L713,943C606.165,963.847 478.22,972.538 \
354.368,941L353.901,941L353.905,940.529C354.651,858.748 \
354.518,777.223 353.348,696L353,694C353.74,633.289 \
351.71,512.44 \
351.71,512.44L351.61,508L353.368,508C484.153,531.015 \
611.44,534.12 735,516L736.275,516.522C736.275,516.522 \
735.967,518.62 735.817,519.67C727.332,578.748 724.912,639.339 \
727,701L726.293,705L719.524,804.437L718.049,875.161L714.762,943Z";
style "fill" "rgb(179,179,179)";
]
[];
svg_node "path"
[
attribute "d"
"M351.61,508C351.61,508 351.563,505.951 \
351.539,504.926C351.285,494.028 351.011,483.133 \
350.721,472.243C350.661,469.991 350.518,465.488 \
350.518,465.488L353.368,466C485.057,486.242 614.081,490.143 \
740,475L741.641,475.104L736.275,516.522L735,516C611.44,534.12 \
484.153,531.015 353.368,508L351.61,508Z";
style "fill" back_panel_colour;
]
[];
svg_node "path"
[
attribute "d"
"M348,1028.17C351.021,1017.01 352.691,1004.5 \
353.368,991L353.348,990C353.564,973.855 353.747,957.719 \
353.895,941.593L353.901,941L354.368,941C478.22,972.538 \
606.165,963.847 \
713,943L714.762,943L712,1000L712,1002C711.733,1010.08 \
710.27,1018.3 705,1027L703,1026.17C703,1026.17 \
690.803,1016.89 684,1018C675,1019.47 661.923,1033.89 \
649,1035C599.383,1039.26 434,1028.17 \
388,1028.17C382.506,1028.17 378.494,1035 \
373,1035C366.333,1035 348,1028.17 348,1028.17Z";
style "fill" back_panel_colour;
]
[];
svg_node "path"
[
attribute "d"
"M348,1028.17C351.021,1017.01 352.691,1004.5 \
353.368,991L353.348,990C353.564,973.855 353.747,957.719 \
353.895,941.593C353.897,941.396 353.901,941 353.901,941";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M348,1028.17C348,1028.17 366.333,1035 373,1035C378.494,1035 \
382.506,1028.17 388,1028.17C434,1028.17 599.383,1039.26 \
649,1035C661.923,1033.89 675,1019.47 684,1018C690.803,1016.89 \
703,1026.17 703,1026.17L705,1027C710.27,1018.3 \
711.733,1010.08 \
712,1002L712,1000L714.762,943L713,943C606.165,963.847 \
478.22,972.538 354.368,941L353.901,941C353.901,941 \
353.904,940.686 353.905,940.529C354.651,858.748 \
354.518,777.223 353.348,696L353,694C353.74,633.289 \
351.71,512.44 351.71,512.44L351.61,508";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M714.762,943L718.049,875.161L719.524,804.437L726.293,705L727,701C724.912,639.339 \
727.332,578.748 735.817,519.67C735.967,518.62 736.275,516.522 \
736.275,516.522L735,516C611.44,534.12 484.153,531.015 \
353.368,508L351.61,508C351.61,508 351.563,505.951 \
351.539,504.926C351.285,494.028 351.011,483.133 \
350.721,472.243C350.661,469.991 350.518,465.488 \
350.518,465.488";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M736.275,516.522C736.275,516.522 736.474,515.174 \
736.575,514.5C737.931,505.455 739.149,496.368 \
740.249,487.24C740.736,483.203 741.641,475.104 \
741.641,475.104L740,475C614.081,490.143 485.057,486.242 \
353.368,466L350.518,465.488C350.518,465.488 350.371,460.677 \
350.295,458.271C348.87,412.901 347.037,367.597 \
345,322.326L345.591,317.551C345.591,317.551 355.526,318.634 \
360.611,319.15C477.183,330.985 632.957,333.993 \
702.041,332.152C713.072,331.858 728.721,330.146 \
743.03,328.28C745.726,327.928 750.935,327.218 \
750.935,327.218L751,328C749.24,374.117 747.219,419.409 \
742.821,463.767C742.445,467.553 741.641,475.104 \
741.641,475.104";
style "fill" back_panel_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
];
svg_node "g"
[
id "Side-Pockets";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d" "M778.985,323.002C778.995,323.001 779,323 779,323";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M303,717C311.42,711.4 320.025,706.695 \
328.794,702.779C336.734,699.233 344.808,696.333 \
353,694L353.348,696C354.754,793.59 354.663,891.617 \
353.348,990C346.33,1000.34 337.064,1008.56 \
326,1015.08C326,1015.08 295.327,971.827 284,948C271,920.653 \
254.5,877.832 248,851C242.973,830.247 238.622,807.389 \
245,787.011C251.833,765.177 289,720 289,720L301,718L303,717Z";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M773,747C773,747 775.905,761.164 780.741,766C786.574,771.833 \
800.263,774.849 808,782C817.376,790.667 831.667,806.833 \
837,818C841.474,827.368 842,839 840,849C838,859 \
828.47,867.685 825,878C818.833,896.333 818.368,935.621 \
803,959C787.333,982.833 731,1021 \
731,1021L712,1000L718.049,875.161L719.524,804.437L726.293,705L727,701L772,747L773,747Z";
style "fill" side_pockets_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d" "M778.979,322.342C778.992,322.772 779,323 779,323";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
];
svg_node "g"
[
id "Side-Panels";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d"
"M303,312C311.855,313.354 321.204,314.631 \
330.958,315.834C335.61,316.407 345.18,317.505 \
345.18,317.505L345,322.326C350.555,445.748 354.585,569.417 \
353,694C335.762,698.909 319.044,706.33 \
303,717C308.921,637.114 311.199,558.192 \
308.155,480.256C305.946,423.71 305.968,367.583 303,312";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M779,322.326C779,322.326 778.96,322.64 \
779.008,323.397C779.487,330.914 783.906,376.977 \
776.44,435.313C771.292,475.541 766.062,519.267 \
766.854,560.937C768.696,657.854 772.36,747.056 \
772,747L727,701C724.851,637.539 727.477,575.211 \
736.575,514.5C745.625,454.107 748.564,391.845 \
751,328L750.858,327.228C750.858,327.228 754.687,326.694 \
756.51,326.433C769.445,324.582 779,323 779,323L779,322.326Z";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M731,1021C723.726,1027.79 715.027,1029.67 \
705,1027C710.27,1018.3 711.733,1010.08 \
712,1002L712,1000L731,1021";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M327,1016.08L348,1028.17C351.021,1017.01 352.691,1004.5 \
353.368,991L353.348,990C349.521,995.636 345.026,1000.64 \
339.935,1005.09C335.69,1008.8 331.031,1012.12 \
326,1015.08L327,1016.08Z";
style "fill" side_panels_colour;
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
];
svg_node "g"
[
id "Rolltop";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d"
"M303,312C303,312 307.333,249.167 309,220C310.58,192.346 \
309.667,156.833 313,137C315.177,124.05 318.477,108.855 \
329,101C340.833,92.167 365.072,87.155 384,84C403,80.833 \
423.366,80.68 443,82C462.833,83.333 482.728,91.625 \
503,92C530,92.5 577.833,88.5 605,85C625.691,82.334 \
645.159,71.926 666,71C688.5,70 721.167,71.5 \
740,79C756.648,85.63 770.92,100.005 779,116C787.167,132.167 \
789,155.724 789,176C789,200.833 780.667,240.5 \
779,265C777.688,284.289 779,323 779,323C779,323 \
727.866,331.464 702.041,332.152C669.785,333.011 \
618.63,332.814 561.39,331.154C474.3,328.63 373.125,322.72 \
303,312Z";
style "fill" rolltop_colour;
]
[];
svg_node "path"
[
attribute "d"
"M303,312C373.125,322.72 474.3,328.63 \
561.39,331.154C618.63,332.814 669.785,333.011 \
702.041,332.152C727.866,331.464 779,323 779,323";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M778.985,323.002C778.965,322.63 778.962,322.407 \
778.979,322.342C778.984,322.321 778.991,322.316 779,322.326";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
svg_node "path"
[
attribute "d"
"M303,312C303,312 307.333,249.167 309,220C310.58,192.346 \
309.667,156.833 313,137C315.177,124.05 318.477,108.855 \
329,101C340.833,92.167 365.072,87.155 384,84C403,80.833 \
423.366,80.68 443,82C462.833,83.333 482.728,91.625 \
503,92C530,92.5 577.833,88.5 605,85C625.691,82.334 \
645.159,71.926 666,71C688.5,70 721.167,71.5 \
740,79C756.648,85.63 770.92,100.005 779,116C787.167,132.167 \
789,155.724 789,176C789,200.833 780.667,240.5 \
779,265C777.688,284.289 779,323 779,323";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "7.35px";
]
[];
];
svg_node "g"
[
id "Black";
attribute "transform" "matrix(1.14915,0,0,1.02535,-69.1325,-38.1745)";
]
[
svg_node "path"
[
attribute "d"
"M817,757C817,757 829.749,753.759 833,758C836.833,763 \
838.833,778.833 840,787C840.943,793.6 841.432,809.441 840,807";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M229,742L237,749.816";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M678,487L681,500";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M410,478L409,493.5";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M645,961L645,971";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M417,961L417,972";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.953333,0.00666667,0.00666667,0.999048,32.58,-4.65429)";
]
[
svg_node "path"
[
attribute "d" "M756.118,388.126L772.902,388.014";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.73px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M315,376L339,380";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M735,675L761,669";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M315,651L344,659";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.998581,0.0132409,0.0132409,0.876419,-3.2965,30.7673)";
]
[
svg_node "path"
[
attribute "d" "M719.076,320.294L719.371,298.04";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "19.14px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M377,312L377,291";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M427,89C428.201,129.67 492.604,176.009 \
540,207C545.297,216.437 654.813,97.6 653,81";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M541,207.509L545,462";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "18.37px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "g"
[
attribute "transform"
"matrix(0.974132,-0.225981,0.225981,0.974132,-113.786,94.9863)";
]
[
svg_node "path"
[
attribute "d" "M356,544L360,545";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.75px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "g"
[
attribute "transform"
"matrix(0.980847,-0.194781,0.194781,0.980847,-94.0625,152.421)";
]
[
svg_node "path"
[
attribute "d" "M725.107,554.028L729.146,554.831";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "10.79px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "g"
[
attribute "transform"
"matrix(0.656425,0.299616,-0.191977,0.953879,389.982,-180.582)";
]
[
svg_node "path"
[
attribute "d" "M711.541,744.657L720,742";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "12.19px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "g"
[
attribute "transform"
"matrix(0.44,0.08,0.08,0.988571,322.88,-46.1257)";
]
[
svg_node "path"
[
attribute "d" "M702,928L709,927";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "13.6px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
svg_node "path"
[
attribute "d" "M358,739L363,739";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d" "M358,920L363,920";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M363,544.535C484.734,564.89 604.343,571.61 \
720.161,554C612.725,640.52 492.19,699.017 \
363,739C466.156,818.732 576.11,888.085 \
706,927C588.685,949.564 474.485,946.121 \
363,920C497.852,878.915 616.909,823.603 \
709,744C574.165,711.154 464.76,634.44 363,544.535Z";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "3.67px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
svg_node "path"
[
attribute "d"
"M396,955C396,955 394.675,998.64 399,1009C402.14,1016.52 \
410.833,1019 417,1019C423.167,1019 432.462,1015.69 \
436,1009C440.833,999.86 439,961 439,961";
style "fill" "none";
style "stroke" "rgb(51,51,51)";
style "stroke-width" "11.02px";
style "stroke-linecap" "square";
style "stroke-linejoin" "miter";
]
[];
];
]
let wait_time = "2 weeks"
let c65_price = 655
let c55_price = 625
let c45_price = 455
let a65_price = 575
let a55_price = 525
let a45_price = 485
let v65_ultra_price = 120
let v55_ultra_price = 110
let v45_ultra_price = 100
(* Fabric *)
(* beware this field in_stock, it is not the same as state.stock, in_stock is intended to indicate that the fabric is in stock, not the whole pack *)
type fabric_data = { fabric : string; colour : string; in_stock : bool }
let epx200 (*: fabric_data list*) =
[
(*0*)
{ fabric = "Coyote Brown EPX200"; colour = "#74562f"; in_stock = true };
(*1*)
{ fabric = "Red Barn EPX200"; colour = "#6e393c"; in_stock = true };
(*2*)
{ fabric = "Brick Red EPX200"; colour = "#820210"; in_stock = true };
(*3*)
{ fabric = "Bright Orange EPX200"; colour = "#fd3403"; in_stock = true };
(*4*)
{ fabric = "Golden Dazy EPX200"; colour = "#fec93f"; in_stock = true };
(*5*)
{ fabric = "Army Olive EPX200"; colour = "#5a5137"; in_stock = true };
(*6*)
{ fabric = "Green Mountain EPX200"; colour = "#2d5f55"; in_stock = true };
(*7*)
{ fabric = "Tropic Teal EPX200"; colour = "#108b99"; in_stock = true };
(*8*)
{ fabric = "Bright Blue EPX200"; colour = "#0a5bc4"; in_stock = true };
(*9*)
{ fabric = "Ocean Blue EPX200"; colour = "#032b4b"; in_stock = true };
(*10*)
{ fabric = "Fuchsia EPX200"; colour = "#b60158"; in_stock = true };
(*11*)
{ fabric = "Deep Purple EPX200"; colour = "#2c2b68"; in_stock = true };
(*12*)
{ fabric = "Black Knight EPX200"; colour = "#474747"; in_stock = true };
(*13*)
{ fabric = "Wolf Grey EPX200"; colour = "#514f56"; in_stock = true };
(*14*)
{ fabric = "Snow White EPX200"; colour = "#e6e6e5"; in_stock = true };
]
let epx400 : fabric_data list =
[ { fabric = "Black Knight EPX400"; colour = "#474747"; in_stock = true } ]
let ultra : fabric_data list =
[ { fabric = "Black Ultra 400TX"; colour = "#474747"; in_stock = true } ]
let vx42 : fabric_data list =
[ { fabric = "Black VX42"; colour = "#474747"; in_stock = true } ]
let vx21 : fabric_data list =
[ { fabric = "Black VX21 Cire"; colour = "#3d3d3d"; in_stock = true } ]
let vx07 : fabric_data list =
[
(*0*)
{ fabric = "Navy Blue VX07"; colour = "#3e4c76"; in_stock = true };
(*1*)
{ fabric = "Red VX07"; colour = "#e2242b"; in_stock = true };
(*2*)
{ fabric = "Off-white VX07"; colour = "#edecdb"; in_stock = true };
]
let liteskin : fabric_data list =
[ { fabric = "Liteskin LS07"; colour = "#514a46"; in_stock = true } ]
let gridstop : fabric_data list =
[
{ fabric = "Grey 210D HDPE Gridstop"; colour = "#aab1b1"; in_stock = true };
]
(* Pack features *)
let common_features =
[
"Internal pocket that can double as a shoulder bag";
"Load lifters";
"Y strap (over the top)";
"Tapered rolltop with 19mm side release buckle";
"Sternum Strap";
"Strap bottle pocket included with all packs";
]
let c65_featues =
List.concat
[
[
"Slightly narrower at hip level, tapered rolltop, tapered rolltop";
"Average width: 34cm";
"Depth: 22cm";
"Height: 87cm";
"Volume: 65l to the top of an open bag, excluding pockets";
"Weight: 1 to 1.2 kilograms depending on fabric selection and torso \
length";
"Carry quite a considerable load (but not 40kg of meat)";
"2 Side Compression Straps (each side)";
"Large side pockets with bungy cord closure";
"Large HDPE Gridstop back pocket with bungy cord";
"1 Ice Axe Loop";
"Loops to carry hiking poles";
"Flat Lycra Hip Belt Pockets";
"Removable aluminium frame";
"Replaceable EVA foam back padding";
"Replaceable Pack Base";
];
common_features;
]
let c65_featues =
List.concat
[
[
"Slightly narrower at hip level, tapered rolltop, tapered rolltop";
"Average width: 31cm";
"Depth: 21cm";
"Height: 85cm";
"Volume: 55l to the top of an open bag, excluding pockets";
"Weight: 1 to 1.2 kilograms depending on fabric selection and torso \
length";
"Carry quite a considerable load (but not 40kg of meat)";
"2 Side Compression Straps (each side)";
"Large side pockets with bungy cord closure";
"Large HDPE Gridstop back pocket with bungy cord";
"1 Ice Axe Loop";
"Loops to carry hiking poles";
"Flat Lycra Hip Belt Pockets";
"Removable aluminium frame";
"Replaceable Pack Base";
];
common_features;
]
let c45_featues =
List.concat
[
[
"Slightly narrower at hip level, tapered rolltop";
"Average width: 28cm";
"Depth: 19cm";
"Height: 87cm";
"Volume: 46l to the top of an open bag, excluding pockets";
"Weight: 0.65 to 1 kilograms depending on fabric selection and torso \
length";
"Carry a reasonable load";
"Bungy cord side compression";
"Large side pockets with bungy cord closure";
"Large HDPE Gridstop back pocket with bungy cord";
"1 Ice Axe Loop";
"Loops to carry hiking poles";
"Flat Lycra Hip Belt Pockets";
];
common_features;
]
let a65_featues =
List.concat
[
[
"Pear shaped (wider at hip level)";
"Average circumference: 100.5cm";
"Height: 87cm";
"Volume: 70l to the top of an open bag";
"Weight: 1 to 1.2 kilograms depending on fabric selection and torso \
length";
"Carry quite a considerable load (but not 40kg of meat)";
"Brilliant for alpine use, bush bashing, packrafting, carrying \
tripods, skis etc.";
"6 compression straps (removable)";
"Small side pockets for snow stakes or paddles";
"Ice axe toggles";
"Gear Loops (on waist belt)";
"Removable aluminium frame";
"Replaceable EVA foam back padding";
];
common_features;
]
let a55_featues =
List.concat
[
[
"Pear shaped (wider at hip level)";
"Average circumference: 98.5cm";
"Height: 80cm";
"Volume: 60l to the top of an open bag";
"Weight: 1 to 1.2 kilograms depending on fabric selection and torso \
length";
"Carry quite a considerable load (but not 40kg of meat)";
"Brilliant for alpine use, bush bashing, packrafting, carrying \
tripods, skis etc.";
"6 compression straps (removable)";
"Small side pockets for snow stakes or paddles";
"Ice axe toggles";
"Gear Loops (on waist belt)";
"Removable aluminium frame";
"Replaceable EVA foam back padding";
];
common_features;
]
let a45_featues =
List.concat
[
[
"Slightly narrower at hip level, tapered rolltop";
"Average circumference: 92cm";
"Height: 80cm";
"Volume: 50l to the top of an open bag";
"Weight: 1+ kilograms depending on fabric selection and torso length";
"Carry quite a considerable load (but not 40kg of meat)";
"Brilliant for alpine use, bush bashing, packrafting, carrying \
tripods, skis etc.";
"6 compression straps (removable)";
"Small side pockets for snow stakes or paddles";
"Ice axe toggles";
"Gear Loops (on waist belt)";
"Removable aluminium frame";
];
common_features;
]