.ALoadingIndicator{display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr;height:80px;position:relative;width:80px}.ALoadingIndicator div{animation:lds-grid 1.2s linear infinite;background:var(--color-light);border-radius:50%;height:20px;width:20px}.ALoadingIndicator div:nth-child(1){animation-delay:0s}.ALoadingIndicator div:nth-child(2){animation-delay:-.4s}.ALoadingIndicator div:nth-child(3){animation-delay:-.8s}.ALoadingIndicator div:nth-child(4){animation-delay:.4s}.ALoadingIndicator div:nth-child(5){animation-delay:0s}.ALoadingIndicator div:nth-child(6){animation-delay:-.4s}.ALoadingIndicator div:nth-child(7){animation-delay:.8s}.ALoadingIndicator div:nth-child(8){animation-delay:.4s}.ALoadingIndicator div:nth-child(9){animation-delay:0s}@keyframes lds-grid{0%,to{opacity:1}50%{opacity:.5}}.App__loading{align-items:center;background-color:var(--color-dark);display:flex;height:100%;justify-content:center;position:fixed;width:100%}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-C2zfFY7I.woff2) format("woff2"),url(/assets/inter-latin-700-normal-CHFldGL2.woff) format("woff")}@font-face{font-family:Rubik;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/rubik-latin-900-normal-CWr1EK2p.woff2) format("woff2"),url(/assets/rubik-latin-900-normal-BoRCp9zT.woff) format("woff")}:root{--spacer: 1rem;--color-dark: #463f3a;--color-light: #f4e9e2;--color-primary: #f56c73;--color-primary-light: #ff8a8a;--color-secondary: #f6cf65;--color-secondary-light: #ffe499;--font-text-family: "Inter", sans-serif;--font-text-weight: normal;--font-title-family: "Rubik", sans-serif;--font-title-weight: bolder;--animation-duration: .3s;--animation-easing: ease;--spacer-1: .35rem;--spacer-2: .5rem;--spacer-3: 1rem;--spacer-4: 1.5rem;--spacer-5: 2rem}*,*:before,*:after{background:transparent;border:0;box-sizing:border-box;font-style:normal;font-weight:400;margin:0;padding:0;position:relative}html,body{background-color:var(--color-dark);color:var(--color-dark);height:auto;min-height:100%}body{font-family:var(--font-text-family);font-size:16px;-webkit-font-smoothing:antialiased;font-weight:var(--font-text-weight);-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility}em{color:var(--color-primary);font-style:normal}h1,h2,h3,h4,h5,h6{font-family:var(--font-title-family);font-weight:var(--font-title-weight);line-height:.83;text-transform:uppercase}.fade-enter-active,.fade-leave-active{transition:opacity var(--animation-duration) var(--animation-easing)}.fade-enter-from,.fade-leave-to{opacity:0}
