diff --git a/components/common/GearImage.tsx b/components/common/GearImage.tsx index 0e2fc47fb..87a2c9cd8 100644 --- a/components/common/GearImage.tsx +++ b/components/common/GearImage.tsx @@ -1,5 +1,6 @@ import { useLingui } from "@lingui/react"; import englishToInteral from "lib/englishToInternal.json"; +import Image from "next/image"; import React from "react"; interface GearImageProps { @@ -7,22 +8,19 @@ interface GearImageProps { mini?: boolean; } -// TODO: next/image - const GearImage: React.FC = ({ englishName, mini }) => { const { i18n } = useLingui(); - const wh = "32px"; + const wh = mini ? 32 : 128; const key = englishName as keyof typeof englishToInteral; const gearInternal = englishToInteral[key]; return ( - {i18n._(englishName)} ); }; diff --git a/public/images/gear/Clt_AMB000.png b/public/images/gear/Clt_AMB000.png new file mode 100644 index 000000000..518035cbb Binary files /dev/null and b/public/images/gear/Clt_AMB000.png differ diff --git a/public/images/gear/Clt_AMB001.png b/public/images/gear/Clt_AMB001.png new file mode 100644 index 000000000..adc732615 Binary files /dev/null and b/public/images/gear/Clt_AMB001.png differ diff --git a/public/images/gear/Clt_AMB002.png b/public/images/gear/Clt_AMB002.png new file mode 100644 index 000000000..8c49da911 Binary files /dev/null and b/public/images/gear/Clt_AMB002.png differ diff --git a/public/images/gear/Clt_AMB003.png b/public/images/gear/Clt_AMB003.png new file mode 100644 index 000000000..74b9f864b Binary files /dev/null and b/public/images/gear/Clt_AMB003.png differ diff --git a/public/images/gear/Clt_AMB004.png b/public/images/gear/Clt_AMB004.png new file mode 100644 index 000000000..cdca63ea9 Binary files /dev/null and b/public/images/gear/Clt_AMB004.png differ diff --git a/public/images/gear/Clt_AMB005.png b/public/images/gear/Clt_AMB005.png new file mode 100644 index 000000000..29c44e030 Binary files /dev/null and b/public/images/gear/Clt_AMB005.png differ diff --git a/public/images/gear/Clt_AMB006.png b/public/images/gear/Clt_AMB006.png new file mode 100644 index 000000000..b18a89268 Binary files /dev/null and b/public/images/gear/Clt_AMB006.png differ diff --git a/public/images/gear/Clt_AMB007.png b/public/images/gear/Clt_AMB007.png new file mode 100644 index 000000000..da0570a3f Binary files /dev/null and b/public/images/gear/Clt_AMB007.png differ diff --git a/public/images/gear/Clt_AMB008.png b/public/images/gear/Clt_AMB008.png new file mode 100644 index 000000000..91c498882 Binary files /dev/null and b/public/images/gear/Clt_AMB008.png differ diff --git a/public/images/gear/Clt_AMB009.png b/public/images/gear/Clt_AMB009.png new file mode 100644 index 000000000..e5ceb8a89 Binary files /dev/null and b/public/images/gear/Clt_AMB009.png differ diff --git a/public/images/gear/Clt_AMB010.png b/public/images/gear/Clt_AMB010.png new file mode 100644 index 000000000..6422bfd82 Binary files /dev/null and b/public/images/gear/Clt_AMB010.png differ diff --git a/public/images/gear/Clt_COP100.png b/public/images/gear/Clt_COP100.png new file mode 100644 index 000000000..62607bf35 Binary files /dev/null and b/public/images/gear/Clt_COP100.png differ diff --git a/public/images/gear/Clt_COP101.png b/public/images/gear/Clt_COP101.png new file mode 100644 index 000000000..1ec4826e8 Binary files /dev/null and b/public/images/gear/Clt_COP101.png differ diff --git a/public/images/gear/Clt_COP102.png b/public/images/gear/Clt_COP102.png new file mode 100644 index 000000000..f8ff9e155 Binary files /dev/null and b/public/images/gear/Clt_COP102.png differ diff --git a/public/images/gear/Clt_COP103.png b/public/images/gear/Clt_COP103.png new file mode 100644 index 000000000..e1b91d7fc Binary files /dev/null and b/public/images/gear/Clt_COP103.png differ diff --git a/public/images/gear/Clt_COP104.png b/public/images/gear/Clt_COP104.png new file mode 100644 index 000000000..64c6335ff Binary files /dev/null and b/public/images/gear/Clt_COP104.png differ diff --git a/public/images/gear/Clt_COP105.png b/public/images/gear/Clt_COP105.png new file mode 100644 index 000000000..573131f3b Binary files /dev/null and b/public/images/gear/Clt_COP105.png differ diff --git a/public/images/gear/Clt_COP106.png b/public/images/gear/Clt_COP106.png new file mode 100644 index 000000000..1729e233a Binary files /dev/null and b/public/images/gear/Clt_COP106.png differ diff --git a/public/images/gear/Clt_COP107.png b/public/images/gear/Clt_COP107.png new file mode 100644 index 000000000..87b5a90dd Binary files /dev/null and b/public/images/gear/Clt_COP107.png differ diff --git a/public/images/gear/Clt_COP108.png b/public/images/gear/Clt_COP108.png new file mode 100644 index 000000000..c540193fe Binary files /dev/null and b/public/images/gear/Clt_COP108.png differ diff --git a/public/images/gear/Clt_COP109.png b/public/images/gear/Clt_COP109.png new file mode 100644 index 000000000..99e6f2ab6 Binary files /dev/null and b/public/images/gear/Clt_COP109.png differ diff --git a/public/images/gear/Clt_COP110.png b/public/images/gear/Clt_COP110.png new file mode 100644 index 000000000..51c571675 Binary files /dev/null and b/public/images/gear/Clt_COP110.png differ diff --git a/public/images/gear/Clt_CRC000.png b/public/images/gear/Clt_CRC000.png new file mode 100644 index 000000000..cbcfad0be Binary files /dev/null and b/public/images/gear/Clt_CRC000.png differ diff --git a/public/images/gear/Clt_FST001.png b/public/images/gear/Clt_FST001.png new file mode 100644 index 000000000..844960a89 Binary files /dev/null and b/public/images/gear/Clt_FST001.png differ diff --git a/public/images/gear/Clt_FST002.png b/public/images/gear/Clt_FST002.png new file mode 100644 index 000000000..b42afea27 Binary files /dev/null and b/public/images/gear/Clt_FST002.png differ diff --git a/public/images/gear/Clt_HAP001.png b/public/images/gear/Clt_HAP001.png new file mode 100644 index 000000000..fcc615c5b Binary files /dev/null and b/public/images/gear/Clt_HAP001.png differ diff --git a/public/images/gear/Clt_HAP002.png b/public/images/gear/Clt_HAP002.png new file mode 100644 index 000000000..426411482 Binary files /dev/null and b/public/images/gear/Clt_HAP002.png differ diff --git a/public/images/gear/Clt_JKT000.png b/public/images/gear/Clt_JKT000.png new file mode 100644 index 000000000..87d839123 Binary files /dev/null and b/public/images/gear/Clt_JKT000.png differ diff --git a/public/images/gear/Clt_JKT001.png b/public/images/gear/Clt_JKT001.png new file mode 100644 index 000000000..7a000137f Binary files /dev/null and b/public/images/gear/Clt_JKT001.png differ diff --git a/public/images/gear/Clt_JKT002.png b/public/images/gear/Clt_JKT002.png new file mode 100644 index 000000000..62a3f4781 Binary files /dev/null and b/public/images/gear/Clt_JKT002.png differ diff --git a/public/images/gear/Clt_JKT003.png b/public/images/gear/Clt_JKT003.png new file mode 100644 index 000000000..aed61a9a0 Binary files /dev/null and b/public/images/gear/Clt_JKT003.png differ diff --git a/public/images/gear/Clt_JKT004.png b/public/images/gear/Clt_JKT004.png new file mode 100644 index 000000000..5f6bb90b7 Binary files /dev/null and b/public/images/gear/Clt_JKT004.png differ diff --git a/public/images/gear/Clt_JKT005.png b/public/images/gear/Clt_JKT005.png new file mode 100644 index 000000000..06cbc8174 Binary files /dev/null and b/public/images/gear/Clt_JKT005.png differ diff --git a/public/images/gear/Clt_JKT006.png b/public/images/gear/Clt_JKT006.png new file mode 100644 index 000000000..c2a97bc4a Binary files /dev/null and b/public/images/gear/Clt_JKT006.png differ diff --git a/public/images/gear/Clt_JKT007.png b/public/images/gear/Clt_JKT007.png new file mode 100644 index 000000000..4b0ff4f53 Binary files /dev/null and b/public/images/gear/Clt_JKT007.png differ diff --git a/public/images/gear/Clt_JKT008.png b/public/images/gear/Clt_JKT008.png new file mode 100644 index 000000000..d465a9207 Binary files /dev/null and b/public/images/gear/Clt_JKT008.png differ diff --git a/public/images/gear/Clt_JKT009.png b/public/images/gear/Clt_JKT009.png new file mode 100644 index 000000000..e50c4e1a0 Binary files /dev/null and b/public/images/gear/Clt_JKT009.png differ diff --git a/public/images/gear/Clt_JKT010.png b/public/images/gear/Clt_JKT010.png new file mode 100644 index 000000000..4be015f5b Binary files /dev/null and b/public/images/gear/Clt_JKT010.png differ diff --git a/public/images/gear/Clt_JKT011.png b/public/images/gear/Clt_JKT011.png new file mode 100644 index 000000000..78793c736 Binary files /dev/null and b/public/images/gear/Clt_JKT011.png differ diff --git a/public/images/gear/Clt_JKT012.png b/public/images/gear/Clt_JKT012.png new file mode 100644 index 000000000..4fde4ea26 Binary files /dev/null and b/public/images/gear/Clt_JKT012.png differ diff --git a/public/images/gear/Clt_JKT013.png b/public/images/gear/Clt_JKT013.png new file mode 100644 index 000000000..b4591faf1 Binary files /dev/null and b/public/images/gear/Clt_JKT013.png differ diff --git a/public/images/gear/Clt_JKT014.png b/public/images/gear/Clt_JKT014.png new file mode 100644 index 000000000..efc9c130e Binary files /dev/null and b/public/images/gear/Clt_JKT014.png differ diff --git a/public/images/gear/Clt_JKT015.png b/public/images/gear/Clt_JKT015.png new file mode 100644 index 000000000..9bec84bd5 Binary files /dev/null and b/public/images/gear/Clt_JKT015.png differ diff --git a/public/images/gear/Clt_JKT016.png b/public/images/gear/Clt_JKT016.png new file mode 100644 index 000000000..d24cef0c8 Binary files /dev/null and b/public/images/gear/Clt_JKT016.png differ diff --git a/public/images/gear/Clt_JKT017.png b/public/images/gear/Clt_JKT017.png new file mode 100644 index 000000000..10b35708b Binary files /dev/null and b/public/images/gear/Clt_JKT017.png differ diff --git a/public/images/gear/Clt_JKT018.png b/public/images/gear/Clt_JKT018.png new file mode 100644 index 000000000..942b89fff Binary files /dev/null and b/public/images/gear/Clt_JKT018.png differ diff --git a/public/images/gear/Clt_JKT019.png b/public/images/gear/Clt_JKT019.png new file mode 100644 index 000000000..55c5e1a12 Binary files /dev/null and b/public/images/gear/Clt_JKT019.png differ diff --git a/public/images/gear/Clt_JKT020.png b/public/images/gear/Clt_JKT020.png new file mode 100644 index 000000000..3ecce637f Binary files /dev/null and b/public/images/gear/Clt_JKT020.png differ diff --git a/public/images/gear/Clt_JKT021.png b/public/images/gear/Clt_JKT021.png new file mode 100644 index 000000000..2eba51b6c Binary files /dev/null and b/public/images/gear/Clt_JKT021.png differ diff --git a/public/images/gear/Clt_JKT022.png b/public/images/gear/Clt_JKT022.png new file mode 100644 index 000000000..df92b7ba9 Binary files /dev/null and b/public/images/gear/Clt_JKT022.png differ diff --git a/public/images/gear/Clt_JKT023.png b/public/images/gear/Clt_JKT023.png new file mode 100644 index 000000000..d5dfe7cfd Binary files /dev/null and b/public/images/gear/Clt_JKT023.png differ diff --git a/public/images/gear/Clt_JKT024.png b/public/images/gear/Clt_JKT024.png new file mode 100644 index 000000000..ecf69fb00 Binary files /dev/null and b/public/images/gear/Clt_JKT024.png differ diff --git a/public/images/gear/Clt_JKT025.png b/public/images/gear/Clt_JKT025.png new file mode 100644 index 000000000..2a1864a3f Binary files /dev/null and b/public/images/gear/Clt_JKT025.png differ diff --git a/public/images/gear/Clt_JKT026.png b/public/images/gear/Clt_JKT026.png new file mode 100644 index 000000000..393c4a981 Binary files /dev/null and b/public/images/gear/Clt_JKT026.png differ diff --git a/public/images/gear/Clt_JKT027.png b/public/images/gear/Clt_JKT027.png new file mode 100644 index 000000000..03dd0fe49 Binary files /dev/null and b/public/images/gear/Clt_JKT027.png differ diff --git a/public/images/gear/Clt_JKT028.png b/public/images/gear/Clt_JKT028.png new file mode 100644 index 000000000..f9f20b062 Binary files /dev/null and b/public/images/gear/Clt_JKT028.png differ diff --git a/public/images/gear/Clt_JKT029.png b/public/images/gear/Clt_JKT029.png new file mode 100644 index 000000000..5c26678c4 Binary files /dev/null and b/public/images/gear/Clt_JKT029.png differ diff --git a/public/images/gear/Clt_JKT030.png b/public/images/gear/Clt_JKT030.png new file mode 100644 index 000000000..4b9dc39d0 Binary files /dev/null and b/public/images/gear/Clt_JKT030.png differ diff --git a/public/images/gear/Clt_JKT031.png b/public/images/gear/Clt_JKT031.png new file mode 100644 index 000000000..25cf8299b Binary files /dev/null and b/public/images/gear/Clt_JKT031.png differ diff --git a/public/images/gear/Clt_JKT032.png b/public/images/gear/Clt_JKT032.png new file mode 100644 index 000000000..1aab09a0d Binary files /dev/null and b/public/images/gear/Clt_JKT032.png differ diff --git a/public/images/gear/Clt_JKT033.png b/public/images/gear/Clt_JKT033.png new file mode 100644 index 000000000..da15e65e6 Binary files /dev/null and b/public/images/gear/Clt_JKT033.png differ diff --git a/public/images/gear/Clt_JKT034.png b/public/images/gear/Clt_JKT034.png new file mode 100644 index 000000000..fea8cf5c0 Binary files /dev/null and b/public/images/gear/Clt_JKT034.png differ diff --git a/public/images/gear/Clt_JKT035.png b/public/images/gear/Clt_JKT035.png new file mode 100644 index 000000000..e38359448 Binary files /dev/null and b/public/images/gear/Clt_JKT035.png differ diff --git a/public/images/gear/Clt_JKT036.png b/public/images/gear/Clt_JKT036.png new file mode 100644 index 000000000..6a1b1c49c Binary files /dev/null and b/public/images/gear/Clt_JKT036.png differ diff --git a/public/images/gear/Clt_JKT037.png b/public/images/gear/Clt_JKT037.png new file mode 100644 index 000000000..fa3d3e963 Binary files /dev/null and b/public/images/gear/Clt_JKT037.png differ diff --git a/public/images/gear/Clt_JKT038.png b/public/images/gear/Clt_JKT038.png new file mode 100644 index 000000000..b6e0ed051 Binary files /dev/null and b/public/images/gear/Clt_JKT038.png differ diff --git a/public/images/gear/Clt_JKT039.png b/public/images/gear/Clt_JKT039.png new file mode 100644 index 000000000..b9c5b4f37 Binary files /dev/null and b/public/images/gear/Clt_JKT039.png differ diff --git a/public/images/gear/Clt_JKT040.png b/public/images/gear/Clt_JKT040.png new file mode 100644 index 000000000..2e9235605 Binary files /dev/null and b/public/images/gear/Clt_JKT040.png differ diff --git a/public/images/gear/Clt_JKT041.png b/public/images/gear/Clt_JKT041.png new file mode 100644 index 000000000..2835a12f5 Binary files /dev/null and b/public/images/gear/Clt_JKT041.png differ diff --git a/public/images/gear/Clt_JKT042.png b/public/images/gear/Clt_JKT042.png new file mode 100644 index 000000000..ef57e95c3 Binary files /dev/null and b/public/images/gear/Clt_JKT042.png differ diff --git a/public/images/gear/Clt_JKT043.png b/public/images/gear/Clt_JKT043.png new file mode 100644 index 000000000..150c95e47 Binary files /dev/null and b/public/images/gear/Clt_JKT043.png differ diff --git a/public/images/gear/Clt_JKT044.png b/public/images/gear/Clt_JKT044.png new file mode 100644 index 000000000..419e207a9 Binary files /dev/null and b/public/images/gear/Clt_JKT044.png differ diff --git a/public/images/gear/Clt_MSN000.png b/public/images/gear/Clt_MSN000.png new file mode 100644 index 000000000..8cf9d11e5 Binary files /dev/null and b/public/images/gear/Clt_MSN000.png differ diff --git a/public/images/gear/Clt_MSN004.png b/public/images/gear/Clt_MSN004.png new file mode 100644 index 000000000..0327c5fb5 Binary files /dev/null and b/public/images/gear/Clt_MSN004.png differ diff --git a/public/images/gear/Clt_MSN101.png b/public/images/gear/Clt_MSN101.png new file mode 100644 index 000000000..2377ba23a Binary files /dev/null and b/public/images/gear/Clt_MSN101.png differ diff --git a/public/images/gear/Clt_MSN104.png b/public/images/gear/Clt_MSN104.png new file mode 100644 index 000000000..951220b4d Binary files /dev/null and b/public/images/gear/Clt_MSN104.png differ diff --git a/public/images/gear/Clt_MSN105.png b/public/images/gear/Clt_MSN105.png new file mode 100644 index 000000000..58be44b61 Binary files /dev/null and b/public/images/gear/Clt_MSN105.png differ diff --git a/public/images/gear/Clt_MSN106.png b/public/images/gear/Clt_MSN106.png new file mode 100644 index 000000000..a4d6b9201 Binary files /dev/null and b/public/images/gear/Clt_MSN106.png differ diff --git a/public/images/gear/Clt_PLO000.png b/public/images/gear/Clt_PLO000.png new file mode 100644 index 000000000..25f3bcb82 Binary files /dev/null and b/public/images/gear/Clt_PLO000.png differ diff --git a/public/images/gear/Clt_PLO001.png b/public/images/gear/Clt_PLO001.png new file mode 100644 index 000000000..83487d446 Binary files /dev/null and b/public/images/gear/Clt_PLO001.png differ diff --git a/public/images/gear/Clt_PLO002.png b/public/images/gear/Clt_PLO002.png new file mode 100644 index 000000000..7905e2392 Binary files /dev/null and b/public/images/gear/Clt_PLO002.png differ diff --git a/public/images/gear/Clt_PLO003.png b/public/images/gear/Clt_PLO003.png new file mode 100644 index 000000000..e9c22140c Binary files /dev/null and b/public/images/gear/Clt_PLO003.png differ diff --git a/public/images/gear/Clt_PLO004.png b/public/images/gear/Clt_PLO004.png new file mode 100644 index 000000000..cabbfe57c Binary files /dev/null and b/public/images/gear/Clt_PLO004.png differ diff --git a/public/images/gear/Clt_PLO005.png b/public/images/gear/Clt_PLO005.png new file mode 100644 index 000000000..997401ba2 Binary files /dev/null and b/public/images/gear/Clt_PLO005.png differ diff --git a/public/images/gear/Clt_PLO006.png b/public/images/gear/Clt_PLO006.png new file mode 100644 index 000000000..b84a8ab9c Binary files /dev/null and b/public/images/gear/Clt_PLO006.png differ diff --git a/public/images/gear/Clt_PLO007.png b/public/images/gear/Clt_PLO007.png new file mode 100644 index 000000000..871aeb4e7 Binary files /dev/null and b/public/images/gear/Clt_PLO007.png differ diff --git a/public/images/gear/Clt_PLO008.png b/public/images/gear/Clt_PLO008.png new file mode 100644 index 000000000..eaad9084c Binary files /dev/null and b/public/images/gear/Clt_PLO008.png differ diff --git a/public/images/gear/Clt_PRK000.png b/public/images/gear/Clt_PRK000.png new file mode 100644 index 000000000..cbbebbd31 Binary files /dev/null and b/public/images/gear/Clt_PRK000.png differ diff --git a/public/images/gear/Clt_PRK001.png b/public/images/gear/Clt_PRK001.png new file mode 100644 index 000000000..8a02d5051 Binary files /dev/null and b/public/images/gear/Clt_PRK001.png differ diff --git a/public/images/gear/Clt_PRK002.png b/public/images/gear/Clt_PRK002.png new file mode 100644 index 000000000..b552a5587 Binary files /dev/null and b/public/images/gear/Clt_PRK002.png differ diff --git a/public/images/gear/Clt_PRK004.png b/public/images/gear/Clt_PRK004.png new file mode 100644 index 000000000..4f6dfdf6e Binary files /dev/null and b/public/images/gear/Clt_PRK004.png differ diff --git a/public/images/gear/Clt_PRK005.png b/public/images/gear/Clt_PRK005.png new file mode 100644 index 000000000..98e9cbe72 Binary files /dev/null and b/public/images/gear/Clt_PRK005.png differ diff --git a/public/images/gear/Clt_PRK006.png b/public/images/gear/Clt_PRK006.png new file mode 100644 index 000000000..e64d4d9d2 Binary files /dev/null and b/public/images/gear/Clt_PRK006.png differ diff --git a/public/images/gear/Clt_PRK007.png b/public/images/gear/Clt_PRK007.png new file mode 100644 index 000000000..f00a8c738 Binary files /dev/null and b/public/images/gear/Clt_PRK007.png differ diff --git a/public/images/gear/Clt_PRK008.png b/public/images/gear/Clt_PRK008.png new file mode 100644 index 000000000..e82f62c0a Binary files /dev/null and b/public/images/gear/Clt_PRK008.png differ diff --git a/public/images/gear/Clt_PRK009.png b/public/images/gear/Clt_PRK009.png new file mode 100644 index 000000000..03ca5d04a Binary files /dev/null and b/public/images/gear/Clt_PRK009.png differ diff --git a/public/images/gear/Clt_PRK010.png b/public/images/gear/Clt_PRK010.png new file mode 100644 index 000000000..8f2ace75c Binary files /dev/null and b/public/images/gear/Clt_PRK010.png differ diff --git a/public/images/gear/Clt_PRK011.png b/public/images/gear/Clt_PRK011.png new file mode 100644 index 000000000..67a425152 Binary files /dev/null and b/public/images/gear/Clt_PRK011.png differ diff --git a/public/images/gear/Clt_RVL000.png b/public/images/gear/Clt_RVL000.png new file mode 100644 index 000000000..d549ce907 Binary files /dev/null and b/public/images/gear/Clt_RVL000.png differ diff --git a/public/images/gear/Clt_RVL001.png b/public/images/gear/Clt_RVL001.png new file mode 100644 index 000000000..3b16ba2be Binary files /dev/null and b/public/images/gear/Clt_RVL001.png differ diff --git a/public/images/gear/Clt_SHT000.png b/public/images/gear/Clt_SHT000.png new file mode 100644 index 000000000..574cb85d4 Binary files /dev/null and b/public/images/gear/Clt_SHT000.png differ diff --git a/public/images/gear/Clt_SHT001.png b/public/images/gear/Clt_SHT001.png new file mode 100644 index 000000000..e652041cf Binary files /dev/null and b/public/images/gear/Clt_SHT001.png differ diff --git a/public/images/gear/Clt_SHT002.png b/public/images/gear/Clt_SHT002.png new file mode 100644 index 000000000..06eb102a6 Binary files /dev/null and b/public/images/gear/Clt_SHT002.png differ diff --git a/public/images/gear/Clt_SHT003.png b/public/images/gear/Clt_SHT003.png new file mode 100644 index 000000000..06c415c87 Binary files /dev/null and b/public/images/gear/Clt_SHT003.png differ diff --git a/public/images/gear/Clt_SHT004.png b/public/images/gear/Clt_SHT004.png new file mode 100644 index 000000000..4bc3731ae Binary files /dev/null and b/public/images/gear/Clt_SHT004.png differ diff --git a/public/images/gear/Clt_SHT005.png b/public/images/gear/Clt_SHT005.png new file mode 100644 index 000000000..cebed245f Binary files /dev/null and b/public/images/gear/Clt_SHT005.png differ diff --git a/public/images/gear/Clt_SHT006.png b/public/images/gear/Clt_SHT006.png new file mode 100644 index 000000000..29e315026 Binary files /dev/null and b/public/images/gear/Clt_SHT006.png differ diff --git a/public/images/gear/Clt_SHT007.png b/public/images/gear/Clt_SHT007.png new file mode 100644 index 000000000..0bfe4c07c Binary files /dev/null and b/public/images/gear/Clt_SHT007.png differ diff --git a/public/images/gear/Clt_SHT008.png b/public/images/gear/Clt_SHT008.png new file mode 100644 index 000000000..1920b737a Binary files /dev/null and b/public/images/gear/Clt_SHT008.png differ diff --git a/public/images/gear/Clt_SHT009.png b/public/images/gear/Clt_SHT009.png new file mode 100644 index 000000000..d764645ca Binary files /dev/null and b/public/images/gear/Clt_SHT009.png differ diff --git a/public/images/gear/Clt_SHT010.png b/public/images/gear/Clt_SHT010.png new file mode 100644 index 000000000..c773259c5 Binary files /dev/null and b/public/images/gear/Clt_SHT010.png differ diff --git a/public/images/gear/Clt_SHT011.png b/public/images/gear/Clt_SHT011.png new file mode 100644 index 000000000..d32675ab5 Binary files /dev/null and b/public/images/gear/Clt_SHT011.png differ diff --git a/public/images/gear/Clt_SHT012.png b/public/images/gear/Clt_SHT012.png new file mode 100644 index 000000000..b27a0c4e0 Binary files /dev/null and b/public/images/gear/Clt_SHT012.png differ diff --git a/public/images/gear/Clt_SHT013.png b/public/images/gear/Clt_SHT013.png new file mode 100644 index 000000000..4d02b97d0 Binary files /dev/null and b/public/images/gear/Clt_SHT013.png differ diff --git a/public/images/gear/Clt_SHT014.png b/public/images/gear/Clt_SHT014.png new file mode 100644 index 000000000..ff1187423 Binary files /dev/null and b/public/images/gear/Clt_SHT014.png differ diff --git a/public/images/gear/Clt_SHT015.png b/public/images/gear/Clt_SHT015.png new file mode 100644 index 000000000..8987acb91 Binary files /dev/null and b/public/images/gear/Clt_SHT015.png differ diff --git a/public/images/gear/Clt_SHT017.png b/public/images/gear/Clt_SHT017.png new file mode 100644 index 000000000..f95bc94b4 Binary files /dev/null and b/public/images/gear/Clt_SHT017.png differ diff --git a/public/images/gear/Clt_SHT018.png b/public/images/gear/Clt_SHT018.png new file mode 100644 index 000000000..efabdd8a1 Binary files /dev/null and b/public/images/gear/Clt_SHT018.png differ diff --git a/public/images/gear/Clt_SHT019.png b/public/images/gear/Clt_SHT019.png new file mode 100644 index 000000000..5d7fa9c51 Binary files /dev/null and b/public/images/gear/Clt_SHT019.png differ diff --git a/public/images/gear/Clt_SHT020.png b/public/images/gear/Clt_SHT020.png new file mode 100644 index 000000000..97f7e42f5 Binary files /dev/null and b/public/images/gear/Clt_SHT020.png differ diff --git a/public/images/gear/Clt_SHT021.png b/public/images/gear/Clt_SHT021.png new file mode 100644 index 000000000..0eb6d0368 Binary files /dev/null and b/public/images/gear/Clt_SHT021.png differ diff --git a/public/images/gear/Clt_SHT022.png b/public/images/gear/Clt_SHT022.png new file mode 100644 index 000000000..3918ed199 Binary files /dev/null and b/public/images/gear/Clt_SHT022.png differ diff --git a/public/images/gear/Clt_SHT023.png b/public/images/gear/Clt_SHT023.png new file mode 100644 index 000000000..a61953af0 Binary files /dev/null and b/public/images/gear/Clt_SHT023.png differ diff --git a/public/images/gear/Clt_SHT024.png b/public/images/gear/Clt_SHT024.png new file mode 100644 index 000000000..8e9933231 Binary files /dev/null and b/public/images/gear/Clt_SHT024.png differ diff --git a/public/images/gear/Clt_SHT025.png b/public/images/gear/Clt_SHT025.png new file mode 100644 index 000000000..1325175f3 Binary files /dev/null and b/public/images/gear/Clt_SHT025.png differ diff --git a/public/images/gear/Clt_SHT026.png b/public/images/gear/Clt_SHT026.png new file mode 100644 index 000000000..1faf41a16 Binary files /dev/null and b/public/images/gear/Clt_SHT026.png differ diff --git a/public/images/gear/Clt_SHT027.png b/public/images/gear/Clt_SHT027.png new file mode 100644 index 000000000..e23d4ccd1 Binary files /dev/null and b/public/images/gear/Clt_SHT027.png differ diff --git a/public/images/gear/Clt_SHT028.png b/public/images/gear/Clt_SHT028.png new file mode 100644 index 000000000..277bcb694 Binary files /dev/null and b/public/images/gear/Clt_SHT028.png differ diff --git a/public/images/gear/Clt_SHT029.png b/public/images/gear/Clt_SHT029.png new file mode 100644 index 000000000..168a45ef4 Binary files /dev/null and b/public/images/gear/Clt_SHT029.png differ diff --git a/public/images/gear/Clt_SWT000.png b/public/images/gear/Clt_SWT000.png new file mode 100644 index 000000000..7fe8062ab Binary files /dev/null and b/public/images/gear/Clt_SWT000.png differ diff --git a/public/images/gear/Clt_SWT001.png b/public/images/gear/Clt_SWT001.png new file mode 100644 index 000000000..ce0277af2 Binary files /dev/null and b/public/images/gear/Clt_SWT001.png differ diff --git a/public/images/gear/Clt_SWT002.png b/public/images/gear/Clt_SWT002.png new file mode 100644 index 000000000..09e61e56f Binary files /dev/null and b/public/images/gear/Clt_SWT002.png differ diff --git a/public/images/gear/Clt_SWT003.png b/public/images/gear/Clt_SWT003.png new file mode 100644 index 000000000..5439ae133 Binary files /dev/null and b/public/images/gear/Clt_SWT003.png differ diff --git a/public/images/gear/Clt_SWT004.png b/public/images/gear/Clt_SWT004.png new file mode 100644 index 000000000..dd92a202b Binary files /dev/null and b/public/images/gear/Clt_SWT004.png differ diff --git a/public/images/gear/Clt_SWT005.png b/public/images/gear/Clt_SWT005.png new file mode 100644 index 000000000..d9be8283c Binary files /dev/null and b/public/images/gear/Clt_SWT005.png differ diff --git a/public/images/gear/Clt_SWT006.png b/public/images/gear/Clt_SWT006.png new file mode 100644 index 000000000..fb4e6ecd1 Binary files /dev/null and b/public/images/gear/Clt_SWT006.png differ diff --git a/public/images/gear/Clt_SWT007.png b/public/images/gear/Clt_SWT007.png new file mode 100644 index 000000000..a35651bce Binary files /dev/null and b/public/images/gear/Clt_SWT007.png differ diff --git a/public/images/gear/Clt_SWT008.png b/public/images/gear/Clt_SWT008.png new file mode 100644 index 000000000..7c2910f58 Binary files /dev/null and b/public/images/gear/Clt_SWT008.png differ diff --git a/public/images/gear/Clt_SWT009.png b/public/images/gear/Clt_SWT009.png new file mode 100644 index 000000000..1c94a43e2 Binary files /dev/null and b/public/images/gear/Clt_SWT009.png differ diff --git a/public/images/gear/Clt_SWT010.png b/public/images/gear/Clt_SWT010.png new file mode 100644 index 000000000..79325a133 Binary files /dev/null and b/public/images/gear/Clt_SWT010.png differ diff --git a/public/images/gear/Clt_SWT011.png b/public/images/gear/Clt_SWT011.png new file mode 100644 index 000000000..e8597ae61 Binary files /dev/null and b/public/images/gear/Clt_SWT011.png differ diff --git a/public/images/gear/Clt_SWT012.png b/public/images/gear/Clt_SWT012.png new file mode 100644 index 000000000..3380c7ef8 Binary files /dev/null and b/public/images/gear/Clt_SWT012.png differ diff --git a/public/images/gear/Clt_SWT013.png b/public/images/gear/Clt_SWT013.png new file mode 100644 index 000000000..df23c25ef Binary files /dev/null and b/public/images/gear/Clt_SWT013.png differ diff --git a/public/images/gear/Clt_SWT014.png b/public/images/gear/Clt_SWT014.png new file mode 100644 index 000000000..80077e97a Binary files /dev/null and b/public/images/gear/Clt_SWT014.png differ diff --git a/public/images/gear/Clt_SWT015.png b/public/images/gear/Clt_SWT015.png new file mode 100644 index 000000000..58ca68a81 Binary files /dev/null and b/public/images/gear/Clt_SWT015.png differ diff --git a/public/images/gear/Clt_TEL000.png b/public/images/gear/Clt_TEL000.png new file mode 100644 index 000000000..b1ef5b166 Binary files /dev/null and b/public/images/gear/Clt_TEL000.png differ diff --git a/public/images/gear/Clt_TEL001.png b/public/images/gear/Clt_TEL001.png new file mode 100644 index 000000000..0a9fad9c3 Binary files /dev/null and b/public/images/gear/Clt_TEL001.png differ diff --git a/public/images/gear/Clt_TEL002.png b/public/images/gear/Clt_TEL002.png new file mode 100644 index 000000000..273036ec8 Binary files /dev/null and b/public/images/gear/Clt_TEL002.png differ diff --git a/public/images/gear/Clt_TEL003.png b/public/images/gear/Clt_TEL003.png new file mode 100644 index 000000000..fafda3be0 Binary files /dev/null and b/public/images/gear/Clt_TEL003.png differ diff --git a/public/images/gear/Clt_TEL004.png b/public/images/gear/Clt_TEL004.png new file mode 100644 index 000000000..c0fc6caf5 Binary files /dev/null and b/public/images/gear/Clt_TEL004.png differ diff --git a/public/images/gear/Clt_TEL005.png b/public/images/gear/Clt_TEL005.png new file mode 100644 index 000000000..dfaad4c98 Binary files /dev/null and b/public/images/gear/Clt_TEL005.png differ diff --git a/public/images/gear/Clt_TEL006.png b/public/images/gear/Clt_TEL006.png new file mode 100644 index 000000000..7be5cb180 Binary files /dev/null and b/public/images/gear/Clt_TEL006.png differ diff --git a/public/images/gear/Clt_TEL007.png b/public/images/gear/Clt_TEL007.png new file mode 100644 index 000000000..ea382bf59 Binary files /dev/null and b/public/images/gear/Clt_TEL007.png differ diff --git a/public/images/gear/Clt_TEL008.png b/public/images/gear/Clt_TEL008.png new file mode 100644 index 000000000..1e04dd52d Binary files /dev/null and b/public/images/gear/Clt_TEL008.png differ diff --git a/public/images/gear/Clt_TEL009.png b/public/images/gear/Clt_TEL009.png new file mode 100644 index 000000000..039fbf8e2 Binary files /dev/null and b/public/images/gear/Clt_TEL009.png differ diff --git a/public/images/gear/Clt_TEL010.png b/public/images/gear/Clt_TEL010.png new file mode 100644 index 000000000..b2fecc553 Binary files /dev/null and b/public/images/gear/Clt_TEL010.png differ diff --git a/public/images/gear/Clt_TEL011.png b/public/images/gear/Clt_TEL011.png new file mode 100644 index 000000000..012e357b2 Binary files /dev/null and b/public/images/gear/Clt_TEL011.png differ diff --git a/public/images/gear/Clt_TEL012.png b/public/images/gear/Clt_TEL012.png new file mode 100644 index 000000000..89f796761 Binary files /dev/null and b/public/images/gear/Clt_TEL012.png differ diff --git a/public/images/gear/Clt_TEL013.png b/public/images/gear/Clt_TEL013.png new file mode 100644 index 000000000..f73e7c6d9 Binary files /dev/null and b/public/images/gear/Clt_TEL013.png differ diff --git a/public/images/gear/Clt_TEL014.png b/public/images/gear/Clt_TEL014.png new file mode 100644 index 000000000..f9b1b2656 Binary files /dev/null and b/public/images/gear/Clt_TEL014.png differ diff --git a/public/images/gear/Clt_TEL015.png b/public/images/gear/Clt_TEL015.png new file mode 100644 index 000000000..0f96d6623 Binary files /dev/null and b/public/images/gear/Clt_TEL015.png differ diff --git a/public/images/gear/Clt_TEL016.png b/public/images/gear/Clt_TEL016.png new file mode 100644 index 000000000..1a386e0ff Binary files /dev/null and b/public/images/gear/Clt_TEL016.png differ diff --git a/public/images/gear/Clt_TEL017.png b/public/images/gear/Clt_TEL017.png new file mode 100644 index 000000000..6c3cf6cc9 Binary files /dev/null and b/public/images/gear/Clt_TEL017.png differ diff --git a/public/images/gear/Clt_TEL018.png b/public/images/gear/Clt_TEL018.png new file mode 100644 index 000000000..629b2ceed Binary files /dev/null and b/public/images/gear/Clt_TEL018.png differ diff --git a/public/images/gear/Clt_TEL019.png b/public/images/gear/Clt_TEL019.png new file mode 100644 index 000000000..b7dfe7daf Binary files /dev/null and b/public/images/gear/Clt_TEL019.png differ diff --git a/public/images/gear/Clt_TEL020.png b/public/images/gear/Clt_TEL020.png new file mode 100644 index 000000000..cdce66312 Binary files /dev/null and b/public/images/gear/Clt_TEL020.png differ diff --git a/public/images/gear/Clt_TEL021.png b/public/images/gear/Clt_TEL021.png new file mode 100644 index 000000000..50aa17f41 Binary files /dev/null and b/public/images/gear/Clt_TEL021.png differ diff --git a/public/images/gear/Clt_TEL022.png b/public/images/gear/Clt_TEL022.png new file mode 100644 index 000000000..36c9bf602 Binary files /dev/null and b/public/images/gear/Clt_TEL022.png differ diff --git a/public/images/gear/Clt_TEL023.png b/public/images/gear/Clt_TEL023.png new file mode 100644 index 000000000..269de4568 Binary files /dev/null and b/public/images/gear/Clt_TEL023.png differ diff --git a/public/images/gear/Clt_TEL024.png b/public/images/gear/Clt_TEL024.png new file mode 100644 index 000000000..4250637e7 Binary files /dev/null and b/public/images/gear/Clt_TEL024.png differ diff --git a/public/images/gear/Clt_TES000.png b/public/images/gear/Clt_TES000.png new file mode 100644 index 000000000..89676dc45 Binary files /dev/null and b/public/images/gear/Clt_TES000.png differ diff --git a/public/images/gear/Clt_TES001.png b/public/images/gear/Clt_TES001.png new file mode 100644 index 000000000..a8a1bfa9a Binary files /dev/null and b/public/images/gear/Clt_TES001.png differ diff --git a/public/images/gear/Clt_TES002.png b/public/images/gear/Clt_TES002.png new file mode 100644 index 000000000..25a8744bc Binary files /dev/null and b/public/images/gear/Clt_TES002.png differ diff --git a/public/images/gear/Clt_TES003.png b/public/images/gear/Clt_TES003.png new file mode 100644 index 000000000..76c59362f Binary files /dev/null and b/public/images/gear/Clt_TES003.png differ diff --git a/public/images/gear/Clt_TES004.png b/public/images/gear/Clt_TES004.png new file mode 100644 index 000000000..2e8dd3386 Binary files /dev/null and b/public/images/gear/Clt_TES004.png differ diff --git a/public/images/gear/Clt_TES005.png b/public/images/gear/Clt_TES005.png new file mode 100644 index 000000000..bd3b9fbac Binary files /dev/null and b/public/images/gear/Clt_TES005.png differ diff --git a/public/images/gear/Clt_TES006.png b/public/images/gear/Clt_TES006.png new file mode 100644 index 000000000..a2c207042 Binary files /dev/null and b/public/images/gear/Clt_TES006.png differ diff --git a/public/images/gear/Clt_TES007.png b/public/images/gear/Clt_TES007.png new file mode 100644 index 000000000..3e1a1a3d3 Binary files /dev/null and b/public/images/gear/Clt_TES007.png differ diff --git a/public/images/gear/Clt_TES008.png b/public/images/gear/Clt_TES008.png new file mode 100644 index 000000000..f9e37c188 Binary files /dev/null and b/public/images/gear/Clt_TES008.png differ diff --git a/public/images/gear/Clt_TES009.png b/public/images/gear/Clt_TES009.png new file mode 100644 index 000000000..f81bc2e9c Binary files /dev/null and b/public/images/gear/Clt_TES009.png differ diff --git a/public/images/gear/Clt_TES010.png b/public/images/gear/Clt_TES010.png new file mode 100644 index 000000000..d689ce523 Binary files /dev/null and b/public/images/gear/Clt_TES010.png differ diff --git a/public/images/gear/Clt_TES011.png b/public/images/gear/Clt_TES011.png new file mode 100644 index 000000000..401067132 Binary files /dev/null and b/public/images/gear/Clt_TES011.png differ diff --git a/public/images/gear/Clt_TES012.png b/public/images/gear/Clt_TES012.png new file mode 100644 index 000000000..a4a24f090 Binary files /dev/null and b/public/images/gear/Clt_TES012.png differ diff --git a/public/images/gear/Clt_TES013.png b/public/images/gear/Clt_TES013.png new file mode 100644 index 000000000..8309be7a2 Binary files /dev/null and b/public/images/gear/Clt_TES013.png differ diff --git a/public/images/gear/Clt_TES014.png b/public/images/gear/Clt_TES014.png new file mode 100644 index 000000000..35e77d612 Binary files /dev/null and b/public/images/gear/Clt_TES014.png differ diff --git a/public/images/gear/Clt_TES015.png b/public/images/gear/Clt_TES015.png new file mode 100644 index 000000000..d25784f62 Binary files /dev/null and b/public/images/gear/Clt_TES015.png differ diff --git a/public/images/gear/Clt_TES016.png b/public/images/gear/Clt_TES016.png new file mode 100644 index 000000000..618c33895 Binary files /dev/null and b/public/images/gear/Clt_TES016.png differ diff --git a/public/images/gear/Clt_TES017.png b/public/images/gear/Clt_TES017.png new file mode 100644 index 000000000..5184396be Binary files /dev/null and b/public/images/gear/Clt_TES017.png differ diff --git a/public/images/gear/Clt_TES018.png b/public/images/gear/Clt_TES018.png new file mode 100644 index 000000000..f92ea7972 Binary files /dev/null and b/public/images/gear/Clt_TES018.png differ diff --git a/public/images/gear/Clt_TES019.png b/public/images/gear/Clt_TES019.png new file mode 100644 index 000000000..ac20305c8 Binary files /dev/null and b/public/images/gear/Clt_TES019.png differ diff --git a/public/images/gear/Clt_TES020.png b/public/images/gear/Clt_TES020.png new file mode 100644 index 000000000..eb980b82d Binary files /dev/null and b/public/images/gear/Clt_TES020.png differ diff --git a/public/images/gear/Clt_TES021.png b/public/images/gear/Clt_TES021.png new file mode 100644 index 000000000..724a6a153 Binary files /dev/null and b/public/images/gear/Clt_TES021.png differ diff --git a/public/images/gear/Clt_TES022.png b/public/images/gear/Clt_TES022.png new file mode 100644 index 000000000..9558b0699 Binary files /dev/null and b/public/images/gear/Clt_TES022.png differ diff --git a/public/images/gear/Clt_TES023.png b/public/images/gear/Clt_TES023.png new file mode 100644 index 000000000..3ad10d73b Binary files /dev/null and b/public/images/gear/Clt_TES023.png differ diff --git a/public/images/gear/Clt_TES026.png b/public/images/gear/Clt_TES026.png new file mode 100644 index 000000000..9ec0bc59f Binary files /dev/null and b/public/images/gear/Clt_TES026.png differ diff --git a/public/images/gear/Clt_TES027.png b/public/images/gear/Clt_TES027.png new file mode 100644 index 000000000..ac8388c58 Binary files /dev/null and b/public/images/gear/Clt_TES027.png differ diff --git a/public/images/gear/Clt_TES028.png b/public/images/gear/Clt_TES028.png new file mode 100644 index 000000000..a1420fced Binary files /dev/null and b/public/images/gear/Clt_TES028.png differ diff --git a/public/images/gear/Clt_TES029.png b/public/images/gear/Clt_TES029.png new file mode 100644 index 000000000..a29494438 Binary files /dev/null and b/public/images/gear/Clt_TES029.png differ diff --git a/public/images/gear/Clt_TES030.png b/public/images/gear/Clt_TES030.png new file mode 100644 index 000000000..18c17e570 Binary files /dev/null and b/public/images/gear/Clt_TES030.png differ diff --git a/public/images/gear/Clt_TES031.png b/public/images/gear/Clt_TES031.png new file mode 100644 index 000000000..eb2fc9cc5 Binary files /dev/null and b/public/images/gear/Clt_TES031.png differ diff --git a/public/images/gear/Clt_TES032.png b/public/images/gear/Clt_TES032.png new file mode 100644 index 000000000..9633b62a1 Binary files /dev/null and b/public/images/gear/Clt_TES032.png differ diff --git a/public/images/gear/Clt_TES033.png b/public/images/gear/Clt_TES033.png new file mode 100644 index 000000000..adc6e1432 Binary files /dev/null and b/public/images/gear/Clt_TES033.png differ diff --git a/public/images/gear/Clt_TES034.png b/public/images/gear/Clt_TES034.png new file mode 100644 index 000000000..971922c70 Binary files /dev/null and b/public/images/gear/Clt_TES034.png differ diff --git a/public/images/gear/Clt_TES035.png b/public/images/gear/Clt_TES035.png new file mode 100644 index 000000000..550ade41c Binary files /dev/null and b/public/images/gear/Clt_TES035.png differ diff --git a/public/images/gear/Clt_TES036.png b/public/images/gear/Clt_TES036.png new file mode 100644 index 000000000..ced9dd6f2 Binary files /dev/null and b/public/images/gear/Clt_TES036.png differ diff --git a/public/images/gear/Clt_TES037.png b/public/images/gear/Clt_TES037.png new file mode 100644 index 000000000..d67986ec2 Binary files /dev/null and b/public/images/gear/Clt_TES037.png differ diff --git a/public/images/gear/Clt_TES038.png b/public/images/gear/Clt_TES038.png new file mode 100644 index 000000000..dd5a56bfb Binary files /dev/null and b/public/images/gear/Clt_TES038.png differ diff --git a/public/images/gear/Clt_TES039.png b/public/images/gear/Clt_TES039.png new file mode 100644 index 000000000..1c6424683 Binary files /dev/null and b/public/images/gear/Clt_TES039.png differ diff --git a/public/images/gear/Clt_TES040.png b/public/images/gear/Clt_TES040.png new file mode 100644 index 000000000..cc8977391 Binary files /dev/null and b/public/images/gear/Clt_TES040.png differ diff --git a/public/images/gear/Clt_TES041.png b/public/images/gear/Clt_TES041.png new file mode 100644 index 000000000..34e02b3fa Binary files /dev/null and b/public/images/gear/Clt_TES041.png differ diff --git a/public/images/gear/Clt_TES042.png b/public/images/gear/Clt_TES042.png new file mode 100644 index 000000000..4288abe0f Binary files /dev/null and b/public/images/gear/Clt_TES042.png differ diff --git a/public/images/gear/Clt_TES043.png b/public/images/gear/Clt_TES043.png new file mode 100644 index 000000000..a0d279dda Binary files /dev/null and b/public/images/gear/Clt_TES043.png differ diff --git a/public/images/gear/Clt_TES044.png b/public/images/gear/Clt_TES044.png new file mode 100644 index 000000000..bcd433966 Binary files /dev/null and b/public/images/gear/Clt_TES044.png differ diff --git a/public/images/gear/Clt_TES045.png b/public/images/gear/Clt_TES045.png new file mode 100644 index 000000000..212ac47be Binary files /dev/null and b/public/images/gear/Clt_TES045.png differ diff --git a/public/images/gear/Clt_TES046.png b/public/images/gear/Clt_TES046.png new file mode 100644 index 000000000..dbadcd892 Binary files /dev/null and b/public/images/gear/Clt_TES046.png differ diff --git a/public/images/gear/Clt_TES047.png b/public/images/gear/Clt_TES047.png new file mode 100644 index 000000000..023030a1a Binary files /dev/null and b/public/images/gear/Clt_TES047.png differ diff --git a/public/images/gear/Clt_TES048.png b/public/images/gear/Clt_TES048.png new file mode 100644 index 000000000..41f682ad9 Binary files /dev/null and b/public/images/gear/Clt_TES048.png differ diff --git a/public/images/gear/Clt_TES049.png b/public/images/gear/Clt_TES049.png new file mode 100644 index 000000000..cbb74bf37 Binary files /dev/null and b/public/images/gear/Clt_TES049.png differ diff --git a/public/images/gear/Clt_TES050.png b/public/images/gear/Clt_TES050.png new file mode 100644 index 000000000..55a1cfeb9 Binary files /dev/null and b/public/images/gear/Clt_TES050.png differ diff --git a/public/images/gear/Clt_TES051.png b/public/images/gear/Clt_TES051.png new file mode 100644 index 000000000..626aac7a9 Binary files /dev/null and b/public/images/gear/Clt_TES051.png differ diff --git a/public/images/gear/Clt_TES052.png b/public/images/gear/Clt_TES052.png new file mode 100644 index 000000000..51545bb60 Binary files /dev/null and b/public/images/gear/Clt_TES052.png differ diff --git a/public/images/gear/Clt_TES053.png b/public/images/gear/Clt_TES053.png new file mode 100644 index 000000000..89b800fe3 Binary files /dev/null and b/public/images/gear/Clt_TES053.png differ diff --git a/public/images/gear/Clt_TES054.png b/public/images/gear/Clt_TES054.png new file mode 100644 index 000000000..4318f57f2 Binary files /dev/null and b/public/images/gear/Clt_TES054.png differ diff --git a/public/images/gear/Clt_TES055.png b/public/images/gear/Clt_TES055.png new file mode 100644 index 000000000..4c8ae5bf6 Binary files /dev/null and b/public/images/gear/Clt_TES055.png differ diff --git a/public/images/gear/Clt_TES056.png b/public/images/gear/Clt_TES056.png new file mode 100644 index 000000000..2d32b7979 Binary files /dev/null and b/public/images/gear/Clt_TES056.png differ diff --git a/public/images/gear/Clt_TES057.png b/public/images/gear/Clt_TES057.png new file mode 100644 index 000000000..ff5ced533 Binary files /dev/null and b/public/images/gear/Clt_TES057.png differ diff --git a/public/images/gear/Clt_TES058.png b/public/images/gear/Clt_TES058.png new file mode 100644 index 000000000..91ef6e714 Binary files /dev/null and b/public/images/gear/Clt_TES058.png differ diff --git a/public/images/gear/Clt_TES059.png b/public/images/gear/Clt_TES059.png new file mode 100644 index 000000000..d241960e6 Binary files /dev/null and b/public/images/gear/Clt_TES059.png differ diff --git a/public/images/gear/Clt_TES060.png b/public/images/gear/Clt_TES060.png new file mode 100644 index 000000000..388c187d8 Binary files /dev/null and b/public/images/gear/Clt_TES060.png differ diff --git a/public/images/gear/Clt_TES061.png b/public/images/gear/Clt_TES061.png new file mode 100644 index 000000000..3bad9bb3b Binary files /dev/null and b/public/images/gear/Clt_TES061.png differ diff --git a/public/images/gear/Clt_TLY000.png b/public/images/gear/Clt_TLY000.png new file mode 100644 index 000000000..948d57a0d Binary files /dev/null and b/public/images/gear/Clt_TLY000.png differ diff --git a/public/images/gear/Clt_TLY001.png b/public/images/gear/Clt_TLY001.png new file mode 100644 index 000000000..d3980f14c Binary files /dev/null and b/public/images/gear/Clt_TLY001.png differ diff --git a/public/images/gear/Clt_TLY002.png b/public/images/gear/Clt_TLY002.png new file mode 100644 index 000000000..f6a93d1d3 Binary files /dev/null and b/public/images/gear/Clt_TLY002.png differ diff --git a/public/images/gear/Clt_TLY003.png b/public/images/gear/Clt_TLY003.png new file mode 100644 index 000000000..2cc6ed096 Binary files /dev/null and b/public/images/gear/Clt_TLY003.png differ diff --git a/public/images/gear/Clt_TLY004.png b/public/images/gear/Clt_TLY004.png new file mode 100644 index 000000000..4f74f1955 Binary files /dev/null and b/public/images/gear/Clt_TLY004.png differ diff --git a/public/images/gear/Clt_TLY005.png b/public/images/gear/Clt_TLY005.png new file mode 100644 index 000000000..0a64e4202 Binary files /dev/null and b/public/images/gear/Clt_TLY005.png differ diff --git a/public/images/gear/Clt_TLY006.png b/public/images/gear/Clt_TLY006.png new file mode 100644 index 000000000..9eab0bf50 Binary files /dev/null and b/public/images/gear/Clt_TLY006.png differ diff --git a/public/images/gear/Clt_TLY007.png b/public/images/gear/Clt_TLY007.png new file mode 100644 index 000000000..8c8e40e7a Binary files /dev/null and b/public/images/gear/Clt_TLY007.png differ diff --git a/public/images/gear/Clt_TLY008.png b/public/images/gear/Clt_TLY008.png new file mode 100644 index 000000000..1d4423819 Binary files /dev/null and b/public/images/gear/Clt_TLY008.png differ diff --git a/public/images/gear/Clt_TLY009.png b/public/images/gear/Clt_TLY009.png new file mode 100644 index 000000000..0ba1a0bad Binary files /dev/null and b/public/images/gear/Clt_TLY009.png differ diff --git a/public/images/gear/Clt_TLY010.png b/public/images/gear/Clt_TLY010.png new file mode 100644 index 000000000..f44818443 Binary files /dev/null and b/public/images/gear/Clt_TLY010.png differ diff --git a/public/images/gear/Clt_TLY011.png b/public/images/gear/Clt_TLY011.png new file mode 100644 index 000000000..ef8ec58be Binary files /dev/null and b/public/images/gear/Clt_TLY011.png differ diff --git a/public/images/gear/Clt_TLY012.png b/public/images/gear/Clt_TLY012.png new file mode 100644 index 000000000..a6737651a Binary files /dev/null and b/public/images/gear/Clt_TLY012.png differ diff --git a/public/images/gear/Clt_TLY013.png b/public/images/gear/Clt_TLY013.png new file mode 100644 index 000000000..6ed9fbb8c Binary files /dev/null and b/public/images/gear/Clt_TLY013.png differ diff --git a/public/images/gear/Clt_TNK000.png b/public/images/gear/Clt_TNK000.png new file mode 100644 index 000000000..c5384d1a3 Binary files /dev/null and b/public/images/gear/Clt_TNK000.png differ diff --git a/public/images/gear/Clt_TNK001.png b/public/images/gear/Clt_TNK001.png new file mode 100644 index 000000000..c2425b0d7 Binary files /dev/null and b/public/images/gear/Clt_TNK001.png differ diff --git a/public/images/gear/Clt_TNK003.png b/public/images/gear/Clt_TNK003.png new file mode 100644 index 000000000..0935e113c Binary files /dev/null and b/public/images/gear/Clt_TNK003.png differ diff --git a/public/images/gear/Clt_TNK004.png b/public/images/gear/Clt_TNK004.png new file mode 100644 index 000000000..8fce5da7c Binary files /dev/null and b/public/images/gear/Clt_TNK004.png differ diff --git a/public/images/gear/Clt_TNK005.png b/public/images/gear/Clt_TNK005.png new file mode 100644 index 000000000..188773ec6 Binary files /dev/null and b/public/images/gear/Clt_TNK005.png differ diff --git a/public/images/gear/Clt_TNK006.png b/public/images/gear/Clt_TNK006.png new file mode 100644 index 000000000..a6a01dc52 Binary files /dev/null and b/public/images/gear/Clt_TNK006.png differ diff --git a/public/images/gear/Clt_VST000.png b/public/images/gear/Clt_VST000.png new file mode 100644 index 000000000..7f1303cb3 Binary files /dev/null and b/public/images/gear/Clt_VST000.png differ diff --git a/public/images/gear/Clt_VST001.png b/public/images/gear/Clt_VST001.png new file mode 100644 index 000000000..9885a9361 Binary files /dev/null and b/public/images/gear/Clt_VST001.png differ diff --git a/public/images/gear/Clt_VST002.png b/public/images/gear/Clt_VST002.png new file mode 100644 index 000000000..9be99a25c Binary files /dev/null and b/public/images/gear/Clt_VST002.png differ diff --git a/public/images/gear/Clt_VST003.png b/public/images/gear/Clt_VST003.png new file mode 100644 index 000000000..08bf831c0 Binary files /dev/null and b/public/images/gear/Clt_VST003.png differ diff --git a/public/images/gear/Clt_VST004.png b/public/images/gear/Clt_VST004.png new file mode 100644 index 000000000..b8773ef10 Binary files /dev/null and b/public/images/gear/Clt_VST004.png differ diff --git a/public/images/gear/Clt_VST005.png b/public/images/gear/Clt_VST005.png new file mode 100644 index 000000000..844c0eb9f Binary files /dev/null and b/public/images/gear/Clt_VST005.png differ diff --git a/public/images/gear/Clt_VST006.png b/public/images/gear/Clt_VST006.png new file mode 100644 index 000000000..175f60b18 Binary files /dev/null and b/public/images/gear/Clt_VST006.png differ diff --git a/public/images/gear/Clt_VST007.png b/public/images/gear/Clt_VST007.png new file mode 100644 index 000000000..fefde333b Binary files /dev/null and b/public/images/gear/Clt_VST007.png differ diff --git a/public/images/gear/Clt_VST008.png b/public/images/gear/Clt_VST008.png new file mode 100644 index 000000000..c9224e8f5 Binary files /dev/null and b/public/images/gear/Clt_VST008.png differ diff --git a/public/images/gear/Clt_VST009.png b/public/images/gear/Clt_VST009.png new file mode 100644 index 000000000..b06db136a Binary files /dev/null and b/public/images/gear/Clt_VST009.png differ diff --git a/public/images/gear/Hed_ACC001.png b/public/images/gear/Hed_ACC001.png new file mode 100644 index 000000000..7ae7b8c54 Binary files /dev/null and b/public/images/gear/Hed_ACC001.png differ diff --git a/public/images/gear/Hed_AMB000.png b/public/images/gear/Hed_AMB000.png new file mode 100644 index 000000000..350f288b5 Binary files /dev/null and b/public/images/gear/Hed_AMB000.png differ diff --git a/public/images/gear/Hed_AMB001.png b/public/images/gear/Hed_AMB001.png new file mode 100644 index 000000000..e270f7002 Binary files /dev/null and b/public/images/gear/Hed_AMB001.png differ diff --git a/public/images/gear/Hed_AMB002.png b/public/images/gear/Hed_AMB002.png new file mode 100644 index 000000000..f43ef2e8b Binary files /dev/null and b/public/images/gear/Hed_AMB002.png differ diff --git a/public/images/gear/Hed_AMB003.png b/public/images/gear/Hed_AMB003.png new file mode 100644 index 000000000..72c94ae1d Binary files /dev/null and b/public/images/gear/Hed_AMB003.png differ diff --git a/public/images/gear/Hed_AMB004.png b/public/images/gear/Hed_AMB004.png new file mode 100644 index 000000000..5e7670f4d Binary files /dev/null and b/public/images/gear/Hed_AMB004.png differ diff --git a/public/images/gear/Hed_AMB005.png b/public/images/gear/Hed_AMB005.png new file mode 100644 index 000000000..1236f1652 Binary files /dev/null and b/public/images/gear/Hed_AMB005.png differ diff --git a/public/images/gear/Hed_AMB006.png b/public/images/gear/Hed_AMB006.png new file mode 100644 index 000000000..708c5895e Binary files /dev/null and b/public/images/gear/Hed_AMB006.png differ diff --git a/public/images/gear/Hed_AMB007.png b/public/images/gear/Hed_AMB007.png new file mode 100644 index 000000000..b9d8a2843 Binary files /dev/null and b/public/images/gear/Hed_AMB007.png differ diff --git a/public/images/gear/Hed_AMB008.png b/public/images/gear/Hed_AMB008.png new file mode 100644 index 000000000..c443574a1 Binary files /dev/null and b/public/images/gear/Hed_AMB008.png differ diff --git a/public/images/gear/Hed_AMB009.png b/public/images/gear/Hed_AMB009.png new file mode 100644 index 000000000..df9a7a4d1 Binary files /dev/null and b/public/images/gear/Hed_AMB009.png differ diff --git a/public/images/gear/Hed_AMB010.png b/public/images/gear/Hed_AMB010.png new file mode 100644 index 000000000..d08222212 Binary files /dev/null and b/public/images/gear/Hed_AMB010.png differ diff --git a/public/images/gear/Hed_CAP000.png b/public/images/gear/Hed_CAP000.png new file mode 100644 index 000000000..5cf0ecbed Binary files /dev/null and b/public/images/gear/Hed_CAP000.png differ diff --git a/public/images/gear/Hed_CAP001.png b/public/images/gear/Hed_CAP001.png new file mode 100644 index 000000000..b47098e7e Binary files /dev/null and b/public/images/gear/Hed_CAP001.png differ diff --git a/public/images/gear/Hed_CAP002.png b/public/images/gear/Hed_CAP002.png new file mode 100644 index 000000000..e71d46e25 Binary files /dev/null and b/public/images/gear/Hed_CAP002.png differ diff --git a/public/images/gear/Hed_CAP003.png b/public/images/gear/Hed_CAP003.png new file mode 100644 index 000000000..901028558 Binary files /dev/null and b/public/images/gear/Hed_CAP003.png differ diff --git a/public/images/gear/Hed_CAP004.png b/public/images/gear/Hed_CAP004.png new file mode 100644 index 000000000..d6d3407e9 Binary files /dev/null and b/public/images/gear/Hed_CAP004.png differ diff --git a/public/images/gear/Hed_CAP005.png b/public/images/gear/Hed_CAP005.png new file mode 100644 index 000000000..381afef64 Binary files /dev/null and b/public/images/gear/Hed_CAP005.png differ diff --git a/public/images/gear/Hed_CAP006.png b/public/images/gear/Hed_CAP006.png new file mode 100644 index 000000000..d9a06c3fd Binary files /dev/null and b/public/images/gear/Hed_CAP006.png differ diff --git a/public/images/gear/Hed_CAP007.png b/public/images/gear/Hed_CAP007.png new file mode 100644 index 000000000..0047e2137 Binary files /dev/null and b/public/images/gear/Hed_CAP007.png differ diff --git a/public/images/gear/Hed_CAP008.png b/public/images/gear/Hed_CAP008.png new file mode 100644 index 000000000..deda01827 Binary files /dev/null and b/public/images/gear/Hed_CAP008.png differ diff --git a/public/images/gear/Hed_CAP009.png b/public/images/gear/Hed_CAP009.png new file mode 100644 index 000000000..d091a7de5 Binary files /dev/null and b/public/images/gear/Hed_CAP009.png differ diff --git a/public/images/gear/Hed_CAP010.png b/public/images/gear/Hed_CAP010.png new file mode 100644 index 000000000..ee6a003fa Binary files /dev/null and b/public/images/gear/Hed_CAP010.png differ diff --git a/public/images/gear/Hed_CAP011.png b/public/images/gear/Hed_CAP011.png new file mode 100644 index 000000000..1aabdd71d Binary files /dev/null and b/public/images/gear/Hed_CAP011.png differ diff --git a/public/images/gear/Hed_CAP012.png b/public/images/gear/Hed_CAP012.png new file mode 100644 index 000000000..1443c7ef9 Binary files /dev/null and b/public/images/gear/Hed_CAP012.png differ diff --git a/public/images/gear/Hed_CAP014.png b/public/images/gear/Hed_CAP014.png new file mode 100644 index 000000000..920083444 Binary files /dev/null and b/public/images/gear/Hed_CAP014.png differ diff --git a/public/images/gear/Hed_CAP015.png b/public/images/gear/Hed_CAP015.png new file mode 100644 index 000000000..07929489a Binary files /dev/null and b/public/images/gear/Hed_CAP015.png differ diff --git a/public/images/gear/Hed_CAP017.png b/public/images/gear/Hed_CAP017.png new file mode 100644 index 000000000..07929489a Binary files /dev/null and b/public/images/gear/Hed_CAP017.png differ diff --git a/public/images/gear/Hed_CAP018.png b/public/images/gear/Hed_CAP018.png new file mode 100644 index 000000000..209ff9295 Binary files /dev/null and b/public/images/gear/Hed_CAP018.png differ diff --git a/public/images/gear/Hed_CAP019.png b/public/images/gear/Hed_CAP019.png new file mode 100644 index 000000000..b14ca1f08 Binary files /dev/null and b/public/images/gear/Hed_CAP019.png differ diff --git a/public/images/gear/Hed_CAP020.png b/public/images/gear/Hed_CAP020.png new file mode 100644 index 000000000..f0686c445 Binary files /dev/null and b/public/images/gear/Hed_CAP020.png differ diff --git a/public/images/gear/Hed_CAP021.png b/public/images/gear/Hed_CAP021.png new file mode 100644 index 000000000..fa6be4819 Binary files /dev/null and b/public/images/gear/Hed_CAP021.png differ diff --git a/public/images/gear/Hed_CAP023.png b/public/images/gear/Hed_CAP023.png new file mode 100644 index 000000000..2d3e0141d Binary files /dev/null and b/public/images/gear/Hed_CAP023.png differ diff --git a/public/images/gear/Hed_CAP024.png b/public/images/gear/Hed_CAP024.png new file mode 100644 index 000000000..ebb1708ad Binary files /dev/null and b/public/images/gear/Hed_CAP024.png differ diff --git a/public/images/gear/Hed_CAP025.png b/public/images/gear/Hed_CAP025.png new file mode 100644 index 000000000..22ab4fb10 Binary files /dev/null and b/public/images/gear/Hed_CAP025.png differ diff --git a/public/images/gear/Hed_CAP026.png b/public/images/gear/Hed_CAP026.png new file mode 100644 index 000000000..cb271bda9 Binary files /dev/null and b/public/images/gear/Hed_CAP026.png differ diff --git a/public/images/gear/Hed_CAP027.png b/public/images/gear/Hed_CAP027.png new file mode 100644 index 000000000..b6a06d6f3 Binary files /dev/null and b/public/images/gear/Hed_CAP027.png differ diff --git a/public/images/gear/Hed_COP100.png b/public/images/gear/Hed_COP100.png new file mode 100644 index 000000000..c74f43811 Binary files /dev/null and b/public/images/gear/Hed_COP100.png differ diff --git a/public/images/gear/Hed_COP101.png b/public/images/gear/Hed_COP101.png new file mode 100644 index 000000000..d0201b389 Binary files /dev/null and b/public/images/gear/Hed_COP101.png differ diff --git a/public/images/gear/Hed_COP102.png b/public/images/gear/Hed_COP102.png new file mode 100644 index 000000000..2cd08e1d2 Binary files /dev/null and b/public/images/gear/Hed_COP102.png differ diff --git a/public/images/gear/Hed_COP103.png b/public/images/gear/Hed_COP103.png new file mode 100644 index 000000000..c56196858 Binary files /dev/null and b/public/images/gear/Hed_COP103.png differ diff --git a/public/images/gear/Hed_COP104.png b/public/images/gear/Hed_COP104.png new file mode 100644 index 000000000..6444bc716 Binary files /dev/null and b/public/images/gear/Hed_COP104.png differ diff --git a/public/images/gear/Hed_COP105.png b/public/images/gear/Hed_COP105.png new file mode 100644 index 000000000..f10dfdb5b Binary files /dev/null and b/public/images/gear/Hed_COP105.png differ diff --git a/public/images/gear/Hed_COP106.png b/public/images/gear/Hed_COP106.png new file mode 100644 index 000000000..84da85703 Binary files /dev/null and b/public/images/gear/Hed_COP106.png differ diff --git a/public/images/gear/Hed_COP107.png b/public/images/gear/Hed_COP107.png new file mode 100644 index 000000000..39caf4f4d Binary files /dev/null and b/public/images/gear/Hed_COP107.png differ diff --git a/public/images/gear/Hed_COP108.png b/public/images/gear/Hed_COP108.png new file mode 100644 index 000000000..fb51d6c53 Binary files /dev/null and b/public/images/gear/Hed_COP108.png differ diff --git a/public/images/gear/Hed_COP109.png b/public/images/gear/Hed_COP109.png new file mode 100644 index 000000000..7437ecc59 Binary files /dev/null and b/public/images/gear/Hed_COP109.png differ diff --git a/public/images/gear/Hed_CRC000.png b/public/images/gear/Hed_CRC000.png new file mode 100644 index 000000000..35b42558b Binary files /dev/null and b/public/images/gear/Hed_CRC000.png differ diff --git a/public/images/gear/Hed_EYE000.png b/public/images/gear/Hed_EYE000.png new file mode 100644 index 000000000..b610e16ca Binary files /dev/null and b/public/images/gear/Hed_EYE000.png differ diff --git a/public/images/gear/Hed_EYE001.png b/public/images/gear/Hed_EYE001.png new file mode 100644 index 000000000..8279b94b3 Binary files /dev/null and b/public/images/gear/Hed_EYE001.png differ diff --git a/public/images/gear/Hed_EYE002.png b/public/images/gear/Hed_EYE002.png new file mode 100644 index 000000000..d16b5c175 Binary files /dev/null and b/public/images/gear/Hed_EYE002.png differ diff --git a/public/images/gear/Hed_EYE003.png b/public/images/gear/Hed_EYE003.png new file mode 100644 index 000000000..31a74cc44 Binary files /dev/null and b/public/images/gear/Hed_EYE003.png differ diff --git a/public/images/gear/Hed_EYE004.png b/public/images/gear/Hed_EYE004.png new file mode 100644 index 000000000..2ce467e9e Binary files /dev/null and b/public/images/gear/Hed_EYE004.png differ diff --git a/public/images/gear/Hed_EYE005.png b/public/images/gear/Hed_EYE005.png new file mode 100644 index 000000000..bdec6789b Binary files /dev/null and b/public/images/gear/Hed_EYE005.png differ diff --git a/public/images/gear/Hed_EYE006.png b/public/images/gear/Hed_EYE006.png new file mode 100644 index 000000000..89eef52d3 Binary files /dev/null and b/public/images/gear/Hed_EYE006.png differ diff --git a/public/images/gear/Hed_EYE007.png b/public/images/gear/Hed_EYE007.png new file mode 100644 index 000000000..c613860c2 Binary files /dev/null and b/public/images/gear/Hed_EYE007.png differ diff --git a/public/images/gear/Hed_EYE008.png b/public/images/gear/Hed_EYE008.png new file mode 100644 index 000000000..14bfcfaed Binary files /dev/null and b/public/images/gear/Hed_EYE008.png differ diff --git a/public/images/gear/Hed_EYE009.png b/public/images/gear/Hed_EYE009.png new file mode 100644 index 000000000..6296aa058 Binary files /dev/null and b/public/images/gear/Hed_EYE009.png differ diff --git a/public/images/gear/Hed_EYE010.png b/public/images/gear/Hed_EYE010.png new file mode 100644 index 000000000..6186ed2ec Binary files /dev/null and b/public/images/gear/Hed_EYE010.png differ diff --git a/public/images/gear/Hed_EYE011.png b/public/images/gear/Hed_EYE011.png new file mode 100644 index 000000000..26384a760 Binary files /dev/null and b/public/images/gear/Hed_EYE011.png differ diff --git a/public/images/gear/Hed_EYE012.png b/public/images/gear/Hed_EYE012.png new file mode 100644 index 000000000..44ed935be Binary files /dev/null and b/public/images/gear/Hed_EYE012.png differ diff --git a/public/images/gear/Hed_EYE013.png b/public/images/gear/Hed_EYE013.png new file mode 100644 index 000000000..241b73cd6 Binary files /dev/null and b/public/images/gear/Hed_EYE013.png differ diff --git a/public/images/gear/Hed_EYE014.png b/public/images/gear/Hed_EYE014.png new file mode 100644 index 000000000..1fad74a19 Binary files /dev/null and b/public/images/gear/Hed_EYE014.png differ diff --git a/public/images/gear/Hed_EYE015.png b/public/images/gear/Hed_EYE015.png new file mode 100644 index 000000000..95b735dcd Binary files /dev/null and b/public/images/gear/Hed_EYE015.png differ diff --git a/public/images/gear/Hed_EYE016.png b/public/images/gear/Hed_EYE016.png new file mode 100644 index 000000000..3592bcc85 Binary files /dev/null and b/public/images/gear/Hed_EYE016.png differ diff --git a/public/images/gear/Hed_EYE017.png b/public/images/gear/Hed_EYE017.png new file mode 100644 index 000000000..941536413 Binary files /dev/null and b/public/images/gear/Hed_EYE017.png differ diff --git a/public/images/gear/Hed_EYE018.png b/public/images/gear/Hed_EYE018.png new file mode 100644 index 000000000..6a96a5774 Binary files /dev/null and b/public/images/gear/Hed_EYE018.png differ diff --git a/public/images/gear/Hed_EYE019.png b/public/images/gear/Hed_EYE019.png new file mode 100644 index 000000000..de2d6345a Binary files /dev/null and b/public/images/gear/Hed_EYE019.png differ diff --git a/public/images/gear/Hed_EYE020.png b/public/images/gear/Hed_EYE020.png new file mode 100644 index 000000000..45cc43307 Binary files /dev/null and b/public/images/gear/Hed_EYE020.png differ diff --git a/public/images/gear/Hed_FST000.png b/public/images/gear/Hed_FST000.png new file mode 100644 index 000000000..a8346062d Binary files /dev/null and b/public/images/gear/Hed_FST000.png differ diff --git a/public/images/gear/Hed_HAP000.png b/public/images/gear/Hed_HAP000.png new file mode 100644 index 000000000..de4896b20 Binary files /dev/null and b/public/images/gear/Hed_HAP000.png differ diff --git a/public/images/gear/Hed_HAP001.png b/public/images/gear/Hed_HAP001.png new file mode 100644 index 000000000..aaf62a4ca Binary files /dev/null and b/public/images/gear/Hed_HAP001.png differ diff --git a/public/images/gear/Hed_HAP002.png b/public/images/gear/Hed_HAP002.png new file mode 100644 index 000000000..541e31b43 Binary files /dev/null and b/public/images/gear/Hed_HAP002.png differ diff --git a/public/images/gear/Hed_HAP003.png b/public/images/gear/Hed_HAP003.png new file mode 100644 index 000000000..e56bfc835 Binary files /dev/null and b/public/images/gear/Hed_HAP003.png differ diff --git a/public/images/gear/Hed_HAP004.png b/public/images/gear/Hed_HAP004.png new file mode 100644 index 000000000..c85c5ac09 Binary files /dev/null and b/public/images/gear/Hed_HAP004.png differ diff --git a/public/images/gear/Hed_HAP005.png b/public/images/gear/Hed_HAP005.png new file mode 100644 index 000000000..d45b62d40 Binary files /dev/null and b/public/images/gear/Hed_HAP005.png differ diff --git a/public/images/gear/Hed_HAP006.png b/public/images/gear/Hed_HAP006.png new file mode 100644 index 000000000..ef7f467c1 Binary files /dev/null and b/public/images/gear/Hed_HAP006.png differ diff --git a/public/images/gear/Hed_HAP007.png b/public/images/gear/Hed_HAP007.png new file mode 100644 index 000000000..4b8c9abc3 Binary files /dev/null and b/public/images/gear/Hed_HAP007.png differ diff --git a/public/images/gear/Hed_HAP008.png b/public/images/gear/Hed_HAP008.png new file mode 100644 index 000000000..25c975f57 Binary files /dev/null and b/public/images/gear/Hed_HAP008.png differ diff --git a/public/images/gear/Hed_HAP009.png b/public/images/gear/Hed_HAP009.png new file mode 100644 index 000000000..9565eac75 Binary files /dev/null and b/public/images/gear/Hed_HAP009.png differ diff --git a/public/images/gear/Hed_HAP010.png b/public/images/gear/Hed_HAP010.png new file mode 100644 index 000000000..d37525f4f Binary files /dev/null and b/public/images/gear/Hed_HAP010.png differ diff --git a/public/images/gear/Hed_HAP011.png b/public/images/gear/Hed_HAP011.png new file mode 100644 index 000000000..eff754c89 Binary files /dev/null and b/public/images/gear/Hed_HAP011.png differ diff --git a/public/images/gear/Hed_HAP012.png b/public/images/gear/Hed_HAP012.png new file mode 100644 index 000000000..f1740f514 Binary files /dev/null and b/public/images/gear/Hed_HAP012.png differ diff --git a/public/images/gear/Hed_HAP013.png b/public/images/gear/Hed_HAP013.png new file mode 100644 index 000000000..e370f84fe Binary files /dev/null and b/public/images/gear/Hed_HAP013.png differ diff --git a/public/images/gear/Hed_HAP014.png b/public/images/gear/Hed_HAP014.png new file mode 100644 index 000000000..72b61021f Binary files /dev/null and b/public/images/gear/Hed_HAP014.png differ diff --git a/public/images/gear/Hed_HAP015.png b/public/images/gear/Hed_HAP015.png new file mode 100644 index 000000000..19430b161 Binary files /dev/null and b/public/images/gear/Hed_HAP015.png differ diff --git a/public/images/gear/Hed_HAT000.png b/public/images/gear/Hed_HAT000.png new file mode 100644 index 000000000..7f8c71802 Binary files /dev/null and b/public/images/gear/Hed_HAT000.png differ diff --git a/public/images/gear/Hed_HAT001.png b/public/images/gear/Hed_HAT001.png new file mode 100644 index 000000000..f9fbc7589 Binary files /dev/null and b/public/images/gear/Hed_HAT001.png differ diff --git a/public/images/gear/Hed_HAT002.png b/public/images/gear/Hed_HAT002.png new file mode 100644 index 000000000..e23e3bea3 Binary files /dev/null and b/public/images/gear/Hed_HAT002.png differ diff --git a/public/images/gear/Hed_HAT003.png b/public/images/gear/Hed_HAT003.png new file mode 100644 index 000000000..056526d13 Binary files /dev/null and b/public/images/gear/Hed_HAT003.png differ diff --git a/public/images/gear/Hed_HAT004.png b/public/images/gear/Hed_HAT004.png new file mode 100644 index 000000000..399277940 Binary files /dev/null and b/public/images/gear/Hed_HAT004.png differ diff --git a/public/images/gear/Hed_HAT005.png b/public/images/gear/Hed_HAT005.png new file mode 100644 index 000000000..84b0ad9ad Binary files /dev/null and b/public/images/gear/Hed_HAT005.png differ diff --git a/public/images/gear/Hed_HAT006.png b/public/images/gear/Hed_HAT006.png new file mode 100644 index 000000000..bffc75e16 Binary files /dev/null and b/public/images/gear/Hed_HAT006.png differ diff --git a/public/images/gear/Hed_HAT007.png b/public/images/gear/Hed_HAT007.png new file mode 100644 index 000000000..fb7628cd8 Binary files /dev/null and b/public/images/gear/Hed_HAT007.png differ diff --git a/public/images/gear/Hed_HAT008.png b/public/images/gear/Hed_HAT008.png new file mode 100644 index 000000000..21d00fcff Binary files /dev/null and b/public/images/gear/Hed_HAT008.png differ diff --git a/public/images/gear/Hed_HAT009.png b/public/images/gear/Hed_HAT009.png new file mode 100644 index 000000000..dea1f4897 Binary files /dev/null and b/public/images/gear/Hed_HAT009.png differ diff --git a/public/images/gear/Hed_HAT010.png b/public/images/gear/Hed_HAT010.png new file mode 100644 index 000000000..f486cf1d0 Binary files /dev/null and b/public/images/gear/Hed_HAT010.png differ diff --git a/public/images/gear/Hed_HAT011.png b/public/images/gear/Hed_HAT011.png new file mode 100644 index 000000000..81bbd4c55 Binary files /dev/null and b/public/images/gear/Hed_HAT011.png differ diff --git a/public/images/gear/Hed_HAT012.png b/public/images/gear/Hed_HAT012.png new file mode 100644 index 000000000..3c81fa208 Binary files /dev/null and b/public/images/gear/Hed_HAT012.png differ diff --git a/public/images/gear/Hed_HAT013.png b/public/images/gear/Hed_HAT013.png new file mode 100644 index 000000000..5396aea34 Binary files /dev/null and b/public/images/gear/Hed_HAT013.png differ diff --git a/public/images/gear/Hed_HAT014.png b/public/images/gear/Hed_HAT014.png new file mode 100644 index 000000000..68e78fc16 Binary files /dev/null and b/public/images/gear/Hed_HAT014.png differ diff --git a/public/images/gear/Hed_HBD000.png b/public/images/gear/Hed_HBD000.png new file mode 100644 index 000000000..175f60b18 Binary files /dev/null and b/public/images/gear/Hed_HBD000.png differ diff --git a/public/images/gear/Hed_HBD001.png b/public/images/gear/Hed_HBD001.png new file mode 100644 index 000000000..f54f5e82d Binary files /dev/null and b/public/images/gear/Hed_HBD001.png differ diff --git a/public/images/gear/Hed_HBD002.png b/public/images/gear/Hed_HBD002.png new file mode 100644 index 000000000..ad420b8cb Binary files /dev/null and b/public/images/gear/Hed_HBD002.png differ diff --git a/public/images/gear/Hed_HBD003.png b/public/images/gear/Hed_HBD003.png new file mode 100644 index 000000000..0022e8176 Binary files /dev/null and b/public/images/gear/Hed_HBD003.png differ diff --git a/public/images/gear/Hed_HBD004.png b/public/images/gear/Hed_HBD004.png new file mode 100644 index 000000000..6b44c57f3 Binary files /dev/null and b/public/images/gear/Hed_HBD004.png differ diff --git a/public/images/gear/Hed_HBD005.png b/public/images/gear/Hed_HBD005.png new file mode 100644 index 000000000..07c31c034 Binary files /dev/null and b/public/images/gear/Hed_HBD005.png differ diff --git a/public/images/gear/Hed_HBD007.png b/public/images/gear/Hed_HBD007.png new file mode 100644 index 000000000..112c7e97e Binary files /dev/null and b/public/images/gear/Hed_HBD007.png differ diff --git a/public/images/gear/Hed_HBD008.png b/public/images/gear/Hed_HBD008.png new file mode 100644 index 000000000..2e1dc84d5 Binary files /dev/null and b/public/images/gear/Hed_HBD008.png differ diff --git a/public/images/gear/Hed_HDP000.png b/public/images/gear/Hed_HDP000.png new file mode 100644 index 000000000..39bd3f5d7 Binary files /dev/null and b/public/images/gear/Hed_HDP000.png differ diff --git a/public/images/gear/Hed_HDP001.png b/public/images/gear/Hed_HDP001.png new file mode 100644 index 000000000..496d44b71 Binary files /dev/null and b/public/images/gear/Hed_HDP001.png differ diff --git a/public/images/gear/Hed_HDP002.png b/public/images/gear/Hed_HDP002.png new file mode 100644 index 000000000..21b221e66 Binary files /dev/null and b/public/images/gear/Hed_HDP002.png differ diff --git a/public/images/gear/Hed_HDP003.png b/public/images/gear/Hed_HDP003.png new file mode 100644 index 000000000..bd6dfa3bb Binary files /dev/null and b/public/images/gear/Hed_HDP003.png differ diff --git a/public/images/gear/Hed_HDP004.png b/public/images/gear/Hed_HDP004.png new file mode 100644 index 000000000..b3587d9b4 Binary files /dev/null and b/public/images/gear/Hed_HDP004.png differ diff --git a/public/images/gear/Hed_HDP005.png b/public/images/gear/Hed_HDP005.png new file mode 100644 index 000000000..db520c53c Binary files /dev/null and b/public/images/gear/Hed_HDP005.png differ diff --git a/public/images/gear/Hed_HDP006.png b/public/images/gear/Hed_HDP006.png new file mode 100644 index 000000000..7f86f8e0b Binary files /dev/null and b/public/images/gear/Hed_HDP006.png differ diff --git a/public/images/gear/Hed_MET000.png b/public/images/gear/Hed_MET000.png new file mode 100644 index 000000000..5252e5f62 Binary files /dev/null and b/public/images/gear/Hed_MET000.png differ diff --git a/public/images/gear/Hed_MET002.png b/public/images/gear/Hed_MET002.png new file mode 100644 index 000000000..e28bf1f63 Binary files /dev/null and b/public/images/gear/Hed_MET002.png differ diff --git a/public/images/gear/Hed_MET003.png b/public/images/gear/Hed_MET003.png new file mode 100644 index 000000000..175f60b18 Binary files /dev/null and b/public/images/gear/Hed_MET003.png differ diff --git a/public/images/gear/Hed_MET004.png b/public/images/gear/Hed_MET004.png new file mode 100644 index 000000000..917ceff7a Binary files /dev/null and b/public/images/gear/Hed_MET004.png differ diff --git a/public/images/gear/Hed_MET005.png b/public/images/gear/Hed_MET005.png new file mode 100644 index 000000000..f0199b734 Binary files /dev/null and b/public/images/gear/Hed_MET005.png differ diff --git a/public/images/gear/Hed_MET006.png b/public/images/gear/Hed_MET006.png new file mode 100644 index 000000000..41b0b6f4b Binary files /dev/null and b/public/images/gear/Hed_MET006.png differ diff --git a/public/images/gear/Hed_MET007.png b/public/images/gear/Hed_MET007.png new file mode 100644 index 000000000..f6d91df76 Binary files /dev/null and b/public/images/gear/Hed_MET007.png differ diff --git a/public/images/gear/Hed_MET008.png b/public/images/gear/Hed_MET008.png new file mode 100644 index 000000000..3bbeb5bb5 Binary files /dev/null and b/public/images/gear/Hed_MET008.png differ diff --git a/public/images/gear/Hed_MET009.png b/public/images/gear/Hed_MET009.png new file mode 100644 index 000000000..e2b3898b5 Binary files /dev/null and b/public/images/gear/Hed_MET009.png differ diff --git a/public/images/gear/Hed_MET010.png b/public/images/gear/Hed_MET010.png new file mode 100644 index 000000000..6ac173b23 Binary files /dev/null and b/public/images/gear/Hed_MET010.png differ diff --git a/public/images/gear/Hed_MET011.png b/public/images/gear/Hed_MET011.png new file mode 100644 index 000000000..8b9150604 Binary files /dev/null and b/public/images/gear/Hed_MET011.png differ diff --git a/public/images/gear/Hed_MSK000.png b/public/images/gear/Hed_MSK000.png new file mode 100644 index 000000000..572aafd44 Binary files /dev/null and b/public/images/gear/Hed_MSK000.png differ diff --git a/public/images/gear/Hed_MSK001.png b/public/images/gear/Hed_MSK001.png new file mode 100644 index 000000000..7867a86ee Binary files /dev/null and b/public/images/gear/Hed_MSK001.png differ diff --git a/public/images/gear/Hed_MSK002.png b/public/images/gear/Hed_MSK002.png new file mode 100644 index 000000000..fd805a20a Binary files /dev/null and b/public/images/gear/Hed_MSK002.png differ diff --git a/public/images/gear/Hed_MSK003.png b/public/images/gear/Hed_MSK003.png new file mode 100644 index 000000000..24066a6b5 Binary files /dev/null and b/public/images/gear/Hed_MSK003.png differ diff --git a/public/images/gear/Hed_MSK004.png b/public/images/gear/Hed_MSK004.png new file mode 100644 index 000000000..13ecacc80 Binary files /dev/null and b/public/images/gear/Hed_MSK004.png differ diff --git a/public/images/gear/Hed_MSK005.png b/public/images/gear/Hed_MSK005.png new file mode 100644 index 000000000..545e5797b Binary files /dev/null and b/public/images/gear/Hed_MSK005.png differ diff --git a/public/images/gear/Hed_MSK006.png b/public/images/gear/Hed_MSK006.png new file mode 100644 index 000000000..39b1d5858 Binary files /dev/null and b/public/images/gear/Hed_MSK006.png differ diff --git a/public/images/gear/Hed_MSK007.png b/public/images/gear/Hed_MSK007.png new file mode 100644 index 000000000..768811048 Binary files /dev/null and b/public/images/gear/Hed_MSK007.png differ diff --git a/public/images/gear/Hed_MSK008.png b/public/images/gear/Hed_MSK008.png new file mode 100644 index 000000000..5be9b04c5 Binary files /dev/null and b/public/images/gear/Hed_MSK008.png differ diff --git a/public/images/gear/Hed_MSK009.png b/public/images/gear/Hed_MSK009.png new file mode 100644 index 000000000..7fd894f28 Binary files /dev/null and b/public/images/gear/Hed_MSK009.png differ diff --git a/public/images/gear/Hed_MSK010.png b/public/images/gear/Hed_MSK010.png new file mode 100644 index 000000000..a9839f2b5 Binary files /dev/null and b/public/images/gear/Hed_MSK010.png differ diff --git a/public/images/gear/Hed_MSK011.png b/public/images/gear/Hed_MSK011.png new file mode 100644 index 000000000..afe57d77e Binary files /dev/null and b/public/images/gear/Hed_MSK011.png differ diff --git a/public/images/gear/Hed_MSK012.png b/public/images/gear/Hed_MSK012.png new file mode 100644 index 000000000..ca6c38aba Binary files /dev/null and b/public/images/gear/Hed_MSK012.png differ diff --git a/public/images/gear/Hed_MSK013.png b/public/images/gear/Hed_MSK013.png new file mode 100644 index 000000000..d8935b3da Binary files /dev/null and b/public/images/gear/Hed_MSK013.png differ diff --git a/public/images/gear/Hed_MSN000.png b/public/images/gear/Hed_MSN000.png new file mode 100644 index 000000000..2af3e3018 Binary files /dev/null and b/public/images/gear/Hed_MSN000.png differ diff --git a/public/images/gear/Hed_MSN004.png b/public/images/gear/Hed_MSN004.png new file mode 100644 index 000000000..3a872eac1 Binary files /dev/null and b/public/images/gear/Hed_MSN004.png differ diff --git a/public/images/gear/Hed_MSN101.png b/public/images/gear/Hed_MSN101.png new file mode 100644 index 000000000..b39814337 Binary files /dev/null and b/public/images/gear/Hed_MSN101.png differ diff --git a/public/images/gear/Hed_MSN104.png b/public/images/gear/Hed_MSN104.png new file mode 100644 index 000000000..04d03b130 Binary files /dev/null and b/public/images/gear/Hed_MSN104.png differ diff --git a/public/images/gear/Hed_MSN105.png b/public/images/gear/Hed_MSN105.png new file mode 100644 index 000000000..fccdbffd8 Binary files /dev/null and b/public/images/gear/Hed_MSN105.png differ diff --git a/public/images/gear/Hed_MSN106.png b/public/images/gear/Hed_MSN106.png new file mode 100644 index 000000000..b6ee50015 Binary files /dev/null and b/public/images/gear/Hed_MSN106.png differ diff --git a/public/images/gear/Hed_MSN107.png b/public/images/gear/Hed_MSN107.png new file mode 100644 index 000000000..04274f4b6 Binary files /dev/null and b/public/images/gear/Hed_MSN107.png differ diff --git a/public/images/gear/Hed_MSN108.png b/public/images/gear/Hed_MSN108.png new file mode 100644 index 000000000..48bc84523 Binary files /dev/null and b/public/images/gear/Hed_MSN108.png differ diff --git a/public/images/gear/Hed_NCP000.png b/public/images/gear/Hed_NCP000.png new file mode 100644 index 000000000..88fcf4a11 Binary files /dev/null and b/public/images/gear/Hed_NCP000.png differ diff --git a/public/images/gear/Hed_NCP001.png b/public/images/gear/Hed_NCP001.png new file mode 100644 index 000000000..edb107dfc Binary files /dev/null and b/public/images/gear/Hed_NCP001.png differ diff --git a/public/images/gear/Hed_NCP002.png b/public/images/gear/Hed_NCP002.png new file mode 100644 index 000000000..7717a99e7 Binary files /dev/null and b/public/images/gear/Hed_NCP002.png differ diff --git a/public/images/gear/Hed_NCP003.png b/public/images/gear/Hed_NCP003.png new file mode 100644 index 000000000..aa35b9c26 Binary files /dev/null and b/public/images/gear/Hed_NCP003.png differ diff --git a/public/images/gear/Hed_NCP004.png b/public/images/gear/Hed_NCP004.png new file mode 100644 index 000000000..4c32fbf1b Binary files /dev/null and b/public/images/gear/Hed_NCP004.png differ diff --git a/public/images/gear/Hed_NCP005.png b/public/images/gear/Hed_NCP005.png new file mode 100644 index 000000000..b10e0d731 Binary files /dev/null and b/public/images/gear/Hed_NCP005.png differ diff --git a/public/images/gear/Hed_NCP006.png b/public/images/gear/Hed_NCP006.png new file mode 100644 index 000000000..f12d261c7 Binary files /dev/null and b/public/images/gear/Hed_NCP006.png differ diff --git a/public/images/gear/Hed_NCP007.png b/public/images/gear/Hed_NCP007.png new file mode 100644 index 000000000..07929489a Binary files /dev/null and b/public/images/gear/Hed_NCP007.png differ diff --git a/public/images/gear/Hed_NCP008.png b/public/images/gear/Hed_NCP008.png new file mode 100644 index 000000000..a120a5e11 Binary files /dev/null and b/public/images/gear/Hed_NCP008.png differ diff --git a/public/images/gear/Hed_NCP009.png b/public/images/gear/Hed_NCP009.png new file mode 100644 index 000000000..2527d7607 Binary files /dev/null and b/public/images/gear/Hed_NCP009.png differ diff --git a/public/images/gear/Hed_NCP010.png b/public/images/gear/Hed_NCP010.png new file mode 100644 index 000000000..6fa6d7900 Binary files /dev/null and b/public/images/gear/Hed_NCP010.png differ diff --git a/public/images/gear/Hed_NCP011.png b/public/images/gear/Hed_NCP011.png new file mode 100644 index 000000000..f885e0dc5 Binary files /dev/null and b/public/images/gear/Hed_NCP011.png differ diff --git a/public/images/gear/Hed_RVL002.png b/public/images/gear/Hed_RVL002.png new file mode 100644 index 000000000..c6b69cd59 Binary files /dev/null and b/public/images/gear/Hed_RVL002.png differ diff --git a/public/images/gear/Hed_RVL003.png b/public/images/gear/Hed_RVL003.png new file mode 100644 index 000000000..8a89f4736 Binary files /dev/null and b/public/images/gear/Hed_RVL003.png differ diff --git a/public/images/gear/Hed_VIS000.png b/public/images/gear/Hed_VIS000.png new file mode 100644 index 000000000..01300af39 Binary files /dev/null and b/public/images/gear/Hed_VIS000.png differ diff --git a/public/images/gear/Hed_VIS001.png b/public/images/gear/Hed_VIS001.png new file mode 100644 index 000000000..a6ce47c6d Binary files /dev/null and b/public/images/gear/Hed_VIS001.png differ diff --git a/public/images/gear/Hed_VIS002.png b/public/images/gear/Hed_VIS002.png new file mode 100644 index 000000000..8c1b2bfd3 Binary files /dev/null and b/public/images/gear/Hed_VIS002.png differ diff --git a/public/images/gear/Hed_VIS003.png b/public/images/gear/Hed_VIS003.png new file mode 100644 index 000000000..38ba9ca9b Binary files /dev/null and b/public/images/gear/Hed_VIS003.png differ diff --git a/public/images/gear/Hed_VIS004.png b/public/images/gear/Hed_VIS004.png new file mode 100644 index 000000000..fc01e8346 Binary files /dev/null and b/public/images/gear/Hed_VIS004.png differ diff --git a/public/images/gear/NotFound^t.png b/public/images/gear/NotFound^t.png new file mode 100644 index 000000000..98fa3881c Binary files /dev/null and b/public/images/gear/NotFound^t.png differ diff --git a/public/images/gear/Shs_AMB000.png b/public/images/gear/Shs_AMB000.png new file mode 100644 index 000000000..d51691b79 Binary files /dev/null and b/public/images/gear/Shs_AMB000.png differ diff --git a/public/images/gear/Shs_AMB001.png b/public/images/gear/Shs_AMB001.png new file mode 100644 index 000000000..9b59a8856 Binary files /dev/null and b/public/images/gear/Shs_AMB001.png differ diff --git a/public/images/gear/Shs_AMB002.png b/public/images/gear/Shs_AMB002.png new file mode 100644 index 000000000..52d4fb5fe Binary files /dev/null and b/public/images/gear/Shs_AMB002.png differ diff --git a/public/images/gear/Shs_AMB003.png b/public/images/gear/Shs_AMB003.png new file mode 100644 index 000000000..ad67a5ee8 Binary files /dev/null and b/public/images/gear/Shs_AMB003.png differ diff --git a/public/images/gear/Shs_AMB004.png b/public/images/gear/Shs_AMB004.png new file mode 100644 index 000000000..3c314c225 Binary files /dev/null and b/public/images/gear/Shs_AMB004.png differ diff --git a/public/images/gear/Shs_AMB005.png b/public/images/gear/Shs_AMB005.png new file mode 100644 index 000000000..c670b0a92 Binary files /dev/null and b/public/images/gear/Shs_AMB005.png differ diff --git a/public/images/gear/Shs_AMB006.png b/public/images/gear/Shs_AMB006.png new file mode 100644 index 000000000..12e87c645 Binary files /dev/null and b/public/images/gear/Shs_AMB006.png differ diff --git a/public/images/gear/Shs_AMB007.png b/public/images/gear/Shs_AMB007.png new file mode 100644 index 000000000..f120ec310 Binary files /dev/null and b/public/images/gear/Shs_AMB007.png differ diff --git a/public/images/gear/Shs_AMB008.png b/public/images/gear/Shs_AMB008.png new file mode 100644 index 000000000..7b123ae6c Binary files /dev/null and b/public/images/gear/Shs_AMB008.png differ diff --git a/public/images/gear/Shs_AMB009.png b/public/images/gear/Shs_AMB009.png new file mode 100644 index 000000000..cf013cc72 Binary files /dev/null and b/public/images/gear/Shs_AMB009.png differ diff --git a/public/images/gear/Shs_AMB010.png b/public/images/gear/Shs_AMB010.png new file mode 100644 index 000000000..6c7711e1f Binary files /dev/null and b/public/images/gear/Shs_AMB010.png differ diff --git a/public/images/gear/Shs_BOT000.png b/public/images/gear/Shs_BOT000.png new file mode 100644 index 000000000..8134a30a6 Binary files /dev/null and b/public/images/gear/Shs_BOT000.png differ diff --git a/public/images/gear/Shs_BOT001.png b/public/images/gear/Shs_BOT001.png new file mode 100644 index 000000000..65d46ae97 Binary files /dev/null and b/public/images/gear/Shs_BOT001.png differ diff --git a/public/images/gear/Shs_BOT002.png b/public/images/gear/Shs_BOT002.png new file mode 100644 index 000000000..d4f54415e Binary files /dev/null and b/public/images/gear/Shs_BOT002.png differ diff --git a/public/images/gear/Shs_BOT003.png b/public/images/gear/Shs_BOT003.png new file mode 100644 index 000000000..640b93018 Binary files /dev/null and b/public/images/gear/Shs_BOT003.png differ diff --git a/public/images/gear/Shs_BOT004.png b/public/images/gear/Shs_BOT004.png new file mode 100644 index 000000000..d3515cd59 Binary files /dev/null and b/public/images/gear/Shs_BOT004.png differ diff --git a/public/images/gear/Shs_BOT005.png b/public/images/gear/Shs_BOT005.png new file mode 100644 index 000000000..89370319a Binary files /dev/null and b/public/images/gear/Shs_BOT005.png differ diff --git a/public/images/gear/Shs_BOT006.png b/public/images/gear/Shs_BOT006.png new file mode 100644 index 000000000..b44ce567d Binary files /dev/null and b/public/images/gear/Shs_BOT006.png differ diff --git a/public/images/gear/Shs_BOT007.png b/public/images/gear/Shs_BOT007.png new file mode 100644 index 000000000..463143c71 Binary files /dev/null and b/public/images/gear/Shs_BOT007.png differ diff --git a/public/images/gear/Shs_BOT008.png b/public/images/gear/Shs_BOT008.png new file mode 100644 index 000000000..266fb6d24 Binary files /dev/null and b/public/images/gear/Shs_BOT008.png differ diff --git a/public/images/gear/Shs_BOT009.png b/public/images/gear/Shs_BOT009.png new file mode 100644 index 000000000..cdc21ac74 Binary files /dev/null and b/public/images/gear/Shs_BOT009.png differ diff --git a/public/images/gear/Shs_BOT010.png b/public/images/gear/Shs_BOT010.png new file mode 100644 index 000000000..bc9f49776 Binary files /dev/null and b/public/images/gear/Shs_BOT010.png differ diff --git a/public/images/gear/Shs_BOT011.png b/public/images/gear/Shs_BOT011.png new file mode 100644 index 000000000..5843ead83 Binary files /dev/null and b/public/images/gear/Shs_BOT011.png differ diff --git a/public/images/gear/Shs_BOT012.png b/public/images/gear/Shs_BOT012.png new file mode 100644 index 000000000..88d8ef9d8 Binary files /dev/null and b/public/images/gear/Shs_BOT012.png differ diff --git a/public/images/gear/Shs_BOT013.png b/public/images/gear/Shs_BOT013.png new file mode 100644 index 000000000..708a09579 Binary files /dev/null and b/public/images/gear/Shs_BOT013.png differ diff --git a/public/images/gear/Shs_BOT014.png b/public/images/gear/Shs_BOT014.png new file mode 100644 index 000000000..1c36a7241 Binary files /dev/null and b/public/images/gear/Shs_BOT014.png differ diff --git a/public/images/gear/Shs_BOT015.png b/public/images/gear/Shs_BOT015.png new file mode 100644 index 000000000..e1e3998f9 Binary files /dev/null and b/public/images/gear/Shs_BOT015.png differ diff --git a/public/images/gear/Shs_BOT016.png b/public/images/gear/Shs_BOT016.png new file mode 100644 index 000000000..7826564b7 Binary files /dev/null and b/public/images/gear/Shs_BOT016.png differ diff --git a/public/images/gear/Shs_BOT017.png b/public/images/gear/Shs_BOT017.png new file mode 100644 index 000000000..917e7003b Binary files /dev/null and b/public/images/gear/Shs_BOT017.png differ diff --git a/public/images/gear/Shs_BOT018.png b/public/images/gear/Shs_BOT018.png new file mode 100644 index 000000000..b14d1ec1d Binary files /dev/null and b/public/images/gear/Shs_BOT018.png differ diff --git a/public/images/gear/Shs_CFS000.png b/public/images/gear/Shs_CFS000.png new file mode 100644 index 000000000..f1da63454 Binary files /dev/null and b/public/images/gear/Shs_CFS000.png differ diff --git a/public/images/gear/Shs_CFS001.png b/public/images/gear/Shs_CFS001.png new file mode 100644 index 000000000..90046f01f Binary files /dev/null and b/public/images/gear/Shs_CFS001.png differ diff --git a/public/images/gear/Shs_COP101.png b/public/images/gear/Shs_COP101.png new file mode 100644 index 000000000..8c7832481 Binary files /dev/null and b/public/images/gear/Shs_COP101.png differ diff --git a/public/images/gear/Shs_COP102.png b/public/images/gear/Shs_COP102.png new file mode 100644 index 000000000..8e68bfbe9 Binary files /dev/null and b/public/images/gear/Shs_COP102.png differ diff --git a/public/images/gear/Shs_COP103.png b/public/images/gear/Shs_COP103.png new file mode 100644 index 000000000..f1572fc7f Binary files /dev/null and b/public/images/gear/Shs_COP103.png differ diff --git a/public/images/gear/Shs_COP104.png b/public/images/gear/Shs_COP104.png new file mode 100644 index 000000000..fea90d1fa Binary files /dev/null and b/public/images/gear/Shs_COP104.png differ diff --git a/public/images/gear/Shs_COP105.png b/public/images/gear/Shs_COP105.png new file mode 100644 index 000000000..f66ae7c2c Binary files /dev/null and b/public/images/gear/Shs_COP105.png differ diff --git a/public/images/gear/Shs_COP106.png b/public/images/gear/Shs_COP106.png new file mode 100644 index 000000000..680cfca4f Binary files /dev/null and b/public/images/gear/Shs_COP106.png differ diff --git a/public/images/gear/Shs_CRC000.png b/public/images/gear/Shs_CRC000.png new file mode 100644 index 000000000..48772ed23 Binary files /dev/null and b/public/images/gear/Shs_CRC000.png differ diff --git a/public/images/gear/Shs_FST000.png b/public/images/gear/Shs_FST000.png new file mode 100644 index 000000000..9350b7545 Binary files /dev/null and b/public/images/gear/Shs_FST000.png differ diff --git a/public/images/gear/Shs_HAP000.png b/public/images/gear/Shs_HAP000.png new file mode 100644 index 000000000..a8494c99d Binary files /dev/null and b/public/images/gear/Shs_HAP000.png differ diff --git a/public/images/gear/Shs_HAP001.png b/public/images/gear/Shs_HAP001.png new file mode 100644 index 000000000..975aaabdd Binary files /dev/null and b/public/images/gear/Shs_HAP001.png differ diff --git a/public/images/gear/Shs_HAP002.png b/public/images/gear/Shs_HAP002.png new file mode 100644 index 000000000..39971b1de Binary files /dev/null and b/public/images/gear/Shs_HAP002.png differ diff --git a/public/images/gear/Shs_HAP003.png b/public/images/gear/Shs_HAP003.png new file mode 100644 index 000000000..58e80be02 Binary files /dev/null and b/public/images/gear/Shs_HAP003.png differ diff --git a/public/images/gear/Shs_HAP004.png b/public/images/gear/Shs_HAP004.png new file mode 100644 index 000000000..c43999e35 Binary files /dev/null and b/public/images/gear/Shs_HAP004.png differ diff --git a/public/images/gear/Shs_HAP005.png b/public/images/gear/Shs_HAP005.png new file mode 100644 index 000000000..24f06f48d Binary files /dev/null and b/public/images/gear/Shs_HAP005.png differ diff --git a/public/images/gear/Shs_HAP006.png b/public/images/gear/Shs_HAP006.png new file mode 100644 index 000000000..e23090d5c Binary files /dev/null and b/public/images/gear/Shs_HAP006.png differ diff --git a/public/images/gear/Shs_HAP007.png b/public/images/gear/Shs_HAP007.png new file mode 100644 index 000000000..052b1eb4b Binary files /dev/null and b/public/images/gear/Shs_HAP007.png differ diff --git a/public/images/gear/Shs_LTS000.png b/public/images/gear/Shs_LTS000.png new file mode 100644 index 000000000..06ec87c63 Binary files /dev/null and b/public/images/gear/Shs_LTS000.png differ diff --git a/public/images/gear/Shs_LTS001.png b/public/images/gear/Shs_LTS001.png new file mode 100644 index 000000000..5fde4c514 Binary files /dev/null and b/public/images/gear/Shs_LTS001.png differ diff --git a/public/images/gear/Shs_LTS002.png b/public/images/gear/Shs_LTS002.png new file mode 100644 index 000000000..91bfc46f8 Binary files /dev/null and b/public/images/gear/Shs_LTS002.png differ diff --git a/public/images/gear/Shs_LTS003.png b/public/images/gear/Shs_LTS003.png new file mode 100644 index 000000000..6cf20a75d Binary files /dev/null and b/public/images/gear/Shs_LTS003.png differ diff --git a/public/images/gear/Shs_LTS004.png b/public/images/gear/Shs_LTS004.png new file mode 100644 index 000000000..d2d2e1e77 Binary files /dev/null and b/public/images/gear/Shs_LTS004.png differ diff --git a/public/images/gear/Shs_LTS005.png b/public/images/gear/Shs_LTS005.png new file mode 100644 index 000000000..1633ff65f Binary files /dev/null and b/public/images/gear/Shs_LTS005.png differ diff --git a/public/images/gear/Shs_LTS006.png b/public/images/gear/Shs_LTS006.png new file mode 100644 index 000000000..50c655fca Binary files /dev/null and b/public/images/gear/Shs_LTS006.png differ diff --git a/public/images/gear/Shs_LTS007.png b/public/images/gear/Shs_LTS007.png new file mode 100644 index 000000000..ece534317 Binary files /dev/null and b/public/images/gear/Shs_LTS007.png differ diff --git a/public/images/gear/Shs_LTS008.png b/public/images/gear/Shs_LTS008.png new file mode 100644 index 000000000..522a6f0f5 Binary files /dev/null and b/public/images/gear/Shs_LTS008.png differ diff --git a/public/images/gear/Shs_LTS009.png b/public/images/gear/Shs_LTS009.png new file mode 100644 index 000000000..bcf50859c Binary files /dev/null and b/public/images/gear/Shs_LTS009.png differ diff --git a/public/images/gear/Shs_LTS010.png b/public/images/gear/Shs_LTS010.png new file mode 100644 index 000000000..4d730c353 Binary files /dev/null and b/public/images/gear/Shs_LTS010.png differ diff --git a/public/images/gear/Shs_LTS011.png b/public/images/gear/Shs_LTS011.png new file mode 100644 index 000000000..7f348c923 Binary files /dev/null and b/public/images/gear/Shs_LTS011.png differ diff --git a/public/images/gear/Shs_LTS012.png b/public/images/gear/Shs_LTS012.png new file mode 100644 index 000000000..a6252f025 Binary files /dev/null and b/public/images/gear/Shs_LTS012.png differ diff --git a/public/images/gear/Shs_MSN000.png b/public/images/gear/Shs_MSN000.png new file mode 100644 index 000000000..065c0cf5d Binary files /dev/null and b/public/images/gear/Shs_MSN000.png differ diff --git a/public/images/gear/Shs_MSN004.png b/public/images/gear/Shs_MSN004.png new file mode 100644 index 000000000..db8723e5d Binary files /dev/null and b/public/images/gear/Shs_MSN004.png differ diff --git a/public/images/gear/Shs_MSN101.png b/public/images/gear/Shs_MSN101.png new file mode 100644 index 000000000..300be29b6 Binary files /dev/null and b/public/images/gear/Shs_MSN101.png differ diff --git a/public/images/gear/Shs_MSN104.png b/public/images/gear/Shs_MSN104.png new file mode 100644 index 000000000..88d399280 Binary files /dev/null and b/public/images/gear/Shs_MSN104.png differ diff --git a/public/images/gear/Shs_MSN105.png b/public/images/gear/Shs_MSN105.png new file mode 100644 index 000000000..2b7facb68 Binary files /dev/null and b/public/images/gear/Shs_MSN105.png differ diff --git a/public/images/gear/Shs_MSN106.png b/public/images/gear/Shs_MSN106.png new file mode 100644 index 000000000..71ec00867 Binary files /dev/null and b/public/images/gear/Shs_MSN106.png differ diff --git a/public/images/gear/Shs_RVL000.png b/public/images/gear/Shs_RVL000.png new file mode 100644 index 000000000..175f60b18 Binary files /dev/null and b/public/images/gear/Shs_RVL000.png differ diff --git a/public/images/gear/Shs_RVL001.png b/public/images/gear/Shs_RVL001.png new file mode 100644 index 000000000..6d1072aeb Binary files /dev/null and b/public/images/gear/Shs_RVL001.png differ diff --git a/public/images/gear/Shs_SDL000.png b/public/images/gear/Shs_SDL000.png new file mode 100644 index 000000000..de68bbc2c Binary files /dev/null and b/public/images/gear/Shs_SDL000.png differ diff --git a/public/images/gear/Shs_SDL001.png b/public/images/gear/Shs_SDL001.png new file mode 100644 index 000000000..4ec1e215e Binary files /dev/null and b/public/images/gear/Shs_SDL001.png differ diff --git a/public/images/gear/Shs_SDL003.png b/public/images/gear/Shs_SDL003.png new file mode 100644 index 000000000..38afd647f Binary files /dev/null and b/public/images/gear/Shs_SDL003.png differ diff --git a/public/images/gear/Shs_SDL004.png b/public/images/gear/Shs_SDL004.png new file mode 100644 index 000000000..84904b9c8 Binary files /dev/null and b/public/images/gear/Shs_SDL004.png differ diff --git a/public/images/gear/Shs_SDL005.png b/public/images/gear/Shs_SDL005.png new file mode 100644 index 000000000..e7c2949a4 Binary files /dev/null and b/public/images/gear/Shs_SDL005.png differ diff --git a/public/images/gear/Shs_SDL006.png b/public/images/gear/Shs_SDL006.png new file mode 100644 index 000000000..caed88e21 Binary files /dev/null and b/public/images/gear/Shs_SDL006.png differ diff --git a/public/images/gear/Shs_SDL007.png b/public/images/gear/Shs_SDL007.png new file mode 100644 index 000000000..ba20a2c77 Binary files /dev/null and b/public/images/gear/Shs_SDL007.png differ diff --git a/public/images/gear/Shs_SDL008.png b/public/images/gear/Shs_SDL008.png new file mode 100644 index 000000000..06696aedb Binary files /dev/null and b/public/images/gear/Shs_SDL008.png differ diff --git a/public/images/gear/Shs_SDL009.png b/public/images/gear/Shs_SDL009.png new file mode 100644 index 000000000..c7555ffd8 Binary files /dev/null and b/public/images/gear/Shs_SDL009.png differ diff --git a/public/images/gear/Shs_SHI000.png b/public/images/gear/Shs_SHI000.png new file mode 100644 index 000000000..1a84f0226 Binary files /dev/null and b/public/images/gear/Shs_SHI000.png differ diff --git a/public/images/gear/Shs_SHI001.png b/public/images/gear/Shs_SHI001.png new file mode 100644 index 000000000..ecf115b24 Binary files /dev/null and b/public/images/gear/Shs_SHI001.png differ diff --git a/public/images/gear/Shs_SHI002.png b/public/images/gear/Shs_SHI002.png new file mode 100644 index 000000000..2bf2a9250 Binary files /dev/null and b/public/images/gear/Shs_SHI002.png differ diff --git a/public/images/gear/Shs_SHI003.png b/public/images/gear/Shs_SHI003.png new file mode 100644 index 000000000..e5df63eab Binary files /dev/null and b/public/images/gear/Shs_SHI003.png differ diff --git a/public/images/gear/Shs_SHI004.png b/public/images/gear/Shs_SHI004.png new file mode 100644 index 000000000..8ce3ce7fb Binary files /dev/null and b/public/images/gear/Shs_SHI004.png differ diff --git a/public/images/gear/Shs_SHI005.png b/public/images/gear/Shs_SHI005.png new file mode 100644 index 000000000..6e8752ae8 Binary files /dev/null and b/public/images/gear/Shs_SHI005.png differ diff --git a/public/images/gear/Shs_SHI006.png b/public/images/gear/Shs_SHI006.png new file mode 100644 index 000000000..c6093894e Binary files /dev/null and b/public/images/gear/Shs_SHI006.png differ diff --git a/public/images/gear/Shs_SHI008.png b/public/images/gear/Shs_SHI008.png new file mode 100644 index 000000000..e3bf59a0f Binary files /dev/null and b/public/images/gear/Shs_SHI008.png differ diff --git a/public/images/gear/Shs_SHI009.png b/public/images/gear/Shs_SHI009.png new file mode 100644 index 000000000..2217639c1 Binary files /dev/null and b/public/images/gear/Shs_SHI009.png differ diff --git a/public/images/gear/Shs_SHI010.png b/public/images/gear/Shs_SHI010.png new file mode 100644 index 000000000..da8833eef Binary files /dev/null and b/public/images/gear/Shs_SHI010.png differ diff --git a/public/images/gear/Shs_SHI011.png b/public/images/gear/Shs_SHI011.png new file mode 100644 index 000000000..7a75dbb03 Binary files /dev/null and b/public/images/gear/Shs_SHI011.png differ diff --git a/public/images/gear/Shs_SHI012.png b/public/images/gear/Shs_SHI012.png new file mode 100644 index 000000000..4d3b07423 Binary files /dev/null and b/public/images/gear/Shs_SHI012.png differ diff --git a/public/images/gear/Shs_SHI013.png b/public/images/gear/Shs_SHI013.png new file mode 100644 index 000000000..cacc3a29d Binary files /dev/null and b/public/images/gear/Shs_SHI013.png differ diff --git a/public/images/gear/Shs_SHI014.png b/public/images/gear/Shs_SHI014.png new file mode 100644 index 000000000..f9be7e5ae Binary files /dev/null and b/public/images/gear/Shs_SHI014.png differ diff --git a/public/images/gear/Shs_SHI015.png b/public/images/gear/Shs_SHI015.png new file mode 100644 index 000000000..6bf34b991 Binary files /dev/null and b/public/images/gear/Shs_SHI015.png differ diff --git a/public/images/gear/Shs_SHI016.png b/public/images/gear/Shs_SHI016.png new file mode 100644 index 000000000..a9d782b34 Binary files /dev/null and b/public/images/gear/Shs_SHI016.png differ diff --git a/public/images/gear/Shs_SHI017.png b/public/images/gear/Shs_SHI017.png new file mode 100644 index 000000000..d8caefe34 Binary files /dev/null and b/public/images/gear/Shs_SHI017.png differ diff --git a/public/images/gear/Shs_SHI018.png b/public/images/gear/Shs_SHI018.png new file mode 100644 index 000000000..151a768e1 Binary files /dev/null and b/public/images/gear/Shs_SHI018.png differ diff --git a/public/images/gear/Shs_SHI019.png b/public/images/gear/Shs_SHI019.png new file mode 100644 index 000000000..32b1efb6e Binary files /dev/null and b/public/images/gear/Shs_SHI019.png differ diff --git a/public/images/gear/Shs_SHI020.png b/public/images/gear/Shs_SHI020.png new file mode 100644 index 000000000..7dc47fb4c Binary files /dev/null and b/public/images/gear/Shs_SHI020.png differ diff --git a/public/images/gear/Shs_SHI021.png b/public/images/gear/Shs_SHI021.png new file mode 100644 index 000000000..e739a4863 Binary files /dev/null and b/public/images/gear/Shs_SHI021.png differ diff --git a/public/images/gear/Shs_SHI022.png b/public/images/gear/Shs_SHI022.png new file mode 100644 index 000000000..c7fbd7386 Binary files /dev/null and b/public/images/gear/Shs_SHI022.png differ diff --git a/public/images/gear/Shs_SHI023.png b/public/images/gear/Shs_SHI023.png new file mode 100644 index 000000000..4149aaedc Binary files /dev/null and b/public/images/gear/Shs_SHI023.png differ diff --git a/public/images/gear/Shs_SHI024.png b/public/images/gear/Shs_SHI024.png new file mode 100644 index 000000000..978eccf09 Binary files /dev/null and b/public/images/gear/Shs_SHI024.png differ diff --git a/public/images/gear/Shs_SHI025.png b/public/images/gear/Shs_SHI025.png new file mode 100644 index 000000000..fb9909456 Binary files /dev/null and b/public/images/gear/Shs_SHI025.png differ diff --git a/public/images/gear/Shs_SHI026.png b/public/images/gear/Shs_SHI026.png new file mode 100644 index 000000000..e0c997ff2 Binary files /dev/null and b/public/images/gear/Shs_SHI026.png differ diff --git a/public/images/gear/Shs_SHI027.png b/public/images/gear/Shs_SHI027.png new file mode 100644 index 000000000..97f969143 Binary files /dev/null and b/public/images/gear/Shs_SHI027.png differ diff --git a/public/images/gear/Shs_SHI028.png b/public/images/gear/Shs_SHI028.png new file mode 100644 index 000000000..de41d7c04 Binary files /dev/null and b/public/images/gear/Shs_SHI028.png differ diff --git a/public/images/gear/Shs_SHI029.png b/public/images/gear/Shs_SHI029.png new file mode 100644 index 000000000..0d1130671 Binary files /dev/null and b/public/images/gear/Shs_SHI029.png differ diff --git a/public/images/gear/Shs_SHI030.png b/public/images/gear/Shs_SHI030.png new file mode 100644 index 000000000..257efe381 Binary files /dev/null and b/public/images/gear/Shs_SHI030.png differ diff --git a/public/images/gear/Shs_SHI031.png b/public/images/gear/Shs_SHI031.png new file mode 100644 index 000000000..1678b4c63 Binary files /dev/null and b/public/images/gear/Shs_SHI031.png differ diff --git a/public/images/gear/Shs_SHI032.png b/public/images/gear/Shs_SHI032.png new file mode 100644 index 000000000..5ab5ed8f3 Binary files /dev/null and b/public/images/gear/Shs_SHI032.png differ diff --git a/public/images/gear/Shs_SHI033.png b/public/images/gear/Shs_SHI033.png new file mode 100644 index 000000000..d92ef80ca Binary files /dev/null and b/public/images/gear/Shs_SHI033.png differ diff --git a/public/images/gear/Shs_SHI034.png b/public/images/gear/Shs_SHI034.png new file mode 100644 index 000000000..2a4e0ed6c Binary files /dev/null and b/public/images/gear/Shs_SHI034.png differ diff --git a/public/images/gear/Shs_SHI035.png b/public/images/gear/Shs_SHI035.png new file mode 100644 index 000000000..aec43d30f Binary files /dev/null and b/public/images/gear/Shs_SHI035.png differ diff --git a/public/images/gear/Shs_SHI036.png b/public/images/gear/Shs_SHI036.png new file mode 100644 index 000000000..f70dec808 Binary files /dev/null and b/public/images/gear/Shs_SHI036.png differ diff --git a/public/images/gear/Shs_SHI037.png b/public/images/gear/Shs_SHI037.png new file mode 100644 index 000000000..c28cc6daa Binary files /dev/null and b/public/images/gear/Shs_SHI037.png differ diff --git a/public/images/gear/Shs_SHI038.png b/public/images/gear/Shs_SHI038.png new file mode 100644 index 000000000..e2fe9cfc6 Binary files /dev/null and b/public/images/gear/Shs_SHI038.png differ diff --git a/public/images/gear/Shs_SHI039.png b/public/images/gear/Shs_SHI039.png new file mode 100644 index 000000000..6ae0bf205 Binary files /dev/null and b/public/images/gear/Shs_SHI039.png differ diff --git a/public/images/gear/Shs_SHI040.png b/public/images/gear/Shs_SHI040.png new file mode 100644 index 000000000..6ec33b87b Binary files /dev/null and b/public/images/gear/Shs_SHI040.png differ diff --git a/public/images/gear/Shs_SHI041.png b/public/images/gear/Shs_SHI041.png new file mode 100644 index 000000000..559a0519c Binary files /dev/null and b/public/images/gear/Shs_SHI041.png differ diff --git a/public/images/gear/Shs_SHT000.png b/public/images/gear/Shs_SHT000.png new file mode 100644 index 000000000..e299a3624 Binary files /dev/null and b/public/images/gear/Shs_SHT000.png differ diff --git a/public/images/gear/Shs_SHT001.png b/public/images/gear/Shs_SHT001.png new file mode 100644 index 000000000..f00058ed7 Binary files /dev/null and b/public/images/gear/Shs_SHT001.png differ diff --git a/public/images/gear/Shs_SHT002.png b/public/images/gear/Shs_SHT002.png new file mode 100644 index 000000000..174c898da Binary files /dev/null and b/public/images/gear/Shs_SHT002.png differ diff --git a/public/images/gear/Shs_SHT003.png b/public/images/gear/Shs_SHT003.png new file mode 100644 index 000000000..0976a8d23 Binary files /dev/null and b/public/images/gear/Shs_SHT003.png differ diff --git a/public/images/gear/Shs_SHT004.png b/public/images/gear/Shs_SHT004.png new file mode 100644 index 000000000..0c1c601b5 Binary files /dev/null and b/public/images/gear/Shs_SHT004.png differ diff --git a/public/images/gear/Shs_SHT005.png b/public/images/gear/Shs_SHT005.png new file mode 100644 index 000000000..e373fa46d Binary files /dev/null and b/public/images/gear/Shs_SHT005.png differ diff --git a/public/images/gear/Shs_SHT006.png b/public/images/gear/Shs_SHT006.png new file mode 100644 index 000000000..982580909 Binary files /dev/null and b/public/images/gear/Shs_SHT006.png differ diff --git a/public/images/gear/Shs_SHT007.png b/public/images/gear/Shs_SHT007.png new file mode 100644 index 000000000..8c4266d26 Binary files /dev/null and b/public/images/gear/Shs_SHT007.png differ diff --git a/public/images/gear/Shs_SHT008.png b/public/images/gear/Shs_SHT008.png new file mode 100644 index 000000000..915584952 Binary files /dev/null and b/public/images/gear/Shs_SHT008.png differ diff --git a/public/images/gear/Shs_SHT009.png b/public/images/gear/Shs_SHT009.png new file mode 100644 index 000000000..2fbf14516 Binary files /dev/null and b/public/images/gear/Shs_SHT009.png differ diff --git a/public/images/gear/Shs_SHT010.png b/public/images/gear/Shs_SHT010.png new file mode 100644 index 000000000..b69f1f7c3 Binary files /dev/null and b/public/images/gear/Shs_SHT010.png differ diff --git a/public/images/gear/Shs_SHT011.png b/public/images/gear/Shs_SHT011.png new file mode 100644 index 000000000..6e1cfe907 Binary files /dev/null and b/public/images/gear/Shs_SHT011.png differ diff --git a/public/images/gear/Shs_SHT012.png b/public/images/gear/Shs_SHT012.png new file mode 100644 index 000000000..26d0216f2 Binary files /dev/null and b/public/images/gear/Shs_SHT012.png differ diff --git a/public/images/gear/Shs_SHT013.png b/public/images/gear/Shs_SHT013.png new file mode 100644 index 000000000..bf0710afe Binary files /dev/null and b/public/images/gear/Shs_SHT013.png differ diff --git a/public/images/gear/Shs_SHT014.png b/public/images/gear/Shs_SHT014.png new file mode 100644 index 000000000..35c65f3f2 Binary files /dev/null and b/public/images/gear/Shs_SHT014.png differ diff --git a/public/images/gear/Shs_SHT015.png b/public/images/gear/Shs_SHT015.png new file mode 100644 index 000000000..5077d5d44 Binary files /dev/null and b/public/images/gear/Shs_SHT015.png differ diff --git a/public/images/gear/Shs_SHT016.png b/public/images/gear/Shs_SHT016.png new file mode 100644 index 000000000..ce72164d9 Binary files /dev/null and b/public/images/gear/Shs_SHT016.png differ diff --git a/public/images/gear/Shs_SHT017.png b/public/images/gear/Shs_SHT017.png new file mode 100644 index 000000000..ec48238b3 Binary files /dev/null and b/public/images/gear/Shs_SHT017.png differ diff --git a/public/images/gear/Shs_SHT018.png b/public/images/gear/Shs_SHT018.png new file mode 100644 index 000000000..e6e903806 Binary files /dev/null and b/public/images/gear/Shs_SHT018.png differ diff --git a/public/images/gear/Shs_SHT019.png b/public/images/gear/Shs_SHT019.png new file mode 100644 index 000000000..275a91741 Binary files /dev/null and b/public/images/gear/Shs_SHT019.png differ diff --git a/public/images/gear/Shs_SLO000.png b/public/images/gear/Shs_SLO000.png new file mode 100644 index 000000000..5d7eaf90e Binary files /dev/null and b/public/images/gear/Shs_SLO000.png differ diff --git a/public/images/gear/Shs_SLO001.png b/public/images/gear/Shs_SLO001.png new file mode 100644 index 000000000..ec60a4ac8 Binary files /dev/null and b/public/images/gear/Shs_SLO001.png differ diff --git a/public/images/gear/Shs_SLO002.png b/public/images/gear/Shs_SLO002.png new file mode 100644 index 000000000..9b4abe66a Binary files /dev/null and b/public/images/gear/Shs_SLO002.png differ diff --git a/public/images/gear/Shs_SLO003.png b/public/images/gear/Shs_SLO003.png new file mode 100644 index 000000000..ed5da395b Binary files /dev/null and b/public/images/gear/Shs_SLO003.png differ diff --git a/public/images/gear/Shs_SLO004.png b/public/images/gear/Shs_SLO004.png new file mode 100644 index 000000000..37d1a56a0 Binary files /dev/null and b/public/images/gear/Shs_SLO004.png differ diff --git a/public/images/gear/Shs_SLO005.png b/public/images/gear/Shs_SLO005.png new file mode 100644 index 000000000..f25753c4e Binary files /dev/null and b/public/images/gear/Shs_SLO005.png differ diff --git a/public/images/gear/Shs_SLO006.png b/public/images/gear/Shs_SLO006.png new file mode 100644 index 000000000..c77d6c706 Binary files /dev/null and b/public/images/gear/Shs_SLO006.png differ diff --git a/public/images/gear/Shs_SLO007.png b/public/images/gear/Shs_SLO007.png new file mode 100644 index 000000000..7098cfc24 Binary files /dev/null and b/public/images/gear/Shs_SLO007.png differ diff --git a/public/images/gear/Shs_SLO008.png b/public/images/gear/Shs_SLO008.png new file mode 100644 index 000000000..ce1d69146 Binary files /dev/null and b/public/images/gear/Shs_SLO008.png differ diff --git a/public/images/gear/Shs_SLO009.png b/public/images/gear/Shs_SLO009.png new file mode 100644 index 000000000..d7cbc111b Binary files /dev/null and b/public/images/gear/Shs_SLO009.png differ diff --git a/public/images/gear/Shs_SLO010.png b/public/images/gear/Shs_SLO010.png new file mode 100644 index 000000000..75a5dbe91 Binary files /dev/null and b/public/images/gear/Shs_SLO010.png differ diff --git a/public/images/gear/Shs_SLO011.png b/public/images/gear/Shs_SLO011.png new file mode 100644 index 000000000..a2880982d Binary files /dev/null and b/public/images/gear/Shs_SLO011.png differ diff --git a/public/images/gear/Shs_SLO012.png b/public/images/gear/Shs_SLO012.png new file mode 100644 index 000000000..5521e286a Binary files /dev/null and b/public/images/gear/Shs_SLO012.png differ diff --git a/public/images/gear/Shs_SLO013.png b/public/images/gear/Shs_SLO013.png new file mode 100644 index 000000000..7cfd5c887 Binary files /dev/null and b/public/images/gear/Shs_SLO013.png differ diff --git a/public/images/gear/Shs_SLO014.png b/public/images/gear/Shs_SLO014.png new file mode 100644 index 000000000..0e441e106 Binary files /dev/null and b/public/images/gear/Shs_SLO014.png differ diff --git a/public/images/gear/Shs_SLO015.png b/public/images/gear/Shs_SLO015.png new file mode 100644 index 000000000..027c52f95 Binary files /dev/null and b/public/images/gear/Shs_SLO015.png differ diff --git a/public/images/gear/Shs_SLO016.png b/public/images/gear/Shs_SLO016.png new file mode 100644 index 000000000..e00b7cdf7 Binary files /dev/null and b/public/images/gear/Shs_SLO016.png differ diff --git a/public/images/gear/Shs_SLO017.png b/public/images/gear/Shs_SLO017.png new file mode 100644 index 000000000..b19cad7ab Binary files /dev/null and b/public/images/gear/Shs_SLO017.png differ diff --git a/public/images/gear/Shs_SLO018.png b/public/images/gear/Shs_SLO018.png new file mode 100644 index 000000000..108c1a0de Binary files /dev/null and b/public/images/gear/Shs_SLO018.png differ diff --git a/public/images/gear/Shs_SLO019.png b/public/images/gear/Shs_SLO019.png new file mode 100644 index 000000000..6c3487a7d Binary files /dev/null and b/public/images/gear/Shs_SLO019.png differ diff --git a/public/images/gear/Shs_SLO020.png b/public/images/gear/Shs_SLO020.png new file mode 100644 index 000000000..ca3ffaf38 Binary files /dev/null and b/public/images/gear/Shs_SLO020.png differ diff --git a/public/images/gear/Shs_SLP000.png b/public/images/gear/Shs_SLP000.png new file mode 100644 index 000000000..6264e5163 Binary files /dev/null and b/public/images/gear/Shs_SLP000.png differ diff --git a/public/images/gear/Shs_SLP001.png b/public/images/gear/Shs_SLP001.png new file mode 100644 index 000000000..f49ce723f Binary files /dev/null and b/public/images/gear/Shs_SLP001.png differ diff --git a/public/images/gear/Shs_SLP002.png b/public/images/gear/Shs_SLP002.png new file mode 100644 index 000000000..57f713d5b Binary files /dev/null and b/public/images/gear/Shs_SLP002.png differ diff --git a/public/images/gear/Shs_SLP003.png b/public/images/gear/Shs_SLP003.png new file mode 100644 index 000000000..75bc393a5 Binary files /dev/null and b/public/images/gear/Shs_SLP003.png differ diff --git a/public/images/gear/Shs_TRS000.png b/public/images/gear/Shs_TRS000.png new file mode 100644 index 000000000..652b67c87 Binary files /dev/null and b/public/images/gear/Shs_TRS000.png differ diff --git a/public/images/gear/Shs_TRS001.png b/public/images/gear/Shs_TRS001.png new file mode 100644 index 000000000..8e730306b Binary files /dev/null and b/public/images/gear/Shs_TRS001.png differ diff --git a/public/images/gear/Shs_TRS002.png b/public/images/gear/Shs_TRS002.png new file mode 100644 index 000000000..fb8953f95 Binary files /dev/null and b/public/images/gear/Shs_TRS002.png differ