:root{--background: #ffffff;--text-primary: #000000;--text-label: #547d75;--error: #b52c0e;--action-active: #ffffff}*,*:before,*:after{box-sizing:border-box}html{height:100vh}body{width:100%;height:100%;position:fixed;margin:0;padding:0;font-family:"UBS Frutiger 45 Light";font-size:16px;background-color:var(--background);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{height:100%;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul,ol{list-style:none;margin:0;padding:0}a{text-decoration:none;color:inherit}input,button,textarea,select{font:inherit;color:inherit}textarea:focus,input:focus{outline:none}button{background-color:transparent;margin:0;padding:0;border:none}button:enabled{cursor:pointer}b{font-weight:700}hr{margin:0}@font-face{src:url(/assets/UBSFrutiger45Light-Regular-ae562884.otf) format("opentype");font-family:"UBS Frutiger 45 Light";font-weight:500;font-style:normal}@font-face{src:url(/assets/UBSFrutigerBold-Bold-802ce041.otf) format("opentype");font-family:"UBS Frutiger 45 Light";font-weight:700;font-style:normal}.app-logo{font-size:2rem;font-weight:700;line-height:1.875rem}h1{font-size:1.5rem;font-weight:500;line-height:1.875rem}h1.bold{font-weight:700}h2,.h2-font-style{font-size:1.25rem;font-weight:500;line-height:1.75rem}h2.bold,.bold.h2-font-style{font-weight:700}p,.paragraph-font-style{font-size:1rem;font-weight:500;line-height:1.375rem}p.bold,.bold.paragraph-font-style{font-weight:700}.label{font-size:.875rem;font-weight:700;line-height:1.25rem;color:var(--text-label)}.icon--small{width:20px;height:20px}.icon--medium{width:24px;height:24px}.icon--large{width:28px;height:28px}.icon--xlarge{width:36px;height:36px}.icon--huge{width:48px;height:48px}.icon--action{color:var(--action-active)}.icon--color{color:var(--icon)}.btn-container{display:flex;flex-direction:column;gap:16px}.btn-primary{width:100%;padding:16px;border-radius:2px;background-color:var(--action-active);border:1px solid #1c1c1c;font-weight:700;line-height:1.375rem;color:#1c1c1c;font-size:18px}.btn-secondary{width:100%;border-radius:2px;padding:16px 24px;width:fit-content;background-color:#e60000;border:1px solid #E60000;font-weight:700;line-height:normal;color:var(--action-active);font-size:28px}.btn-primary:disabled,.btn-secondary:disabled{opacity:.4}.icon-btn{display:flex}.title,.sub-title-small-red,.sub-title-small{color:#1c1c1c;font-family:"UBS Frutiger 45 Light";font-weight:500;font-size:18px;font-style:normal;line-height:120%;letter-spacing:-.4px;margin-bottom:4px}.sub-title,.sub-title-black,.title-big{color:#e60000;font-family:"UBS Frutiger 45 Light";font-size:28px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.4px}.sub-title-black,.title-big{color:#1c1c1c}.sub-title-small-red{color:#e60000}.bold{font-weight:700}.full-screen{width:100%;height:100%}.slide-right-enter-active[data-v-9b1b4f29],.slide-right-leave-active[data-v-9b1b4f29],.slide-left-enter-active[data-v-9b1b4f29],.slide-left-leave-active[data-v-9b1b4f29]{transition:transform .2s ease-out;position:absolute}.slide-right-enter-from[data-v-9b1b4f29],.slide-left-leave-to[data-v-9b1b4f29]{transform:translate(-100%)}.slide-right-leave-to[data-v-9b1b4f29],.slide-left-enter-from[data-v-9b1b4f29]{transform:translate(100%)}.slide-right-enter-to[data-v-9b1b4f29],.slide-right-leave-from[data-v-9b1b4f29],.slide-left-enter-to[data-v-9b1b4f29],.slide-left-leave-from[data-v-9b1b4f29]{transform:translate(0)}.base-dialog[data-v-8d8b6a79]{display:flex;flex-direction:column;position:absolute;z-index:10000;background-color:#1c1c1c4d;padding:32px}.base-dialog .base-dialog--content[data-v-8d8b6a79]{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffff}@media (orientation: landscape){.base-dialog .base-dialog--content[data-v-8d8b6a79]{max-width:calc(100vh - 64px)}}.page-component[data-v-8ece3735]{display:flex;flex-direction:column;position:relative}.header[data-v-0b7d97df]{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#fff;border-bottom:solid 1px #cfcfcf}@media (orientation: portrait){.header[data-v-0b7d97df]{padding:37.5px 32px 12.5px}}@media (orientation: landscape){.header[data-v-0b7d97df]{padding:16px 32px 12px}}.header .logo[data-v-0b7d97df]{width:66px;height:24px}.home-view[data-v-ba7101a3]{height:100%}main[data-v-ba7101a3]{display:flex;flex-direction:column;justify-content:center;height:100%;gap:32px;margin-top:-56px}.title-container[data-v-ba7101a3]{padding-inline:32px}.digits-container[data-v-ba7101a3]{display:flex;flex-direction:row;align-items:center;justify-content:center}.digits-container .digit[data-v-ba7101a3]{width:52px;height:80px;flex-shrink:0;margin-right:16px;border-radius:2px;border:1px solid #1c1c1c;background-color:#fff;text-align:center;color:#1c1c1c;font-size:40px;font-weight:500;letter-spacing:-.4px;padding:0}.digits-container .digit[data-v-ba7101a3]:last-child{margin-right:0}.please-rotate .title-container[data-v-7b43a28c]{padding:36px 32px 80px}.please-rotate .rotate-wrapper[data-v-7b43a28c]{display:flex;justify-content:center}.warmup .top[data-v-fc74f56c]{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;margin-bottom:6px}.warmup .top .arrow-wrapper[data-v-fc74f56c]{margin-top:61.5px}.warmup .top .arrow-wrapper-left[data-v-fc74f56c]{margin-left:48px}.warmup .top .arrow-wrapper-right[data-v-fc74f56c]{margin-right:48px}.warmup .top .left[data-v-fc74f56c],.warmup .top .right[data-v-fc74f56c]{width:135px;height:122px}.warmup .top .text[data-v-fc74f56c]{margin:76px 20px 0;color:#1c1c1c;text-align:center;font-size:20px;font-weight:500;line-height:120%;letter-spacing:-.4px}.warmup .top .text .text-bottom[data-v-fc74f56c]{color:#e60000}.warmup .btn-container[data-v-fc74f56c]{display:flex;flex-direction:row;justify-content:center;align-items:center}.motion[data-v-f217fc81]{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.motion .arrow-wrapper[data-v-f217fc81]{margin-top:61.5px}.motion .arrow-wrapper-left[data-v-f217fc81]{margin-left:48px}.motion .arrow-wrapper-right[data-v-f217fc81]{margin-right:48px}.motion .left[data-v-f217fc81],.motion .right[data-v-f217fc81]{width:135px;height:122px}.motion .shot[data-v-f217fc81]{margin:36px 0 0;background-color:#e6000026;width:235px;height:235px;padding:16px;border-radius:50%;display:flex}.motion .shot .shot-inner[data-v-f217fc81]{display:flex;align-items:center;justify-content:center;flex-grow:1;color:#fff;font-size:32px;font-weight:700;letter-spacing:-.4px;background-color:#e60000;border-radius:50%}#container[data-v-db0ed2f4]{position:relative;overflow:hidden}#ball[data-v-db0ed2f4]{width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#e60000;transition:top .1s}.nav-item[data-v-63980181]{display:flex;flex-direction:row;align-items:center;color:#000;font-size:16px;line-height:120%;letter-spacing:-.8px}.nav-item.bold[data-v-63980181]{font-weight:700}.nav-item .chevron[data-v-63980181]{color:#e60000;width:8.56px;height:15px}.nav-item .chevron.left[data-v-63980181]{margin-right:12px}.nav-item .chevron.right[data-v-63980181]{margin-left:12px}.won-lost[data-v-c53e9d23]{display:flex;flex-direction:column}.won-lost .body[data-v-c53e9d23]{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;padding:32px}.won-lost .body .text-icon .text .title-big[data-v-c53e9d23]{margin-bottom:12px}.won-lost .body .text-icon .text .sub-title-small[data-v-c53e9d23]{max-width:314px}.won-lost .body .text-icon .text .sub-title-small .red[data-v-c53e9d23]{color:#e60000;white-space:nowrap}@media (orientation: landscape){.won-lost .body .text-icon[data-v-c53e9d23]{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (orientation: portrait){.won-lost .body .text-icon[data-v-c53e9d23]{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}}.won-lost .body .text-icon .btn-container[data-v-c53e9d23]{margin-top:20px}.won-lost .body .impressum-link[data-v-c53e9d23]{margin-top:8px}.impressum[data-v-72a40131]{display:flex;flex-grow:1;flex-direction:column;overflow-y:scroll;padding:32px}.impressum .nav-item[data-v-72a40131]{margin-bottom:16px}.impressum .title-big[data-v-72a40131]{margin-bottom:24px;color:#1c1c1c}.impressum .sub-title-small[data-v-72a40131]{margin-bottom:0;color:#1c1c1c;line-height:28px}.impressum .sub-title-small.email[data-v-72a40131]{cursor:pointer}.impressum-view[data-v-9bedcdb7]{display:flex;flex-direction:column}
