-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (132 loc) · 44.1 KB
/
index.html
File metadata and controls
132 lines (132 loc) · 44.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Timmkoo Modding Information</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="color-scheme" content="light only">
<meta name="description" content="One-Stop Timmkoo Modding Site!">
<meta property="og:site_name" content="Timmkoo Modding Information">
<meta property="og:title" content="Timmkoo Modding Information">
<meta property="og:type" content="website">
<meta property="og:description" content="One-Stop Timmkoo Modding Site!">
<meta property="og:image" content="https://timmkoomodding.carrd.co/assets/images/card.jpg?v=852ad7f6">
<meta property="og:image:type" content="image/jpeg"><meta property="og:image:width" content="1280">
<meta property="og:image:height" content="800">
<meta property="og:url" content="https://timmkoomodding.carrd.co">
<meta property="twitter:card" content="summary_large_image">
<link rel="canonical" href="https://timmkoomodding.carrd.co/">
<style>html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote::before,blockquote::after,q::before,q::after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}*, *::before, *::after {box-sizing: border-box;}body {line-height: 1.0;min-height: var(--viewport-height);min-width: 320px;overflow-x: hidden;word-wrap: break-word;background-color: #A6ABE1;}body::before {background-attachment: scroll;content: '';display: block;height: var(--background-height);left: 0;pointer-events: none;position: fixed;top: 0;transform: scale(1);width: 100vw;z-index: 0;background-image: linear-gradient(135deg, #59FFC3 0%, #F257FF 60%);background-position: 0% 0%;background-repeat: repeat;background-size: auto;}:root {--background-height: 100vh;--site-language-alignment: left;--site-language-direction: ltr;--site-language-flex-alignment: flex-start;--site-language-indent-left: 1;--site-language-indent-right: 0;--site-language-margin-left: 0;--site-language-margin-right: auto;--viewport-height: 100vh;}html {font-size: 18pt;}u {text-decoration: underline;}strong {color: inherit;font-weight: bolder;}em {font-style: italic;}code {background-color: rgba(144,144,144,0.25);border-radius: 0.25em;font-family: 'Lucida Console', 'Courier New', monospace;font-size: 0.9em;font-weight: normal;letter-spacing: 0;margin: 0 0.25em;padding: 0.25em 0.5em;text-indent: 0;}mark {background-color: rgba(144,144,144,0.25);}spoiler-text {-webkit-text-stroke: 0;background-color: rgba(32,32,32,0.75);text-shadow: none;text-stroke: 0;color: transparent;cursor: pointer;transition: color 0.1s ease-in-out;}spoiler-text.active {color: #FFFFFF;cursor: text;}s {text-decoration: line-through;}sub {font-size: smaller;vertical-align: sub;}sup {font-size: smaller;vertical-align: super;}a {color: inherit;text-decoration: underline;transition: color 0.25s ease;}a[onclick]:not([href]) {cursor: pointer;}unloaded-script {display: none;}.site-wrapper {-webkit-overflow-scrolling: touch;align-items: center;display: flex;flex-direction: column;justify-content: center;min-height: var(--viewport-height);overflow: hidden;position: relative;z-index: 2;padding: 1.5rem 1.5rem 1.5rem 1.5rem;}.site-main {--alignment: var(--site-language-alignment);--flex-alignment: var(--site-language-flex-alignment);--indent-left: var(--site-language-indent-left);--indent-right: var(--site-language-indent-right);--margin-left: var(--site-language-margin-left);--margin-right: var(--site-language-margin-right);--border-radius-tl: 1.25rem;--border-radius-tr: 1.25rem;--border-radius-br: 1.25rem;--border-radius-bl: 1.25rem;align-items: center;display: flex;flex-grow: 0;flex-shrink: 0;justify-content: center;max-width: 100%;position: relative;text-align: var(--alignment);z-index: 1;background-color: #FFFFFF;border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);}.site-main > .inner {--padding-horizontal: 3rem;--padding-vertical: 3rem;--spacing: 0.75rem;--width: 58rem;border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);max-width: 100%;position: relative;width: var(--width);z-index: 1;padding: var(--padding-vertical) var(--padding-horizontal);}.site-main > .inner > * {margin-top: var(--spacing);margin-bottom: var(--spacing);}.site-main > .inner > :first-child {margin-top: 0 !important;}.site-main > .inner > :last-child {margin-bottom: 0 !important;}.site-main > .inner > .full {margin-left: calc(var(--padding-horizontal) * -1);max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);}.site-main > .inner > .full:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;margin-top: calc(var(--padding-vertical) * -1) !important;}.site-main > .inner > .full:last-child {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;margin-bottom: calc(var(--padding-vertical) * -1) !important;}.site-main > .inner > .full.screen {border-radius: 0 !important;max-width: 100vw;position: relative;width: 100vw;left: 50%;margin-left: -50vw;right: auto;}body.is-instant .site-main, body.is-instant .site-main > .inner > *,body.is-instant .site-main > .inner > section > * {transition: none !important;}body.is-instant::after {display: none !important;transition: none !important;}.text-component {direction: var(--site-language-direction);position: relative;}.text-component span.p {display: block;position: relative;}.text-component span[style], .text-component strong, .text-component a, .text-component code, .text-component mark, .text-component spoiler-text {-webkit-text-fill-color: currentcolor;}.text-component.style-1 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 2em;line-height: 1.5;font-weight: 700;}.text-component.style-1 a {text-decoration: underline;}.text-component.style-1 a:hover {text-decoration: none;}.text-component.style-1 span.p:nth-child(n + 2) {margin-top: 1rem;}.text-component.instance-2 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.text-component.instance-2 a {text-decoration: underline;}.text-component.instance-2 a:hover {text-decoration: none;}.text-component.instance-2 span.p:nth-child(n + 2) {margin-top: 1rem;}.text-component.instance-3 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.text-component.instance-3 a {text-decoration: underline;}.text-component.instance-3 a:hover {text-decoration: none;}.text-component.instance-3 span.p:nth-child(n + 2) {margin-top: 1rem;}.text-component.instance-5 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.text-component.instance-5 a {text-decoration: underline;}.text-component.instance-5 a:hover {text-decoration: none;}.text-component.instance-5 span.p:nth-child(n + 2) {margin-top: 1rem;}.text-component.instance-16 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.text-component.instance-16 a {text-decoration: underline;}.text-component.instance-16 a:hover {text-decoration: none;}.text-component.instance-16 span.p:nth-child(n + 2) {margin-top: 1rem;}.text-component.instance-13 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.text-component.instance-13 a {text-decoration: underline;}.text-component.instance-13 a:hover {text-decoration: none;}.text-component.instance-13 span.p:nth-child(n + 2) {margin-top: 1rem;}.text-component.instance-15 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.text-component.instance-15 a {text-decoration: underline;}.text-component.instance-15 a:hover {text-decoration: none;}.text-component.instance-15 span.p:nth-child(n + 2) {margin-top: 1rem;}.text-component.instance-9 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.text-component.instance-9 a {text-decoration: underline;}.text-component.instance-9 a:hover {text-decoration: none;}.text-component.instance-9 span.p:nth-child(n + 2) {margin-top: 1rem;}.table-component {max-width: 100%;-webkit-overflow-scrolling: touch;overflow-x: auto;overflow-y: hidden;}.table-component > .inner {display: inline-block;max-width: 100%;}.table-component table {direction: var(--site-language-direction);text-align: var(--site-language-alignment);width: 100%;}.table-component th {text-align: var(--site-language-alignment);}.table-component.instance-1 {text-align: left;}.table-component.instance-1 > .inner {width: 52rem;}.table-component.instance-1 th {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 700;}.table-component.instance-1 th a {text-decoration: underline;}.table-component.instance-1 th a:hover {text-decoration: none;}.table-component.instance-1 td {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.table-component.instance-1 td a {text-decoration: underline;}.table-component.instance-1 td a:hover {text-decoration: none;}.table-component.instance-1 table > thead {border-bottom: solid 2px #000000;}.table-component.instance-1 table > tbody > tr {border-top: solid 1px rgba(0,0,0,0.373);}.table-component.instance-1 table > tbody > tr:first-child {border-top: 0;}.table-component.instance-1 th, .table-component.instance-1 td {padding: 0.5rem 0.6875rem;}.table-component.instance-1 th:first-child, .table-component.instance-1 td:first-child {padding-left: 0;}.table-component.instance-1 th:last-child, .table-component.instance-1 td:last-child {padding-right: 0;}.table-component.instance-2 > .inner {width: 52rem;}.table-component.instance-2 th {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 700;}.table-component.instance-2 th a {text-decoration: underline;}.table-component.instance-2 th a:hover {text-decoration: none;}.table-component.instance-2 td {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.table-component.instance-2 td a {text-decoration: underline;}.table-component.instance-2 td a:hover {text-decoration: none;}.table-component.instance-2 table > thead {border-bottom: solid 2px #000000;}.table-component.instance-2 table > tbody > tr {border-top: solid 1px rgba(0,0,0,0.373);}.table-component.instance-2 table > tbody > tr:first-child {border-top: 0;}.table-component.instance-2 th, .table-component.instance-2 td {padding: 0.5rem 0.6875rem;}.table-component.instance-2 th:first-child, .table-component.instance-2 td:first-child {padding-left: 0;}.table-component.instance-2 th:last-child, .table-component.instance-2 td:last-child {padding-right: 0;}.list-component {display: block;}.list-component > ul, .list-component > ol {display: inline-block;max-width: 100%;text-align: var(--site-language-alignment);vertical-align: middle;}.list-component > ul > li, .list-component > ol > li {direction: var(--site-language-direction);display: flex;position: relative;}.list-component > ul > li::before, .list-component > ol > li::before {background-repeat: no-repeat;content: '';display: block;flex-grow: 0;flex-shrink: 0;font-variant: normal !important;letter-spacing: 0 !important;order: 1;position: relative;}.list-component > ul > li::after, .list-component > ol > li::after {content: '';display: block;flex-grow: 0;flex-shrink: 0;order: 2;pointer-events: none;}.list-component > ul > li > p, .list-component > ol > li > p {flex-grow: 1;flex-shrink: 1;order: 3;}.list-component > ul > li:first-child, .list-component > ol > li:first-child {margin-top: 0 !important;}.list-component.instance-2 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.list-component.instance-2 a {text-decoration: underline;}.list-component.instance-2 a:hover {text-decoration: none;}.list-component.instance-2 ul {width: 100%;}.list-component.instance-2 ul > li {margin-top: 0.5rem;}.list-component.instance-2 ul > li::after {width: 0.625rem;}.list-component.instance-2 ul > li::before {background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E');background-position: left 60%;background-repeat: no-repeat;background-size: contain;height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.list-component.instance-1 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.list-component.instance-1 a {text-decoration: underline;}.list-component.instance-1 a:hover {text-decoration: none;}.list-component.instance-1 ul {width: 100%;}.list-component.instance-1 ul > li {margin-top: 0.5rem;}.list-component.instance-1 ul > li::after {width: 0.625rem;}.list-component.instance-1 ul > li::before {background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E');background-position: left 60%;background-repeat: no-repeat;background-size: contain;height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.list-component.instance-3 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.list-component.instance-3 a {text-decoration: underline;}.list-component.instance-3 a:hover {text-decoration: none;}.list-component.instance-3 ul {width: 100%;}.list-component.instance-3 ul > li {margin-top: 0.5rem;}.list-component.instance-3 ul > li::after {width: 0.625rem;}.list-component.instance-3 ul > li::before {background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E');background-position: left 60%;background-repeat: no-repeat;background-size: contain;height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.list-component.instance-4 {color: #000000;font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';font-size: 1em;line-height: 1.5;font-weight: 400;}.list-component.instance-4 a {text-decoration: underline;}.list-component.instance-4 a:hover {text-decoration: none;}.list-component.instance-4 ul {width: 100%;}.list-component.instance-4 ul > li {margin-top: 0.5rem;}.list-component.instance-4 ul > li::after {width: 0.625rem;}.list-component.instance-4 ul > li::before {background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2210%22%20fill%3D%22%23000000%22%20%2F%3E%3C%2Fsvg%3E');background-position: left 60%;background-repeat: no-repeat;background-size: contain;height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.divider-component {align-items: center;border: 0;display: flex;justify-content: var(--flex-alignment);min-height: 1rem;padding: 0;position: relative;width: 100%;}.divider-component::before {content: '';}.divider-component.instance-1::before {width: 100%;background-color: #000000;height: 1px;border-radius: 0px;}#credits {display: block;opacity: 1 !important;position: relative;transition-delay: 0s !important;}#credits span {border-radius: 24px;cursor: pointer;display: inline-block;font-family: Arial, sans-serif;font-size: 12px;letter-spacing: 0;line-height: 1;position: relative;text-decoration: none;width: auto;color: rgba(0,0,0,0.498);margin-top: 0.75rem !important;}#credits span a {display: inline-block;padding: 0.5em 0.375em;position: relative;text-decoration: none;transition: color 0.25s ease, transform 0.25s ease;z-index: 1;}#credits span a::before {content: '( ';opacity: 1;transition: opacity 0.25s ease;}#credits span a::after {content: ' )';opacity: 1;transition: opacity 0.25s ease;}#credits span::after {background-image: linear-gradient(30deg, #A464A1 15%, #3B5DAD 85%);border-radius: inherit;box-shadow: 0 0.25em 1.25em 0 rgba(0,0,0,0.25);content: '';display: block;height: calc(100% + 2px);left: -1px;opacity: 0;pointer-events: none;position: absolute;top: -1px;transition: opacity 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;width: calc(100% + 2px);}#credits span:hover {text-transform: none !important;}#credits span:hover a {color: #ffffff !important;transform: scale(1.1) translateY(-0.05rem);}#credits span:hover a::before {opacity: 0;}#credits span:hover a::after {opacity: 0;}#credits span:hover::after {opacity: 1;transform: scale(1.1) translateY(-0.05rem);}@media (max-width: 1920px) {}@media (max-width: 1680px) {html {font-size: 13pt;}}@media (max-width: 1280px) {html {font-size: 13pt;}}@media (max-width: 1024px) {}@media (max-width: 980px) {html {font-size: 11pt;}}@media (max-width: 736px) {html {font-size: 11pt;}.site-main > .inner {--padding-horizontal: 2rem;--padding-vertical: 3rem;--spacing: 0.75rem;}.text-component.style-1 {letter-spacing: 0rem;width: 100%;font-size: 2em;line-height: 1.5;}.text-component.instance-2 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.5;}.text-component.instance-3 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.5;}.text-component.instance-5 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.5;}.text-component.instance-16 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.5;}.text-component.instance-13 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.5;}.text-component.instance-15 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.5;}.text-component.instance-9 {letter-spacing: 0rem;width: 100%;font-size: 1em;line-height: 1.5;}.table-component.instance-1 th {letter-spacing: 0rem;font-size: 1em;line-height: 1.5;}.table-component.instance-1 td {letter-spacing: 0rem;font-size: 1em;line-height: 1.5;}.table-component.instance-1 th, .table-component.instance-1 td {padding: 0.5rem 0.6875rem;}.table-component.instance-2 th {letter-spacing: 0rem;font-size: 1em;line-height: 1.5;}.table-component.instance-2 td {letter-spacing: 0rem;font-size: 1em;line-height: 1.5;}.table-component.instance-2 th, .table-component.instance-2 td {padding: 0.5rem 0.6875rem;}.list-component.instance-2 {letter-spacing: 0rem;font-size: 1em;line-height: 1.5;}.list-component.instance-2 ul > li::after {width: 0.625rem;}.list-component.instance-2 ul > li::before {height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.list-component.instance-1 {letter-spacing: 0rem;font-size: 1em;line-height: 1.5;}.list-component.instance-1 ul > li::after {width: 0.625rem;}.list-component.instance-1 ul > li::before {height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.list-component.instance-3 {letter-spacing: 0rem;font-size: 1em;line-height: 1.5;}.list-component.instance-3 ul > li::after {width: 0.625rem;}.list-component.instance-3 ul > li::before {height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.list-component.instance-4 {letter-spacing: 0rem;font-size: 1em;line-height: 1.5;}.list-component.instance-4 ul > li::after {width: 0.625rem;}.list-component.instance-4 ul > li::before {height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.divider-component.instance-1::before {width: 100rem;}}@media (max-width: 480px) {.site-main > .inner {--spacing: 0.65625rem;}}@media (max-width: 360px) {.site-main > .inner {--padding-horizontal: 1.5rem;--padding-vertical: 2.25rem;--spacing: 0.5625rem;}.text-component.style-1 {font-size: 1.5em;}.text-component.instance-2 {font-size: 1em;}.text-component.instance-3 {font-size: 1em;}.text-component.instance-5 {font-size: 1em;}.text-component.instance-16 {font-size: 1em;}.text-component.instance-13 {font-size: 1em;}.text-component.instance-15 {font-size: 1em;}.text-component.instance-9 {font-size: 1em;}.table-component.instance-1 th {font-size: 1em;}.table-component.instance-1 td {font-size: 1em;}.table-component.instance-2 th {font-size: 1em;}.table-component.instance-2 td {font-size: 1em;}.list-component.instance-2 {font-size: 1em;}.list-component.instance-2 ul > li::after {width: 0.625rem;}.list-component.instance-2 ul > li::before {height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.list-component.instance-1 {font-size: 1em;}.list-component.instance-1 ul > li::after {width: 0.625rem;}.list-component.instance-1 ul > li::before {height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.list-component.instance-3 {font-size: 1em;}.list-component.instance-3 ul > li::after {width: 0.625rem;}.list-component.instance-3 ul > li::before {height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}.list-component.instance-4 {font-size: 1em;}.list-component.instance-4 ul > li::after {width: 0.625rem;}.list-component.instance-4 ul > li::before {height: 1.5rem;line-height: 1.5rem;min-width: 0.703125rem;}}</style><style></style><style></style></head>
<body>
<div class="site-wrapper">
<div class="site-main">
<div class="inner">
<h1 id="text01" class="text-component instance-1 style-1">Mod Your TIMMKOO!</h1>
<p id="text02" class="text-component instance-2"><span class="p">The one-stop-shop for all things TIMMKOO modding related!</span>
<span class="p">First, check if your device is supported by mod projects:</span></p>
<div id="table01" class="table-component instance-1"><div class="inner">
<table>
<thead>
<tr>
<th>Device</th>
<th>Year</th>
<th>Revision</th>
<th>Supported?</th>
</tr>
</thead>
<tbody>
<tr>
<td>Q3E/Q36 1st Gen</td>
<td>2016-2018</td>
<td>1</td>
<td>No</td>
</tr>
<tr>
<td>Q3E/Q36 2nd Gen</td>
<td>2018-2020</td>
<td>2</td>
<td>Yes*</td>
</tr>
<tr>
<td>Q3/Q5 3rd Gen</td>
<td>2020-2021</td>
<td>3</td>
<td>Yes</td>
</tr>
<tr>
<td>Q3/Q5 4th Gen</td>
<td>2021-Mar 2025</td>
<td>4</td>
<td>Yes</td>
</tr>
<tr>
<td>Q3/Q5 5th Gen</td>
<td>Mar 2025 - Sep 2025</td>
<td>5</td>
<td>No</td>
</tr>
<tr>
<td>Q8</td>
<td>2024-</td>
<td>1</td>
<td>No</td>
</tr>
<tr>
<td>G1</td>
<td>2022-</td>
<td>1</td>
<td>Yes</td>
</tr>
<tr>
<td>G3</td>
<td>2023-</td>
<td>1</td>
<td>Yes**</td>
</tr>
<tr>
<td>Y1 1st Gen</td>
<td>2022-</td>
<td>1</td>
<td>Yes***</td>
</tr>
<tr>
<td>Y1 2nd Gen</td>
<td>2023-</td>
<td>2</td>
<td>Yes</td>
</tr>
<tr>
<td>B6</td>
<td>2019-</td>
<td>1</td>
<td>No</td>
</tr>
<tr>
<td>Smart Player</td>
<td>2021-</td>
<td>1</td>
<td>No****</td>
</tr>
<tr>
<td>S6</td>
<td>2023-</td>
<td>1</td>
<td>No</td>
</tr>
<tr>
<td>Q3/Q5 6th Gen</td>
<td>Sep 2025-</td>
<td>6</td>
<td>Yes</td>
</tr>
<tr>
<td>Q3/Q5 7th Gen</td>
<td>Jan 2026-</td>
<td>7</td>
<td>No</td>
</tr>
</tbody>
</table>
</div>
</div>
<p id="text03" class="text-component instance-3"><span class="p">1: The Q3E 2nd Gen cannot run full Android, rather Raspbian has been ported to it.<br> 2: The G3 is technically unsupported, however it has a similar enough OS to the G1 that modding may work. Try at your own risk. It is important to note that the G3 does allow app installation somewhat.<br> 3: The Y1 1st Gen technically has issues with newer firmware versions and accurate trackpad mapping. This is being actively worked on.<br> 4: The Smart Player has a different screen resolution but similar enough internals to the 2nd Gen that it may work with the same exploit. Try at your own risk.</span></p>
<h2 id="text04" class="text-component instance-4 style-1">Mod projects to use:</h2>
<p id="text05" class="text-component instance-5"><span class="p">If you have the <strong>Q3 2nd Gen</strong> (curved back, Allwinner V3S chip), use <a href="https://drive.google.com/file/d/1aCzM0X3V14K7xTNgriwdMa1aKser1rL4/view?usp=sharing">jailbreak.mp3</a>.<br> If you have the <strong>Q3 or Q5 3rd Gen</strong> (flat back, MT6582 chip, Holo design), back up your firmware using <a href="https://github.com/bkerler/mtkclient">MTKClient</a> before attempting to flash <a href="https://www.mediafire.com/folder/3r7zx6ssngrav/Beta">LithiumV1</a> using <a href="https://spflashtools.com/windows/sp-flash-tool-v5-1924">SP Flash Tool</a>.<br> If you have the <strong>Q3 or Q5 4th Gen</strong> (flat back, smaller bezels, MT6582 chip, Holo design (Material Design in Poland, Germany before 2024)) or their Chinese counterpart, the <strong>Zhiyin Z1</strong>, use either <a href="https://manufactory.carrd.co/">Manufactory</a> (the most stable and fastest generally, lacks some features, not actively maintained), or <a href="https://timmkoo.de/">T-ROM</a> (Based of the firmware manufactory is based on but with support for Google Play and Google login integration, slower).<br> If you have the <strong>Innioasis or TIMMKOO G1</strong> (flat back, MT6753, Material 2), use <a href="https://github.com/Seph29/Lumos-G1">Lumos G1</a>.<br> If you have the <strong>Innioasis or TIMMKOO G3</strong> (flat back, MT6753, Material 2), use <a href="https://github.com/Seph29/Lumos-G1">Lumos G1</a> at your own risk.<br> If you have the <strong>Innioasis or TIMMKOO Y1</strong> (touch wheel, MT6572, custom UI), use <a href="https://firmware.innioasis.app/">Rockbox-Y1</a> <br> If you have the <strong>Q3/Q5 6th Gen</strong> (flat back, MT6582, Holo, no physical navbar), refer to <a href="https://timmkoo.de">Palutenfan123's resources</a>.<br></span></p><h2 id="text08" class="text-component instance-8 style-1">Useful guides:</h2><div id="list02" class="list-component instance-2"><ul><li><p><a href="https://www.youtube.com/watch?v=JfL3ccO0HGo">How to use hidden browser on Q3 (Does not work on latest firmware version!)</a></p></li><li><p><a href="https://www.youtube.com/watch?v=aAYdpd7qBEk">How to install old Manufactory version (outdated)</a></p></li><li><p><a href="https://xdaforums.com/t/guide-how-to-install-apps-apks-on-timmkoo-q5-q3e.4678943/post-89590018">How to use eBook reader exploit to install APKs without using Manufactory or T-ROM</a></p></li></ul></div><hr id="divider01" class="divider-component instance-1"><h2 id="text06" class="text-component instance-6 style-1">Device Info:</h2><div id="table02" class="table-component instance-2"><div class="inner"><table><thead><tr><th>Device</th><th>RAM</th><th>CPU</th><th>Screen</th><th>Battery</th><th>OS (restricted)</th></tr></thead><tbody><tr><td>Q3E/6 1st Gen</td><td>On-chip</td><td>Zhuhai ATJ229R2 x? @?</td><td>540x960 LCD, 30HZ</td><td>1000mAh</td><td>Embedded RTOS</td></tr><tr><td>Q3E/6 2nd Gen</td><td>512MB (256 on-chip, 256 on-module)</td><td>Allwinner V3S x2 @400MHz</td><td>540x960 IPS, 50HZ</td><td>1200mAh</td><td>Linux-based</td></tr><tr><td>Q3/Q5 3rd Gen</td><td>1GB (968MB usable) LPDDR2</td><td>MediaTek MT6582 x4 @1300MHz</td><td>480x800 IPS, 60HZ</td><td>1800mAh</td><td>Android 4.4.2 or 5.0</td></tr><tr><td>Q3/Q5 4th Gen</td><td>1GB (968MB usable) LPDDR2</td><td>MediaTek MT6582V x4 @1300MHz</td><td>480x800 IPS, 60.01HZ</td><td>1500mAh</td><td>Android 4.4.2</td></tr><tr><td>Q3/Q5 5th Gen</td><td>2GB (1944MB usable) LPDDR3</td><td>MediaTek MT6735 x4 @1500MHz</td><td>480x800 IPS, 60.01HZ</td><td>1500mAh</td><td>Android 6.0</td></tr><tr><td>G1</td><td>2GB (1946MB usable) LPDDR2</td><td>MediaTek MT6753 x8 @1500MHz</td><td>720x1280 IPS, 59.99HZ</td><td>1500mAh</td><td>Android 8.1</td></tr><tr><td>G3</td><td>2GB (1946MB usable) LPDDR2</td><td>MediaTek MT6753 x8 @1500MHz</td><td>720x1280 IPS, 59.99HZ</td><td>1500mAh</td><td>Android 8.1</td></tr><tr><td>B6</td><td>On-chip</td><td>MediaTek MT6261DA x? @?</td><td>250x250 LCD, 30HZ</td><td>400mAh</td><td>Embedded RTOS</td></tr><tr><td>Smart Player</td><td>512MB (256 on-chip, 256 on-module)</td><td>Allwinner V3S x2 @355MHz</td><td>500x500 IPS, 41.40HZ</td><td>500mAh</td><td>Linux-based</td></tr><tr><td>Y1 (both generations)</td><td>512MB (482MB usable) LPDDR2</td><td>MediaTek MT6572 x2 @1.1GHz</td><td>480x320 LCD, 30HZ</td><td>1250mAh</td><td>Android 4.2.2</td></tr><tr><td>Q8</td><td>2GB (1944MB usable) LPDDR2</td><td>MediaTek MT6580 x4 @1300MHz</td><td>480x800 IPS, 60.06HZ</td><td>1500mAh</td><td>Android 9.0</td></tr><tr><td>Tab Q25 Aura (Leak)</td><td>3GB (2896MB usable) LPDDR3</td><td>MT6765G</td><td>1760x800 IPS, 90HZ</td><td>3100mAh</td><td>Android 11.0</td></tr><tr><td>S1</td><td>1GB (968MB usable) LPDDR3</td><td>MediaTek MT6735 x4 @1.3GHz</td><td>720x1280 LCD, 60HZ</td><td>2150mAh</td><td>Android 6.0.1</td></tr><tr><td>S3</td><td>2GB (1944MB usable) LPDDR3</td><td>MediaTek MT6735 x4 @1.3GHz</td><td>720x1280 LCD, 60HZ</td><td>2200mAh</td><td>Android 9.0</td></tr><tr><td>S6</td><td>2GB (1944MB usable) LPDDR3</td><td>MediaTek MT6735 x4 @1.3GHz</td><td>720x1280 LCD, 60HZ</td><td>2800mAh</td><td>Android 9.1</td></tr><tr><td>Q3/Q5 4th Gen</td><td>1GB (968MB usable) LPDDR2</td><td>MediaTek MT6582V x4 @1300MHz</td><td>480x800 IPS, 60.01HZ (No hardware navigation keys)</td><td>1500mAh</td><td>Android 4.4.2</td></tr><tr><td>Q3/Q3 7th Gen</td><td>?GB (? usable) LPDDR2</td><td>MediaTek MT6582 x4 @1300MHz</td><td>480x800 IPS, 59.99HZ</td><td>1500mAh</td><td>Android 4.4.2</td></tr></tbody></table></div></div><h2 id="text07" class="text-component instance-7 style-1">Unreleased/Discontinued Modding Projects:</h2><div id="list01" class="list-component instance-1"><ul><li><p>Rivercrab (TIMMKOO Q3/Q5 4th Gen) (HarmonyOS) (Not working)</p></li><li><p>Project8RTQ3E (TIMMKOO Q3/Q5 4th Gen) (Windows 8.1 RT) (Working, unreleased)</p></li><li><p>ProjectANQ7 (TIMMKOO Q3/Q5 4th Gen) (Android 7.0) (Not working)</p></li><li><p>ProjectMX2XXB (TIMMKOO Q3/Q5 4th Gen) (Android 5.1) (Working, not functional)</p></li><li><p>EverRom Q3 (TIMMKOO Q3/Q5 4th Gen) (Android 5.0, Ouya components) (Working, unreleased)</p></li><li><p>15on5 (TIMMKOO Q3/Q5 4th Gen) (Android 5.0, Android 15 components backported) (Working, not functional)</p></li><li><p>Incogni (TIMMKOO Q3/Q5 4th Gen) (Android 5.0, privacy components) (Not working)</p></li><li><p>T-ROM (TIMMKOO Q3/Q5 5th Gen) (Android 6.0) (Paused until ROM/port is stable enough)</p></li><li><p>Munk.3 Firmware (TIMMKOO Q3/Q5 4th Gen) (Android 4.4.2) (Working, discontinued)</p></li></ul></div><p id="text16" class="text-component instance-16"><em>The above modding projects and their respective files, methods, repositories, or source code are not publicly available, assume complete unavailability and discontinuation. Creators are not responsible for sharing them.</em></p><h2 id="text10" class="text-component instance-10 style-1">Internal Images (Q3 4th Gen only, as of writing):</h2><div id="list03" class="list-component instance-3"><ul><li><p><a href="https://ibb.co/YTBH1Xbw">1</a></p></li><li><p><a href="https://ibb.co/tP3vWjXT">2</a></p></li><li><p><a href="https://ibb.co/rRj2hM90">3</a></p></li><li><p><a href="https://ibb.co/nq94L4zC">4</a></p></li><li><p><a href="https://ibb.co/KcBjbtGQ">5</a></p></li><li><p><a href="https://ibb.co/wrrG45wg">6</a></p></li><li><p><a href="https://ibb.co/twQhNfRg">7</a></p></li><li><p><a href="https://ibb.co/KjV0HFM3">8</a></p></li><li><p><a href="https://ibb.co/WpDB9zw4">9</a></p></li><li><p><a href="https://ibb.co/xqwjP3CN">10</a></p></li><li><p><a href="https://ibb.co/CK4C23Ys">11</a></p></li><li><p><a href="https://ibb.co/hFHzSp03">12</a></p></li><li><p><a href="https://ibb.co/V0WC1SQs">13</a></p></li><li><p><a href="https://ibb.co/1JtGmLfg">14</a></p></li><li><p><a href="https://ibb.co/nsXwV1MK">15</a></p></li><li><p><a href="https://ibb.co/dJpy9hv0">16</a></p></li><li><p><a href="https://ibb.co/n8kS7n3F">17</a></p></li></ul></div><h2 id="text11" class="text-component instance-11 style-1">TIMMKOO Info:</h2><div id="list04" class="list-component instance-4"><ul><li><p><strong>Companies:</strong> TIMMKOO, Luoran, Innioasis, Mechen, AGPTek, Tenseng (formerly), Zhiyin, Shenzhen Estron Technology Co, Ltd., Sea&Mew Accounting, Xuebariji, Brand Search Online</p></li><li><p><strong>Contacts:</strong> estron@szestron.com, estron.cn@hotmail.com, xuxunyou@innioasis.com, support@timmkoomp3.com, innioasis-business@hotmail.com, jackywong@innioasis.com, +1 (615) 243 1446, support@bedbathandbeyond.website, innioasis@gmail.com</p></li><li><p><strong>Addresses:</strong> (Floor 6, Building G, Huafeng International Robot Industry Park, 602 Hangcheng Avenue, Nanchang Community, Xixiang Street, Bao'an District, Shenzhen, Guangdong Province, PRC), (Vision 25 Business Park, 15 Electric Avenue, Enfield, London, GBR), (4497 Lindale Avenue, Las Vegas, Nevada, USA), (Block A, Building 1, Floor 1, 36-40 Tai Lin Pai Road, Kwai Chung, NT, Hong Kong)</p></li><li><p><strong>Leaders:</strong> Ivan Zhou, Billy Han, Li Xiang (no, not that Li Xiang)</p></li></ul></div><h2 id="text12" class="text-component instance-12 style-1">Contact Us</h2><p id="text13" class="text-component instance-13">Found a new TIMMKOO device? A new brand connection? Dumped your firmware? Talk to us more on our <a href="https://dc.gg/timmkoo">Discord</a> or through <a href="mailto:///raspyberry8@gmail.com">email</a>.</p><h2 id="text14" class="text-component instance-14 style-1">Credits:</h2><p id="text15" class="text-component instance-15"><span class="p"><strong>Palutenfan123</strong> (provided information on Y1 device, developed T-ROM)<br> <strong>Noah Domingues</strong> (provided information on the state of Lithium 5)<br> <strong>wide_asriel</strong> (provided information on Y1 device)</span></p><p id="text09" class="text-component instance-9"><em>Disclaimer: This site is not affiliated with TIMMKOO, Innioasis, or Shenzhen Estron Technology Co, Ltd. in any way. This is an unofficial site made by the TIMMKOO Modders Team. We do not take any responsibility for any damage to your device and advise caution to any modification you do.</em></p></div></div></div><script>(function() {var on = addEventListener,off = removeEventListener,$ = function(q) { return document.querySelector(q) },$$ = function(q) { return document.querySelectorAll(q) },$body = document.body,$inner = $('.inner'),client = (function() {var o = {browser: 'other',browserVersion: 0,os: 'other',osVersion: 0,mobile: false,canUse: null,flags: {lsdUnits: false,},},ua = navigator.userAgent,a, i;a = [['firefox',/Firefox\/([0-9\.]+)/,null],['edge',/Edge\/([0-9\.]+)/,null],['safari',/Version\/([0-9\.]+).+Safari/,null],['chrome',/Chrome\/([0-9\.]+)/,null],['chrome',/CriOS\/([0-9\.]+)/,null],['ie',/Trident\/.+rv:([0-9]+)/,null],['safari',/iPhone OS ([0-9_]+)/,function(v) { return v.replace('_', '.').replace('_', ''); }]];for (i=0; i < a.length; i++) {if (ua.match(a[i][1])) {o.browser = a[i][0];o.browserVersion = parseFloat( a[i][2] ? (a[i][2])(RegExp.$1) : RegExp.$1 );break;}}a = [['ios',/([0-9_]+) like Mac OS X/,function(v) { return v.replace('_', '.').replace('_', ''); }],['ios',/CPU like Mac OS X/,function(v) { return 0 }],['ios',/iPad; CPU/,function(v) { return 0 }],['android',/Android ([0-9\.]+)/,null],['mac',/Macintosh.+Mac OS X ([0-9_]+)/,function(v) { return v.replace('_', '.').replace('_', ''); }],['windows',/Windows NT ([0-9\.]+)/,null],['undefined',/Undefined/,null]];for (i=0; i < a.length; i++) {if (ua.match(a[i][1])) {o.os = a[i][0];o.osVersion = parseFloat( a[i][2] ? (a[i][2])(RegExp.$1) : RegExp.$1 );break;}}if (o.os == 'mac'&& ('ontouchstart' in window)&& ((screen.width == 1024 && screen.height == 1366)|| (screen.width == 834 && screen.height == 1112)|| (screen.width == 810 && screen.height == 1080)|| (screen.width == 768 && screen.height == 1024)))o.os = 'ios';o.mobile = (o.os == 'android' || o.os == 'ios');var _canUse = document.createElement('div');o.canUse = function(property, value) {var style;style = _canUse.style;if (!(property in style))return false;if (typeof value !== 'undefined') {style[property] = value;if (style[property] == '')return false;}return true;};o.flags.lsdUnits = o.canUse('width', '100dvw');return o;}()),ready = {list: [],add: function(f) {this.list.push(f);},run: function() {this.list.forEach((f) => {f();});},},trigger = function(t) {dispatchEvent(new Event(t));},cssRules = function(selectorText) {var ss = document.styleSheets,a = [],f = function(s) {var r = s.cssRules,i;for (i=0; i < r.length; i++) {if (r[i] instanceof CSSMediaRule && matchMedia(r[i].conditionText).matches)(f)(r[i]); else if (r[i] instanceof CSSStyleRule && r[i].selectorText == selectorText)a.push(r[i]);}},x, i;for (i=0; i < ss.length; i++)f(ss[i]);return a;},escapeHtml = function(s) {if (s === ''|| s === null|| s === undefined)return '';var a = {'&': '&','<': '<','>': '>','"': '"',"'": ''',};s = s.replace(/[&<>"']/g, function(x) {return a[x];});return s;},thisHash = function() {var h = location.hash ? location.hash.substring(1) : null,a;if (!h)return null;if (h.match(/\?/)) {a = h.split('?');h = a[0];history.replaceState(undefined, undefined, '#' + h);window.location.search = a[1];}if (h.length > 0&& !h.match(/^[a-zA-Z]/))h = 'x' + h;if (typeof h == 'string')h = h.toLowerCase();return h;},scrollToElement = function(e, style, duration) {var y, cy, dy,start, easing, offset, f;if (!e)y = 0; else {offset = (e.dataset.scrollOffset ? parseInt(e.dataset.scrollOffset) : 0) * parseFloat(getComputedStyle(document.documentElement).fontSize);switch (e.dataset.scrollBehavior ? e.dataset.scrollBehavior : 'default') {case 'default':default:y = e.offsetTop + offset;break;case 'center':if (e.offsetHeight < window.innerHeight)y = e.offsetTop - ((window.innerHeight - e.offsetHeight) / 2) + offset; else y = e.offsetTop - offset;break;case 'previous':if (e.previousElementSibling)y = e.previousElementSibling.offsetTop + e.previousElementSibling.offsetHeight + offset; else y = e.offsetTop + offset;break;}}if (!style)style = 'smooth';if (!duration)duration = 750;if (style == 'instant') {window.scrollTo(0, y);return;}start = Date.now();cy = window.scrollY;dy = y - cy;switch (style) {case 'linear':easing = function (t) { return t };break;case 'smooth':easing = function (t) { return t<.5 ? 4*t*t*t : (t-1)*(2*t-2)*(2*t-2)+1 };break;}f = function() {var t = Date.now() - start;if (t >= duration)window.scroll(0, y); else {window.scroll(0, cy + (dy * easing(t / duration)));requestAnimationFrame(f);}};f();},scrollToTop = function() {scrollToElement(null);},loadElements = function(parent) {var a, e, x, i;$body.dispatchEvent(new CustomEvent('startComponents', { detail: { parent: parent } }));a = parent.querySelectorAll('iframe[data-src]:not([data-src=""])');for (i=0; i < a.length; i++) {a[i].contentWindow.location.replace(a[i].dataset.src);a[i].dataset.initialSrc = a[i].dataset.src;a[i].dataset.src = '';}a = parent.querySelectorAll('video[autoplay]');for (i=0; i < a.length; i++) {if (a[i].paused)a[i].play();}e = parent.querySelector('[data-autofocus="1"]');x = e ? e.tagName : null;switch (x) {case 'FORM':e = e.querySelector('.field input, .field select, .field textarea');if (e)e.focus();break;default:break;}a = parent.querySelectorAll('unloaded-script');for (i=0; i < a.length; i++) {x = document.createElement('script');x.setAttribute('data-loaded', '');if (a[i].getAttribute('src'))x.setAttribute('src', a[i].getAttribute('src'));if (a[i].textContent)x.textContent = a[i].textContent;a[i].replaceWith(x);}x = new Event('loadelements');a = parent.querySelectorAll('[data-unloaded]');a.forEach((element) => {element.removeAttribute('data-unloaded');element.dispatchEvent(x);});},unloadElements = function(parent) {var a, e, x, i;$body.dispatchEvent(new CustomEvent('stopComponents', { detail: { parent: parent } }));a = parent.querySelectorAll('iframe[data-src=""]');for (i=0; i < a.length; i++) {if (a[i].dataset.srcUnload === '0')continue;if ('initialSrc' in a[i].dataset)a[i].dataset.src = a[i].dataset.initialSrc; else a[i].dataset.src = a[i].src;a[i].contentWindow.location.replace('about:blank');}a = parent.querySelectorAll('video');for (i=0; i < a.length; i++) {if (!a[i].paused)a[i].pause();}e = $(':focus');if (e)e.blur();};window._scrollToTop = scrollToTop;var thisUrl = function() {return window.location.href.replace(window.location.search, '').replace(/#$/, '');};var getVar = function(name) {var a = window.location.search.substring(1).split('&'),b, k;for (k in a) {b = a[k].split('=');if (b[0] == name)return b[1];}return null;};var errors = {handle: function(handler) {window.onerror = function(message, url, line, column, error) {(handler)(error.message);return true;};},unhandle: function() {window.onerror = null;}};loadElements(document.body);var style, sheet, rule;style = document.createElement('style');style.appendChild(document.createTextNode(''));document.head.appendChild(style);sheet = style.sheet;if (client.mobile) {(function() {if (client.flags.lsdUnits) {document.documentElement.style.setProperty('--viewport-height', '100svh');document.documentElement.style.setProperty('--background-height', '100lvh');} else {var f = function() {document.documentElement.style.setProperty('--viewport-height', window.innerHeight + 'px');document.documentElement.style.setProperty('--background-height', (window.innerHeight + 250) + 'px');};on('load', f);on('orientationchange', function() {setTimeout(function() {(f)();}, 100);});}})();}if (client.os == 'android') {(function() {sheet.insertRule('body::after { }', 0);rule = sheet.cssRules[0];var f = function() {rule.style.cssText = 'height: ' + (Math.max(screen.width, screen.height)) + 'px';};on('load', f);on('orientationchange', f);on('touchmove', f);})();$body.classList.add('touch');} else if (client.os == 'ios') {if (client.osVersion <= 11)(function() {sheet.insertRule('body::after { }', 0);rule = sheet.cssRules[0];rule.style.cssText = '-webkit-transform: scale(1.0)';})();if (client.osVersion <= 11)(function() {sheet.insertRule('body.ios-focus-fix::before { }', 0);rule = sheet.cssRules[0];rule.style.cssText = 'height: calc(100% + 60px)';on('focus', function(event) {$body.classList.add('ios-focus-fix');}, true);on('blur', function(event) {$body.classList.remove('ios-focus-fix');}, true);})();$body.classList.add('touch');}ready.run();})();</script></body></html>