@charset "UTF-8";.bottom-nav{position:fixed;bottom:-1px;left:0;width:100%;height:var(--bottom-nav-height);display:flex;z-index:999}.bottom-nav .bottom-nav__item{flex:1;background-color:var(--color-surface);display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--color-on-surface);text-decoration:none}.bottom-nav .bottom-nav__item-image{width:71px;height:71px;transition:width .2s ease}.bottom-nav .bottom-nav__item-label{font-size:var(--font-body-3);transition:opacity .2s ease}.bottom-nav .bottom-nav__item.router-link-active,.bottom-nav .bottom-nav__item.router-link-exact-active{justify-content:start!important}.bottom-nav .bottom-nav__item.router-link-active .bottom-nav__item-image,.bottom-nav .bottom-nav__item.router-link-exact-active .bottom-nav__item-image{width:88px;height:88px;margin-top:-4px}.bottom-nav .bottom-nav__item.router-link-active .bottom-nav__item-label,.bottom-nav .bottom-nav__item.router-link-exact-active .bottom-nav__item-label{opacity:0}.notif-modal-holder[data-v-dae25e31]{position:fixed;z-index:1000;inset:0;padding:60px 0;overflow:auto}.notif-modal-holder .notif-modal-wrapper[data-v-dae25e31]{max-width:330px;width:100%;margin:auto;background:#0000774d;padding:7px;border-radius:22px;border:2px solid #a70a0a}.notif-modal-holder .notif-modal-wrapper .main-box[data-v-dae25e31]{position:relative;display:flex;background-color:#8f1300;border-radius:16px}.notif-modal-holder .notif-modal-wrapper .modal-image[data-v-dae25e31]{width:100%;position:absolute}.notif-modal-holder .notif-modal-wrapper .text-box[data-v-dae25e31]{width:100%;padding:10px 10px 7px;z-index:2}.notif-modal-holder .notif-modal-wrapper .text-box .main-logo[data-v-dae25e31]{margin:0 auto 8px;display:block}.notif-modal-holder .notif-modal-wrapper .text-box .main-title[data-v-dae25e31]{text-align:center;font-size:23px;line-height:23px;margin-bottom:209px}.notif-modal-holder .notif-modal-wrapper .text-box .title[data-v-dae25e31]{text-align:center;text-shadow:1px 1px 0px #000000;font-size:35px;line-height:23px;margin-bottom:6px}.notif-modal-holder .notif-modal-wrapper .text-box .text[data-v-dae25e31]{text-align:center;font-size:24px;line-height:26px;color:#00ff0d;text-shadow:0px 0px 2px #000000}.notif-modal-holder .notif-modal-wrapper .text-box .extra[data-v-dae25e31]{text-align:center;font-size:15px;line-height:28px;color:#fbff00;text-shadow:0px 0px 2px #000000}.notif-modal-holder .notif-modal-wrapper .text-box .action-text[data-v-dae25e31]{text-align:center;text-shadow:1px 1px 0px #000000;font-size:20px;line-height:22px;margin-bottom:7px}.notif-modal-holder .notif-modal-wrapper .text-box .actions[data-v-dae25e31]{display:flex;align-items:center;justify-content:space-between}.notif-modal-holder .notif-modal-wrapper .text-box .actions img[data-v-dae25e31]{cursor:pointer}.d-flex{display:flex!important}.flex-column{flex-direction:column!important}.justify-center{justify-content:center!important}.justify-end{justify-content:end!important}.justify-start{justify-content:start!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.align-center{align-items:center!important}.align-end{align-items:end!important}.align-start{align-items:start!important}.flex-center{display:flex;align-items:center;justify-content:center}.text-end{text-align:end}.frame-body{padding-top:5%;padding-bottom:10%}.cursor-pointer{cursor:pointer}.mx-auto{margin-inline:auto}.my-auto{margin-block:auto}.m-auto{margin:auto}.flex-wrap{flex-wrap:wrap}.flex-grow-1{flex-grow:1}.w-full{width:100%}.list-style-none{list-style:none}.text-center{text-align:center}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.spinner{z-index:2;inset:0;background-color:color-mix(in srgb,var(--color-surface) 90%,transparent);display:flex;justify-content:center;align-items:center}.spinner:before{content:"";z-index:2;width:50px;height:50px;border:3px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}.leading-1{line-height:1}.leading-full{line-height:100%}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family)}html{background-color:var(--color-surface);color:var(--color-on-surface);direction:var(--dir)}#app{max-width:450px;margin-inline:auto;padding:16px}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:30px}dialog{inset-inline-start:unset;inset-inline-end:unset}.shepherd-footer .shepherd-button{margin-inline:5px!important}.main-loading{display:flex;flex-flow:column;align-items:center;justify-content:center;height:100dvh;z-index:1000;position:fixed;background:var(--color-surface);inset:0;gap:10px}.main-loading img{width:60px}#countdown-template{display:flex;align-items:start;justify-content:center}#countdown-template .dot{margin:0 2px;padding-top:7.5px}#countdown-template .item{display:flex;flex-flow:column;gap:3px;align-items:center}#countdown-template .item .box-holder{display:flex;align-items:center}#countdown-template .item .box-holder .box{position:relative;display:flex;align-items:center;justify-content:center}#countdown-template .item .box-holder .box span{position:absolute;font-family:sans-serif;font-size:14px}#countdown-template .item .box-holder .box .line{position:absolute;padding-top:1px;z-index:1}.global-image{--image-rounded: none;display:block;max-width:100%;height:auto;border-radius:var(--image-rounded);position:relative}.global-image--rounded-sm{--image-rounded: 4px}.global-image--rounded-md{--image-rounded: 8px}.global-image--rounded-lg{--image-rounded: 16px}.global-image--rounded-full{--image-rounded: 9999px}.global-image__error{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#ff7979;background-color:color-mix(in srgb,var(--color-surface) 95%,black);border-radius:inherit}.global-image__loader{position:absolute;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,color-mix(in srgb,var(--color-surface) 85%,black),color-mix(in srgb,var(--color-surface) 70%,black),color-mix(in srgb,var(--color-surface) 85%,black));background-size:200% 100%;animation:shimmer 2s ease-in-out infinite}.global-image__img{width:100%;height:100%;border-radius:inherit}@keyframes shimmer{0%{background-position:-200% 0}30%{background-position:-50% 0}70%{background-position:150% 0}to{background-position:200% 0}}.btn{--btn-bg-color: var(--color-surface, rgb(255, 255, 255));--btn-on-bg-color: var(--color-on-surface, rgb(0, 0, 0));--btn-hover-bg-color: color-mix(in srgb, var(--btn-bg-color) 90%, black);--btn-active-bg-color: color-mix(in srgb, var(--btn-bg-color) 80%, black);--btn-border-color: var(transparent);--btn-rounded: none;--btn-size: 8px;--btn-font-weight: 600;--btn-font-size: 1rem;position:relative;display:inline-flex;align-items:center;justify-content:center;max-height:max-content;gap:calc(var(--btn-size) / 2);padding:calc(var(--btn-size) / 2) var(--btn-size);background-color:var(--btn-bg-color);color:var(--btn-on-bg-color);border:1px solid var(--btn-border-color);border-radius:var(--btn-rounded);font-weight:var(--btn-font-weight);font-size:var(--btn-font-size);line-height:1;-webkit-user-select:none;user-select:none;transition:all .15s ease;white-space:nowrap;cursor:pointer}.btn:hover:not(:active):not(.btn--active),.btn:focus-visible:not(:active):not(.btn--active){outline:none;background-color:var(--btn-hover-bg-color)}.btn:active,.btn--active{background-color:var(--btn-active-bg-color)}.btn:disabled,.btn[aria-disabled=true],.btn--disabled{pointer-events:none;--btn-on-bg-color: color-mix(in srgb, var(--color-on-surface) 30%, white)}.btn--size-sm{--btn-size: 4px;--btn-font-weight: 450;--btn-font-size: .8rem}.btn--size-md{--btn-size: 8px;--btn-font-weight: 500;--btn-font-size: 1rem}.btn--size-lg{--btn-size: 16px;--btn-font-weight: 600;--btn-font-size: 1.2rem}.btn--block{width:100%}.btn--variant-default{--btn-bg-color: var(--color-surface, rgb(255, 255, 255));--btn-on-bg-color: var(--color-on-surface, rgb(0, 0, 0));--btn-hover-bg-color: color-mix(in srgb, var(--btn-bg-color) 90%, black);--btn-active-bg-color: color-mix(in srgb, var(--btn-bg-color) 80%, black);--btn-border-color: transparent;box-shadow:0 0 4px color-mix(in srgb,var(--btn-on-bg-color) 40%,white)}.btn--variant-outline{--btn-bg-color: var(--color-surface, rgb(255, 255, 255));--btn-on-bg-color: var(--color-on-surface, rgb(0, 0, 0));--btn-hover-bg-color: color-mix(in srgb, var(--btn-bg-color) 90%, black);--btn-active-bg-color: color-mix(in srgb, var(--btn-bg-color) 80%, black);--btn-border-color: var(--btn-on-bg-color)}.btn--variant-text{--btn-bg-color: var(--color-surface, rgb(255, 255, 255));--btn-on-bg-color: var(--color-on-surface, rgb(0, 0, 0));--btn-hover-bg-color: color-mix(in srgb, var(--btn-bg-color) 90%, black);--btn-active-bg-color: color-mix(in srgb, var(--btn-bg-color) 80%, black);--btn-border-color: transparent}.btn--variant-tonal{--btn-bg-color: color-mix(in srgb, var(--color-surface) 94%, black);--btn-on-bg-color: var(--color-on-surface, rgb(0, 0, 0));--btn-hover-bg-color: color-mix(in srgb, var(--btn-bg-color) 90%, black);--btn-active-bg-color: color-mix(in srgb, var(--btn-bg-color) 80%, black);--btn-border-color: transparent}.btn--rounded-sm{--btn-rounded: 4px}.btn--rounded-md{--btn-rounded: 8px}.btn--rounded-lg{--btn-rounded: 16px}.btn--rounded-none{--btn-rounded: none}.btn--rounded-full{--btn-rounded: 999px}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb59}.btn__label{display:inline-flex;align-items:center}.btn--loading{pointer-events:none}.btn .btn__loader{width:1em;height:1em;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:spin .8s linear infinite}.btn--square{aspect-ratio:1/1}@keyframes spin{to{transform:rotate(360deg)}}.checkbox-holder{display:flex;align-items:center;position:relative;padding-right:24px;cursor:pointer;font-size:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-holder input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-holder input:checked~.checkmark:after{display:block}.checkbox-holder .checkmark{position:absolute;right:0;height:15px;width:15px;background-color:var(--color-surface);border:1px solid #00d0ff;border-radius:2px}.checkbox-holder .checkmark:after{content:"";position:absolute;display:none;width:15px;height:15px;background:url(/images/question/common/checkmark.svg);right:-3px;top:-3px}.global-progress-bar__progress{display:flex;justify-content:center;align-items:center;border-radius:inherit}.global-progress-bar__title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.global-frame{position:relative}.question{padding:8px 0;border-radius:8px;position:relative}.question .question-star{position:absolute;top:-30px;z-index:2}.question .question-star.end{left:0}.question.question-league{color:var(--color-on-league)}.question.question-free{color:var(--color-on-free)}.question-body{width:100%}.question-body-frame{display:flex;flex-direction:column;justify-content:space-between;padding-top:5%;padding-bottom:10%}.question-body-frame__title{max-width:80%;text-align:center;font-size:var(--font-body);font-weight:700;overflow:hidden}.question-body-frame__title.only-text{font-size:1.4rem}.question-body-frame__media{width:100%;height:60%;margin-bottom:32px}.question-body-frame__media-image{overflow:hidden;height:100%!important;width:80%!important;border:2px solid #ffb379;border-radius:10px}.question-body-frame__media-image .expand{cursor:pointer}.question-body-frame__media-image .fullscreen-box{position:fixed;inset:0;background:#08000087;z-index:10000;overflow:auto;height:100vh;height:100%;display:none;align-items:center;justify-content:center}.question-body-frame__media-image .fullscreen-box.active{display:flex}.question-body-frame__media-image .fullscreen-box .main-image{max-width:80dvw;max-height:80dvh}.question-body-frame__timer{width:70%;font-size:var(--font-body-2);color:var(--color-on-free)}.question-body-frame__timer.free{margin-top:-7%}.question-body-frame__timer.league,.question-body-frame__timer.score{margin-top:-12%}.question-body-frame__timer-progress{overflow:hidden}.question-body-frame__timer-progress .global-progress-bar__title{white-space:nowrap}.question-body-frame__timer-progress.league,.question-body-frame__timer-progress.score{padding:5.1% 5.2% 5% 5.1%;text-shadow:0px 1px 0px rgb(31,98,8)}.question-body-frame__timer-progress.free{padding:3.4% 3% 5.3%}.question-body-frame__timer-progress.free .global-progress-bar__title{padding-bottom:1%}.question-choices{list-style:none;font-size:var(--font-body-2)}.question-choices:has(.question-choices__choice-media){display:flex;flex-wrap:wrap;justify-content:space-between}.question-choices__choice{display:flex}.question-choices__choice-text,.question-choices__choice-audio{justify-content:space-between}.question-choices__choice-text.free,.question-choices__choice-audio.free{align-items:center;column-gap:4%}.question-choices__choice-text.league,.question-choices__choice-text.score,.question-choices__choice-audio.league,.question-choices__choice-audio.score{align-items:start;column-gap:2%}.question-choices__choice-text:not(:last-child),.question-choices__choice-audio:not(:last-child){margin-bottom:8px}.question-choices__choice-text-content-progress,.question-choices__choice-audio-content-progress{width:80%!important;margin-top:-1.1%;padding:1% 1% .9%}.question-choices__choice-text-content-progress .global-progress-bar__progress,.question-choices__choice-audio-content-progress .global-progress-bar__progress{border-radius:999px}.question-choices__choice-text-content-progress.league,.question-choices__choice-text-content-progress.score,.question-choices__choice-audio-content-progress.league,.question-choices__choice-audio-content-progress.score{margin-inline-start:-5%;margin-top:-1%;padding:.7% .8% .9% .9%}.question-choices__choice-text-player,.question-choices__choice-audio-player{position:relative}.question-choices__choice-text-player.is-loading:before,.question-choices__choice-audio-player.is-loading:before{content:"";z-index:2;position:absolute;inset:10%;border:3px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}.question-choices__choice-text-player.is-loading:after,.question-choices__choice-audio-player.is-loading:after{content:"";z-index:1;position:absolute;inset:0;background-color:var(--color-free);opacity:60%;border-radius:50%}.question-choices__choice-text-player.is-loading.league:after,.question-choices__choice-text-player.is-loading.score:after,.question-choices__choice-audio-player.is-loading.league:after,.question-choices__choice-audio-player.is-loading.score:after{inset:5%;background-color:var(--color-league);opacity:40%;border-radius:none}.question-choices__choice-media{position:relative;width:47%;padding:3.8%;margin-bottom:10px}.question-choices__choice-media-frame{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.question-choices__choice-media-checkbox{bottom:0;left:50%;position:absolute}.question-choices__choice-media-checkbox.free{transform:translate(-50%,10%);padding:5% 4.4% 6.5% 5%}.question-choices__choice-media-checkbox.league,.question-choices__choice-media-checkbox.score{transform:translate(-50%,20%);padding:9% 9% 12% 3%}.question-choices__choice-media-checkbox-highlight.free{transform:translate(-45%,2px)}.question-choices__choice-media-checkbox-highlight.league,.question-choices__choice-media-checkbox-highlight.score{transform:translate(-75%,-2px)}.question-actions{width:100%;margin:9px 0;gap:14px;display:flex;align-items:center;justify-content:space-between}.question-actions .btn{border-radius:7px;outline:1px dashed #ffffff!important;font-size:18px;width:104px;height:36px;max-height:initial;position:relative;padding:0}.question-actions .btn img{position:absolute;right:0}.question-actions .bug{padding-inline-start:22px;background-color:#0095f2;text-shadow:-.5px -.5px 0 #0b0173,.5px -.5px 0 #0b0173,-.5px .5px 0 #0b0173,.5px .5px 0 #0b0173,0 1.5px 0 #0b0173}.question-actions .bug:hover:not(:active):not(.btn--active),.question-actions .bug:focus-visible:not(:active):not(.btn--active){outline-color:#0df!important;background-color:#0df}.question-actions .next{padding-inline-start:21px;background-color:#00cc32;text-shadow:-.5px -.5px 0 #035100,.5px -.5px 0 #035100,-.5px .5px 0 #035100,.5px .5px 0 #035100,0 1.5px 0 #035100}.question-actions .next:hover:not(:active):not(.btn--active),.question-actions .next:focus-visible:not(:active):not(.btn--active){outline-color:#1f0!important;background-color:#1f0}.question-actions .next img{right:5px}.question-actions .help{padding-inline-start:26px;background-color:#eda304;text-shadow:-.5px -.5px 0 #621708,.5px -.5px 0 #621708,-.5px .5px 0 #621708,.5px .5px 0 #621708,0 1.5px 0 #621708}.question-actions .help:hover:not(:active):not(.btn--active),.question-actions .help:focus-visible:not(:active):not(.btn--active){outline-color:#fffb25!important;background-color:#fffb25}.question-actions-help-button{margin-top:-1.5%;color:#fff;text-shadow:0px 0px 1px rgba(0,0,0,.8);font-size:var(--font-heading-1)}.question-actions-help-button p{width:42%;max-width:42%;line-height:1;margin-inline-end:3%}.report-bug-modal{background-color:var(--color-surface);position:fixed;inset:0;overflow:auto;z-index:1000;padding:28px 16px;display:none}.report-bug-modal.active{display:block}.report-bug-modal .content-holder{max-width:343px;margin:auto}.report-bug-modal .content-holder .title-box{width:159px!important;height:36px!important;position:relative;padding-inline-start:17px!important;text-align:center;color:#fff!important;line-height:36px;text-shadow:-.5px -.5px 0 #0b0173,.5px -.5px 0 #0b0173,-.5px .5px 0 #0b0173,.5px .5px 0 #0b0173,0 1.5px 0 #0b0173;font-size:30px;margin:0 auto 16px}.report-bug-modal .content-holder .title-box img{position:absolute;right:-27px;top:-12px}.report-bug-modal .content-holder .question-box{text-align:center;color:#fff!important}.report-bug-modal .content-holder .greeting{margin:20px 0;font-size:20px;line-height:30px;color:#2bff00}.report-bug-modal .content-holder .report-questions .title{text-align:center;color:#ffe100;margin-bottom:4px;font-size:25px}.report-bug-modal .content-holder .report-questions .image-items{display:flex;align-items:flex-start;gap:15px}.report-bug-modal .content-holder .report-questions .image-items ul{display:flex;flex-flow:column;gap:9px;list-style:none;padding:0;margin:0;color:#fff}.report-bug-modal .content-holder .actions{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:19px}.report-bug-modal .content-holder .actions .btn{border-radius:7px;outline:1px dashed #ffffff!important;font-size:25px;width:119px;height:36px;max-height:initial;padding:0}.report-bug-modal .content-holder .actions .btn:disabled{opacity:.5;cursor:not-allowed}.report-bug-modal .content-holder .actions .btn.report{background-color:#00cc32!important;text-shadow:-.5px -.5px 0 #035100,.5px -.5px 0 #035100,-.5px .5px 0 #035100,.5px .5px 0 #035100,0 1.5px 0 #035100}.report-bug-modal .content-holder .actions .btn.cancel{background-color:#eda304!important;text-shadow:-.5px -.5px 0 #621708,.5px -.5px 0 #621708,-.5px .5px 0 #621708,.5px .5px 0 #621708,0 1.5px 0 #621708}.questions{position:relative}.questions .spinner{position:absolute;z-index:2;inset:0;background-color:color-mix(in srgb,var(--color-surface) 50%,transparent)}.questions .spinner:before{content:"";z-index:2;width:50px;height:50px;border:3px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}.questions-question-tracker{font-size:var(--font-body-2);margin-block:1%}.questions-question-tracker{text-shadow:0px 1px 0px rgb(98,23,8)}.questions-question-tracker.league,.questions-question-tracker.score{padding-top:1%}.video-player{position:relative;width:100%;height:100%}.video-player-player{aspect-ratio:227/171;object-fit:cover}.video-player-player.league,.video-player-player.score{border-color:#a2452c}.video-player-player,.video-player__loader,.video-player__error{overflow:hidden;height:100%!important;width:80%!important;border:.125rem solid #ffb379;border-radius:.625rem}.video-player-controls{position:absolute;left:50%;bottom:-9.5%;transform:translate(-50%);width:60%;display:flex;align-items:center;flex-direction:row-reverse}.video-player-controls.league,.video-player-controls.score{bottom:-12%}.video-player-controls-progress{overflow:hidden;border-radius:65rem;padding:.6%}.video-player-controls-play,.video-player-controls-pause{width:30%!important;margin-inline-end:-7%;cursor:pointer;background-color:transparent}.video-player-controls-play .global-image__img,.video-player-controls-pause .global-image__img{background-color:transparent;position:absolute!important}.video-player__error{position:absolute;color:#ff7979;background-color:color-mix(in srgb,var(--color-surface) 95%,black)}.video-player__loader{position:absolute;background:linear-gradient(90deg,color-mix(in srgb,var(--color-surface) 85%,black),color-mix(in srgb,var(--color-surface) 70%,black),color-mix(in srgb,var(--color-surface) 85%,black));background-size:200% 100%;animation:shimmer 2s ease-in-out infinite}.quiz.free{padding-top:9px}.quiz .questions-title-frame{position:relative;display:flex;align-items:flex-end;justify-content:space-between}.quiz .questions-title-frame .quiz-total{position:absolute;z-index:-1}.quiz .questions-title-frame .quiz-total.number{left:0}.quiz .questions-title-frame .quiz-total.number.league p,.quiz .questions-title-frame .quiz-total.number.score p{margin-right:auto}.quiz .questions-title-frame .quiz-total .title{font-size:10px;line-height:15px}.quiz .questions-title-frame .quiz-total .count{font-size:25px;line-height:19px;text-shadow:0px 1px 0px #ffffff}.quiz .questions-title-frame .quiz-total.free{height:49px!important;width:47px!important}.quiz .questions-title-frame .quiz-total.free p{text-align:center}.quiz .questions-title-frame .quiz-total.free .title{transform:translateY(-14px)}.quiz .questions-title-frame .quiz-total.free .count{color:#007;line-height:15px}.quiz .questions-title-frame .quiz-total.league,.quiz .questions-title-frame .quiz-total.score{color:#007;height:44px!important;width:105px!important;padding:4px 6px}.quiz .questions-title-frame .quiz-total.league p,.quiz .questions-title-frame .quiz-total.score p{width:55px;text-align:center}.quiz .questions-title-frame .quiz-title{font-size:var(--font-heading-2)}.quiz .questions-title-frame .quiz-title.free{padding-bottom:1%;width:255px!important}.quiz .questions-title-frame .quiz-title.league,.quiz .questions-title-frame .quiz-title.score{padding-top:1%;width:224px!important;height:61px!important;text-shadow:-.3px -.3px 0 #0b6102,.3px -.3px 0 #0b6102,-.3px .3px 0 #0b6102,.3px .3px 0 #0b6102,0px 1px 0px #0b6102}.quiz .questions-title-frame .quiz-title.league p,.quiz .questions-title-frame .quiz-title.score p{margin-bottom:-13px}.quiz .questions-title-frame .quiz-title p{white-space:nowrap;max-width:80%;overflow:hidden;text-overflow:ellipsis;font-size:18px}.quiz .quiz-title{font-size:var(--font-heading-2);text-shadow:0px 1px 0px rgb(98,23,8)}.quiz .quiz-title.free{padding-bottom:1%}.quiz .quiz-title.league,.quiz .quiz-title.score{padding-top:1%}.quiz .quiz-title p{white-space:nowrap;max-width:80%;overflow:hidden;text-overflow:ellipsis}.quiz-preview-question-count{font-size:var(--font-body-2);margin-block:1%}.quiz-preview-question-count{text-shadow:0px 1px 0px rgb(98,23,8)}.quiz-preview-question-count.league,.quiz-preview-question-count.score{padding-top:1%}.quiz-preview-body-frame{display:flex;flex-direction:column;justify-content:space-between;padding-top:5%}.quiz-preview-body-frame.league,.quiz-preview-body-frame.score{padding-bottom:15%;color:var(--color-on-league)}.quiz-preview-body-frame.free{padding-bottom:10%;color:var(--color-on-free)}.quiz-preview-body-frame__text{max-width:80%;text-align:center;font-size:var(--font-body);font-weight:700;overflow:hidden;white-space:pre-wrap}.quiz-preview-body-frame__no-quize{max-width:80%;text-align:center;font-size:var(--font-heading-1);font-weight:700;overflow:hidden;white-space:pre-wrap;margin-top:auto;margin-bottom:auto}.quiz-preview-body-frame__media{height:70%}.quiz-preview-body-frame__media-image{overflow:hidden;height:100%!important;width:80%!important;border:.125rem solid #ffb379;border-radius:.625rem}.quiz-preview .space-top{margin-top:20px}.quiz-preview-preview.free{margin-top:6%}.quiz-preview-no-question{width:90%;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:var(--font-headline);font-weight:1000;margin-top:1rem}.quiz-result{display:grid}.quiz-result-score-banner.free{margin-top:-13%;margin-inline-start:-2.1%}.quiz-result-score-banner.league,.quiz-result-score-banner.score{margin-top:-5%;margin-inline-end:-.8%}.quiz-result-score-banner-photo{padding-top:4.5%;font-size:var(--font-headline);text-shadow:0px 2px 3px rgba(0,0,0,.67)}.quiz-result-score-banner-text{width:100%;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-size:var(--font-heading-1);text-shadow:0px 2px 3px rgba(0,0,0,.67);margin-top:1%}.quiz-result-score-banner-text.league,.quiz-result-score-banner-text.score{color:#fff200;font-size:var(--font-title-2);font-size:30px;line-height:20px;z-index:10}.quiz-result-total-score{display:flex;justify-content:center;align-items:center;margin-top:0;gap:18px}.quiz-result-total-score-season-content,.quiz-result-total-score-week-content{max-height:55%;margin-top:8%}.quiz-result-total-score-season-content .title,.quiz-result-total-score-season-content .score,.quiz-result-total-score-week-content .title,.quiz-result-total-score-week-content .score{text-align:center}.quiz-result-total-score-season-content .title,.quiz-result-total-score-week-content .title{font-size:var(--font-subtitle);color:#000}.quiz-result-total-score-season-content .score,.quiz-result-total-score-week-content .score{font-size:var(--font-title-2);text-shadow:0px 2px 3px rgba(0,0,0,.67);line-height:1;line-height:15px}.quiz-result-reward{width:249px;height:auto;margin:-14% auto 0}.quiz-result-play-more-text{color:#fff200;font-size:var(--font-heading-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%;text-align:center;margin-top:2%}.quiz-result-offers{margin-top:2%}.quiz-result-week-award{margin-top:-10%}.quiz-result-score-competition-banner{margin-top:-6%;width:50%!important;display:inline-block}.answer-percent{width:100%;height:auto;outline:#ffe950 dashed 1px;border-radius:25px 25px 10px 10px;margin-top:-134px;background:radial-gradient(95.34% 71.11% at 4.66% 77.27%,#ffd618 5.85%,#ff9b00);padding-top:137px;padding-bottom:14px;text-align:center;position:relative}.answer-percent .main-image{position:absolute;bottom:10px;right:7px}.answer-percent .title{color:#fff200;text-shadow:-.3px -.3px 0 #730303,.3px -.3px 0 #730303,-.3px .3px 0 #730303,.3px .3px 0 #730303,0px 2px 3px rgba(122,1,3,.6705882353);font-size:25px;line-height:20px;width:100%}.answer-percent .text-axtion-box{margin-top:20px;display:flex;flex-flow:column;justify-content:flex-end;min-height:175px;width:223px;margin-right:auto}.answer-percent .text-axtion-box .true-false-result{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:5px}.answer-percent .text-axtion-box .true-false-result div{position:relative;display:flex;align-items:center;justify-content:center}.answer-percent .text-axtion-box .true-false-result div span{position:absolute;font-size:30px;line-height:24px;color:#fff}.answer-percent .text-axtion-box .texts{color:#007;line-height:24px;font-size:18px}.answer-percent .text-axtion-box .texts .text-title{font-size:24px}.answer-percent .text-axtion-box .package .package-text{text-shadow:-.5px -.5px 0 #000000,.5px -.5px 0 #000000,-.5px .5px 0 #000000,.5px .5px 0 #000000,0px 0px 4px rgba(0,0,0,.2509803922);font-size:20px;line-height:24px}.answer-percent .text-axtion-box .package .buttons{display:flex;align-items:center;justify-content:center;gap:17px;margin-top:7px}.answer-percent .text-axtion-box .package .buttons .button-image{width:80px!important;height:30px!important;cursor:pointer}.competition{width:100%}.competition-header.free{flex-direction:column}.competition-header-subtitle,.competition-header-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;text-shadow:0px 2px 3px rgba(0,0,0,.67)}.competition-header-subtitle.free,.competition-header-subtitle.league,.competition-header-subtitle.score,.competition-header-subtitle.forecast,.competition-header-title.free,.competition-header-title.league,.competition-header-title.score,.competition-header-title.forecast{font-family:Barmak}.competition-header-title{font-size:var(--font-title-2);font-weight:900;margin-top:-4%}.competition-header-title.score{font-size:var(--font-heading-1);margin-right:-10px;margin-top:18%!important}.competition-header-title.forecast{margin-top:-4%!important}.competition-header-title.free{margin-top:5%!important;font-size:28px}.competition-header-subtitle{font-size:var(--font-body-3)}.competition-text{width:100%;margin-top:-6%;flex-direction:column;position:relative;z-index:1}.competition-text.score{margin-top:-3%}.competition-text-play-more,.competition-text-time{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.competition-text-play-more{color:#ffbe0b;font-size:var(--font-heading-1);margin-bottom:9px;line-height:13px}.competition-text-time{text-shadow:0px 1px 1px rgba(0,0,0,.67);color:#fff;font-size:var(--font-heading-2);max-width:90%}.competition-guess-and-win{color:#ffdb00;font-size:var(--font-heading-1);text-align:center;margin-top:-18px}.competition-total-score{display:flex;justify-content:center;align-items:center;gap:18px}.competition-total-score-season-content,.competition-total-score-week-content{max-height:55%;margin-top:5%}.competition-total-score-season-content .title,.competition-total-score-season-content .score,.competition-total-score-week-content .title,.competition-total-score-week-content .score{text-align:center}.competition-total-score-season-content .title,.competition-total-score-week-content .title{font-size:var(--font-subtitle);color:#000}.competition-total-score-season-content .score,.competition-total-score-week-content .score{font-size:var(--font-heading-1);text-shadow:0px 2px 3px rgba(0,0,0,.67);line-height:1;line-height:15px}.competition-week-award{margin-top:-10%}.competition-category-title{max-width:27%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:900;font-size:var(--font-body);text-shadow:0px 1px 2px rgba(116,2,96,.8);display:flex;justify-content:center;align-items:center}.competition-category-title.free{height:10%}.competition-category-title.school{height:17%}.competition-category-quizzes{width:77%;overflow:auto}.competition-category-quizzes.free{height:79%;margin-top:5%}.competition-category-quizzes.school{height:77%}.competition-category-quizzes-item:not(:last-child){margin-bottom:5%}.competition-category-quizzes-item-name{max-width:82%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:var(--font-body);text-shadow:0px .5px 0px rgba(129,0,68,.8)}.competition .forecast-results{margin-top:18px}.competition .forecast-results .table-box .header{display:flex;align-items:center;gap:2px;margin-bottom:6px}.competition .forecast-results .table-box .header span{background-color:#065dff;text-align:center;width:60px;padding:10px 0;font-size:13px;line-height:10px}.competition .forecast-results .table-box .header span:first-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.competition .forecast-results .table-box .header span:last-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.competition .forecast-results .table-box .header span.full{padding-right:6px;flex-grow:1}.competition .forecast-results .table-box .content{display:flex;align-items:center;flex-flow:column;gap:6px}.competition .forecast-results .table-box .content .item{background-color:#6d00bb;border-radius:5px;display:flex;align-items:center;gap:2px;width:100%}.competition .forecast-results .table-box .content .item.win{background-color:#00a428}.competition .forecast-results .table-box .content .item.loos{background-color:#850000}.competition .forecast-results .table-box .content .item span{text-align:center;width:60px;padding:10px 0;font-size:16px;line-height:10px;position:relative}.competition .forecast-results .table-box .content .item span:after{content:"";width:.5px;height:10px;position:absolute;background:#007;left:-1.5px}.competition .forecast-results .table-box .content .item span:last-child:after{display:none}.competition .forecast-results .table-box .content .item span.count{width:21px;padding-right:6px}.competition .forecast-results .table-box .content .item span.count:after{display:none}.competition .forecast-results .table-box .content .item span.full{flex-grow:1}.competition .forecast-results .table-box .back-to-forecast{display:block;margin:17px auto 0;cursor:pointer}@font-face{font-family:Pouran;src:url(/font/Pouran.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Barmak;src:url(/font/barmak-black.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:YekanBakh;font-style:normal;font-weight:100;src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Hairline.eot);src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Hairline.woff) format("woff"),url(/font/YekanBakh/Yekan-Bakh-FaNum-Hairline.ttf) format("truetype")}@font-face{font-display:swap;font-family:YekanBakh;font-style:normal;font-weight:200;src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Thin.eot);src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Thin.woff) format("woff"),url(/font/YekanBakh/Yekan-Bakh-FaNum-Thin.ttf) format("truetype")}@font-face{font-display:swap;font-family:YekanBakh;font-style:normal;font-weight:300;src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Light.eot);src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Light.woff) format("woff"),url(/font/YekanBakh/Yekan-Bakh-FaNum-Light.ttf) format("truetype")}@font-face{font-display:swap;font-family:YekanBakh;font-style:normal;font-weight:400;src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Regular.eot);src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Regular.woff) format("woff"),url(/font/YekanBakh/Yekan-Bakh-FaNum-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:YekanBakh;font-style:normal;font-weight:500;src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Medium.eot);src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Medium.woff) format("woff"),url(/font/YekanBakh/Yekan-Bakh-FaNum-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:YekanBakh;font-style:normal;font-weight:600;src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Bold.eot);src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Bold.woff) format("woff"),url(/font/YekanBakh/Yekan-Bakh-FaNum-Bold.ttf) format("truetype")}@font-face{font-display:swap;font-family:YekanBakh;font-style:normal;font-weight:700;src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Heavy.eot);src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Heavy.woff) format("woff"),url(/font/YekanBakh/Yekan-Bakh-FaNum-Heavy.ttf) format("truetype")}@font-face{font-display:swap;font-family:YekanBakh;font-style:normal;font-weight:800;src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Fat.eot);src:url(/font/YekanBakh/Yekan-Bakh-FaNum-Fat.woff) format("woff"),url(/font/YekanBakh/Yekan-Bakh-FaNum-Fat.ttf) format("truetype")}:root{--color-surface: rgb(0, 0, 119);--color-on-surface: rgb(255, 255, 255);--color-success: rgb(45, 189, 52);--color-on-success: rgb(255, 255, 255);--color-free: rgb(207, 92, 43);--color-on-free: rgb(255, 255, 255);--color-league: rgb(255, 201, 113);--color-on-league: rgb(105, 30, 6);--color-secondary: rgb(3, 221, 255);--font-family: "Pouran", sans-serif;--font-headline: 2.5rem;--font-title: 2.1875rem;--font-title-2: 1.5625rem;--font-heading-1: 1.25rem;--font-heading-2: 1.125rem;--font-body: 1rem;--font-body-2: .875rem;--font-body-3: .75rem;--font-subtitle: .625rem;--dir: rtl;--bottom-nav-height: 5.625rem}.font-yehkanbak{font-family:YekanBakh}.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:#ffffffbf;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:#ffffffbf}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:#000000bf}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:#000000bf}.shepherd-button:disabled{cursor:not-allowed}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-cancel-icon{background:transparent;border:none;color:#808080bf;cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:#000000bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:#808080bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:#000000bf}.shepherd-title{color:#000000bf;display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}.shepherd-text{color:#000000bf;font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{background:#fff;border:none;border-radius:5px;box-shadow:0 1px 4px #0003;margin:0;max-width:400px;opacity:0;outline:none;padding:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0s .3s,opacity .3s 0s;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}.tournament-info-card[data-v-e31fa067]{padding-inline-start:30%!important;display:flex;align-items:center;position:relative}.tournament-info-card__image-box[data-v-e31fa067]{min-width:107px;position:absolute;right:-4%;top:50%;max-width:90px;transform:translateY(-50%)}.tournament-info-card__score-box-label[data-v-e31fa067]{font-size:10px;margin-bottom:3px}.tournament-info-card__score-box-value[data-v-e31fa067]{font-size:30px;line-height:100%;text-shadow:0px 3px 5px rgb(0,0,0)}.tournament-info-card__reward-box[data-v-e31fa067]{margin-inline-start:10px}.tournament-info-card__reward-box-reward[data-v-e31fa067]{line-height:100%;font-size:30px;text-shadow:0px 3px 1px rgb(0,0,0)}.tournament-info-card__reward-box-expire-date[data-v-e31fa067]{font-size:15px;text-shadow:0px 1px 3px rgb(0,0,0)}.competition-info-card[data-v-33b5f562]{display:flex;align-items:center}.competition-info-card__image-box[data-v-33b5f562]{width:52px;height:46px}.competition-info-card__image-box .global-image[data-v-33b5f562]{height:inherit!important}.competition-info-card__image-box .global-image img[data-v-33b5f562]{height:46px;width:auto}.competition-info-card__score-box-label[data-v-33b5f562]{font-family:Barmak;margin-bottom:7px;color:#fff;text-shadow:#10089d -1px -1px 0px,#10089d 1px -1px 0px,#10089d -1px 1px 0px,#10089d 1px 1px 0px,#10089d 0px 1px,0px 2px 3px rgba(0,0,0,.6705882353);font-size:16px;line-height:18px}.competition-info-card__score-box-value[data-v-33b5f562]{font-size:16px;line-height:22px;text-shadow:0px 3px 5px rgb(0,0,0)}.competition-info-card__score-box-value.success[data-v-33b5f562]{color:#09ff00}.competition-info-card__score-box-value.warning[data-v-33b5f562]{color:#faff00}.competition-info-card__action-box[data-v-33b5f562]{margin-inline-start:6px}.competition-info-card__action-box .global-image[data-v-33b5f562]{height:30px!important}.shop-card[data-v-f1f93559]{border-top:none!important;position:relative;min-height:100px;width:100%}.shop-card__image[data-v-f1f93559]{min-width:108%!important;position:absolute;left:50%;top:8px;transform:translate(-50%,-70%)}.global-loading[data-v-f4874e03]{position:fixed;z-index:3;inset:0;background-color:color-mix(in srgb,var(--color-surface) 50%,transparent);display:flex;justify-content:center;align-items:center}.global-loading[data-v-f4874e03]:before{content:"";z-index:10;width:50px;height:50px;border:3px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin-f4874e03 .8s linear infinite}@keyframes spin-f4874e03{to{transform:rotate(360deg)}}.bordered-tabs-container__tabs[data-v-0f2f3860]{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.bordered-tabs-container__tabs-tab[data-v-0f2f3860]{padding-block:5px;border:none;cursor:pointer;background:linear-gradient(180deg,#0202b7,#007);border:1px dashed var(--color-success);border-radius:10px;width:104px;transition:all .3s ease}.bordered-tabs-container__tabs-tab p[data-v-0f2f3860]{font-size:14px;color:var(--color-on-surface)}.bordered-tabs-container__tabs-tab.active[data-v-0f2f3860]{background:#00f}.advertisements-advertisement-banner[data-v-e449b134]{display:block}.advertisements-advertisement-banner[data-v-e449b134]:not(:last-child){margin-bottom:4%}.global-toast[data-v-6e0ad944]{position:fixed;top:20px;right:12.8px;z-index:9999}.global-toast__item[data-v-6e0ad944]{margin-bottom:10px}.global-toast .slide-enter-from[data-v-6e0ad944]{transform:translate(100%);opacity:0}.global-toast .slide-enter-to[data-v-6e0ad944],.global-toast .slide-leave-from[data-v-6e0ad944]{transform:translate(0);opacity:1}.global-toast .slide-leave-to[data-v-6e0ad944]{transform:translate(100%);opacity:0}.global-toast .slide-enter-active[data-v-6e0ad944],.global-toast .slide-leave-active[data-v-6e0ad944]{transition:all .3s ease}.notification-card[data-v-6a9c3697]{max-width:21.875rem;min-width:21.875rem;display:flex}.notification-card__image-box[data-v-6a9c3697]{margin-top:-5%}.notification-card__content[data-v-6a9c3697]{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.notification-card__content-title[data-v-6a9c3697],.notification-card__content-subtitle[data-v-6a9c3697]{text-shadow:0px 1px #000000}.notification-card__content-description[data-v-6a9c3697]{color:#00ff09;text-shadow:0px 1px #000000;font-size:20px}.notification-card__content-actions[data-v-6a9c3697]{margin-top:auto;display:flex;align-items:center;margin-top:.625rem}.notification-card__content-actions-cancel-btn[data-v-6a9c3697]{width:4.6875rem;height:1.6875rem;display:flex;justify-content:center;align-items:center;background-image:url(/images/common/cancel-btn-yellow.svg);background-size:contain;background-repeat:no-repeat;background-position:center;margin-inline:.3125rem;border:none;background-color:transparent;font-size:1.375rem;color:#8d0202;font-weight:700;cursor:pointer}.notification-card__content-actions-accept-btn[data-v-6a9c3697]{width:4.6875rem;height:1.6875rem;display:flex;justify-content:center;align-items:center;background-image:url(/images/common/accept-btn-green.svg);background-size:contain;background-repeat:no-repeat;background-position:center;margin-inline:.3125rem;border:none;background-color:transparent;font-size:1.375rem;color:#005b05;cursor:pointer}.lottery-info-card[data-v-0c18c397]{display:flex;align-items:center;justify-content:space-between}.lottery-info-card__content[data-v-0c18c397]{text-align:center;width:100%}.lottery-info-card__content-amount[data-v-0c18c397]{font-size:var(--font-title);line-height:100%;color:#ffea00;text-shadow:0 1px 1px rgb(0,0,0)}.lottery-info-card__content-ex-date[data-v-0c18c397]{font-size:var(--font-heading-2);color:var(--color-secondary)}.coming-soon[data-v-d4cd2b99]{position:relative;padding:1.25rem 0;min-height:500px}.coming-soon__overlay[data-v-d4cd2b99]{position:absolute;inset:0;border:1px solid var(--color-on-surface);border-radius:1.5625rem;display:flex;flex-direction:column;align-items:center;padding:20px 5px;z-index:10}.coming-soon__overlay.blur[data-v-d4cd2b99]{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.coming-soon__overlay-title[data-v-d4cd2b99]{font-size:50px;color:#fff;text-shadow:0 1px black;margin-top:1.25rem}.coming-soon__overlay-title.dark[data-v-d4cd2b99]{color:#007;text-shadow:1px 1px 0px #ffffff}
