<!doctype html><html lang="%LANG_ISO_CODE%"><head><meta charset="utf-8"/><meta httpequiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1.00001,viewport-fit=cover"/><link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-touch-icon-76x76.png"/><link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-touch-icon-120x120.png"/><link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-touch-icon-152x152.png"/><link rel="apple-touch-icon" href="/img/favicon/apple-touch-icon.png"/><title></title><link rel="dns-prefetch" href="//sdk.split.io"><link rel="preconnect" href="https://sdk.split.io" crossorigin><link rel="dns-prefetch" href="//auth.split.io"><link rel="preconnect" href="https://auth.split.io" crossorigin><style>/**
* Extend the react-native-web reset:
* https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/exports/StyleSheet/initialRules.js
*/
html,
body,
#root {
min-height: 100dvh !important; /* seems amplify forcing this value to be 100vh, on body but that is not working well with dynamic height view port */
width: 100%;
/* To smooth any scrolling behavior */
-webkit-overflow-scrolling: touch;
margin: 0px;
padding: 0px;
}
p {
margin: 0px;
padding: 0px;
}
#root {
flex-shrink: 0;
flex-basis: auto;
flex-grow: 1;
display: flex;
flex: 1;
background: linear-gradient(135deg, #8f33ff 1%, #00a8ff 100%);
}
#root.rebranded {
background: #f7f7f7;
}
html {
scroll-behavior: smooth;
/* Prevent text size change on orientation change https://gist.github.com/tfausak/2222823#file-ios-8-web-app-html-L138 */
-webkit-text-size-adjust: 100%;
}
body {
display: flex;
overflo