@truelab/truelogic-plinko 0.0.1 → 0.0.2-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/preloader.html +1 -1
- package/dist/truelogic.min.css +1 -1
- package/dist/truelogic.min.js +1 -1
- package/dist/types/src/app/lib/singletones/publicEmitter.d.ts +4 -0
- package/dist/types/src/app/store.d.ts +35 -10
- package/dist/types/src/entities/activeRounds/index.d.ts +1 -0
- package/dist/types/src/entities/activeRounds/model/activeRoundsSlice.d.ts +18 -0
- package/dist/types/src/entities/autoplay/model/autoPlaySlice.d.ts +7 -2
- package/dist/types/src/entities/bonus/index.d.ts +1 -1
- package/dist/types/src/entities/bonus/model/bonusSlice.d.ts +13 -5
- package/dist/types/src/entities/fastplay/index.d.ts +1 -1
- package/dist/types/src/entities/fastplay/model/fastPlaySlice.d.ts +2 -1
- package/dist/types/src/entities/modals/ui/ModalBaseHeader.d.ts +2 -1
- package/dist/types/src/entities/round/index.d.ts +1 -1
- package/dist/types/src/entities/round/model/roundSlice.d.ts +2 -2
- package/dist/types/src/entities/session/index.d.ts +1 -1
- package/dist/types/src/entities/session/model/sessionSlice.d.ts +2 -3
- package/dist/types/src/features/bonus/index.d.ts +2 -0
- package/dist/types/src/features/bonus/ui/BonusFeatureSelector/BonusFeatureSelector.d.ts +6 -1
- package/dist/types/src/features/bonus/ui/BonusFeatureSelector/BonusFeatureSelectorItem.d.ts +9 -0
- package/dist/types/src/features/bonus/ui/BonusInfoTooltip/BonusInfoTooltip.d.ts +6 -0
- package/dist/types/src/features/bonus/ui/BonusShortcutIcons/BonusShortcutIcon.d.ts +5 -0
- package/dist/types/src/features/bonus/ui/BonusShortcutIcons/BonusShortcutIcons.d.ts +1 -0
- package/dist/types/src/features/panel/ui/PanelBonus.d.ts +3 -1
- package/dist/types/src/features/play/index.d.ts +1 -0
- package/dist/types/src/features/play/model/initRound.d.ts +10 -0
- package/dist/types/src/features/play/ui/PanelPlay/PanelPlay.d.ts +2 -1
- package/dist/types/src/features/riskSelector/index.d.ts +3 -0
- package/dist/types/src/features/riskSelector/model/constants.d.ts +5 -0
- package/dist/types/src/features/riskSelector/model/types.d.ts +5 -0
- package/dist/types/src/features/riskSelector/ui/RiskSelector.d.ts +1 -0
- package/dist/types/src/features/riskSelector/ui/RiskSelectorSelect.d.ts +1 -0
- package/dist/types/src/features/rowsSelector/index.d.ts +2 -0
- package/dist/types/src/features/rowsSelector/model/constants.d.ts +2 -0
- package/dist/types/src/features/rowsSelector/ui/RowsSelectorGrid.d.ts +1 -0
- package/dist/types/src/features/rowsSelector/ui/RowsSelectorSelect.d.ts +1 -0
- package/dist/types/src/sandbox/config.d.ts +4 -0
- package/dist/types/src/shared/api/config/index.d.ts +1 -1
- package/dist/types/src/shared/api/config/types.d.ts +7 -0
- package/dist/types/src/shared/api/round/open/index.d.ts +1 -0
- package/dist/types/src/shared/api/round/open/types.d.ts +4 -0
- package/dist/types/src/shared/lib/singletones/gameEmitter.d.ts +1 -0
- package/dist/types/src/shared/lib/store/redux.d.ts +14 -4
- package/dist/types/src/shared/lib/tests/utils/getPreloadedState.d.ts +7 -2
- package/dist/types/src/shared/lib/tests/utils/setupTestStore.d.ts +14 -4
- package/dist/types/src/shared/model/modals/modalsSlice.d.ts +1 -1
- package/dist/types/src/shared/ui/Switch/Switch.d.ts +6 -0
- package/dist/types/src/shared/ui/Tooltip/TooltipDropdown.d.ts +3 -2
- package/dist/types/src/truelogic.d.ts +2 -0
- package/dist/types/src/widgets/gameSettingsPanel/GameSettingsPanel.d.ts +1 -0
- package/dist/types/src/widgets/gameSettingsPanel/index.d.ts +1 -0
- package/dist/types/src/widgets/modals/index.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalStakeAmounts/ModalStakeAmounts.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalStakeAmounts/RectStakeAmount.d.ts +8 -0
- package/dist/types/tailwind.config.d.ts +10 -0
- package/package.json +1 -1
package/dist/preloader.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<div id="truelogic-preloader"><style>@keyframes
|
|
1
|
+
<div id="truelogic-preloader"><style>@keyframes rotate-transform{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade-gradient-white-red{0%,15%{opacity:1}100%,33%{opacity:0}}@keyframes fade-gradient-red{0%,15%{opacity:0}33%{opacity:1}100%,45%{opacity:0}}@keyframes fade-gradient-red-orange{0%,33%{opacity:0}45%{opacity:1}100%,66%{opacity:0}}@keyframes fade-gradient-orange{0%,45%{opacity:0}66%{opacity:1}84%{opacity:0}100%{opacity:0}}@keyframes fade-gradient-orange-white{0%,66%{opacity:0}84%{opacity:1}100%{opacity:0}}#truelogic-preloader{width:100vw;height:100dvh;left:0;top:0;background:linear-gradient(178deg,#000 -96.07%,#080808 98.69%);position:fixed}#truelogic-preloader .spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:63px;height:62px;border:1px solid transparent;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;box-sizing:border-box}#truelogic-preloader .spinner-outline{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;isolation:isolate;filter:blur(0);-webkit-filter:blur(0)}#truelogic-preloader .gradient-rotator{width:100%;height:100%;position:relative;animation:rotate-transform 3s linear infinite;transform-origin:center}#truelogic-preloader .gradient-rotator .gradient-layer{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;transform:translateZ(0);will-change:opacity;pointer-events:none}#truelogic-preloader .gradient-rotator .gradient-layer-white{background:conic-gradient(from 0deg,transparent 0deg,#fff 360deg);z-index:1}#truelogic-preloader .gradient-rotator .gradient-layer-white-red{background:conic-gradient(from 0deg,transparent 0deg,#ff7aa6 360deg);animation:fade-gradient-white-red 3s linear infinite;z-index:2}#truelogic-preloader .gradient-rotator .gradient-layer-red{background:conic-gradient(from 0deg,transparent 0deg,#f05 360deg);animation:fade-gradient-red 3s linear infinite;z-index:3}#truelogic-preloader .gradient-rotator .gradient-layer-red-orange{background:conic-gradient(from 0deg,transparent 0deg,#ff3b2f 360deg);animation:fade-gradient-red-orange 3s linear infinite;z-index:4}#truelogic-preloader .gradient-rotator .gradient-layer-orange{background:conic-gradient(from 0deg,transparent 0deg,#f77100 360deg);animation:fade-gradient-orange 3s linear infinite;z-index:5}#truelogic-preloader .gradient-rotator .gradient-layer-orange-white{background:conic-gradient(from 0deg,transparent 0deg,#ffb347 360deg);animation:fade-gradient-orange-white 3s linear infinite;z-index:6}#truelogic-preloader .logo{position:absolute;left:50%;transform:translateX(-50%);bottom:56px}@media (orientation:landscape){#truelogic-preloader .logo{bottom:28px}}@media (max-height:300px){#truelogic-preloader .logo{transform:translate(-50%,50%);bottom:calc(25% - 15px)}}</style><div class="spinner"><svg class="spinner-outline" width="60" height="60" viewBox="-5 -5 71 70" fill="none" shape-rendering="geometricPrecision"><defs><mask id="stroke-mask"><rect x="-5" y="-5" width="71" height="70" fill="black"/><path d="M30.5 59.5996L0.900181 29.9998L30.5 0.399972L60.0998 29.9998L30.5 59.5996Z" stroke="white" stroke-width="5" stroke-linejoin="miter" stroke-miterlimit="100" stroke-linecap="butt" fill="none" shape-rendering="geometricPrecision"/></mask></defs><foreignObject x="-5" y="-5" width="71" height="70" mask="url(#stroke-mask)"><div class="gradient-rotator" style="width:100%;height:100%;backface-visibility:hidden;transform:translateZ(0);will-change:transform;isolation:isolate"><div class="gradient-layer gradient-layer-white"></div><div class="gradient-layer gradient-layer-white-red"></div><div class="gradient-layer gradient-layer-red"></div><div class="gradient-layer gradient-layer-red-orange"></div><div class="gradient-layer gradient-layer-orange"></div><div class="gradient-layer gradient-layer-orange-white"></div></div></foreignObject></svg></div><svg class="logo" width="112" height="18" viewBox="0 0 112 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.4"><path d="M21.0438 9L12.0219 18L3 9L12.0219 0L21.0438 9Z" fill="white"/><path d="M48.0664 10.2319C48.0664 10.9743 48.1542 11.5143 48.3295 11.8568C48.6053 12.4618 49.2017 12.7644 50.1239 12.7644C51.0385 12.7643 51.6325 12.4618 51.9082 11.8568C52.0836 11.5143 52.1712 10.9743 52.1712 10.2319V3.59947H54.4718V10.2319C54.4718 11.3793 54.2939 12.2717 53.9354 12.9118C53.2689 14.0843 51.9983 14.6693 50.1239 14.6693C48.2468 14.6693 46.9737 14.0843 46.3022 12.9118C45.9438 12.2717 45.7659 11.3793 45.7659 10.2319V3.59947H48.0664V10.2319Z" fill="white"/><path d="M105.426 3.26883C106.577 3.26884 107.562 3.56876 108.374 4.17129C109.188 4.77371 109.614 5.6488 109.654 6.79377H107.474C107.434 6.1463 107.143 5.68621 106.604 5.41371C106.246 5.23365 105.797 5.14372 105.264 5.14371C104.67 5.14371 104.196 5.26112 103.84 5.49369C103.487 5.7286 103.309 6.05625 103.309 6.47367C103.309 6.86113 103.484 7.14858 103.833 7.33869C104.058 7.46368 104.537 7.61375 105.269 7.78623L107.163 8.23377C107.993 8.42877 108.617 8.69119 109.033 9.01863C109.677 9.52862 110 10.2636 110 11.2261C110 12.2161 109.619 13.0361 108.855 13.6886C108.091 14.3411 107.013 14.6688 105.619 14.6688C104.196 14.6688 103.076 14.3461 102.261 13.7036C101.447 13.061 101.038 12.1786 101.038 11.0537H103.189C103.259 11.5462 103.396 11.9138 103.6 12.1586C103.975 12.6011 104.617 12.8236 105.527 12.8236C106.07 12.8236 106.514 12.7661 106.852 12.6487C107.496 12.4237 107.82 12.0061 107.82 11.3961C107.82 11.0386 107.662 10.7637 107.343 10.5687C107.025 10.3786 106.524 10.2087 105.84 10.0612L104.672 9.80613C103.522 9.55114 102.735 9.27356 102.306 8.97609C101.582 8.47859 101.219 7.69871 101.219 6.63873C101.219 5.67127 101.575 4.86865 102.286 4.22877C102.998 3.58869 104.046 3.26883 105.426 3.26883Z" fill="white"/><path d="M33.7818 5.50441H31.4372L30.534 6.40529V14.3993H28.2635V6.40617L27.3595 5.50441H25.0156V3.59947H33.7818V5.50441Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M40.3277 3.59947C41.067 3.61453 41.6358 3.70684 42.0343 3.87686C42.4327 4.04933 42.771 4.29938 43.0492 4.63184C43.2772 4.90445 43.4601 5.2069 43.593 5.53693C43.7259 5.8694 43.7935 6.24678 43.7935 6.67178C43.7935 7.18434 43.6631 7.68686 43.405 8.18191C43.2251 8.52382 42.9649 8.79648 42.6247 9V9.49658C42.8656 9.66066 43.0505 9.85743 43.1794 10.0869C43.3876 10.4544 43.4927 11.0194 43.4927 11.7768V12.5044C43.4928 12.9992 43.5128 13.3342 43.553 13.5091C43.6131 13.7891 43.7535 13.9943 43.9742 14.1267V14.3993H41.4704C41.4002 14.1593 41.3501 13.9668 41.3199 13.8192C41.2598 13.5168 41.2273 13.2042 41.2223 12.8867L41.2071 11.8793C41.1972 11.1894 41.0795 10.7294 40.8491 10.4992C40.621 10.2693 40.1922 10.1544 39.5633 10.1544H38.2565L38.2579 10.1556L37.358 11.0531V14.3993H35.1478V3.59947H40.3277ZM37.358 6.35607V7.47633L38.2533 8.36947H39.7939C40.2775 8.36947 40.6384 8.30939 40.8815 8.19176C41.31 7.98683 41.5231 7.58185 41.5231 6.9743C41.5231 6.31693 41.3149 5.87688 40.9016 5.64943C40.6684 5.52201 40.3202 5.45924 39.8567 5.45924H38.2569L37.358 6.35607Z" fill="white"/><path d="M64.6365 5.50441H59.8122L58.9102 6.40406V6.91031L59.8148 7.8126L59.8131 7.81436H64.1678V9.68941H59.8131L59.8148 9.69117L58.9102 10.5935V11.5692L59.8076 12.4643H64.902V14.3993H56.6998V3.59947H64.6365V5.50441Z" fill="white"/><path d="M73.0716 11.5465L73.9727 12.4457L73.9553 12.4631H78.4846V14.3981H70.8161V3.59824H73.0716V11.5465Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M89.4887 14.3981H87.0376L86.6145 13.0732L85.7171 12.1779H82.9474L82.0579 13.0653L81.6172 14.3981H79.2615L83.1184 3.59824H85.6745L89.4887 14.3981ZM83.1873 9.64635L83.8606 10.318H84.8235L85.512 9.63141L84.3689 6.06814L83.1873 9.64635Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M95.9644 3.59824C97.285 3.61832 98.2197 4.00073 98.7686 4.7482C99.0993 5.20813 99.2648 5.75815 99.2648 6.39826C99.2648 7.05807 99.0968 7.5881 98.7636 7.98803C98.6641 8.10715 98.5408 8.22076 98.3924 8.32869V8.81314C98.7252 9.0036 98.9904 9.25119 99.1897 9.55564C99.4705 9.99057 99.6107 10.518 99.6107 11.138C99.6107 11.778 99.4504 12.353 99.1296 12.8605C98.9241 13.198 98.6684 13.4804 98.3626 13.7106C98.0168 13.9731 97.6108 14.153 97.1422 14.2506C96.6711 14.348 96.1623 14.3981 95.6136 14.3981H90.7393V3.59824H95.9644ZM92.9045 10.5388V11.6364L93.8032 12.5329L93.7981 12.5381H95.5233C95.9919 12.5381 96.3553 12.473 96.6158 12.3455C97.0895 12.1105 97.3253 11.6581 97.3253 10.9905C97.3252 10.4256 97.097 10.0381 96.6384 9.82811C96.3829 9.70803 96.022 9.64809 95.5609 9.64318H93.8025L92.9045 10.5388ZM92.9045 6.3501V6.95496L93.8032 7.85145L93.7967 7.85813H95.5334C96.002 7.85813 96.3829 7.76808 96.6761 7.58813C96.9693 7.40817 97.1147 7.09058 97.1147 6.63311C97.1147 6.12561 96.9217 5.79074 96.5332 5.62816C96.2 5.51566 95.774 5.45801 95.2551 5.45801H93.7988L92.9045 6.3501Z" fill="white"/></g></svg></div>
|
package/dist/truelogic.min.css
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
|
|
2
2
|
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
|
|
3
|
-
*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.title-h1-bold{font-size:20px;letter-spacing:.4px;line-height:23px;text-transform:uppercase}.title-h1-bold,.title-h2-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-weight:700}.title-h2-bold{font-size:18px;line-height:21px}.title-h3-bold{font-size:16px;line-height:19px}.text-medium-bold,.title-h3-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-weight:700}.text-medium-bold{font-size:14px;line-height:18px}.text-medium-med{font-weight:500}.text-medium-med,.text-medium-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:14px;line-height:21px}.text-medium-reg{font-weight:400}.text-small-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:14px}.text-small-med{font-weight:500}.text-small-med,.text-small-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;line-height:18px}.text-small-reg{font-weight:400}.text-xs-bold{font-weight:700;line-height:13px}.text-xs-bold,.text-xs-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:11px}.text-xs-reg{font-weight:400;line-height:17px}.text-super-xs-bold{font-weight:700}.text-super-xs-bold,.text-super-xs-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:10px;line-height:12px}.text-super-xs-reg{font-weight:400}.text-bonus-large{font-weight:900}.text-bonus-large,.text-prize-drop{-webkit-background-clip:text;background-clip:text;color:#0000;font-family:Roboto,Helvetica,sans-serif;font-size:18px;line-height:21px}.text-prize-drop{font-weight:700}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.\!-bottom-17{bottom:-17px!important}.\!bottom-0{bottom:0!important}.\!bottom-15{bottom:15px!important}.\!left-\[50\%\]{left:50%!important}.-bottom-1{bottom:-1px}.-bottom-10{bottom:-10px}.-left-1{left:-1px}.-left-10{left:-10px}.-right-1{right:-1px}.-right-10{right:-10px}.-right-2{right:-2px}.-right-41{right:-41px}.-right-6{right:-6px}.-top-1{top:-1px}.-top-2{top:-2px}.-top-5{top:-5px}.-top-6{top:-6px}.-top-\[0\.5px\]{top:-.5px}.bottom-0{bottom:0}.bottom-10{bottom:10px}.bottom-24{bottom:24px}.bottom-26{bottom:26px}.bottom-32{bottom:32px}.bottom-37{bottom:37px}.bottom-40{bottom:40px}.bottom-48{bottom:48px}.bottom-56{bottom:56px}.bottom-9{bottom:9px}.bottom-\[calc\(100\%\+16px\)\]{bottom:calc(100% + 16px)}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:10px}.left-120{left:120px}.left-20{left:20px}.left-28{left:28px}.left-70{left:70px}.left-8{left:8px}.left-\[0\.5px\]{left:.5px}.left-\[50\%\]{left:50%}.left-\[calc\(100\%\)\]{left:100%}.left-\[calc\(100\%-1px\)\]{left:calc(100% - 1px)}.right-0{right:0}.right-1{right:1px}.right-10{right:10px}.right-12{right:12px}.right-16{right:16px}.right-2{right:2px}.right-20{right:20px}.right-26{right:26px}.right-30{right:30px}.right-4{right:4px}.right-6{right:6px}.right-8{right:8px}.top-0{top:0}.top-1{top:1px}.top-1\/2{top:50%}.top-10{top:10px}.top-12{top:12px}.top-140{top:140px}.top-142{top:142px}.top-2{top:2px}.top-20{top:20px}.top-26{top:26px}.top-40{top:40px}.top-56{top:56px}.top-7{top:7px}.top-70{top:70px}.top-74{top:74px}.top-8{top:8px}.top-90{top:90px}.top-\[50\%\]{top:50%}.top-\[calc\(100\%\)\]{top:100%}.top-\[calc\(100\%-1\.5px\)\]{top:calc(100% - 1.5px)}.top-\[calc\(100\%-1px\)\]{top:calc(100% - 1px)}.-z-1{z-index:-1}.z-1{z-index:1}.z-10{z-index:10}.z-2{z-index:2}.z-20{z-index:20}.z-25{z-index:25}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-55{z-index:55}.z-56{z-index:56}.z-60{z-index:60}.z-70{z-index:70}.z-75{z-index:75}.z-79{z-index:79}.z-80{z-index:80}.z-99{z-index:99}.z-\[-1\]{z-index:-1}.m-1{margin:1px}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-bottom:10px;margin-top:10px}.my-22{margin-bottom:22px;margin-top:22px}.my-30{margin-bottom:30px;margin-top:30px}.my-6{margin-bottom:6px;margin-top:6px}.my-9{margin-bottom:9px;margin-top:9px}.\!mt-0{margin-top:0!important}.\!mt-15{margin-top:15px!important}.\!mt-16{margin-top:16px!important}.-mb-1{margin-bottom:-1px}.-mb-10{margin-bottom:-10px}.-mb-13{margin-bottom:-13px}.-mb-6{margin-bottom:-6px}.-ml-12{margin-left:-12px}.-ml-2{margin-left:-2px}.-ml-4{margin-left:-4px}.-mt-105{margin-top:-105px}.-mt-2{margin-top:-2px}.-mt-3{margin-top:-3px}.-mt-7{margin-top:-7px}.-mt-74{margin-top:-74px}.-mt-\[2\.5px\]{margin-top:-2.5px}.mb-1{margin-bottom:1px}.mb-10{margin-bottom:10px}.mb-12{margin-bottom:12px}.mb-13{margin-bottom:13px}.mb-16{margin-bottom:16px}.mb-19{margin-bottom:19px}.mb-2{margin-bottom:2px}.mb-22{margin-bottom:22px}.mb-30{margin-bottom:30px}.mb-6{margin-bottom:6px}.mb-7{margin-bottom:7px}.ml-16{margin-left:16px}.ml-2{margin-left:2px}.ml-33{margin-left:33px}.ml-auto{margin-left:auto}.mr-35{margin-right:35px}.mr-6{margin-right:6px}.mt-0{margin-top:0}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-17{margin-top:17px}.mt-18{margin-top:18px}.mt-2{margin-top:2px}.mt-20{margin-top:20px}.mt-22{margin-top:22px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-4{margin-top:4px}.mt-6{margin-top:6px}.mt-8{margin-top:8px}.mt-\[6\.5px\]{margin-top:6.5px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.size-1000{height:1000px;width:1000px}.\!h-52{height:52px!important}.h-1{height:1px}.h-10{height:10px}.h-100{height:100px}.h-102{height:102px}.h-104{height:104px}.h-108{height:108px}.h-12{height:12px}.h-130{height:130px}.h-144{height:144px}.h-16{height:16px}.h-165{height:165px}.h-18{height:18px}.h-180{height:180px}.h-2{height:2px}.h-20{height:20px}.h-22{height:22px}.h-24{height:24px}.h-240{height:240px}.h-27{height:27px}.h-28{height:28px}.h-30{height:30px}.h-32{height:32px}.h-327{height:327px}.h-33{height:33px}.h-358{height:358px}.h-36{height:36px}.h-4{height:4px}.h-40{height:40px}.h-44{height:44px}.h-46{height:46px}.h-48{height:48px}.h-50{height:50px}.h-52{height:52px}.h-56{height:56px}.h-59{height:59px}.h-6{height:6px}.h-60{height:60px}.h-66{height:66px}.h-698{height:698px}.h-70{height:70px}.h-74{height:74px}.h-8{height:8px}.h-80{height:80px}.h-9{height:9px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-\[calc\(100\%-40px-20px\)\]{max-height:calc(100% - 60px)}.max-h-\[calc\(100\%-40px-20px-20px\)\]{max-height:calc(100% - 80px)}.min-h-22{min-height:22px}.min-h-28{min-height:28px}.w-1{width:1px}.w-10{width:10px}.w-100{width:100px}.w-102{width:102px}.w-104{width:104px}.w-110{width:110px}.w-12{width:12px}.w-120{width:120px}.w-126{width:126px}.w-140{width:140px}.w-150{width:150px}.w-16{width:16px}.w-170{width:170px}.w-178{width:178px}.w-18{width:18px}.w-2{width:2px}.w-20{width:20px}.w-21{width:21px}.w-22{width:22px}.w-230{width:230px}.w-239{width:239px}.w-24{width:24px}.w-247{width:247px}.w-254{width:254px}.w-258{width:258px}.w-26{width:26px}.w-260{width:260px}.w-262{width:262px}.w-28{width:28px}.w-3{width:3px}.w-300{width:300px}.w-33{width:33px}.w-340{width:340px}.w-350{width:350px}.w-354{width:354px}.w-362{width:362px}.w-374{width:374px}.w-384{width:384px}.w-4{width:4px}.w-40{width:40px}.w-414{width:414px}.w-46{width:46px}.w-50{width:50px}.w-52{width:52px}.w-56{width:56px}.w-6{width:6px}.w-60{width:60px}.w-66{width:66px}.w-70{width:70px}.w-8{width:8px}.w-80{width:80px}.w-9{width:9px}.w-\[calc\(100\%-16px\)\]{width:calc(100% - 16px)}.w-\[calc\(100\%-56px\)\]{width:calc(100% - 56px)}.w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}.w-\[calc\(50\%-9px\)\]{width:calc(50% - 9px)}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-min{width:min-content}.\!min-w-170{min-width:170px!important}.min-w-100{min-width:100px}.min-w-1000{min-width:1000px}.min-w-110{min-width:110px}.min-w-120{min-width:120px}.min-w-140{min-width:140px}.min-w-170{min-width:170px}.min-w-180{min-width:180px}.min-w-186{min-width:186px}.min-w-200{min-width:200px}.min-w-22{min-width:22px}.min-w-26{min-width:26px}.min-w-50{min-width:50px}.min-w-80{min-width:80px}.min-w-82{min-width:82px}.min-w-88{min-width:88px}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.min-w-min{min-width:min-content}.max-w-128{max-width:128px}.max-w-220{max-width:220px}.max-w-230{max-width:230px}.max-w-310{max-width:310px}.max-w-354{max-width:354px}.max-w-384{max-width:384px}.max-w-386{max-width:386px}.max-w-560{max-width:560px}.max-w-604{max-width:604px}.max-w-620{max-width:620px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.basis-full{flex-basis:100%}.origin-top{transform-origin:top}.origin-top-left{transform-origin:top left}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-\[calc\(50\%\+2px\)\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[calc\(50\%\+2px\)\]{--tw-translate-x:calc(-50% + -2px)}.-translate-x-\[calc\(50\%\+30px\)\]{--tw-translate-x:calc(-50% + -30px)}.-translate-x-\[calc\(50\%-2px\)\],.-translate-x-\[calc\(50\%\+30px\)\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[calc\(50\%-2px\)\]{--tw-translate-x:calc(-50% - -2px)}.-translate-x-\[calc\(50\%-30px\)\]{--tw-translate-x:calc(-50% - -30px)}.-translate-x-\[calc\(50\%-30px\)\],.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-4{--tw-translate-y:-4px}.-translate-y-4,.-translate-y-\[0\.5px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-\[0\.5px\]{--tw-translate-y:-0.5px}.translate-x-22{--tw-translate-x:22px}.translate-x-22,.translate-x-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.translate-y-\[-50\%\],.translate-y-\[calc\(100\%-0\.5px\)\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[calc\(100\%-0\.5px\)\]{--tw-translate-y:calc(100% - 0.5px)}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.scale-110,.scale-x-\[-1\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-\[-1\]{--tw-scale-x:-1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-pulseTransparent{animation:pulseTransparent 2.5s linear infinite}@keyframes pulseTransparent{0%,to{opacity:.1}50%{opacity:1}}.animate-pulseTransparentFast{animation:pulseTransparent 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1fr_80px\]{grid-template-columns:1fr 80px}.grid-cols-\[1fr_80px_80px\]{grid-template-columns:1fr 80px 80px}.grid-cols-\[min-content_auto_min-content\]{grid-template-columns:min-content auto min-content}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.\!gap-2{gap:2px!important}.\!gap-4{gap:4px!important}.\!gap-5{gap:5px!important}.gap-1{gap:1px}.gap-10{gap:10px}.gap-11{gap:11px}.gap-12{gap:12px}.gap-14{gap:14px}.gap-15{gap:15px}.gap-16{gap:16px}.gap-18{gap:18px}.gap-2{gap:2px}.gap-20{gap:20px}.gap-24{gap:24px}.gap-27{gap:27px}.gap-3{gap:3px}.gap-30{gap:30px}.gap-4{gap:4px}.gap-5{gap:5px}.gap-6{gap:6px}.gap-7{gap:7px}.gap-8{gap:8px}.gap-x-12{-moz-column-gap:12px;column-gap:12px}.gap-x-13{-moz-column-gap:13px;column-gap:13px}.gap-x-18{-moz-column-gap:18px;column-gap:18px}.gap-x-5{-moz-column-gap:5px;column-gap:5px}.gap-x-6{-moz-column-gap:6px;column-gap:6px}.gap-y-1{row-gap:1px}.gap-y-10{row-gap:10px}.self-center{align-self:center}.justify-self-center{justify-self:center}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.rounded-10{border-radius:10px}.rounded-100{border-radius:100px}.rounded-12{border-radius:12px}.rounded-14{border-radius:14px}.rounded-16{border-radius:16px}.rounded-20{border-radius:20px}.rounded-3{border-radius:3px}.rounded-6{border-radius:6px}.rounded-8{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-b-10{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.rounded-l-12{border-bottom-left-radius:12px;border-top-left-radius:12px}.rounded-r-12{border-bottom-right-radius:12px;border-top-right-radius:12px}.rounded-t-10{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-16{border-top-left-radius:16px;border-top-right-radius:16px}.rounded-tl-12{border-top-left-radius:12px}.rounded-tl-16{border-top-left-radius:16px}.rounded-tr-12{border-top-right-radius:12px}.rounded-tr-16{border-top-right-radius:16px}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-y-2{border-bottom-width:2px;border-top-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.\!border-accent-pink{border-color:var(--colors-accent-pink)!important}.border-transparent{border-color:#0000}.border-white{border-color:var(--colors-white)}.border-white-10{border-color:var(--colors-white-10)}.border-white-20{border-color:var(--colors-white-20)}.\!bg-accent-pink-20{background-color:var(--colors-accent-pink-20)!important}.\!bg-white-20{background-color:var(--colors-white-20)!important}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.22\)\]{background-color:#ffffff38}.bg-\[rgba\(255\2c 71\2c 102\2c 0\.2\)\]{background-color:#ff476633}.bg-black{background-color:var(--colors-black)}.bg-black-20{background-color:var(--colors-black-20)}.bg-cta-primary{background-color:var(--colors-cta-primary)}.bg-modal-fill{background-color:var(--colors-modal-fill)}.bg-surface-ink-700{background-color:var(--colors-surface-ink-700)}.bg-surface-modal{background-color:var(--colors-surface-modal)}.bg-white{background-color:var(--colors-white)}.bg-white-10{background-color:var(--colors-white-10)}.bg-white-2{background-color:var(--colors-white-02)}.bg-white-20{background-color:var(--colors-white-20)}.bg-white-3{background-color:var(--colors-white-03)}.bg-white-5{background-color:var(--colors-white-05)}.bg-white-6{background-color:var(--colors-white-06)}.bg-accent-neon{background-image:var(--colors-accent-neon)}.bg-cta-primary{background-image:var(--colors-cta-primary)}.bg-dropdown-gradient{background-image:var(--colors-dropdown-gradient)}.bg-dropdown-gradient-180{background-image:var(--colors-dropdown-gradient-180)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-\[\#FF3B30\]{--tw-gradient-from:#ff3b30 var(--tw-gradient-from-position);--tw-gradient-to:#ff3b3000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FF7100\]{--tw-gradient-from:#ff7100 var(--tw-gradient-from-position);--tw-gradient-to:#ff710000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FFFFFF00\]{--tw-gradient-from:#fff0 var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#f80\]{--tw-gradient-from:#f80 var(--tw-gradient-from-position);--tw-gradient-to:#f800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#ffffff00\]{--tw-gradient-from:#fff0 var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-20{--tw-gradient-from:var(--colors-black-20) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white-6{--tw-gradient-from:var(--colors-white-06) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[0\%\]{--tw-gradient-from-position:0%}.from-\[4\.03\%\]{--tw-gradient-from-position:4.03%}.via-\[\#FF0055\]{--tw-gradient-to:#f050 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f05 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[\#FFFFFF33\]{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff3 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--colors-white) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[50\%\]{--tw-gradient-via-position:50%}.via-\[53\.13\%\]{--tw-gradient-via-position:53.13%}.to-\[\#D62828\]{--tw-gradient-to:#d62828 var(--tw-gradient-to-position)}.to-\[\#FF7100\]{--tw-gradient-to:#ff7100 var(--tw-gradient-to-position)}.to-\[\#FFFFFF00\]{--tw-gradient-to:#fff0 var(--tw-gradient-to-position)}.to-\[\#f57422\]{--tw-gradient-to:#f57422 var(--tw-gradient-to-position)}.to-\[\#ffffff00\]{--tw-gradient-to:#fff0 var(--tw-gradient-to-position)}.to-black-20{--tw-gradient-to:var(--colors-black-20) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.to-\[100\%\]{--tw-gradient-to-position:100%}.to-\[91\.87\%\]{--tw-gradient-to-position:91.87%}.fill-white{fill:var(--colors-white)}.fill-white-10{fill:var(--colors-white-10)}.object-contain{object-fit:contain}.p-2{padding:2px}.p-20{padding:20px}.p-30{padding:30px}.p-4{padding:4px}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:10px;padding-right:10px}.px-14{padding-left:14px;padding-right:14px}.px-15{padding-left:15px;padding-right:15px}.px-16{padding-left:16px;padding-right:16px}.px-20{padding-left:20px;padding-right:20px}.px-22{padding-left:22px;padding-right:22px}.px-25{padding-left:25px;padding-right:25px}.px-3{padding-left:3px;padding-right:3px}.px-4{padding-left:4px;padding-right:4px}.px-42{padding-left:42px;padding-right:42px}.px-5{padding-left:5px;padding-right:5px}.px-50{padding-left:50px;padding-right:50px}.px-6{padding-left:6px;padding-right:6px}.px-60{padding-left:60px;padding-right:60px}.px-8{padding-left:8px;padding-right:8px}.py-10{padding-bottom:10px;padding-top:10px}.py-11{padding-bottom:11px;padding-top:11px}.py-12{padding-bottom:12px;padding-top:12px}.py-14{padding-bottom:14px;padding-top:14px}.py-18{padding-bottom:18px;padding-top:18px}.py-19{padding-bottom:19px;padding-top:19px}.py-2{padding-bottom:2px;padding-top:2px}.py-20{padding-bottom:20px;padding-top:20px}.py-30{padding-bottom:30px;padding-top:30px}.py-4{padding-bottom:4px;padding-top:4px}.py-6{padding-bottom:6px;padding-top:6px}.py-8{padding-bottom:8px;padding-top:8px}.\!pb-30{padding-bottom:30px!important}.pb-1{padding-bottom:1px}.pb-10{padding-bottom:10px}.pb-12{padding-bottom:12px}.pb-14{padding-bottom:14px}.pb-16{padding-bottom:16px}.pb-17{padding-bottom:17px}.pb-18{padding-bottom:18px}.pb-20{padding-bottom:20px}.pb-22{padding-bottom:22px}.pb-26{padding-bottom:26px}.pb-30{padding-bottom:30px}.pb-5{padding-bottom:5px}.pb-6{padding-bottom:6px}.pb-7{padding-bottom:7px}.pl-0{padding-left:0}.pl-12{padding-left:12px}.pl-14{padding-left:14px}.pl-15{padding-left:15px}.pl-16{padding-left:16px}.pl-3{padding-left:3px}.pl-4{padding-left:4px}.pl-56{padding-left:56px}.pl-6{padding-left:6px}.pr-10{padding-right:10px}.pr-12{padding-right:12px}.pr-14{padding-right:14px}.pr-16{padding-right:16px}.pr-20{padding-right:20px}.pr-34{padding-right:34px}.pr-4{padding-right:4px}.pt-14{padding-top:14px}.pt-16{padding-top:16px}.pt-19{padding-top:19px}.pt-2{padding-top:2px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-4{padding-top:4px}.pt-7{padding-top:7px}.pt-9{padding-top:9px}.pt-\[4\.5px\]{padding-top:4.5px}.\!text-left{text-align:left!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-roboto{font-family:Roboto,Helvetica,sans-serif}.text-13{font-size:13px}.text-16{font-size:16px}.text-20{font-size:20px}.text-24{font-size:24px}.text-28{font-size:28px}.text-30{font-size:30px}.text-\[13px\]{font-size:13px}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.leading-\[1\.15\]{line-height:1.15}.leading-\[1\.3\]{line-height:1.3}.leading-\[150\%\]{line-height:150%}.leading-\[15px\]{line-height:15px}.leading-\[18px\]{line-height:18px}.leading-\[25px\]{line-height:25px}.leading-\[28\.13px\]{line-height:28.13px}.leading-\[35px\]{line-height:35px}.leading-\[normal\]{line-height:normal}.tracking-\[0\.4px\]{letter-spacing:.4px}.tracking-\[0\.96px\]{letter-spacing:.96px}.text-surface-ink-700{color:var(--colors-surface-ink-700)}.text-white{color:var(--colors-white)}.\!opacity-0{opacity:0!important}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-\[66\%\]{opacity:66%}.shadow-\[inset_0px_-9px_18px_\#ffffff1a\2c inset_0px_1px_1px_\#ffffff99\2c 0px_1px_1px_\#00000040\]{--tw-shadow:inset 0px -9px 18px #ffffff1a,inset 0px 1px 1px #fff9,0px 1px 1px #00000040;--tw-shadow-colored:inset 0px -9px 18px var(--tw-shadow-color),inset 0px 1px 1px var(--tw-shadow-color),0px 1px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-general-modals{--tw-shadow:0 -10px 20px #0000004d;--tw-shadow-colored:0 -10px 20px var(--tw-shadow-color)}.shadow-general-modals,.shadow-notify-modals{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-notify-modals{--tw-shadow:0 15px 30px #0000004d;--tw-shadow-colored:0 15px 30px var(--tw-shadow-color)}.shadow-play-button{--tw-shadow:0px 1px 1px 0px #00000040,0px -5px 10px 0px #ffffff26 inset,0px 0.906px 1.811px 0px #fff inset,0px 10px 20px 0px #fff9 inset;--tw-shadow-colored:0px 1px 1px 0px var(--tw-shadow-color),inset 0px -5px 10px 0px var(--tw-shadow-color),inset 0px 0.906px 1.811px 0px var(--tw-shadow-color),inset 0px 10px 20px 0px var(--tw-shadow-color)}.shadow-play-button,.shadow-progress{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-progress{--tw-shadow:0px 2px 10px 0px #ff604766;--tw-shadow-colored:0px 2px 10px 0px var(--tw-shadow-color)}.shadow-text{--tw-shadow:0 1px 3px #00000080;--tw-shadow-colored:0 1px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0px 1px 3px #00000080)}.drop-shadow-bonus-feature-card{--tw-drop-shadow:drop-shadow(0px 15px 30px #0000004d)}.drop-shadow-bonus-feature-card,.drop-shadow-panel-button-icon{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-panel-button-icon{--tw-drop-shadow:drop-shadow(0px 1px 1px #00000040)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[6px\]{--tw-backdrop-blur:blur(6px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.ease-linear{transition-timing-function:linear}.will-change-transform{will-change:transform}.bg-gradient-\[270deg\]{background-image:linear-gradient(270deg,var(--tw-gradient-stops))}.bg-gradient-\[96deg\]{background-image:linear-gradient(96deg,var(--tw-gradient-stops))}.text-shadow,.text-stroke-tap-anywhere{text-shadow:0 1px 3px #00000080}.text-stroke-tap-anywhere{-webkit-text-stroke:2px var(--colors-main-ui-bleached-20);-webkit-text-fill-color:#fff;paint-order:stroke fill}.\[clip-path\:polygon\(0_calc\(100\%-1px\)\2c _0_1px\2c _calc\(100\%-1px\)_50\%\)\]{clip-path:polygon(0 calc(100% - 1px),0 1px,calc(100% - 1px) 50%)}.\[clip-path\:polygon\(50\%_calc\(100\%-1\.5px\)\2c _1\.5px_0\2c _calc\(100\%-1\.5px\)_0\)\]{clip-path:polygon(50% calc(100% - 1.5px),1.5px 0,calc(100% - 1.5px) 0)}.\[clip-path\:polygon\(50\%_calc\(100\%-1px\)\2c _1px_0\2c _calc\(100\%-1px\)_0\)\]{clip-path:polygon(50% calc(100% - 1px),1px 0,calc(100% - 1px) 0)}.\[grid-area\:auto\]{grid-area:auto}.\[grid-area\:bonus\]{grid-area:bonus}.\[grid-area\:menu\]{grid-area:menu}.\[grid-area\:play\]{grid-area:play}.\[grid-area\:stakeAmounts\]{grid-area:stakeAmounts}:root{--colors-gold-stop-0:#eba80d;--colors-gold-stop-1:#ffd064;--colors-gold-stop-2:#ffd064;--colors-brand-radial:linear-gradient(0deg,#0003,#0003),radial-gradient(124.24% 90.86% at 129.11% -3.22%,#fd2a00 0%,#fd2a0000 100%),radial-gradient(140.56% 118.13% at 0% 0%,#f05 0%,#f050 100%),#000;--colors-surface-soft:linear-gradient(#000,#080808);--colors-surface-panel:linear-gradient(180deg,#040404,#000);--colors-surface-gradient:linear-gradient(180deg,#000,#000);--colors-surface-dark:linear-gradient(180deg,#000 100%,#000 0);--colors-surface-modal:#0d0d0dcc;--colors-cta-primary:linear-gradient(135deg,#f05,#ff7100);--colors-cta-cashout:linear-gradient(135deg,#169d61,#08721f);--colors-modal-fill:#0d0d0dcc;--colors-white:#fff;--colors-white-100:#fff;--colors-white-20:#fff3;--colors-white-10:#ffffff1a;--colors-white-05:#ffffff0d;--colors-white-06:#ffffff0f;--colors-white-03:#ffffff08;--colors-white-02:#ffffff05;--colors-white-01:#ffffff03;--colors-black-20:#0003;--colors-black-10:#0000001a;--colors-black:#000;--colors-accent-pink:#f05;--colors-accent-pink-20:#f053;--colors-accent-orange:#ff7100;--colors-accent-orange-20:#ff710033;--colors-accent-neon:linear-gradient(90deg,#00d651,#00a5d6);--colors-accent-gold:linear-gradient(135deg,#eba80d,#ffd064);--colors-surface-ink-800:#1a1a1a;--colors-surface-ink-700:#262626;--colors-surface-ink-600:#333;--colors-dropdown-gradient:linear-gradient(0deg,#262626,#262626cc 29.17%,#0000);--colors-dropdown-gradient-180:linear-gradient(180deg,#262626,#262626cc 29.17%,#0000)}.border-gradient{position:relative}.border-gradient:before{background:linear-gradient(144deg,#fff6,#0000);border-radius:9999px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.border-gradient:after{-webkit-mask:radial-gradient(closest-side,#0000 calc(100% - 1px),#fff);mask:radial-gradient(closest-side,#0000 calc(100% - 1px),#fff)}.modal-gradient-border:before{background:linear-gradient(180deg,#fff,#fff0);opacity:.35}.modal-gradient-border:before,.panel-gradient-border:before{border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:xor;-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute;z-index:0}.panel-gradient-border:before{background:linear-gradient(180deg,#ffffff59,#fff0 7.27%)}.stake-amount-selector-show-max{background:var(--colors-white-02);-webkit-mask:radial-gradient(circle at calc(50% - 30px) 85px,#0000 0,#0000 46px,#000 0);mask:radial-gradient(circle at calc(50% - 30px) 85px,#0000 0,#0000 46px,#000 0)}.stake-amount-selector-show-min{background:var(--colors-white-02);-webkit-mask:radial-gradient(circle at calc(50% + 30px) 85px,#0000 0,#0000 46px,#000 0);mask:radial-gradient(circle at calc(50% + 30px) 85px,#0000 0,#0000 46px,#000 0)}.stake-amount-selector{background:var(--colors-white-02);-webkit-mask:radial-gradient(circle at 50% 85px,#0000 0,#0000 46px,#000 0);mask:radial-gradient(circle at 50% 85px,#0000 0,#0000 46px,#000 0)}:focus{outline:none}img:not([src]),img[src=""]{visibility:hidden}#truelogic{height:100dvh;width:100vw;-webkit-font-smoothing:antialiased}._mobile._landscape .ml\:title-h2-bold{font-size:18px;line-height:21px}.\[\&_h3\]\:text-medium-bold h3,._mobile._landscape .ml\:title-h2-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-weight:700}.\[\&_h3\]\:text-medium-bold h3{font-size:14px;line-height:18px}.\[\&_li\]\:text-small-reg li{font-weight:400;line-height:18px}.\[\&_li\]\:text-small-reg li,.\[\&_p\>strong\]\:text-small-bold p>strong{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px}.\[\&_p\>strong\]\:text-small-bold p>strong{font-weight:700;line-height:14px}.\[\&_p\]\:text-small-reg p,.\[\&_tbody\>tr\>td\]\:text-small-reg tbody>tr>td{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:18px}.\[\&_thead\]\:text-small-bold thead{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:14px}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-0:after{content:var(--tw-content);inset:0}.after\:-left-12:after{content:var(--tw-content);left:-12px}.after\:bottom-0:after{bottom:0;content:var(--tw-content)}.after\:left-0:after{content:var(--tw-content);left:0}.after\:right-0:after{content:var(--tw-content);right:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:top-1\/2:after{content:var(--tw-content);top:50%}.after\:h-4:after{content:var(--tw-content);height:4px}.after\:h-fit:after{content:var(--tw-content);height:-moz-fit-content;height:fit-content}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-4:after{content:var(--tw-content);width:4px}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:-translate-y-1\/2:after{content:var(--tw-content);--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:rounded-10:after{border-radius:10px;content:var(--tw-content)}.after\:rounded-12:after{border-radius:12px;content:var(--tw-content)}.after\:rounded-14:after{border-radius:14px;content:var(--tw-content)}.after\:rounded-6:after{border-radius:6px;content:var(--tw-content)}.after\:rounded-8:after{border-radius:8px;content:var(--tw-content)}.after\:rounded-full:after{border-radius:9999px;content:var(--tw-content)}.after\:bg-white-10:after{background-color:var(--colors-white-10);content:var(--tw-content)}.after\:opacity-30:after{content:var(--tw-content);opacity:.3}.after\:transition-all:after{content:var(--tw-content);transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:content-\[\"\"\]:after{--tw-content:"";content:var(--tw-content)}.first-of-type\:rounded-l-12:first-of-type{border-bottom-left-radius:12px;border-top-left-radius:12px}.first-of-type\:border-l-2:first-of-type{border-left-width:2px}.last-of-type\:rounded-r-12:last-of-type{border-bottom-right-radius:12px;border-top-right-radius:12px}.last-of-type\:rounded-bl-12:last-of-type{border-bottom-left-radius:12px}.last-of-type\:rounded-br-12:last-of-type{border-bottom-right-radius:12px}.last-of-type\:border-r-2:last-of-type{border-right-width:2px}@media (hover:hover) and (pointer:fine){.hover\:\!bg-white-20:hover{background-color:var(--colors-white-20)!important}.hover\:bg-accent-pink-20:hover{background-color:var(--colors-accent-pink-20)}.hover\:bg-white-10:hover{background-color:var(--colors-white-10)}.hover\:bg-white-20:hover{background-color:var(--colors-white-20)}.hover\:bg-white-3:hover{background-color:var(--colors-white-03)}.hover\:bg-white-5:hover{background-color:var(--colors-white-05)}.hover\:bg-white-6:hover{background-color:var(--colors-white-06)}.hover\:opacity-100:hover{opacity:1}.after\:hover\:bg-white-10:hover:after,.hover\:after\:bg-white-10:hover:after{background-color:var(--colors-white-10);content:var(--tw-content)}}.focus\:placeholder-transparent:focus::placeholder{color:#0000}.active\:\!bg-white-10:active{background-color:var(--colors-white-10)!important}.active\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.16\)\]:active{background-color:#ffffff29}.active\:bg-white-3:active{background-color:var(--colors-white-03)}.active\:bg-white-5:active{background-color:var(--colors-white-05)}.active\:bg-white-6:active{background-color:var(--colors-white-06)}.active\:opacity-80:active{opacity:.8}.active\:opacity-90:active{opacity:.9}.disabled\:cursor-default:disabled{cursor:default}.disabled\:bg-white-6:disabled{background-color:var(--colors-white-06)}.disabled\:opacity-15:disabled{opacity:.15}.disabled\:opacity-40:disabled{opacity:.4}@media (hover:hover) and (pointer:fine){.disabled\:hover\:after\:bg-transparent:hover:disabled:after{background-color:initial;content:var(--tw-content)}}.disabled\:active\:bg-transparent:active:disabled{background-color:initial}.disabled\:active\:opacity-40:active:disabled{opacity:.4}.group:last-child .group-last\:rounded-bl-10{border-bottom-left-radius:10px}.group:last-child .group-last\:rounded-br-10{border-bottom-right-radius:10px}@media (hover:hover) and (pointer:fine){.group:hover .group-hover\:inline{display:inline}.group:hover .group-hover\:hidden{display:none}.group:hover .group-hover\:bg-white-20{background-color:var(--colors-white-20)}.group:hover .group-hover\:opacity-80{opacity:.8}.group:hover .group-hover\:transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.group:hover .group-hover\:after\:bg-white-10:after{background-color:var(--colors-white-10);content:var(--tw-content)}.group:hover .group-hover\:after\:bg-white-20:after{background-color:var(--colors-white-20);content:var(--tw-content)}.group:hover .group-hover\:after\:\!bg-none:after{background-image:none!important;content:var(--tw-content)}}.group:active .group-active\:inline{display:inline}.group:active .group-active\:hidden{display:none}.group:active .group-active\:bg-white-20{background-color:var(--colors-white-20)}.group:active .group-active\:opacity-50{opacity:.5}.group:active .group-active\:opacity-70{opacity:.7}.group:active .group-active\:opacity-\[0\.777\]{opacity:.777}.group:disabled .group-disabled\:inline{display:inline}.group:disabled .group-disabled\:hidden{display:none}.group:disabled .group-disabled\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.24\)\]{background-color:#ffffff3d}.group:disabled .group-disabled\:bg-white-10{background-color:var(--colors-white-10)}.group:disabled .group-disabled\:opacity-40{opacity:.4}._mobile._portrait .mp\:-bottom-1{bottom:-1px}._mobile._portrait .mp\:bottom-108{bottom:108px}._mobile._portrait .mp\:bottom-166{bottom:166px}._mobile._portrait .mp\:bottom-42{bottom:42px}._mobile._portrait .mp\:bottom-58{bottom:58px}._mobile._portrait .mp\:bottom-96{bottom:96px}._mobile._portrait .mp\:left-1\/2{left:50%}._mobile._portrait .mp\:-ml-2{margin-left:-2px}._mobile._portrait .mp\:ml-2{margin-left:2px}._mobile._portrait .mp\:mt-2{margin-top:2px}._mobile._portrait .mp\:hidden{display:none}._mobile._portrait .mp\:w-137{width:137px}._mobile._portrait .mp\:w-206{width:206px}._mobile._portrait .mp\:w-220{width:220px}._mobile._portrait .mp\:max-w-530{max-width:530px}._mobile._portrait .mp\:-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._portrait .mp\:grid-cols-\[137px_137px_137px\]{grid-template-columns:137px 137px 137px}._mobile._portrait .mp\:grid-cols-\[145px_auto_150px\]{grid-template-columns:145px auto 150px}._mobile._portrait .mp\:grid-cols-\[206px_206px\]{grid-template-columns:206px 206px}._mobile._portrait .mp\:grid-cols-\[52px_52px_118px_52px_52px\]{grid-template-columns:52px 52px 118px 52px 52px}._mobile._portrait .mp\:items-end{align-items:flex-end}._mobile._portrait .mp\:justify-center{justify-content:center}._mobile._portrait .mp\:gap-4{gap:4px}._mobile._portrait .mp\:gap-x-10{-moz-column-gap:10px;column-gap:10px}._mobile._portrait .mp\:gap-x-12{-moz-column-gap:12px;column-gap:12px}._mobile._portrait .mp\:rounded-t-24{border-top-left-radius:24px;border-top-right-radius:24px}._mobile._portrait .mp\:px-20{padding-left:20px;padding-right:20px}._mobile._portrait .mp\:pl-4{padding-left:4px}._mobile._portrait .mp\:pr-4{padding-right:4px}._mobile._portrait .mp\:\[grid-area\:a1\]{grid-area:a1}._mobile._portrait .mp\:\[grid-area\:a2\]{grid-area:a2}._mobile._portrait .mp\:\[grid-area\:a3\]{grid-area:a3}._mobile._portrait .mp\:\[grid-template-areas\:\"a1_a2\"\]{grid-template-areas:"a1 a2"}._mobile._portrait .mp\:\[grid-template-areas\:\"a1_a2_a3\"\]{grid-template-areas:"a1 a2 a3"}._mobile._portrait .mp\:\[grid-template-areas\:\"menu_stakeAmounts_play_auto_bonus\"\]{grid-template-areas:"menu stakeAmounts play auto bonus"}._mobile._landscape .ml\:-bottom-49{bottom:-49px}._mobile._landscape .ml\:-bottom-9{bottom:-9px}._mobile._landscape .ml\:bottom-100{bottom:100px}._mobile._landscape .ml\:bottom-20{bottom:20px}._mobile._landscape .ml\:bottom-28{bottom:28px}._mobile._landscape .ml\:bottom-30{bottom:30px}._mobile._landscape .ml\:bottom-39{bottom:39px}._mobile._landscape .ml\:bottom-40{bottom:40px}._mobile._landscape .ml\:bottom-70{bottom:70px}._mobile._landscape .ml\:left-1\/2{left:50%}._mobile._landscape .ml\:left-12{left:12px}._mobile._landscape .ml\:left-120{left:120px}._mobile._landscape .ml\:left-124{left:124px}._mobile._landscape .ml\:left-20{left:20px}._mobile._landscape .ml\:left-70{left:70px}._mobile._landscape .ml\:left-auto{left:auto}._mobile._landscape .ml\:right-101{right:101px}._mobile._landscape .ml\:right-159{right:159px}._mobile._landscape .ml\:right-16{right:16px}._mobile._landscape .ml\:right-21{right:21px}._mobile._landscape .ml\:right-70{right:70px}._mobile._landscape .ml\:top-1\/2{top:50%}._mobile._landscape .ml\:top-10{top:10px}._mobile._landscape .ml\:top-106{top:106px}._mobile._landscape .ml\:top-15{top:15px}._mobile._landscape .ml\:top-18{top:18px}._mobile._landscape .ml\:top-20{top:20px}._mobile._landscape .ml\:top-36{top:36px}._mobile._landscape .ml\:top-37{top:37px}._mobile._landscape .ml\:top-66{top:66px}._mobile._landscape .ml\:my-10{margin-bottom:10px;margin-top:10px}._mobile._landscape .ml\:-mb-10{margin-bottom:-10px}._mobile._landscape .ml\:-mt-0{margin-top:0}._mobile._landscape .ml\:mb-10{margin-bottom:10px}._mobile._landscape .ml\:ml-3{margin-left:3px}._mobile._landscape .ml\:mt-0{margin-top:0}._mobile._landscape .ml\:mt-1{margin-top:1px}._mobile._landscape .ml\:mt-18{margin-top:18px}._mobile._landscape .ml\:mt-20{margin-top:20px}._mobile._landscape .ml\:mt-5{margin-top:5px}._mobile._landscape .ml\:block{display:block}._mobile._landscape .ml\:hidden{display:none}._mobile._landscape .ml\:h-12{height:12px}._mobile._landscape .ml\:h-121{height:121px}._mobile._landscape .ml\:h-168{height:168px}._mobile._landscape .ml\:h-188{height:188px}._mobile._landscape .ml\:h-34{height:34px}._mobile._landscape .ml\:h-39{height:39px}._mobile._landscape .ml\:h-396{height:396px}._mobile._landscape .ml\:h-42{height:42px}._mobile._landscape .ml\:h-46{height:46px}._mobile._landscape .ml\:h-50{height:50px}._mobile._landscape .ml\:h-54{height:54px}._mobile._landscape .ml\:h-70{height:70px}._mobile._landscape .ml\:h-72{height:72px}._mobile._landscape .ml\:h-91{height:91px}._mobile._landscape .ml\:max-h-83{max-height:83px}._mobile._landscape .ml\:w-12{width:12px}._mobile._landscape .ml\:w-180{width:180px}._mobile._landscape .ml\:w-216{width:216px}._mobile._landscape .ml\:w-238{width:238px}._mobile._landscape .ml\:w-239{width:239px}._mobile._landscape .ml\:w-247{width:247px}._mobile._landscape .ml\:w-284{width:284px}._mobile._landscape .ml\:w-34{width:34px}._mobile._landscape .ml\:w-46{width:46px}._mobile._landscape .ml\:w-518{width:518px}._mobile._landscape .ml\:w-54{width:54px}._mobile._landscape .ml\:w-568{width:568px}._mobile._landscape .ml\:w-72{width:72px}._mobile._landscape .ml\:w-848{width:848px}._mobile._landscape .ml\:w-850{width:850px}._mobile._landscape .ml\:w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}._mobile._landscape .ml\:w-\[calc\(50\%-6px\)\]{width:calc(50% - 6px)}._mobile._landscape .ml\:min-w-180{min-width:180px}._mobile._landscape .ml\:min-w-216{min-width:216px}._mobile._landscape .ml\:max-w-354{max-width:354px}._mobile._landscape .ml\:max-w-448{max-width:448px}._mobile._landscape .ml\:max-w-560{max-width:560px}._mobile._landscape .ml\:max-w-568{max-width:568px}._mobile._landscape .ml\:max-w-fit{max-width:-moz-fit-content;max-width:fit-content}._mobile._landscape .ml\:-translate-x-1\/2{--tw-translate-x:-50%}._mobile._landscape .ml\:-translate-x-1\/2,._mobile._landscape .ml\:-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:-translate-y-1\/2{--tw-translate-y:-50%}._mobile._landscape .ml\:-translate-y-55{--tw-translate-y:-55px}._mobile._landscape .ml\:-translate-y-55,._mobile._landscape .ml\:translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:translate-x-0{--tw-translate-x:0px}._mobile._landscape .ml\:translate-y-19{--tw-translate-y:19px}._mobile._landscape .ml\:translate-y-19,._mobile._landscape .ml\:translate-y-30{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:translate-y-30{--tw-translate-y:30px}._mobile._landscape .ml\:translate-y-70{--tw-translate-y:70px}._mobile._landscape .ml\:scale-\[0\.8846\],._mobile._landscape .ml\:translate-y-70{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:scale-\[0\.8846\]{--tw-scale-x:0.8846;--tw-scale-y:0.8846}._mobile._landscape .ml\:scale-\[0\.9216\]{--tw-scale-x:0.9216;--tw-scale-y:0.9216;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:grid-cols-\[130px_auto_240px\]{grid-template-columns:130px auto 240px}._mobile._landscape .ml\:grid-cols-\[210px_215px_215px_minmax\(210px\2c _1fr\)\]{grid-template-columns:210px 215px 215px minmax(210px,1fr)}._mobile._landscape .ml\:grid-rows-\[46px_46px_110px_46px_46px\]{grid-template-rows:46px 46px 110px 46px 46px}._mobile._landscape .ml\:flex-row{flex-direction:row}._mobile._landscape .ml\:flex-col{flex-direction:column}._mobile._landscape .ml\:items-start{align-items:flex-start}._mobile._landscape .ml\:items-center{align-items:center}._mobile._landscape .ml\:justify-start{justify-content:flex-start}._mobile._landscape .ml\:justify-items-center{justify-items:center}._mobile._landscape .ml\:gap-0{gap:0}._mobile._landscape .ml\:gap-10{gap:10px}._mobile._landscape .ml\:gap-16{gap:16px}._mobile._landscape .ml\:gap-2{gap:2px}._mobile._landscape .ml\:gap-3{gap:3px}._mobile._landscape .ml\:gap-5{gap:5px}._mobile._landscape .ml\:gap-8{gap:8px}._mobile._landscape .ml\:gap-x-10{-moz-column-gap:10px;column-gap:10px}._mobile._landscape .ml\:gap-x-20{-moz-column-gap:20px;column-gap:20px}._mobile._landscape .ml\:gap-y-10{row-gap:10px}._mobile._landscape .ml\:rounded-16{border-radius:16px}._mobile._landscape .ml\:\!px-0{padding-left:0!important;padding-right:0!important}._mobile._landscape .ml\:px-0{padding-left:0;padding-right:0}._mobile._landscape .ml\:px-20{padding-left:20px;padding-right:20px}._mobile._landscape .ml\:px-4{padding-left:4px;padding-right:4px}._mobile._landscape .ml\:py-16{padding-bottom:16px;padding-top:16px}._mobile._landscape .ml\:\!pb-10{padding-bottom:10px!important}._mobile._landscape .ml\:pb-16{padding-bottom:16px}._mobile._landscape .ml\:pb-18{padding-bottom:18px}._mobile._landscape .ml\:pb-20{padding-bottom:20px}._mobile._landscape .ml\:pb-31{padding-bottom:31px}._mobile._landscape .ml\:pb-5{padding-bottom:5px}._mobile._landscape .ml\:pb-6{padding-bottom:6px}._mobile._landscape .ml\:pb-8{padding-bottom:8px}._mobile._landscape .ml\:pl-15{padding-left:15px}._mobile._landscape .ml\:pl-30{padding-left:30px}._mobile._landscape .ml\:pr-35{padding-right:35px}._mobile._landscape .ml\:pt-19{padding-top:19px}._mobile._landscape .ml\:pt-25{padding-top:25px}._mobile._landscape .ml\:pt-6{padding-top:6px}._mobile._landscape .ml\:text-left{text-align:left}._mobile._landscape .ml\:text-center{text-align:center}._mobile._landscape .ml\:text-14{font-size:14px}._mobile._landscape .ml\:text-22{font-size:22px}._mobile._landscape .ml\:text-\[11\.5px\]{font-size:11.5px}._mobile._landscape .ml\:leading-\[1\.4\]{line-height:1.4}._mobile._landscape .ml\:tracking-\[0\.88px\]{letter-spacing:.88px}._mobile._landscape .ml\:\[grid-area\:a2\]{grid-area:a2}._mobile._landscape .ml\:\[grid-area\:a3\]{grid-area:a3}._mobile._landscape .ml\:\[grid-template-areas\:\"a1_a2_a3_a4\"\]{grid-template-areas:"a1 a2 a3 a4"}._mobile._landscape .ml\:\[grid-template-areas\:\"menu\"\"stakeAmounts\"\"play\"\"auto\"\"bonus\"\]{grid-template-areas:"menu""stakeAmounts""play""auto""bonus"}@media (min-width:768px){.md\:right-11{right:11px}}@media (max-height:300px){.low\:-translate-x-1\/2{--tw-translate-x:-50%}.low\:-translate-x-1\/2,.low\:translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.low\:translate-y-1\/2{--tw-translate-y:50%}._mobile._landscape .ml\:low\:bottom-\[calc\(25\%-15px\)\]{bottom:calc(25% - 15px)}}.\[\&\:not\(\:last-child\)\]\:after\:absolute:not(:last-child):after{content:var(--tw-content);position:absolute}.\[\&\:not\(\:last-child\)\]\:after\:-bottom-13:not(:last-child):after{bottom:-13px;content:var(--tw-content)}.\[\&\:not\(\:last-child\)\]\:after\:left-0:not(:last-child):after{content:var(--tw-content);left:0}.\[\&\:not\(\:last-child\)\]\:after\:h-1:not(:last-child):after{content:var(--tw-content);height:1px}.\[\&\:not\(\:last-child\)\]\:after\:w-full:not(:last-child):after{content:var(--tw-content);width:100%}.\[\&\:not\(\:last-child\)\]\:after\:bg-white-10:not(:last-child):after{background-color:var(--colors-white-10);content:var(--tw-content)}._mobile._landscape .ml\:\[\&\:not\(\:last-child\)\]\:after\:-bottom-9:not(:last-child):after{bottom:-9px;content:var(--tw-content)}.\[\&_h3\:first-child\]\:mt-0 h3:first-child{margin-top:0}.\[\&_h3\]\:mt-19 h3{margin-top:19px}.\[\&_img\]\:absolute img{position:absolute}.\[\&_img\]\:left-0 img{left:0}.\[\&_img\]\:left-1\/2 img{left:50%}.\[\&_img\]\:top-0 img{top:0}.\[\&_img\]\:top-1\/2 img{top:50%}.\[\&_img\]\:h-full img{height:100%}.\[\&_img\]\:w-120 img{width:120px}.\[\&_img\]\:w-full img{width:100%}.\[\&_img\]\:max-w-none img{max-width:none}.\[\&_img\]\:-translate-x-1\/2 img{--tw-translate-x:-50%}.\[\&_img\]\:-translate-x-1\/2 img,.\[\&_img\]\:-translate-y-1\/2 img{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_img\]\:-translate-y-1\/2 img{--tw-translate-y:-50%}._mobile._landscape .ml\:\[\&_img\]\:w-108 img{width:108px}.\[\&_li\]\:relative li{position:relative}.\[\&_li\]\:pl-22 li{padding-left:22px}.\[\&_li\]\:opacity-80 li{opacity:.8}.\[\&_li\]\:before\:absolute li:before{content:var(--tw-content);position:absolute}.\[\&_li\]\:before\:left-10 li:before{content:var(--tw-content);left:10px}.\[\&_li\]\:before\:top-7 li:before{content:var(--tw-content);top:7px}.\[\&_li\]\:before\:h-4 li:before{content:var(--tw-content);height:4px}.\[\&_li\]\:before\:w-4 li:before{content:var(--tw-content);width:4px}.\[\&_li\]\:before\:rounded-full li:before{border-radius:9999px;content:var(--tw-content)}.\[\&_p\]\:mt-4 p{margin-top:4px}.\[\&_p\]\:opacity-80 p{opacity:.8}._mobile._landscape .\[\&_p\]\:ml\:mt-5 p{margin-top:5px}.\[\&_path\]\:opacity-100 path{opacity:1}.\[\&_path\]\:drop-shadow-player-panel-icon path{--tw-drop-shadow:drop-shadow(0px 1px 2px #0009);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\[\&_svg\]\:h-34 svg{height:34px}.\[\&_svg\]\:w-34 svg{width:34px}.\[\&_svg_stop\:nth-child\(1\)\]\:\[stop-color\:var\(--colors-gold-stop-0\)\] svg stop:first-child{stop-color:var(--colors-gold-stop-0)}.\[\&_svg_stop\:nth-child\(2\)\]\:\[stop-color\:var\(--colors-gold-stop-1\)\] svg stop:nth-child(2){stop-color:var(--colors-gold-stop-1)}.\[\&_svg_stop\:nth-child\(3\)\]\:\[stop-color\:var\(--colors-gold-stop-2\)\] svg stop:nth-child(3){stop-color:var(--colors-gold-stop-2)}.\[\&_table\]\:mt-4 table{margin-top:4px}.\[\&_table\]\:w-full table{width:100%}.\[\&_tbody\>tr\:last-child\>td\:first-child\]\:before\:rounded-bl-10 tbody>tr:last-child>td:first-child:before{border-bottom-left-radius:10px;content:var(--tw-content)}.\[\&_tbody\>tr\:last-child\>td\:last-child\]\:before\:rounded-br-10 tbody>tr:last-child>td:last-child:before{border-bottom-right-radius:10px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\:last-child\]\:before\:border-r tbody>tr>td:last-child:before{border-right-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:relative tbody>tr>td{position:relative}.\[\&_tbody\>tr\>td\]\:h-30 tbody>tr>td{height:30px}.\[\&_tbody\>tr\>td\]\:pl-12 tbody>tr>td{padding-left:12px}.\[\&_tbody\>tr\>td\]\:before\:absolute tbody>tr>td:before{content:var(--tw-content);position:absolute}.\[\&_tbody\>tr\>td\]\:before\:left-0 tbody>tr>td:before{content:var(--tw-content);left:0}.\[\&_tbody\>tr\>td\]\:before\:top-0 tbody>tr>td:before{content:var(--tw-content);top:0}.\[\&_tbody\>tr\>td\]\:before\:h-full tbody>tr>td:before{content:var(--tw-content);height:100%}.\[\&_tbody\>tr\>td\]\:before\:w-full tbody>tr>td:before{content:var(--tw-content);width:100%}.\[\&_tbody\>tr\>td\]\:before\:border-b tbody>tr>td:before{border-bottom-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-l tbody>tr>td:before{border-left-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-solid tbody>tr>td:before{border-style:solid;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-white-10 tbody>tr>td:before{border-color:var(--colors-white-10);content:var(--tw-content)}.\[\&_thead\>tr\>th\:first-child\]\:rounded-tl-10 thead>tr>th:first-child{border-top-left-radius:10px}.\[\&_thead\>tr\>th\:last-child\]\:rounded-tr-10 thead>tr>th:last-child{border-top-right-radius:10px}.\[\&_thead\>tr\>th\]\:h-30 thead>tr>th{height:30px}.\[\&_thead\>tr\>th\]\:w-1\/2 thead>tr>th{width:50%}.\[\&_thead\>tr\>th\]\:bg-white-10 thead>tr>th{background-color:var(--colors-white-10)}.\[\&_thead\>tr\>th\]\:pl-12 thead>tr>th{padding-left:12px}.\[\&_thead\>tr\>th\]\:text-left thead>tr>th{text-align:left}.\[\&_ul\]\:mt-4 ul{margin-top:4px}.\[\&_ul\]\:flex ul{display:flex}.\[\&_ul\]\:flex-col ul{flex-direction:column}.\[\&_ul\]\:gap-3 ul{gap:3px}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.kGiQsQZc{margin-left:-40px;margin-right:-40px;padding:70px 40px}.kGiQsQZc .swiper-slide{width:110px}.kGiQsQZc .swiper-slide:last-of-type{margin-right:0!important}.range-slider{background-color:var(--colors-white-20);border-radius:4px;cursor:pointer;height:4px;position:relative}.range-slider__bar{background-color:var(--colors-accent-pink);border-radius:4px;height:100%;left:0;position:absolute}.range-slider__handle{background-color:var(--colors-white);border-radius:50%;height:18px;position:absolute;right:-9px;top:50%;transform:translateY(-50%);width:18px}.range-slider__label{align-items:center;color:var(--colors-white-20);display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);-webkit-user-select:none;user-select:none;z-index:1}.sr-only{border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}.DyFopbPD .swiper-pagination{bottom:0;display:flex;justify-content:center;margin:0}.DyFopbPD .swiper-pagination .swiper-pagination-bullet{background-color:var(--colors-white-20);box-shadow:none;height:10px;margin:0 5px;opacity:1;width:10px}.DyFopbPD .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--colors-orange)}
|
|
3
|
+
*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.title-h1-bold{font-size:20px;letter-spacing:.4px;line-height:23px;text-transform:uppercase}.title-h1-bold,.title-h2-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-weight:700}.title-h2-bold{font-size:18px;line-height:21px}.title-h3-bold{font-size:16px;line-height:19px}.text-medium-bold,.title-h3-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-weight:700}.text-medium-bold{font-size:14px;line-height:20px}.text-medium-med{font-weight:500}.text-medium-med,.text-medium-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:14px;line-height:21px}.text-medium-reg{font-weight:400}.text-small-bold{font-weight:700;line-height:1.5}.text-small-bold,.text-small-med{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px}.text-small-med{font-weight:500;line-height:18px}.text-small-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:15px}.text-xs-bold{font-weight:700;line-height:13px}.text-xs-bold,.text-xs-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:11px}.text-xs-reg{font-weight:400;line-height:17px}.text-super-xs-bold{font-weight:700}.text-super-xs-bold,.text-super-xs-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:10px;line-height:12px}.text-super-xs-reg{font-weight:400}.text-bonus-large{font-weight:900}.text-bonus-large,.text-prize-drop{-webkit-background-clip:text;background-clip:text;color:#0000;font-family:Roboto,Helvetica,sans-serif;font-size:18px;line-height:21px}.text-prize-drop{font-weight:700}.text-bonus-cash{-webkit-background-clip:text;background-clip:text;background-image:var(--colors-accent-gold);color:#0000;font-family:Roboto,Helvetica,sans-serif}.\!pointer-events-none{pointer-events:none!important}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.\!-bottom-17{bottom:-17px!important}.\!bottom-0{bottom:0!important}.\!bottom-15{bottom:15px!important}.\!bottom-\[calc\(100\%\+20px\)\]{bottom:calc(100% + 20px)!important}.\!left-\[50\%\]{left:50%!important}.\!right-18{right:18px!important}.\!right-4{right:4px!important}.-bottom-1{bottom:-1px}.-bottom-10{bottom:-10px}.-left-1{left:-1px}.-left-10{left:-10px}.-right-1{right:-1px}.-right-10{right:-10px}.-right-2{right:-2px}.-right-3{right:-3px}.-right-6{right:-6px}.-top-1{top:-1px}.-top-2{top:-2px}.-top-3{top:-3px}.-top-5{top:-5px}.-top-6{top:-6px}.-top-\[0\.5px\]{top:-.5px}.bottom-0{bottom:0}.bottom-10{bottom:10px}.bottom-197{bottom:197px}.bottom-24{bottom:24px}.bottom-26{bottom:26px}.bottom-37{bottom:37px}.bottom-40{bottom:40px}.bottom-48{bottom:48px}.bottom-56{bottom:56px}.bottom-9{bottom:9px}.bottom-\[calc\(100\%\+16px\)\]{bottom:calc(100% + 16px)}.bottom-\[calc\(100\%-8px\)\]{bottom:calc(100% - 8px)}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:10px}.left-120{left:120px}.left-20{left:20px}.left-28{left:28px}.left-70{left:70px}.left-8{left:8px}.left-\[0\.5px\]{left:.5px}.left-\[50\%\]{left:50%}.left-\[calc\(100\%\)\]{left:100%}.left-\[calc\(100\%\+12px\)\]{left:calc(100% + 12px)}.left-\[calc\(100\%-1px\)\]{left:calc(100% - 1px)}.right-0{right:0}.right-1{right:1px}.right-10{right:10px}.right-12{right:12px}.right-16{right:16px}.right-2{right:2px}.right-20{right:20px}.right-26{right:26px}.right-30{right:30px}.right-4{right:4px}.right-6{right:6px}.right-8{right:8px}.right-full{right:100%}.top-0{top:0}.top-1{top:1px}.top-1\/2{top:50%}.top-10{top:10px}.top-12{top:12px}.top-140{top:140px}.top-142{top:142px}.top-2{top:2px}.top-20{top:20px}.top-25{top:25px}.top-26{top:26px}.top-40{top:40px}.top-56{top:56px}.top-58{top:58px}.top-7{top:7px}.top-74{top:74px}.top-76{top:76px}.top-8{top:8px}.top-90{top:90px}.top-\[26px\]{top:26px}.top-\[50\%\]{top:50%}.top-\[calc\(100\%\)\]{top:100%}.top-\[calc\(100\%-1\.5px\)\]{top:calc(100% - 1.5px)}.top-\[calc\(100\%-1px\)\]{top:calc(100% - 1px)}.-z-1{z-index:-1}.z-1{z-index:1}.z-10{z-index:10}.z-2{z-index:2}.z-20{z-index:20}.z-25{z-index:25}.z-3{z-index:3}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-55{z-index:55}.z-56{z-index:56}.z-60{z-index:60}.z-70{z-index:70}.z-75{z-index:75}.z-79{z-index:79}.z-80{z-index:80}.z-99{z-index:99}.z-\[-1\]{z-index:-1}.m-1{margin:1px}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-bottom:10px;margin-top:10px}.my-22{margin-bottom:22px;margin-top:22px}.my-30{margin-bottom:30px;margin-top:30px}.my-6{margin-bottom:6px;margin-top:6px}.my-9{margin-bottom:9px;margin-top:9px}.\!mt-0{margin-top:0!important}.\!mt-15{margin-top:15px!important}.\!mt-16{margin-top:16px!important}.-mb-1{margin-bottom:-1px}.-mb-10{margin-bottom:-10px}.-mb-13{margin-bottom:-13px}.-mb-6{margin-bottom:-6px}.-ml-12{margin-left:-12px}.-ml-2{margin-left:-2px}.-ml-4{margin-left:-4px}.-mt-3{margin-top:-3px}.-mt-7{margin-top:-7px}.-mt-74{margin-top:-74px}.-mt-\[2\.5px\]{margin-top:-2.5px}.mb-1{margin-bottom:1px}.mb-10{margin-bottom:10px}.mb-12{margin-bottom:12px}.mb-13{margin-bottom:13px}.mb-16{margin-bottom:16px}.mb-19{margin-bottom:19px}.mb-2{margin-bottom:2px}.mb-22{margin-bottom:22px}.mb-30{margin-bottom:30px}.mb-6{margin-bottom:6px}.mb-7{margin-bottom:7px}.ml-16{margin-left:16px}.ml-2{margin-left:2px}.ml-33{margin-left:33px}.ml-auto{margin-left:auto}.mr-35{margin-right:35px}.mr-6{margin-right:6px}.mt-0{margin-top:0}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-17{margin-top:17px}.mt-18{margin-top:18px}.mt-2{margin-top:2px}.mt-20{margin-top:20px}.mt-22{margin-top:22px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-4{margin-top:4px}.mt-6{margin-top:6px}.mt-8{margin-top:8px}.mt-\[6\.5px\]{margin-top:6.5px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.size-1000{height:1000px;width:1000px}.\!h-14{height:14px!important}.\!h-182{height:182px!important}.\!h-52{height:52px!important}.h-1{height:1px}.h-10{height:10px}.h-100{height:100px}.h-102{height:102px}.h-104{height:104px}.h-108{height:108px}.h-12{height:12px}.h-124{height:124px}.h-130{height:130px}.h-144{height:144px}.h-16{height:16px}.h-165{height:165px}.h-18{height:18px}.h-180{height:180px}.h-182{height:182px}.h-2{height:2px}.h-20{height:20px}.h-22{height:22px}.h-24{height:24px}.h-240{height:240px}.h-27{height:27px}.h-28{height:28px}.h-30{height:30px}.h-32{height:32px}.h-327{height:327px}.h-33{height:33px}.h-358{height:358px}.h-36{height:36px}.h-37{height:37px}.h-4{height:4px}.h-40{height:40px}.h-44{height:44px}.h-46{height:46px}.h-48{height:48px}.h-50{height:50px}.h-52{height:52px}.h-56{height:56px}.h-59{height:59px}.h-6{height:6px}.h-60{height:60px}.h-66{height:66px}.h-698{height:698px}.h-70{height:70px}.h-74{height:74px}.h-8{height:8px}.h-80{height:80px}.h-9{height:9px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-\[calc\(100\%-20px-14px\)\]{max-height:calc(100% - 34px)}.\!min-h-20{min-height:20px!important}.min-h-22{min-height:22px}.min-h-28{min-height:28px}.\!w-14{width:14px!important}.\!w-36{width:36px!important}.\!w-full{width:100%!important}.w-1{width:1px}.w-10{width:10px}.w-100{width:100px}.w-102{width:102px}.w-104{width:104px}.w-110{width:110px}.w-118{width:118px}.w-12{width:12px}.w-120{width:120px}.w-126{width:126px}.w-140{width:140px}.w-150{width:150px}.w-16{width:16px}.w-170{width:170px}.w-178{width:178px}.w-18{width:18px}.w-184{width:184px}.w-2{width:2px}.w-20{width:20px}.w-21{width:21px}.w-22{width:22px}.w-230{width:230px}.w-239{width:239px}.w-24{width:24px}.w-247{width:247px}.w-254{width:254px}.w-258{width:258px}.w-26{width:26px}.w-260{width:260px}.w-262{width:262px}.w-28{width:28px}.w-3{width:3px}.w-300{width:300px}.w-318{width:318px}.w-340{width:340px}.w-350{width:350px}.w-354{width:354px}.w-36{width:36px}.w-362{width:362px}.w-37{width:37px}.w-374{width:374px}.w-38{width:38px}.w-384{width:384px}.w-4{width:4px}.w-40{width:40px}.w-414{width:414px}.w-46{width:46px}.w-50{width:50px}.w-52{width:52px}.w-56{width:56px}.w-57{width:57px}.w-6{width:6px}.w-60{width:60px}.w-66{width:66px}.w-70{width:70px}.w-8{width:8px}.w-80{width:80px}.w-9{width:9px}.w-\[calc\(100\%-16px\)\]{width:calc(100% - 16px)}.w-\[calc\(100\%-56px\)\]{width:calc(100% - 56px)}.w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}.w-\[calc\(50\%-9px\)\]{width:calc(50% - 9px)}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-min{width:min-content}.\!min-w-170{min-width:170px!important}.\!min-w-36{min-width:36px!important}.min-w-100{min-width:100px}.min-w-1000{min-width:1000px}.min-w-110{min-width:110px}.min-w-120{min-width:120px}.min-w-140{min-width:140px}.min-w-170{min-width:170px}.min-w-180{min-width:180px}.min-w-186{min-width:186px}.min-w-200{min-width:200px}.min-w-22{min-width:22px}.min-w-26{min-width:26px}.min-w-50{min-width:50px}.min-w-80{min-width:80px}.min-w-82{min-width:82px}.min-w-88{min-width:88px}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.min-w-min{min-width:min-content}.max-w-128{max-width:128px}.max-w-220{max-width:220px}.max-w-230{max-width:230px}.max-w-310{max-width:310px}.max-w-354{max-width:354px}.max-w-384{max-width:384px}.max-w-386{max-width:386px}.max-w-560{max-width:560px}.max-w-604{max-width:604px}.max-w-620{max-width:620px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.basis-full{flex-basis:100%}.origin-top{transform-origin:top}.origin-top-left{transform-origin:top left}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-\[calc\(50\%\+2px\)\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[calc\(50\%\+2px\)\]{--tw-translate-x:calc(-50% + -2px)}.-translate-x-\[calc\(50\%\+30px\)\]{--tw-translate-x:calc(-50% + -30px)}.-translate-x-\[calc\(50\%\+30px\)\],.-translate-x-\[calc\(50\%\+4px\)\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[calc\(50\%\+4px\)\]{--tw-translate-x:calc(-50% + -4px)}.-translate-x-\[calc\(50\%-2px\)\]{--tw-translate-x:calc(-50% - -2px)}.-translate-x-\[calc\(50\%-2px\)\],.-translate-x-\[calc\(50\%-30px\)\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[calc\(50\%-30px\)\]{--tw-translate-x:calc(-50% - -30px)}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-4{--tw-translate-y:-4px}.-translate-y-\[0\.5px\]{--tw-translate-y:-0.5px}.-translate-y-\[0\.5px\],.translate-x-22{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-22{--tw-translate-x:22px}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[-50\%\],.translate-x-\[5px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[5px\]{--tw-translate-x:5px}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.translate-y-\[-50\%\],.translate-y-\[calc\(100\%-0\.5px\)\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[calc\(100\%-0\.5px\)\]{--tw-translate-y:calc(100% - 0.5px)}.rotate-0{--tw-rotate:0deg}.rotate-0,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.scale-x-\[-1\]{--tw-scale-x:-1}.scale-x-\[-1\],.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-pulseTransparent{animation:pulseTransparent 2.5s linear infinite}@keyframes pulseTransparent{0%,to{opacity:.1}50%{opacity:1}}.animate-pulseTransparentFast{animation:pulseTransparent 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1fr_80px\]{grid-template-columns:1fr 80px}.grid-cols-\[1fr_80px_80px\]{grid-template-columns:1fr 80px 80px}.grid-cols-\[min-content_auto_min-content\]{grid-template-columns:min-content auto min-content}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.\!gap-2{gap:2px!important}.\!gap-4{gap:4px!important}.\!gap-5{gap:5px!important}.gap-1{gap:1px}.gap-10{gap:10px}.gap-11{gap:11px}.gap-12{gap:12px}.gap-14{gap:14px}.gap-15{gap:15px}.gap-16{gap:16px}.gap-18{gap:18px}.gap-2{gap:2px}.gap-20{gap:20px}.gap-24{gap:24px}.gap-27{gap:27px}.gap-3{gap:3px}.gap-30{gap:30px}.gap-4{gap:4px}.gap-5{gap:5px}.gap-6{gap:6px}.gap-7{gap:7px}.gap-8{gap:8px}.gap-x-12{-moz-column-gap:12px;column-gap:12px}.gap-x-13{-moz-column-gap:13px;column-gap:13px}.gap-x-18{-moz-column-gap:18px;column-gap:18px}.gap-x-5{-moz-column-gap:5px;column-gap:5px}.gap-x-6{-moz-column-gap:6px;column-gap:6px}.gap-y-1{row-gap:1px}.gap-y-10{row-gap:10px}.self-center{align-self:center}.justify-self-center{justify-self:center}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.rounded-10{border-radius:10px}.rounded-100{border-radius:100px}.rounded-12{border-radius:12px}.rounded-14{border-radius:14px}.rounded-16{border-radius:16px}.rounded-20{border-radius:20px}.rounded-3{border-radius:3px}.rounded-30{border-radius:30px}.rounded-4{border-radius:4px}.rounded-6{border-radius:6px}.rounded-8{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-b-10{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.rounded-l-12{border-bottom-left-radius:12px;border-top-left-radius:12px}.rounded-r-12{border-bottom-right-radius:12px;border-top-right-radius:12px}.rounded-t-10{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-16{border-top-left-radius:16px;border-top-right-radius:16px}.rounded-tl-12{border-top-left-radius:12px}.rounded-tl-16{border-top-left-radius:16px}.rounded-tr-12{border-top-right-radius:12px}.rounded-tr-16{border-top-right-radius:16px}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-y-2{border-bottom-width:2px;border-top-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.\!border-accent-pink{border-color:var(--colors-accent-pink)!important}.border-transparent{border-color:#0000}.border-white{border-color:var(--colors-white)}.border-white-10{border-color:var(--colors-white-10)}.border-white-20{border-color:var(--colors-white-20)}.\!bg-accent-pink-20{background-color:var(--colors-accent-pink-20)!important}.\!bg-white-10{background-color:var(--colors-white-10)!important}.\!bg-white-20{background-color:var(--colors-white-20)!important}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.22\)\]{background-color:#ffffff38}.bg-\[rgba\(255\2c 71\2c 102\2c 0\.2\)\]{background-color:#ff476633}.bg-accent-orange{background-color:var(--colors-accent-orange)}.bg-black{background-color:var(--colors-black)}.bg-black-20{background-color:var(--colors-black-20)}.bg-cta-primary{background-color:var(--colors-cta-primary)}.bg-modal-fill{background-color:var(--colors-modal-fill)}.bg-multiplier-success{background-color:var(--colors-multiplier-success)}.bg-risk-high{background-color:var(--colors-risk-high)}.bg-risk-low{background-color:var(--colors-risk-low)}.bg-risk-medium{background-color:var(--colors-risk-medium)}.bg-surface-ink-700{background-color:var(--colors-surface-ink-700)}.bg-surface-modal{background-color:var(--colors-surface-modal)}.bg-white{background-color:var(--colors-white)}.bg-white-10{background-color:var(--colors-white-10)}.bg-white-2{background-color:var(--colors-white-02)}.bg-white-20{background-color:var(--colors-white-20)}.bg-white-3{background-color:var(--colors-white-03)}.bg-white-5{background-color:var(--colors-white-05)}.bg-white-6{background-color:var(--colors-white-06)}.bg-accent-neon{background-image:var(--colors-accent-neon)}.bg-cta-primary{background-image:var(--colors-cta-primary)}.bg-dropdown-gradient{background-image:var(--colors-dropdown-gradient)}.bg-dropdown-gradient-180{background-image:var(--colors-dropdown-gradient-180)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-surface-gradient{background-image:var(--colors-surface-gradient)}.from-\[\#FF3B30\]{--tw-gradient-from:#ff3b30 var(--tw-gradient-from-position);--tw-gradient-to:#ff3b3000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FF7100\]{--tw-gradient-from:#ff7100 var(--tw-gradient-from-position);--tw-gradient-to:#ff710000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FFFFFF00\]{--tw-gradient-from:#fff0 var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#f80\]{--tw-gradient-from:#f80 var(--tw-gradient-from-position);--tw-gradient-to:#f800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#ffffff00\]{--tw-gradient-from:#fff0 var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-20{--tw-gradient-from:var(--colors-black-20) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white-6{--tw-gradient-from:var(--colors-white-06) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[0\%\]{--tw-gradient-from-position:0%}.from-\[4\.03\%\]{--tw-gradient-from-position:4.03%}.via-\[\#FF0055\]{--tw-gradient-to:#f050 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f05 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[\#FFFFFF33\]{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff3 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--colors-white) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[50\%\]{--tw-gradient-via-position:50%}.via-\[53\.13\%\]{--tw-gradient-via-position:53.13%}.to-\[\#D62828\]{--tw-gradient-to:#d62828 var(--tw-gradient-to-position)}.to-\[\#FF7100\]{--tw-gradient-to:#ff7100 var(--tw-gradient-to-position)}.to-\[\#FFFFFF00\]{--tw-gradient-to:#fff0 var(--tw-gradient-to-position)}.to-\[\#f57422\]{--tw-gradient-to:#f57422 var(--tw-gradient-to-position)}.to-\[\#ffffff00\]{--tw-gradient-to:#fff0 var(--tw-gradient-to-position)}.to-black-20{--tw-gradient-to:var(--colors-black-20) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.to-\[100\%\]{--tw-gradient-to-position:100%}.to-\[91\.87\%\]{--tw-gradient-to-position:91.87%}.fill-\[\#000\]{fill:#000}.fill-accent-pink{fill:var(--colors-accent-pink)}.fill-white{fill:var(--colors-white)}.fill-white-10{fill:var(--colors-white-10)}.object-contain{object-fit:contain}.p-14{padding:14px}.p-2{padding:2px}.p-20{padding:20px}.p-30{padding:30px}.p-4{padding:4px}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:10px;padding-right:10px}.px-12{padding-left:12px;padding-right:12px}.px-14{padding-left:14px;padding-right:14px}.px-15{padding-left:15px;padding-right:15px}.px-16{padding-left:16px;padding-right:16px}.px-20{padding-left:20px;padding-right:20px}.px-22{padding-left:22px;padding-right:22px}.px-25{padding-left:25px;padding-right:25px}.px-3{padding-left:3px;padding-right:3px}.px-4{padding-left:4px;padding-right:4px}.px-42{padding-left:42px;padding-right:42px}.px-5{padding-left:5px;padding-right:5px}.px-50{padding-left:50px;padding-right:50px}.px-6{padding-left:6px;padding-right:6px}.px-60{padding-left:60px;padding-right:60px}.px-8{padding-left:8px;padding-right:8px}.py-10{padding-bottom:10px;padding-top:10px}.py-11{padding-bottom:11px;padding-top:11px}.py-12{padding-bottom:12px;padding-top:12px}.py-14{padding-bottom:14px;padding-top:14px}.py-18{padding-bottom:18px;padding-top:18px}.py-19{padding-bottom:19px;padding-top:19px}.py-2{padding-bottom:2px;padding-top:2px}.py-20{padding-bottom:20px;padding-top:20px}.py-30{padding-bottom:30px;padding-top:30px}.py-4{padding-bottom:4px;padding-top:4px}.py-6{padding-bottom:6px;padding-top:6px}.py-8{padding-bottom:8px;padding-top:8px}.\!pb-30{padding-bottom:30px!important}.pb-1{padding-bottom:1px}.pb-10{padding-bottom:10px}.pb-12{padding-bottom:12px}.pb-14{padding-bottom:14px}.pb-16{padding-bottom:16px}.pb-17{padding-bottom:17px}.pb-18{padding-bottom:18px}.pb-20{padding-bottom:20px}.pb-22{padding-bottom:22px}.pb-26{padding-bottom:26px}.pb-30{padding-bottom:30px}.pb-5{padding-bottom:5px}.pb-6{padding-bottom:6px}.pb-7{padding-bottom:7px}.pl-0{padding-left:0}.pl-12{padding-left:12px}.pl-14{padding-left:14px}.pl-15{padding-left:15px}.pl-16{padding-left:16px}.pl-18{padding-left:18px}.pl-3{padding-left:3px}.pl-4{padding-left:4px}.pl-56{padding-left:56px}.pl-6{padding-left:6px}.pr-10{padding-right:10px}.pr-12{padding-right:12px}.pr-14{padding-right:14px}.pr-16{padding-right:16px}.pr-20{padding-right:20px}.pr-34{padding-right:34px}.pr-4{padding-right:4px}.pt-14{padding-top:14px}.pt-16{padding-top:16px}.pt-19{padding-top:19px}.pt-2{padding-top:2px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-4{padding-top:4px}.pt-7{padding-top:7px}.pt-9{padding-top:9px}.pt-\[4\.5px\]{padding-top:4.5px}.\!text-left{text-align:left!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-roboto{font-family:Roboto,Helvetica,sans-serif}.text-10{font-size:10px}.text-13{font-size:13px}.text-16{font-size:16px}.text-20{font-size:20px}.text-24{font-size:24px}.text-28{font-size:28px}.text-30{font-size:30px}.text-\[13px\]{font-size:13px}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.leading-\[1\.15\]{line-height:1.15}.leading-\[1\.3\]{line-height:1.3}.leading-\[15px\]{line-height:15px}.leading-\[18px\]{line-height:18px}.leading-\[25px\]{line-height:25px}.leading-\[28\.13px\]{line-height:28.13px}.leading-\[35px\]{line-height:35px}.leading-\[normal\]{line-height:normal}.tracking-\[0\.4px\]{letter-spacing:.4px}.tracking-\[0\.96px\]{letter-spacing:.96px}.text-accent-pink{color:var(--colors-accent-pink)}.text-risk-high-text{color:var(--colors-risk-high-text)}.text-risk-low-text{color:var(--colors-risk-low-text)}.text-risk-medium-text{color:var(--colors-risk-medium-text)}.text-surface-ink-700{color:var(--colors-surface-ink-700)}.text-white{color:var(--colors-white)}.text-white-100{color:var(--colors-white-100)}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-\[inset_0px_-9px_18px_\#ffffff1a\2c inset_0px_1px_1px_\#ffffff99\2c 0px_1px_1px_\#00000040\]{--tw-shadow:inset 0px -9px 18px #ffffff1a,inset 0px 1px 1px #fff9,0px 1px 1px #00000040;--tw-shadow-colored:inset 0px -9px 18px var(--tw-shadow-color),inset 0px 1px 1px var(--tw-shadow-color),0px 1px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-general-modals{--tw-shadow:0 -10px 20px #0000004d;--tw-shadow-colored:0 -10px 20px var(--tw-shadow-color)}.shadow-general-modals,.shadow-notify-modals{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-notify-modals{--tw-shadow:0 15px 30px #0000004d;--tw-shadow-colored:0 15px 30px var(--tw-shadow-color)}.shadow-play-button{--tw-shadow:0px 1px 1px 0px #00000040,0px -5px 10px 0px #ffffff26 inset,0px 0.906px 1.811px 0px #fff inset,0px 10px 20px 0px #fff9 inset;--tw-shadow-colored:0px 1px 1px 0px var(--tw-shadow-color),inset 0px -5px 10px 0px var(--tw-shadow-color),inset 0px 0.906px 1.811px 0px var(--tw-shadow-color),inset 0px 10px 20px 0px var(--tw-shadow-color)}.shadow-play-button,.shadow-progress{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-progress{--tw-shadow:0px 2px 10px 0px #ff604766;--tw-shadow-colored:0px 2px 10px 0px var(--tw-shadow-color)}.shadow-text{--tw-shadow:0 1px 3px #00000080;--tw-shadow-colored:0 1px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0px 1px 3px #00000080)}.drop-shadow-bonus-feature-card{--tw-drop-shadow:drop-shadow(0px 15px 30px #0000004d)}.drop-shadow-bonus-feature-card,.drop-shadow-panel-button-icon{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-panel-button-icon{--tw-drop-shadow:drop-shadow(0px 1px 1px #00000040)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[6px\]{--tw-backdrop-blur:blur(6px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.bg-gradient-\[270deg\]{background-image:linear-gradient(270deg,var(--tw-gradient-stops))}.bg-gradient-\[96deg\]{background-image:linear-gradient(96deg,var(--tw-gradient-stops))}.text-shadow,.text-stroke-tap-anywhere{text-shadow:0 1px 3px #00000080}.text-stroke-tap-anywhere{-webkit-text-stroke:2px var(--colors-main-ui-bleached-20);-webkit-text-fill-color:#fff;paint-order:stroke fill}.\[clip-path\:polygon\(0_calc\(100\%-1px\)\2c _0_1px\2c _calc\(100\%-1px\)_50\%\)\]{clip-path:polygon(0 calc(100% - 1px),0 1px,calc(100% - 1px) 50%)}.\[clip-path\:polygon\(50\%_calc\(100\%-1\.5px\)\2c _1\.5px_0\2c _calc\(100\%-1\.5px\)_0\)\]{clip-path:polygon(50% calc(100% - 1.5px),1.5px 0,calc(100% - 1.5px) 0)}.\[clip-path\:polygon\(50\%_calc\(100\%-1px\)\2c _1px_0\2c _calc\(100\%-1px\)_0\)\]{clip-path:polygon(50% calc(100% - 1px),1px 0,calc(100% - 1px) 0)}.\[grid-area\:auto\]{grid-area:auto}.\[grid-area\:bonus\]{grid-area:bonus}.\[grid-area\:menu\]{grid-area:menu}.\[grid-area\:play\]{grid-area:play}.\[grid-area\:stakeAmounts\]{grid-area:stakeAmounts}:root{--colors-gold-stop-0:#eba80d;--colors-gold-stop-1:#ffd064;--colors-gold-stop-2:#ffd064;--colors-brand-radial:linear-gradient(0deg,#0003,#0003),radial-gradient(124.24% 90.86% at 129.11% -3.22%,#fd2a00 0%,#fd2a0000 100%),radial-gradient(140.56% 118.13% at 0% 0%,#f05 0%,#f050 100%),#000;--colors-surface-soft:linear-gradient(#000,#080808);--colors-surface-panel:linear-gradient(180deg,#040404,#000);--colors-surface-gradient:linear-gradient(0deg,#000,#0000);--colors-surface-dark:linear-gradient(180deg,#000 100%,#000 0);--colors-surface-modal:#0d0d0dcc;--colors-cta-primary:linear-gradient(135deg,#f05,#ff7100);--colors-cta-cashout:linear-gradient(135deg,#169d61,#08721f);--colors-modal-fill:#0d0d0dcc;--colors-white:#fff;--colors-white-100:#fff;--colors-white-20:#fff3;--colors-white-10:#ffffff1a;--colors-white-05:#ffffff0d;--colors-white-06:#ffffff0f;--colors-white-03:#ffffff08;--colors-white-02:#ffffff05;--colors-white-01:#ffffff03;--colors-black-20:#0003;--colors-black-10:#0000001a;--colors-black:#000;--colors-accent-pink:#f05;--colors-accent-pink-20:#f053;--colors-accent-orange:#ff7100;--colors-accent-orange-20:#ff710033;--colors-accent-neon:linear-gradient(90deg,#00d651,#00a5d6);--colors-accent-gold:linear-gradient(135deg,#eba80d,#ffd064);--colors-surface-ink-800:#1a1a1a;--colors-surface-ink-700:#262626;--colors-surface-ink-600:#333;--colors-dropdown-gradient:linear-gradient(0deg,#262626,#262626cc 29.17%,#0000);--colors-dropdown-gradient-180:linear-gradient(180deg,#262626,#262626cc 29.17%,#0000);--colors-multiplier-success:#4dc88c;--colors-risk-low:#4dc88c33;--colors-risk-medium:#d9a84233;--colors-risk-high:#d04a4a33;--colors-risk-low-hover:#4caf501a;--colors-risk-medium-hover:#ffc1071a;--colors-risk-high-hover:#f443361a;--colors-risk-low-text:#4dc88c;--colors-risk-medium-text:#d9a842;--colors-risk-high-text:#d04a4a}.border-gradient{position:relative}.border-gradient:before{background:linear-gradient(144deg,#fff6,#0000);border-radius:9999px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.border-gradient:after{-webkit-mask:radial-gradient(closest-side,#0000 calc(100% - 1px),#fff);mask:radial-gradient(closest-side,#0000 calc(100% - 1px),#fff)}.border-gradient-feature-price:before{background:linear-gradient(180deg,#ffffffb3 0,#0000)}.border-gradient-feature-price-180:before,.border-gradient-feature-price:before{border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:xor;-webkit-mask-composite:xor;mask-composite:exclude;opacity:1;padding:1px;pointer-events:none;position:absolute;z-index:0}.border-gradient-feature-price-180:before{background:linear-gradient(0deg,#ffffffb3 0,#0000)}.modal-gradient-border:before{background:linear-gradient(180deg,#fff,#fff0);border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:xor;-webkit-mask-composite:xor;mask-composite:exclude;opacity:.35;padding:1px;pointer-events:none;position:absolute;z-index:0}.feature-selector-gradient-border:before{background:linear-gradient(135deg,#ffffff40,#fff0 25%,#fff0 50%,#fff0 75%,#ffffff40)}.feature-selector-gradient-border:before,.panel-gradient-border:before{border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:xor;-webkit-mask-composite:xor;mask-composite:exclude;opacity:1;padding:1px;pointer-events:none;position:absolute;z-index:0}.panel-gradient-border:before{background:linear-gradient(180deg,#ffffff59,#fff0 7.27%)}.stake-amount-selector-show-max{background:var(--colors-white-02);-webkit-mask:radial-gradient(circle at calc(50% - 30px) 85px,#0000 0,#0000 46px,#000 0);mask:radial-gradient(circle at calc(50% - 30px) 85px,#0000 0,#0000 46px,#000 0)}.stake-amount-selector-show-min{background:var(--colors-white-02);-webkit-mask:radial-gradient(circle at calc(50% + 30px) 85px,#0000 0,#0000 46px,#000 0);mask:radial-gradient(circle at calc(50% + 30px) 85px,#0000 0,#0000 46px,#000 0)}.stake-amount-selector{background:var(--colors-white-02);-webkit-mask:radial-gradient(circle at 50% 85px,#0000 0,#0000 46px,#000 0);mask:radial-gradient(circle at 50% 85px,#0000 0,#0000 46px,#000 0)}:focus{outline:none}img:not([src]),img[src=""]{visibility:hidden}#truelogic{height:100dvh;width:100vw;-webkit-font-smoothing:antialiased}.swiper-slide{opacity:1!important}._mobile._landscape .ml\:title-h2-bold{font-size:18px;line-height:21px}.\[\&_h3\]\:text-medium-bold h3,._mobile._landscape .ml\:title-h2-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-weight:700}.\[\&_h3\]\:text-medium-bold h3{font-size:14px;line-height:20px}.\[\&_li\]\:text-small-reg li{font-weight:400;line-height:15px}.\[\&_li\]\:text-small-reg li,.\[\&_p\>strong\]\:text-small-bold p>strong{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px}.\[\&_p\>strong\]\:text-small-bold p>strong{font-weight:700;line-height:1.5}.\[\&_p\]\:text-small-reg p,.\[\&_tbody\>tr\>td\]\:text-small-reg tbody>tr>td{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:15px}.\[\&_thead\]\:text-small-bold thead{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:1.5}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:-left-10:before{content:var(--tw-content);left:-10px}.before\:top-8:before{content:var(--tw-content);top:8px}.before\:h-2:before{content:var(--tw-content);height:2px}.before\:w-2:before{content:var(--tw-content);width:2px}.before\:rounded-full:before{border-radius:9999px;content:var(--tw-content)}.before\:bg-white:before{background-color:var(--colors-white);content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-0:after{content:var(--tw-content);inset:0}.after\:-left-12:after{content:var(--tw-content);left:-12px}.after\:bottom-0:after{bottom:0;content:var(--tw-content)}.after\:left-0:after{content:var(--tw-content);left:0}.after\:right-0:after{content:var(--tw-content);right:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:top-1\/2:after{content:var(--tw-content);top:50%}.after\:h-4:after{content:var(--tw-content);height:4px}.after\:h-fit:after{content:var(--tw-content);height:-moz-fit-content;height:fit-content}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-4:after{content:var(--tw-content);width:4px}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:-translate-y-1\/2:after{content:var(--tw-content);--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:rounded-10:after{border-radius:10px;content:var(--tw-content)}.after\:rounded-12:after{border-radius:12px;content:var(--tw-content)}.after\:rounded-14:after{border-radius:14px;content:var(--tw-content)}.after\:rounded-6:after{border-radius:6px;content:var(--tw-content)}.after\:rounded-8:after{border-radius:8px;content:var(--tw-content)}.after\:rounded-full:after{border-radius:9999px;content:var(--tw-content)}.after\:bg-white-10:after{background-color:var(--colors-white-10);content:var(--tw-content)}.after\:opacity-30:after{content:var(--tw-content);opacity:.3}.after\:transition-all:after{content:var(--tw-content);transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:content-\[\"\"\]:after{--tw-content:"";content:var(--tw-content)}.first-of-type\:rounded-l-12:first-of-type{border-bottom-left-radius:12px;border-top-left-radius:12px}.first-of-type\:border-l-2:first-of-type{border-left-width:2px}.last-of-type\:rounded-r-12:last-of-type{border-bottom-right-radius:12px;border-top-right-radius:12px}.last-of-type\:rounded-bl-12:last-of-type{border-bottom-left-radius:12px}.last-of-type\:rounded-br-12:last-of-type{border-bottom-right-radius:12px}.last-of-type\:border-r-2:last-of-type{border-right-width:2px}@media (hover:hover) and (pointer:fine){.hover\:\!bg-white-20:hover{background-color:var(--colors-white-20)!important}.hover\:bg-accent-pink-20:hover{background-color:var(--colors-accent-pink-20)}.hover\:bg-risk-high-hover:hover{background-color:var(--colors-risk-high-hover)}.hover\:bg-risk-low-hover:hover{background-color:var(--colors-risk-low-hover)}.hover\:bg-risk-medium-hover:hover{background-color:var(--colors-risk-medium-hover)}.hover\:bg-white-10:hover{background-color:var(--colors-white-10)}.hover\:bg-white-20:hover{background-color:var(--colors-white-20)}.hover\:bg-white-3:hover{background-color:var(--colors-white-03)}.hover\:bg-white-5:hover{background-color:var(--colors-white-05)}.hover\:bg-white-6:hover{background-color:var(--colors-white-06)}.hover\:opacity-100:hover{opacity:1}.after\:hover\:bg-white-10:hover:after,.hover\:after\:bg-white-10:hover:after{background-color:var(--colors-white-10);content:var(--tw-content)}}.focus\:placeholder-transparent:focus::placeholder{color:#0000}.active\:\!bg-white-10:active{background-color:var(--colors-white-10)!important}.active\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.16\)\]:active{background-color:#ffffff29}.active\:bg-risk-high:active{background-color:var(--colors-risk-high)}.active\:bg-risk-low:active{background-color:var(--colors-risk-low)}.active\:bg-risk-medium:active{background-color:var(--colors-risk-medium)}.active\:bg-white-10:active{background-color:var(--colors-white-10)}.active\:bg-white-3:active{background-color:var(--colors-white-03)}.active\:bg-white-5:active{background-color:var(--colors-white-05)}.active\:bg-white-6:active{background-color:var(--colors-white-06)}.active\:opacity-80:active{opacity:.8}.active\:opacity-90:active{opacity:.9}.disabled\:cursor-default:disabled{cursor:default}.disabled\:bg-white-6:disabled{background-color:var(--colors-white-06)}.disabled\:opacity-15:disabled{opacity:.15}.disabled\:opacity-40:disabled{opacity:.4}@media (hover:hover) and (pointer:fine){.disabled\:hover\:after\:bg-transparent:hover:disabled:after{background-color:initial;content:var(--tw-content)}}.disabled\:active\:bg-transparent:active:disabled{background-color:initial}.disabled\:active\:opacity-40:active:disabled{opacity:.4}.group:last-child .group-last\:rounded-bl-10{border-bottom-left-radius:10px}.group:last-child .group-last\:rounded-br-10{border-bottom-right-radius:10px}@media (hover:hover) and (pointer:fine){.group:hover .group-hover\:inline{display:inline}.group:hover .group-hover\:hidden{display:none}.group:hover .group-hover\:bg-white-20{background-color:var(--colors-white-20)}.group:hover .group-hover\:opacity-80{opacity:.8}.group:hover .group-hover\:transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.group:hover .group-hover\:after\:bg-white-10:after{background-color:var(--colors-white-10);content:var(--tw-content)}.group:hover .group-hover\:after\:bg-white-20:after{background-color:var(--colors-white-20);content:var(--tw-content)}.group:hover .group-hover\:after\:\!bg-none:after{background-image:none!important;content:var(--tw-content)}}.group:active .group-active\:inline{display:inline}.group:active .group-active\:hidden{display:none}.group:active .group-active\:bg-white-20{background-color:var(--colors-white-20)}.group:active .group-active\:opacity-50{opacity:.5}.group:active .group-active\:opacity-70{opacity:.7}.group:active .group-active\:opacity-\[0\.777\]{opacity:.777}.group:disabled .group-disabled\:inline{display:inline}.group:disabled .group-disabled\:hidden{display:none}.group:disabled .group-disabled\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.24\)\]{background-color:#ffffff3d}.group:disabled .group-disabled\:bg-white-10{background-color:var(--colors-white-10)}.group:disabled .group-disabled\:opacity-40{opacity:.4}._mobile._portrait .mp\:\!left-\[142px\]{left:142px!important}._mobile._portrait .mp\:-bottom-1{bottom:-1px}._mobile._portrait .mp\:bottom-108{bottom:108px}._mobile._portrait .mp\:bottom-166{bottom:166px}._mobile._portrait .mp\:bottom-42{bottom:42px}._mobile._portrait .mp\:bottom-58{bottom:58px}._mobile._portrait .mp\:bottom-96{bottom:96px}._mobile._portrait .mp\:left-1\/2{left:50%}._mobile._portrait .mp\:-ml-2{margin-left:-2px}._mobile._portrait .mp\:ml-2{margin-left:2px}._mobile._portrait .mp\:mt-2{margin-top:2px}._mobile._portrait .mp\:hidden{display:none}._mobile._portrait .mp\:max-h-284{max-height:284px}._mobile._portrait .mp\:w-137{width:137px}._mobile._portrait .mp\:w-206{width:206px}._mobile._portrait .mp\:w-220{width:220px}._mobile._portrait .mp\:max-w-530{max-width:530px}._mobile._portrait .mp\:-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._portrait .mp\:grid-cols-\[137px_137px_137px\]{grid-template-columns:137px 137px 137px}._mobile._portrait .mp\:grid-cols-\[145px_auto_150px\]{grid-template-columns:145px auto 150px}._mobile._portrait .mp\:grid-cols-\[206px_206px\]{grid-template-columns:206px 206px}._mobile._portrait .mp\:grid-cols-\[52px_52px_118px_52px_52px\]{grid-template-columns:52px 52px 118px 52px 52px}._mobile._portrait .mp\:items-end{align-items:flex-end}._mobile._portrait .mp\:justify-center{justify-content:center}._mobile._portrait .mp\:gap-4{gap:4px}._mobile._portrait .mp\:gap-x-10{-moz-column-gap:10px;column-gap:10px}._mobile._portrait .mp\:gap-x-12{-moz-column-gap:12px;column-gap:12px}._mobile._portrait .mp\:rounded-t-24{border-top-left-radius:24px;border-top-right-radius:24px}._mobile._portrait .mp\:px-20{padding-left:20px;padding-right:20px}._mobile._portrait .mp\:pb-32{padding-bottom:32px}._mobile._portrait .mp\:pl-4{padding-left:4px}._mobile._portrait .mp\:pr-4{padding-right:4px}._mobile._portrait .mp\:\[grid-area\:a1\]{grid-area:a1}._mobile._portrait .mp\:\[grid-area\:a2\]{grid-area:a2}._mobile._portrait .mp\:\[grid-area\:a3\]{grid-area:a3}._mobile._portrait .mp\:\[grid-template-areas\:\"a1_a2\"\]{grid-template-areas:"a1 a2"}._mobile._portrait .mp\:\[grid-template-areas\:\"a1_a2_a3\"\]{grid-template-areas:"a1 a2 a3"}._mobile._portrait .mp\:\[grid-template-areas\:\"menu_stakeAmounts_play_auto_bonus\"\]{grid-template-areas:"menu stakeAmounts play auto bonus"}._mobile._landscape .ml\:-bottom-49{bottom:-49px}._mobile._landscape .ml\:-bottom-9{bottom:-9px}._mobile._landscape .ml\:bottom-100{bottom:100px}._mobile._landscape .ml\:bottom-20{bottom:20px}._mobile._landscape .ml\:bottom-28{bottom:28px}._mobile._landscape .ml\:bottom-30{bottom:30px}._mobile._landscape .ml\:bottom-39{bottom:39px}._mobile._landscape .ml\:bottom-40{bottom:40px}._mobile._landscape .ml\:bottom-60{bottom:60px}._mobile._landscape .ml\:bottom-70{bottom:70px}._mobile._landscape .ml\:left-1\/2{left:50%}._mobile._landscape .ml\:left-12{left:12px}._mobile._landscape .ml\:left-120{left:120px}._mobile._landscape .ml\:left-124{left:124px}._mobile._landscape .ml\:left-20{left:20px}._mobile._landscape .ml\:left-70{left:70px}._mobile._landscape .ml\:left-auto{left:auto}._mobile._landscape .ml\:right-101{right:101px}._mobile._landscape .ml\:right-159{right:159px}._mobile._landscape .ml\:right-16{right:16px}._mobile._landscape .ml\:right-21{right:21px}._mobile._landscape .ml\:right-70{right:70px}._mobile._landscape .ml\:top-1\/2{top:50%}._mobile._landscape .ml\:top-10{top:10px}._mobile._landscape .ml\:top-106{top:106px}._mobile._landscape .ml\:top-15{top:15px}._mobile._landscape .ml\:top-18{top:18px}._mobile._landscape .ml\:top-20{top:20px}._mobile._landscape .ml\:top-213{top:213px}._mobile._landscape .ml\:top-37{top:37px}._mobile._landscape .ml\:top-66{top:66px}._mobile._landscape .ml\:top-auto{top:auto}._mobile._landscape .ml\:my-10{margin-bottom:10px;margin-top:10px}._mobile._landscape .ml\:-mb-10{margin-bottom:-10px}._mobile._landscape .ml\:mb-10{margin-bottom:10px}._mobile._landscape .ml\:ml-3{margin-left:3px}._mobile._landscape .ml\:mt-0{margin-top:0}._mobile._landscape .ml\:mt-18{margin-top:18px}._mobile._landscape .ml\:mt-20{margin-top:20px}._mobile._landscape .ml\:mt-5{margin-top:5px}._mobile._landscape .ml\:block{display:block}._mobile._landscape .ml\:flex{display:flex}._mobile._landscape .ml\:hidden{display:none}._mobile._landscape .ml\:h-12{height:12px}._mobile._landscape .ml\:h-121{height:121px}._mobile._landscape .ml\:h-168{height:168px}._mobile._landscape .ml\:h-188{height:188px}._mobile._landscape .ml\:h-30{height:30px}._mobile._landscape .ml\:h-34{height:34px}._mobile._landscape .ml\:h-39{height:39px}._mobile._landscape .ml\:h-396{height:396px}._mobile._landscape .ml\:h-42{height:42px}._mobile._landscape .ml\:h-46{height:46px}._mobile._landscape .ml\:h-50{height:50px}._mobile._landscape .ml\:h-54{height:54px}._mobile._landscape .ml\:h-70{height:70px}._mobile._landscape .ml\:h-72{height:72px}._mobile._landscape .ml\:h-91{height:91px}._mobile._landscape .ml\:max-h-83{max-height:83px}._mobile._landscape .ml\:w-12{width:12px}._mobile._landscape .ml\:w-180{width:180px}._mobile._landscape .ml\:w-216{width:216px}._mobile._landscape .ml\:w-238{width:238px}._mobile._landscape .ml\:w-239{width:239px}._mobile._landscape .ml\:w-247{width:247px}._mobile._landscape .ml\:w-284{width:284px}._mobile._landscape .ml\:w-34{width:34px}._mobile._landscape .ml\:w-46{width:46px}._mobile._landscape .ml\:w-518{width:518px}._mobile._landscape .ml\:w-54{width:54px}._mobile._landscape .ml\:w-568{width:568px}._mobile._landscape .ml\:w-57{width:57px}._mobile._landscape .ml\:w-72{width:72px}._mobile._landscape .ml\:w-848{width:848px}._mobile._landscape .ml\:w-850{width:850px}._mobile._landscape .ml\:w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}._mobile._landscape .ml\:w-\[calc\(50\%-6px\)\]{width:calc(50% - 6px)}._mobile._landscape .ml\:min-w-180{min-width:180px}._mobile._landscape .ml\:min-w-216{min-width:216px}._mobile._landscape .ml\:max-w-354{max-width:354px}._mobile._landscape .ml\:max-w-448{max-width:448px}._mobile._landscape .ml\:max-w-560{max-width:560px}._mobile._landscape .ml\:max-w-568{max-width:568px}._mobile._landscape .ml\:max-w-fit{max-width:-moz-fit-content;max-width:fit-content}._mobile._landscape .ml\:-translate-x-1\/2{--tw-translate-x:-50%}._mobile._landscape .ml\:-translate-x-1\/2,._mobile._landscape .ml\:-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:-translate-y-1\/2{--tw-translate-y:-50%}._mobile._landscape .ml\:-translate-y-55{--tw-translate-y:-55px}._mobile._landscape .ml\:-translate-y-55,._mobile._landscape .ml\:translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:translate-x-0{--tw-translate-x:0px}._mobile._landscape .ml\:translate-y-1{--tw-translate-y:1px}._mobile._landscape .ml\:translate-y-1,._mobile._landscape .ml\:translate-y-19{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:translate-y-19{--tw-translate-y:19px}._mobile._landscape .ml\:translate-y-30{--tw-translate-y:30px}._mobile._landscape .ml\:translate-y-30,._mobile._landscape .ml\:translate-y-70{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:translate-y-70{--tw-translate-y:70px}._mobile._landscape .ml\:scale-\[0\.8846\]{--tw-scale-x:0.8846;--tw-scale-y:0.8846}._mobile._landscape .ml\:scale-\[0\.8846\],._mobile._landscape .ml\:scale-\[0\.9216\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:scale-\[0\.9216\]{--tw-scale-x:0.9216;--tw-scale-y:0.9216}._mobile._landscape .ml\:grid-cols-\[130px_auto_240px\]{grid-template-columns:130px auto 240px}._mobile._landscape .ml\:grid-cols-\[210px_215px_215px_minmax\(210px\2c _1fr\)\]{grid-template-columns:210px 215px 215px minmax(210px,1fr)}._mobile._landscape .ml\:grid-rows-\[46px_46px_110px_46px_46px\]{grid-template-rows:46px 46px 110px 46px 46px}._mobile._landscape .ml\:flex-row{flex-direction:row}._mobile._landscape .ml\:flex-col{flex-direction:column}._mobile._landscape .ml\:items-start{align-items:flex-start}._mobile._landscape .ml\:items-center{align-items:center}._mobile._landscape .ml\:justify-items-center{justify-items:center}._mobile._landscape .ml\:gap-0{gap:0}._mobile._landscape .ml\:gap-10{gap:10px}._mobile._landscape .ml\:gap-16{gap:16px}._mobile._landscape .ml\:gap-2{gap:2px}._mobile._landscape .ml\:gap-3{gap:3px}._mobile._landscape .ml\:gap-5{gap:5px}._mobile._landscape .ml\:gap-8{gap:8px}._mobile._landscape .ml\:gap-x-10{-moz-column-gap:10px;column-gap:10px}._mobile._landscape .ml\:gap-x-20{-moz-column-gap:20px;column-gap:20px}._mobile._landscape .ml\:gap-y-10{row-gap:10px}._mobile._landscape .ml\:rounded-16{border-radius:16px}._mobile._landscape .ml\:\!px-0{padding-left:0!important;padding-right:0!important}._mobile._landscape .ml\:px-0{padding-left:0;padding-right:0}._mobile._landscape .ml\:px-20{padding-left:20px;padding-right:20px}._mobile._landscape .ml\:px-4{padding-left:4px;padding-right:4px}._mobile._landscape .ml\:py-16{padding-bottom:16px;padding-top:16px}._mobile._landscape .ml\:\!pb-10{padding-bottom:10px!important}._mobile._landscape .ml\:pb-16{padding-bottom:16px}._mobile._landscape .ml\:pb-18{padding-bottom:18px}._mobile._landscape .ml\:pb-20{padding-bottom:20px}._mobile._landscape .ml\:pb-22{padding-bottom:22px}._mobile._landscape .ml\:pb-31{padding-bottom:31px}._mobile._landscape .ml\:pb-5{padding-bottom:5px}._mobile._landscape .ml\:pb-8{padding-bottom:8px}._mobile._landscape .ml\:pl-15{padding-left:15px}._mobile._landscape .ml\:pr-35{padding-right:35px}._mobile._landscape .ml\:pt-19{padding-top:19px}._mobile._landscape .ml\:pt-25{padding-top:25px}._mobile._landscape .ml\:pt-6{padding-top:6px}._mobile._landscape .ml\:text-left{text-align:left}._mobile._landscape .ml\:text-center{text-align:center}._mobile._landscape .ml\:text-14{font-size:14px}._mobile._landscape .ml\:text-22{font-size:22px}._mobile._landscape .ml\:text-\[11\.5px\]{font-size:11.5px}._mobile._landscape .ml\:leading-\[1\.4\]{line-height:1.4}._mobile._landscape .ml\:tracking-\[0\.88px\]{letter-spacing:.88px}._mobile._landscape .ml\:\[grid-area\:a2\]{grid-area:a2}._mobile._landscape .ml\:\[grid-area\:a3\]{grid-area:a3}._mobile._landscape .ml\:\[grid-template-areas\:\"a1_a2_a3_a4\"\]{grid-template-areas:"a1 a2 a3 a4"}._mobile._landscape .ml\:\[grid-template-areas\:\"menu\"\"stakeAmounts\"\"play\"\"auto\"\"bonus\"\]{grid-template-areas:"menu""stakeAmounts""play""auto""bonus"}@media (min-width:768px){.md\:right-11{right:11px}}@media (max-height:300px){.low\:-translate-x-1\/2{--tw-translate-x:-50%}.low\:-translate-x-1\/2,.low\:translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.low\:translate-y-1\/2{--tw-translate-y:50%}._mobile._landscape .ml\:low\:bottom-\[calc\(25\%-15px\)\]{bottom:calc(25% - 15px)}}.\[\&\:not\(\:last-child\)\]\:after\:absolute:not(:last-child):after{content:var(--tw-content);position:absolute}.\[\&\:not\(\:last-child\)\]\:after\:-bottom-13:not(:last-child):after{bottom:-13px;content:var(--tw-content)}.\[\&\:not\(\:last-child\)\]\:after\:left-0:not(:last-child):after{content:var(--tw-content);left:0}.\[\&\:not\(\:last-child\)\]\:after\:h-1:not(:last-child):after{content:var(--tw-content);height:1px}.\[\&\:not\(\:last-child\)\]\:after\:w-full:not(:last-child):after{content:var(--tw-content);width:100%}.\[\&\:not\(\:last-child\)\]\:after\:bg-white-10:not(:last-child):after{background-color:var(--colors-white-10);content:var(--tw-content)}._mobile._landscape .ml\:\[\&\:not\(\:last-child\)\]\:after\:-bottom-9:not(:last-child):after{bottom:-9px;content:var(--tw-content)}.\[\&_h3\:first-child\]\:mt-0 h3:first-child{margin-top:0}.\[\&_h3\]\:mt-19 h3{margin-top:19px}.\[\&_img\]\:absolute img{position:absolute}.\[\&_img\]\:left-0 img{left:0}.\[\&_img\]\:left-1\/2 img{left:50%}.\[\&_img\]\:top-0 img{top:0}.\[\&_img\]\:top-1\/2 img{top:50%}.\[\&_img\]\:h-full img{height:100%}.\[\&_img\]\:w-120 img{width:120px}.\[\&_img\]\:w-full img{width:100%}.\[\&_img\]\:max-w-none img{max-width:none}.\[\&_img\]\:-translate-x-1\/2 img{--tw-translate-x:-50%}.\[\&_img\]\:-translate-x-1\/2 img,.\[\&_img\]\:-translate-y-1\/2 img{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_img\]\:-translate-y-1\/2 img{--tw-translate-y:-50%}._mobile._landscape .ml\:\[\&_img\]\:w-108 img{width:108px}.\[\&_li\]\:relative li{position:relative}.\[\&_li\]\:pl-22 li{padding-left:22px}.\[\&_li\]\:opacity-80 li{opacity:.8}.\[\&_li\]\:before\:absolute li:before{content:var(--tw-content);position:absolute}.\[\&_li\]\:before\:left-10 li:before{content:var(--tw-content);left:10px}.\[\&_li\]\:before\:top-7 li:before{content:var(--tw-content);top:7px}.\[\&_li\]\:before\:h-4 li:before{content:var(--tw-content);height:4px}.\[\&_li\]\:before\:w-4 li:before{content:var(--tw-content);width:4px}.\[\&_li\]\:before\:rounded-full li:before{border-radius:9999px;content:var(--tw-content)}.\[\&_p\]\:mt-4 p{margin-top:4px}.\[\&_p\]\:opacity-80 p{opacity:.8}._mobile._landscape .\[\&_p\]\:ml\:mt-5 p{margin-top:5px}.\[\&_path\]\:fill-accent-pink path{fill:var(--colors-accent-pink)}.\[\&_path\]\:opacity-60 path{opacity:.6}.\[\&_path\]\:drop-shadow-player-panel-icon path{--tw-drop-shadow:drop-shadow(0px 1px 2px #0009);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\[\&_svg\]\:h-34 svg{height:34px}.\[\&_svg\]\:w-34 svg{width:34px}.\[\&_svg_stop\:nth-child\(1\)\]\:\[stop-color\:var\(--colors-gold-stop-0\)\] svg stop:first-child{stop-color:var(--colors-gold-stop-0)}.\[\&_svg_stop\:nth-child\(2\)\]\:\[stop-color\:var\(--colors-gold-stop-1\)\] svg stop:nth-child(2){stop-color:var(--colors-gold-stop-1)}.\[\&_svg_stop\:nth-child\(3\)\]\:\[stop-color\:var\(--colors-gold-stop-2\)\] svg stop:nth-child(3){stop-color:var(--colors-gold-stop-2)}.\[\&_table\]\:mt-4 table{margin-top:4px}.\[\&_table\]\:w-full table{width:100%}.\[\&_tbody\>tr\:last-child\>td\:first-child\]\:before\:rounded-bl-10 tbody>tr:last-child>td:first-child:before{border-bottom-left-radius:10px;content:var(--tw-content)}.\[\&_tbody\>tr\:last-child\>td\:last-child\]\:before\:rounded-br-10 tbody>tr:last-child>td:last-child:before{border-bottom-right-radius:10px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\:last-child\]\:before\:border-r tbody>tr>td:last-child:before{border-right-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:relative tbody>tr>td{position:relative}.\[\&_tbody\>tr\>td\]\:h-30 tbody>tr>td{height:30px}.\[\&_tbody\>tr\>td\]\:pl-12 tbody>tr>td{padding-left:12px}.\[\&_tbody\>tr\>td\]\:before\:absolute tbody>tr>td:before{content:var(--tw-content);position:absolute}.\[\&_tbody\>tr\>td\]\:before\:left-0 tbody>tr>td:before{content:var(--tw-content);left:0}.\[\&_tbody\>tr\>td\]\:before\:top-0 tbody>tr>td:before{content:var(--tw-content);top:0}.\[\&_tbody\>tr\>td\]\:before\:h-full tbody>tr>td:before{content:var(--tw-content);height:100%}.\[\&_tbody\>tr\>td\]\:before\:w-full tbody>tr>td:before{content:var(--tw-content);width:100%}.\[\&_tbody\>tr\>td\]\:before\:border-b tbody>tr>td:before{border-bottom-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-l tbody>tr>td:before{border-left-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-solid tbody>tr>td:before{border-style:solid;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-white-10 tbody>tr>td:before{border-color:var(--colors-white-10);content:var(--tw-content)}.\[\&_thead\>tr\>th\:first-child\]\:rounded-tl-10 thead>tr>th:first-child{border-top-left-radius:10px}.\[\&_thead\>tr\>th\:last-child\]\:rounded-tr-10 thead>tr>th:last-child{border-top-right-radius:10px}.\[\&_thead\>tr\>th\]\:h-30 thead>tr>th{height:30px}.\[\&_thead\>tr\>th\]\:w-1\/2 thead>tr>th{width:50%}.\[\&_thead\>tr\>th\]\:bg-white-10 thead>tr>th{background-color:var(--colors-white-10)}.\[\&_thead\>tr\>th\]\:pl-12 thead>tr>th{padding-left:12px}.\[\&_thead\>tr\>th\]\:text-left thead>tr>th{text-align:left}.\[\&_ul\]\:mt-4 ul{margin-top:4px}.\[\&_ul\]\:flex ul{display:flex}.\[\&_ul\]\:flex-col ul{flex-direction:column}.\[\&_ul\]\:gap-3 ul{gap:3px}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.range-slider{background-color:var(--colors-white-20);border-radius:4px;cursor:pointer;height:4px;position:relative}.range-slider__bar{background-color:var(--colors-accent-pink);border-radius:4px;height:100%;left:0;position:absolute}.range-slider__handle{background-color:var(--colors-white);border-radius:50%;height:18px;position:absolute;right:-9px;top:50%;transform:translateY(-50%);width:18px}.range-slider__label{align-items:center;color:var(--colors-white-20);display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);-webkit-user-select:none;user-select:none;z-index:1}.sr-only{border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}.DyFopbPD .swiper-pagination{bottom:0;display:flex;justify-content:center;margin:0}.DyFopbPD .swiper-pagination .swiper-pagination-bullet{background-color:var(--colors-white-20);box-shadow:none;height:10px;margin:0 5px;opacity:1;width:10px}.DyFopbPD .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--colors-orange)}
|