:root{--vt-c-indigo: #2c3e50;--colour-brand-1: #2998cc;--colour-brand-2: #5dcf77;--colour-background: #fff;--colour-background-1: #b4d5ee;--colour-background-2: #7dc9dc;--colour-background-3: #ffcb4a;--colour-text: var(--vt-c-indigo);--colour-border: var(--vt-c-indigo)}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100dvh;width:100%;overflow-x:clip;scrollbar-gutter:stable both-edges;color:var(--colour-text);background:var(--colour-background);line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:env(safe-area-inset-bottom,0);padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0);padding-top:env(safe-area-inset-top,0)}@media (display-mode: standalone),(display-mode: fullscreen){body{min-height:100lvh;width:100lvw}}#app{display:grid;grid-template-rows:auto 1fr;grid-template-areas:"header" "main";width:100%;min-height:100lvh}a{text-decoration:none;color:var(--vt-c-indigo)}h1{color:var(--colour-brand-1);font-size:3rem}p,div{-webkit-user-select:none;user-select:none}.button{font-size:2rem;background-color:#fff;border:.4rem solid var(--colour-border);text-align:center;border-radius:1rem;padding:.5rem 1.5rem}.imageButton{cursor:pointer}@media (hover: hover){.button:hover{background-color:#eee}.imageButton{filter:brightness(120%)}.imageButton:hover{filter:brightness(80%)}}@media screen and (max-height: 599px){.button{font-size:1.2em;border-width:.2rem;padding:.2rem}}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.cls-1[data-v-d32cba51],.cls-2[data-v-d32cba51],.cls-3[data-v-d32cba51],.cls-4[data-v-d32cba51],.cls-5[data-v-d32cba51]{stroke:#000;stroke-linecap:round;stroke-linejoin:round}.cls-1[data-v-d32cba51],.cls-2[data-v-d32cba51],.cls-5[data-v-d32cba51]{fill:none}.cls-1[data-v-d32cba51],.cls-4[data-v-d32cba51]{stroke-width:4px}.cls-2[data-v-d32cba51]{stroke-width:4.05px}.cls-6[data-v-d32cba51],.cls-3[data-v-d32cba51]{fill:#c69360}.cls-7[data-v-d32cba51]{fill:#24201d}.cls-3[data-v-d32cba51],.cls-5[data-v-d32cba51]{stroke-width:4.25px}.cls-4[data-v-d32cba51],.cls-8[data-v-d32cba51]{fill:#47423d}.cls-1[data-v-a2f78bcd]{fill:#c69360}.cls-2[data-v-a2f78bcd]{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:4.25px}.cls-1[data-v-733fe38f]{stroke-width:4.59px}.cls-1[data-v-733fe38f],.cls-2[data-v-733fe38f],.cls-3[data-v-733fe38f],.cls-4[data-v-733fe38f],.cls-5[data-v-733fe38f]{stroke:#000;stroke-linecap:round;stroke-linejoin:round}.cls-1[data-v-733fe38f],.cls-5[data-v-733fe38f]{fill:none}.cls-6[data-v-733fe38f],.cls-2[data-v-733fe38f]{fill:#c69360}.cls-7[data-v-733fe38f]{fill:#24201d}.cls-2[data-v-733fe38f],.cls-4[data-v-733fe38f],.cls-5[data-v-733fe38f]{stroke-width:4.25px}.cls-3[data-v-733fe38f]{fill:#47423d;stroke-width:4px}.cls-4[data-v-733fe38f]{fill:#383131}.cls-1[data-v-23fe05cf],.cls-2[data-v-23fe05cf]{fill:#c69360}.cls-3[data-v-23fe05cf],.cls-2[data-v-23fe05cf],.cls-4[data-v-23fe05cf],.cls-5[data-v-23fe05cf],.cls-6[data-v-23fe05cf],.cls-7[data-v-23fe05cf]{stroke:#000}.cls-3[data-v-23fe05cf],.cls-2[data-v-23fe05cf],.cls-6[data-v-23fe05cf],.cls-7[data-v-23fe05cf]{stroke-linecap:round;stroke-linejoin:round}.cls-3[data-v-23fe05cf],.cls-4[data-v-23fe05cf],.cls-5[data-v-23fe05cf],.cls-7[data-v-23fe05cf]{stroke-width:5px}.cls-3[data-v-23fe05cf],.cls-5[data-v-23fe05cf],.cls-6[data-v-23fe05cf]{fill:none}.cls-8[data-v-23fe05cf]{fill:#24201d}.cls-2[data-v-23fe05cf],.cls-6[data-v-23fe05cf]{stroke-width:4.25px}.cls-9[data-v-23fe05cf]{fill:#f2dcb1}.cls-4[data-v-23fe05cf],.cls-5[data-v-23fe05cf]{stroke-miterlimit:10}.cls-4[data-v-23fe05cf],.cls-7[data-v-23fe05cf]{fill:#47423d}.cls-1[data-v-f7fc1f2a],.cls-2[data-v-f7fc1f2a],.cls-3[data-v-f7fc1f2a],.cls-4[data-v-f7fc1f2a],.cls-5[data-v-f7fc1f2a],.cls-6[data-v-f7fc1f2a],.cls-7[data-v-f7fc1f2a],.cls-8[data-v-f7fc1f2a],.cls-9[data-v-f7fc1f2a],.cls-10[data-v-f7fc1f2a],.cls-11[data-v-f7fc1f2a]{stroke:#000}.cls-1[data-v-f7fc1f2a],.cls-2[data-v-f7fc1f2a],.cls-4[data-v-f7fc1f2a],.cls-5[data-v-f7fc1f2a],.cls-6[data-v-f7fc1f2a],.cls-7[data-v-f7fc1f2a],.cls-8[data-v-f7fc1f2a],.cls-10[data-v-f7fc1f2a],.cls-11[data-v-f7fc1f2a]{stroke-miterlimit:10}.cls-1[data-v-f7fc1f2a],.cls-4[data-v-f7fc1f2a],.cls-5[data-v-f7fc1f2a],.cls-8[data-v-f7fc1f2a]{fill:#47423d}.cls-1[data-v-f7fc1f2a],.cls-10[data-v-f7fc1f2a]{stroke-width:4.86px}.cls-2[data-v-f7fc1f2a],.cls-6[data-v-f7fc1f2a],.cls-7[data-v-f7fc1f2a],.cls-9[data-v-f7fc1f2a],.cls-10[data-v-f7fc1f2a]{fill:none}.cls-2[data-v-f7fc1f2a],.cls-8[data-v-f7fc1f2a],.cls-11[data-v-f7fc1f2a]{stroke-width:4.96px}.cls-12[data-v-f7fc1f2a],.cls-3[data-v-f7fc1f2a]{fill:#c69360}.cls-13[data-v-f7fc1f2a]{fill:#24201d}.cls-3[data-v-f7fc1f2a],.cls-9[data-v-f7fc1f2a]{stroke-linecap:round;stroke-linejoin:round;stroke-width:4.25px}.cls-4[data-v-f7fc1f2a],.cls-7[data-v-f7fc1f2a]{stroke-width:4.79px}.cls-5[data-v-f7fc1f2a],.cls-6[data-v-f7fc1f2a]{stroke-width:5px}.cls-14[data-v-f7fc1f2a]{fill:#2b1e1b}.cls-11[data-v-f7fc1f2a]{fill:#959ba0}.cls-1[data-v-253709da],.cls-2[data-v-253709da],.cls-3[data-v-253709da],.cls-4[data-v-253709da],.cls-5[data-v-253709da],.cls-6[data-v-253709da]{stroke:#000;stroke-linecap:round;stroke-linejoin:round}.cls-1[data-v-253709da],.cls-3[data-v-253709da],.cls-6[data-v-253709da]{fill:none}.cls-1[data-v-253709da],.cls-5[data-v-253709da]{stroke-width:4px}.cls-7[data-v-253709da],.cls-2[data-v-253709da]{fill:#c69360}.cls-8[data-v-253709da]{fill:#24201d}.cls-2[data-v-253709da],.cls-6[data-v-253709da]{stroke-width:4.25px}.cls-3[data-v-253709da],.cls-4[data-v-253709da]{stroke-width:4.16px}.cls-4[data-v-253709da],.cls-5[data-v-253709da]{fill:#47423d}.cls-1[data-v-4d6d079c],.cls-2[data-v-4d6d079c],.cls-3[data-v-4d6d079c],.cls-4[data-v-4d6d079c]{stroke:#000;stroke-linecap:round;stroke-linejoin:round}.cls-1[data-v-4d6d079c],.cls-3[data-v-4d6d079c]{stroke-width:4px}.cls-1[data-v-4d6d079c],.cls-4[data-v-4d6d079c]{fill:none}.cls-5[data-v-4d6d079c],.cls-2[data-v-4d6d079c]{fill:#c69360}.cls-6[data-v-4d6d079c]{fill:#24201d}.cls-2[data-v-4d6d079c],.cls-4[data-v-4d6d079c]{stroke-width:4.25px}.cls-3[data-v-4d6d079c]{fill:#47423d}.cls-1[data-v-fdd1f0ed],.cls-2[data-v-fdd1f0ed],.cls-3[data-v-fdd1f0ed],.cls-4[data-v-fdd1f0ed],.cls-5[data-v-fdd1f0ed]{stroke:#000;stroke-linecap:round;stroke-linejoin:round}.cls-1[data-v-fdd1f0ed],.cls-4[data-v-fdd1f0ed]{stroke-width:4px}.cls-1[data-v-fdd1f0ed],.cls-5[data-v-fdd1f0ed]{fill:none}.cls-6[data-v-fdd1f0ed],.cls-2[data-v-fdd1f0ed]{fill:#c69360}.cls-7[data-v-fdd1f0ed]{fill:#24201d}.cls-2[data-v-fdd1f0ed],.cls-3[data-v-fdd1f0ed],.cls-5[data-v-fdd1f0ed]{stroke-width:4.25px}.cls-3[data-v-fdd1f0ed],.cls-4[data-v-fdd1f0ed]{fill:#47423d}.cls-1[data-v-f0a4c748],.cls-2[data-v-f0a4c748]{fill:#c69360}.cls-3[data-v-f0a4c748],.cls-2[data-v-f0a4c748],.cls-4[data-v-f0a4c748],.cls-5[data-v-f0a4c748],.cls-6[data-v-f0a4c748],.cls-7[data-v-f0a4c748]{stroke:#000}.cls-3[data-v-f0a4c748],.cls-2[data-v-f0a4c748],.cls-6[data-v-f0a4c748],.cls-7[data-v-f0a4c748]{stroke-linecap:round;stroke-linejoin:round}.cls-3[data-v-f0a4c748],.cls-4[data-v-f0a4c748],.cls-5[data-v-f0a4c748],.cls-7[data-v-f0a4c748]{stroke-width:5px}.cls-3[data-v-f0a4c748],.cls-5[data-v-f0a4c748],.cls-6[data-v-f0a4c748]{fill:none}.cls-8[data-v-f0a4c748]{fill:#24201d}.cls-2[data-v-f0a4c748],.cls-6[data-v-f0a4c748]{stroke-width:4.25px}.cls-9[data-v-f0a4c748]{fill:#f2dcb1}.cls-4[data-v-f0a4c748],.cls-5[data-v-f0a4c748]{stroke-miterlimit:10}.cls-4[data-v-f0a4c748],.cls-7[data-v-f0a4c748],.cls-1[data-v-d369c047]{fill:#47423d}.cls-1[data-v-d369c047],.cls-2[data-v-d369c047],.cls-3[data-v-d369c047],.cls-4[data-v-d369c047],.cls-5[data-v-d369c047]{stroke:#000;stroke-linecap:round;stroke-linejoin:round}.cls-1[data-v-d369c047],.cls-3[data-v-d369c047]{stroke-width:4.5px}.cls-6[data-v-d369c047],.cls-2[data-v-d369c047]{fill:#c69360}.cls-7[data-v-d369c047]{fill:#24201d}.cls-2[data-v-d369c047],.cls-5[data-v-d369c047]{stroke-width:4.25px}.cls-8[data-v-d369c047]{fill:#f2dcb1}.cls-3[data-v-d369c047],.cls-4[data-v-d369c047],.cls-5[data-v-d369c047]{fill:none}.cls-4[data-v-d369c047]{stroke-width:3.2px}.cls-9[data-v-d369c047]{fill:#2b1e1b}.cls-1[data-v-2d56bc7b],.cls-2[data-v-2d56bc7b],.cls-3[data-v-2d56bc7b]{stroke-linecap:round;stroke-linejoin:round}.cls-1[data-v-2d56bc7b],.cls-2[data-v-2d56bc7b],.cls-3[data-v-2d56bc7b],.cls-4[data-v-2d56bc7b]{stroke:#000}.cls-1[data-v-2d56bc7b],.cls-3[data-v-2d56bc7b]{fill:none}.cls-1[data-v-2d56bc7b],.cls-4[data-v-2d56bc7b]{stroke-width:4px}.cls-5[data-v-2d56bc7b],.cls-2[data-v-2d56bc7b]{fill:#c69360}.cls-6[data-v-2d56bc7b]{fill:#24201d}.cls-2[data-v-2d56bc7b],.cls-3[data-v-2d56bc7b]{stroke-width:4.25px}.cls-7[data-v-2d56bc7b]{fill:#f2dcb1}.cls-4[data-v-2d56bc7b]{fill:#47423d;stroke-miterlimit:10}.cls-1[data-v-71aae340],.cls-2[data-v-71aae340]{fill:#c69360}.cls-3[data-v-71aae340]{fill:#24201d}.cls-2[data-v-71aae340],.cls-4[data-v-71aae340],.cls-5[data-v-71aae340]{stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:4.25px}.cls-4[data-v-71aae340],.cls-6[data-v-71aae340]{fill:#47423d}.cls-7[data-v-71aae340]{fill:#f2dcb1}.cls-5[data-v-71aae340]{fill:none}.cls-1[data-v-443fcf02]{stroke:#24201d}.cls-1[data-v-443fcf02],.cls-2[data-v-443fcf02],.cls-3[data-v-443fcf02],.cls-4[data-v-443fcf02]{stroke-linecap:round;stroke-linejoin:round;stroke-width:4.25px}.cls-1[data-v-443fcf02],.cls-3[data-v-443fcf02]{fill:#47423d}.cls-5[data-v-443fcf02],.cls-2[data-v-443fcf02]{fill:#c69360}.cls-6[data-v-443fcf02]{fill:#24201d}.cls-2[data-v-443fcf02],.cls-3[data-v-443fcf02],.cls-4[data-v-443fcf02]{stroke:#000}.cls-7[data-v-443fcf02]{fill:#f2dcb1}.cls-4[data-v-443fcf02]{fill:none}.cls-1[data-v-9831cf2a],.cls-2[data-v-9831cf2a]{fill:#c69360}.cls-3[data-v-9831cf2a],.cls-2[data-v-9831cf2a],.cls-4[data-v-9831cf2a],.cls-5[data-v-9831cf2a],.cls-6[data-v-9831cf2a],.cls-7[data-v-9831cf2a]{stroke:#000;stroke-linecap:round;stroke-linejoin:round}.cls-3[data-v-9831cf2a],.cls-5[data-v-9831cf2a]{fill:none}.cls-3[data-v-9831cf2a],.cls-6[data-v-9831cf2a]{stroke-width:5px}.cls-8[data-v-9831cf2a]{fill:#24201d}.cls-2[data-v-9831cf2a],.cls-4[data-v-9831cf2a],.cls-5[data-v-9831cf2a],.cls-7[data-v-9831cf2a]{stroke-width:4.25px}.cls-4[data-v-9831cf2a],.cls-6[data-v-9831cf2a]{fill:#47423d}.cls-9[data-v-9831cf2a]{fill:#f2dcb1}.cls-7[data-v-9831cf2a]{fill:#5e5a5a}.cls-1[data-v-c508ecf6],.cls-2[data-v-c508ecf6]{fill:#c69360}.cls-3[data-v-c508ecf6]{fill:#24201d}.cls-3[data-v-c508ecf6],.cls-4[data-v-c508ecf6]{stroke-width:0px}.cls-2[data-v-c508ecf6],.cls-5[data-v-c508ecf6],.cls-6[data-v-c508ecf6]{stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:4.25px}.cls-5[data-v-c508ecf6]{fill:#47423d}.cls-6[data-v-c508ecf6]{fill:none}.cls-4[data-v-c508ecf6]{fill:#f2dcb1}.cls-1[data-v-068aaf3c],.cls-2[data-v-068aaf3c],.cls-3[data-v-068aaf3c],.cls-4[data-v-068aaf3c]{stroke:#000;stroke-linecap:round;stroke-linejoin:round}.cls-1[data-v-068aaf3c],.cls-3[data-v-068aaf3c]{stroke-width:4px}.cls-1[data-v-068aaf3c],.cls-4[data-v-068aaf3c]{fill:none}.cls-5[data-v-068aaf3c],.cls-2[data-v-068aaf3c]{fill:#c69360}.cls-6[data-v-068aaf3c]{fill:#24201d}.cls-2[data-v-068aaf3c],.cls-4[data-v-068aaf3c]{stroke-width:4.25px}.cls-3[data-v-068aaf3c]{fill:#47423d}.cls-1[data-v-db2c480e],.cls-2[data-v-db2c480e],.cls-3[data-v-db2c480e],.cls-4[data-v-db2c480e]{stroke:#000}.cls-1[data-v-db2c480e],.cls-3[data-v-db2c480e]{fill:none}.cls-1[data-v-db2c480e],.cls-4[data-v-db2c480e]{stroke-miterlimit:10;stroke-width:4px}.cls-5[data-v-db2c480e],.cls-2[data-v-db2c480e]{fill:#c69360}.cls-6[data-v-db2c480e]{fill:#24201d}.cls-2[data-v-db2c480e],.cls-3[data-v-db2c480e]{stroke-linecap:round;stroke-linejoin:round;stroke-width:4.25px}.cls-7[data-v-db2c480e]{fill:#f2dcb1}.cls-4[data-v-db2c480e]{fill:#47423d}.cls-1[data-v-fba1772e]{stroke-miterlimit:10;stroke-width:8.15px}.cls-1[data-v-fba1772e],.cls-2[data-v-fba1772e]{fill:#5c6e87}.cls-1[data-v-fba1772e],.cls-2[data-v-fba1772e],.cls-3[data-v-fba1772e]{stroke:#0a0909}.cls-2[data-v-fba1772e],.cls-3[data-v-fba1772e]{stroke-miterlimit:10;stroke-width:8.15px}.cls-3[data-v-fba1772e]{fill:#a0a8b5}.cls-1[data-v-8aa08e0a]{fill:#2e3033;stroke:#000;stroke-miterlimit:10;stroke-width:10.37px}.cls-1[data-v-572a0fad]{fill:none;stroke:#090a0c;stroke-linecap:round;stroke-linejoin:round;stroke-width:22.44px}.cls-2[data-v-572a0fad]{fill:#e8f0fc;isolation:isolate;opacity:.5}.cls-1[data-v-d3963788]{fill:none;stroke:#090a0c;stroke-linecap:round;stroke-linejoin:round;stroke-width:23.7px}.cls-2[data-v-d3963788]{fill:#e8f0fc;isolation:isolate;opacity:.5}.cls-1[data-v-1327982e]{fill:#ead9be}.cls-1[data-v-1327982e],.cls-2[data-v-1327982e],.cls-3[data-v-1327982e]{stroke:#000;stroke-miterlimit:10;stroke-width:11.11px}.cls-2[data-v-1327982e]{fill:#d7ebf2}.cls-3[data-v-1327982e]{fill:#93a5aa}.cls-4[data-v-1327982e]{fill:#b29c7b}.cls-1[data-v-f1d59f54],.cls-2[data-v-f1d59f54],.cls-3[data-v-f1d59f54],.cls-4[data-v-f1d59f54]{stroke:#000;stroke-miterlimit:10;stroke-width:11.2px}.cls-1[data-v-f1d59f54],.cls-5[data-v-f1d59f54]{fill:#939599}.cls-2[data-v-f1d59f54]{fill:#1d565f}.cls-3[data-v-f1d59f54]{fill:#464547}.cls-6[data-v-f1d59f54]{fill:#d8d8d8}.cls-4[data-v-f1d59f54]{fill:#1d364a}.cls-7[data-v-f1d59f54]{fill:#221e20}.cls-8[data-v-f1d59f54]{fill:#5a5b5d}.cls-9[data-v-f1d59f54]{fill:#7a7c7f}.logo-image-1[data-v-6d6d8b71],.logo-image-2[data-v-6d6d8b71],.logo-image-3[data-v-6d6d8b71],.logo-image-4[data-v-6d6d8b71],.logo-image-5[data-v-6d6d8b71]{stroke-width:0px}.logo-image-1[data-v-6d6d8b71]{fill:#2bccc0}.logo-image-2[data-v-6d6d8b71]{fill:#5dcf77}.logo-image-3[data-v-6d6d8b71]{fill:#476360}.logo-image-4[data-v-6d6d8b71]{fill:#2998cc}.logo-image-5[data-v-6d6d8b71]{fill:#fff}.cls-1[data-v-7cacac79],.cls-2[data-v-7cacac79]{fill:#87c7f8;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:17.51px}.cls-2[data-v-7cacac79]{fill-rule:evenodd}.cls-1[data-v-202a448d]{fill:#87c7f8;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:19.4px}header[data-v-733fb998]{grid-area:header;display:flex;padding:.5rem;font-size:2rem}main[data-v-733fb998]{grid-area:main}.routerContent[data-v-733fb998]{height:100%}nav[data-v-733fb998]{margin-left:auto}nav a[data-v-733fb998]:not(:first-child){margin-left:.8rem}nav a.router-link-exact-active[data-v-733fb998]{opacity:.3;cursor:default}.menuImage[data-v-733fb998]{width:3rem}.header-logo[data-v-733fb998]{height:2.5rem}@media (hover: hover){nav a[data-v-733fb998]:hover{filter:brightness(80%)}nav a.router-link-exact-active[data-v-733fb998]:hover{filter:revert}a.logo-link[data-v-733fb998]:hover{filter:brightness(80%)}}.logo-link.router-link-exact-active[data-v-733fb998]:hover{cursor:default;filter:brightness(100%)}.rotatePrompt[data-v-733fb998]{display:none}.bluddy[data-v-733fb998]{width:5rem;height:calc(5rem * 521 / 410)}@media screen and (orientation: portrait) and (hover: none),screen and (orientation: portrait) and (max-width: 500px){.routerContent[data-v-733fb998]{display:none}.rotatePrompt[data-v-733fb998]{display:grid;grid-template-rows:1fr auto 1fr auto 5fr;grid-template-areas:"." "rotatePrompt" "." "logo" ".";justify-items:center;width:100%;height:100%;padding:1rem}.rotatePromptInstruction[data-v-733fb998]{grid-area:rotatePrompt;display:flex}.rotatePromptLogo[data-v-733fb998]{grid-area:logo;max-width:50svw}.rotatePrompt p[data-v-733fb998]{font-size:1.5rem;padding:.5rem;line-height:1.2;height:fit-content;align-self:center}}@media screen and (max-height: 599px),screen and (orientation: portrait) and (hover: none),screen and (orientation: portrait) and (max-width: 500px){header[data-v-733fb998]{grid-area:main;justify-self:end;width:fit-content;height:fit-content;z-index:10}.logo-link[data-v-733fb998],.linkToAreas[data-v-733fb998]{display:none}}.pwa-toast{position:fixed;left:0;bottom:0;margin:16px;padding:12px;border:1px solid #8885;border-radius:4px;z-index:1;text-align:left;box-shadow:3px 4px 5px #8885;background-color:#fff}.pwa-toast .message{margin-bottom:8px}.pwa-toast button{border:1px solid #8885;outline:none;margin-right:5px;border-radius:2px;padding:3px 10px}.owlit-cls-1[data-v-a62aff0c]{fill:none;stroke:#1e2630;stroke-miterlimit:10;stroke-width:3px}.cls-1[data-v-34be76df]{fill:none}.cls-1[data-v-34be76df],.cls-2[data-v-34be76df]{stroke:#000;stroke-miterlimit:10;stroke-width:27.87px}.cls-3[data-v-34be76df]{fill:#b5e1ff;opacity:.82}.cls-2[data-v-34be76df],.cls-4[data-v-34be76df]{fill:#5499c4}.cls-5[data-v-34be76df]{fill:#87c7f8}.cls-6[data-v-34be76df]{clip-path:url(#MainMenuBoxImage_clippath)}.cls-1[data-v-2c33ad1e],.cls-2[data-v-2c33ad1e],.cls-3[data-v-2c33ad1e],.cls-4[data-v-2c33ad1e],.cls-5[data-v-2c33ad1e],.cls-6[data-v-2c33ad1e],.cls-7[data-v-2c33ad1e],.cls-8[data-v-2c33ad1e]{stroke:#000;stroke-width:16px}.cls-1[data-v-2c33ad1e],.cls-2[data-v-2c33ad1e],.cls-4[data-v-2c33ad1e],.cls-5[data-v-2c33ad1e],.cls-6[data-v-2c33ad1e]{stroke-miterlimit:10}.cls-1[data-v-2c33ad1e],.cls-4[data-v-2c33ad1e]{fill:#ff9ca7}.cls-2[data-v-2c33ad1e]{fill:#ebe6c5}.cls-3[data-v-2c33ad1e]{fill:#bfbfbf}.cls-3[data-v-2c33ad1e],.cls-4[data-v-2c33ad1e],.cls-7[data-v-2c33ad1e],.cls-8[data-v-2c33ad1e]{stroke-linecap:round}.cls-3[data-v-2c33ad1e],.cls-7[data-v-2c33ad1e],.cls-8[data-v-2c33ad1e]{stroke-linejoin:round}.cls-5[data-v-2c33ad1e]{fill:#ffe83b}.cls-6[data-v-2c33ad1e]{fill:#4f4f4f}.cls-7[data-v-2c33ad1e]{stroke-dasharray:0 0 0 0 0 0 12 27 12 27 12 27}.cls-7[data-v-2c33ad1e],.cls-8[data-v-2c33ad1e],.cls-1[data-v-4c13fe70],.cls-2[data-v-4c13fe70]{fill:#fff}.cls-3[data-v-4c13fe70]{fill:#f7ff80}.cls-3[data-v-4c13fe70],.cls-4[data-v-4c13fe70],.cls-5[data-v-4c13fe70],.cls-6[data-v-4c13fe70],.cls-7[data-v-4c13fe70]{stroke-width:24px}.cls-3[data-v-4c13fe70],.cls-4[data-v-4c13fe70],.cls-5[data-v-4c13fe70],.cls-6[data-v-4c13fe70],.cls-7[data-v-4c13fe70],.cls-2[data-v-4c13fe70],.cls-8[data-v-4c13fe70]{stroke:#000;stroke-linecap:round;stroke-linejoin:round}.cls-4[data-v-4c13fe70]{fill:#ffbb4d}.cls-5[data-v-4c13fe70]{fill:#8ac1d1}.cls-6[data-v-4c13fe70]{stroke-dasharray:0 0 0 0 0 0 0 48 0 48 0 48}.cls-6[data-v-4c13fe70],.cls-8[data-v-4c13fe70]{fill:none}.cls-7[data-v-4c13fe70]{fill:#f77d54}.cls-9[data-v-4c13fe70]{clip-path:url(#MainMenuStoryImage_clippath)}.cls-2[data-v-4c13fe70],.cls-8[data-v-4c13fe70]{stroke-width:15px}.cls-10[data-v-4c13fe70]{fill:#e2dcdc}.cls-1[data-v-52682c90]{stroke-width:19.03px}.cls-1[data-v-52682c90],.cls-2[data-v-52682c90],.cls-3[data-v-52682c90],.cls-4[data-v-52682c90]{stroke-linecap:round;stroke-linejoin:round}.cls-1[data-v-52682c90],.cls-4[data-v-52682c90]{stroke:#000}.cls-1[data-v-52682c90],.cls-4[data-v-52682c90],.cls-5[data-v-52682c90]{fill:#fffff8}.cls-6[data-v-52682c90],.cls-7[data-v-52682c90]{fill:#fff}.cls-8[data-v-52682c90]{fill:#d2d1d1}.cls-9[data-v-52682c90]{stroke:#fff;stroke-width:20.03px}.cls-9[data-v-52682c90],.cls-2[data-v-52682c90],.cls-3[data-v-52682c90],.cls-10[data-v-52682c90]{fill:none}.cls-9[data-v-52682c90],.cls-7[data-v-52682c90],.cls-10[data-v-52682c90]{stroke-miterlimit:10}.cls-2[data-v-52682c90],.cls-7[data-v-52682c90],.cls-10[data-v-52682c90]{stroke:#111010;stroke-width:21.3px}.cls-3[data-v-52682c90]{stroke:#fc6c32;stroke-width:21.3px}.cls-11[data-v-52682c90]{clip-path:url(#MainMenuGame_clippath)}.cls-12[data-v-52682c90]{fill:#fc6c32}.cls-4[data-v-52682c90]{stroke-width:18.2px}.cls-13[data-v-52682c90]{fill:#cb5424}.cls-14[data-v-52682c90]{fill:#faa44a}.cls-1[data-v-7afecb04]{fill:#fff}.cls-2[data-v-7afecb04]{fill:#de5745}.cls-2[data-v-7afecb04],.cls-3[data-v-7afecb04],.cls-4[data-v-7afecb04]{stroke:#000;stroke-miterlimit:10;stroke-width:15px}.cls-3[data-v-7afecb04]{fill:#b0b0b0}.cls-4[data-v-7afecb04]{fill:#636363}.menu[data-v-ae6e6fc6]{display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:1.4em;text-align:center;--menu-box-ratio: 4059.87 / 985.86;--menu-box-width: 10rem}.introText[data-v-ae6e6fc6]{max-width:80svw}.menu>a[data-v-ae6e6fc6]{position:relative;width:calc(var(--menu-box-width) * var(--menu-box-ratio));height:var(--menu-box-width);padding:1rem}.mainMenuBoxImage[data-v-ae6e6fc6]{position:absolute;left:0;top:0;width:calc(var(--menu-box-width) * var(--menu-box-ratio));height:var(--menu-box-width)}.mainMenuBoxContents[data-v-ae6e6fc6]{position:absolute;inset:0;margin:1rem 1.5rem 1rem 2.5rem;display:flex;align-items:center;gap:1rem}.mainMenuBoxContents>svg[data-v-ae6e6fc6]{width:5rem}.menuItemTextContainer[data-v-ae6e6fc6]{flex-grow:1}@media (hover: hover){.menu>a[data-v-ae6e6fc6]:hover{filter:brightness(110%)}}.menuItemText[data-v-ae6e6fc6]{font-weight:700}.appInfo[data-v-ae6e6fc6]{margin-top:1rem;max-width:20rem}.appInfo>div[data-v-ae6e6fc6]{font-size:.8em;line-height:1.2em;margin-bottom:.5rem}.owlITWrapper[data-v-ae6e6fc6]{display:flex;justify-content:center;align-items:center}.mairPerkinsLogo[data-v-ae6e6fc6]{margin-top:.5em}.owlITLogo[data-v-ae6e6fc6]{width:2em;margin-left:.5em}.lottie-animation-container{width:var(--lottie-animation-container-width);height:var(--lottie-animation-container-height);background-color:var(--lottie-animation-container-background-color);overflow:hidden;margin:var(--lottie-animation-margin)}.lottie-animation-container svg{transform:scale(var(--lottie-animation-scale))}
