@charset "UTF-8";.notification[data-v-df74e571]{display:flex;flex-direction:column;width:368px;max-width:400px;overflow:hidden;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:var(--notification-box-shadow);background:var(--notification-background);border:var(--notification-border);border-radius:var(--notification-border-radius);padding:7px 11px}.notification--success[data-v-df74e571]{border-color:var(--notification-success-border-color);box-shadow:var(--notification-success-box-shadow)}.notification--error[data-v-df74e571]{border-color:var(--notification-error-border-color);box-shadow:var(--notification-error-box-shadow)}.notification--warning[data-v-df74e571]{border-color:var(--notification-warning-border-color);box-shadow:var(--notification-warning-box-shadow)}.notification__content[data-v-df74e571]{display:flex;align-items:center;padding:10px}.notification__icon[data-v-df74e571]{margin-right:12px}.notification__icon .icon[data-v-df74e571]{width:52px;height:52px}.notification__text[data-v-df74e571]{flex:1;display:flex;flex-direction:column;gap:6px}.notification__title[data-v-df74e571]{font-weight:var(--notification-title-font-weight);font-size:var(--notification-title-font-size);text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--notification-title-color);margin:0}.notification__message[data-v-df74e571]{margin:0;font-weight:var(--notification-message-font-weight);font-size:var(--notification-message-font-size);color:var(--notification-message-color);line-height:var(--notification-message-line-height)}.notification__close[data-v-df74e571]{background:none;border:none;font-size:var(--notification-close-font-size);cursor:pointer;color:var(--notification-close-color);margin-left:12px;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.notification__progress[data-v-df74e571]{background:var(--notification-progress-background);height:5px;border-radius:var(--notification-progress-border-radius);transition:var(--notification-progress-transition);margin-top:8px}.notification-container[data-v-08000ca3]{position:fixed;top:20px;right:20px;z-index:10000;pointer-events:none}.notification-stack[data-v-08000ca3]{display:flex;flex-direction:column;align-items:flex-end;gap:0;pointer-events:none}.notification-item[data-v-08000ca3]{pointer-events:auto;margin-bottom:-60px;transition:all .4s cubic-bezier(.25,.8,.25,1)}.slide-enter-active[data-v-08000ca3],.slide-leave-active[data-v-08000ca3]{transition:all .4s cubic-bezier(.25,.8,.25,1)}.slide-enter-from[data-v-08000ca3],.slide-leave-to[data-v-08000ca3]{opacity:0;transform:translate(100%) translateY(-20px)}.slide-leave-active[data-v-08000ca3]{position:absolute;right:0;width:368px}.input-wrapper[data-v-246e31e8]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-246e31e8]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-246e31e8]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-246e31e8]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-246e31e8]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-246e31e8]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-246e31e8]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-246e31e8]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-246e31e8]:focus,.select-group--dropdown[data-v-246e31e8]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-246e31e8]{background-color:transparent;color:var(--color-select-option-font)}@keyframes fadeIn-246e31e8{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake-246e31e8{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes fadeInJackpotWin-246e31e8{0%{opacity:0}to{opacity:1}}@keyframes scaleInJackpotWin-246e31e8{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes Loading__Spin-Anim-246e31e8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-slide-enter-active[data-v-246e31e8],.fade-slide-leave-active[data-v-246e31e8]{transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.fade-slide-enter-from[data-v-246e31e8],.fade-slide-leave-to[data-v-246e31e8]{opacity:0;transform:translateY(-5px)}.fade-slide-enter-to[data-v-246e31e8],.fade-slide-leave-from[data-v-246e31e8]{opacity:1;transform:translateY(0)}.jackpot-item-enter-active[data-v-246e31e8],.jackpot-item-leave-active[data-v-246e31e8]{transition:opacity .5s ease}.jackpot-item-enter-from[data-v-246e31e8],.jackpot-item-leave-to[data-v-246e31e8]{opacity:0}.jackpot-item-move[data-v-246e31e8]{transition:transform .5s ease}.jackpot-win-popup[data-v-246e31e8]{display:flex;flex-direction:column;gap:var(--jackpot-win-popup-gap);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:var(--jackpot-win-popup-background);border:var(--jackpot-win-popup-border);padding:20px;border-radius:var(--jackpot-win-popup-border-radius);text-align:center;width:90%;max-width:350px;animation:scaleInJackpotWin-246e31e8 var(--animation-time-jackpot-win) ease-in-out}.jackpot-win-popup-overlay[data-v-246e31e8]{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--jackpot-win-popup-background);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeInJackpotWin-246e31e8 var(--animation-time-jackpot-win) ease-in-out}.jackpot-win-header[data-v-246e31e8]{display:flex;justify-content:space-between;align-items:center}.jackpot-win-header h2[data-v-246e31e8]{margin:0;text-align:center;width:100%;color:var(--jackpot-win-header-title-color);font-size:var(--jackpot-win-header-title-font-size);font-weight:var(--jackpot-win-header-title-font-weight);line-height:var(--jackpot-win-header-title-line-height)}.jackpot-win-close[data-v-246e31e8]{background:none;border:none;color:var(--jackpot-win-close-color);font-size:var(--jackpot-win-close-font-size);font-weight:var(--jackpot-win-close-font-weight);line-height:var(--jackpot-win-close-line-height);cursor:pointer;padding:0;position:absolute;right:20px;transition:color var(--animation-time-jackpot-win-close)}.jackpot-win-close[data-v-246e31e8]:hover{color:var(--jackpot-win-close-color-hover)}.jackpot-win-content[data-v-246e31e8]{background-size:cover;background-position:center;height:175px;display:flex;justify-content:center;align-items:center;border-radius:var(--jackpot-win-content-border-radius)}.jackpot-win-amount[data-v-246e31e8]{font-size:var(--jackpot-win-amount-font-size);font-weight:var(--jackpot-win-amount-font-weight);line-height:var(--jackpot-win-amount-line-height);color:var(--jackpot-win-amount-color)}.jackpot-win-amount.amount-index-0[data-v-246e31e8]{background:var(--jackpot-win-amount-gradient-0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.jackpot-win-amount.amount-index-1[data-v-246e31e8]{background:var(--jackpot-win-amount-gradient-1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.jackpot-win-amount.amount-index-2[data-v-246e31e8]{background:var(--jackpot-win-amount-gradient-2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.jackpot-win-text[data-v-246e31e8]{font-size:var(--jackpot-win-text-font-size);font-weight:var(--jackpot-win-text-font-weight);line-height:var(--jackpot-win-text-line-height);color:var(--jackpot-win-text-color)}.jackpot-win-claim[data-v-246e31e8]:disabled{cursor:not-allowed}@media (max-width: 720px){.jackpot-win-popup[data-v-246e31e8]{width:95%}.jackpot-win-header h2[data-v-246e31e8]{font-size:var(--jackpot-win-header-title-font-size-mobile);font-weight:var(--jackpot-win-header-title-font-weight-mobile);line-height:var(--jackpot-win-header-title-line-height-mobile)}.jackpot-win-amount[data-v-246e31e8]{font-size:var(--jackpot-win-amount-font-size-mobile);font-weight:var(--jackpot-win-amount-font-weight-mobile);line-height:var(--jackpot-win-amount-line-height-mobile)}}.button[data-v-c27aed50]{font-family:var(--font-family-base)}.button-showmore[data-v-c27aed50]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-c27aed50]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-c27aed50]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-c27aed50]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-c27aed50]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-c27aed50]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-c27aed50]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-c27aed50]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-c27aed50]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-c27aed50]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-c27aed50]:hover{border-color:var(--color-button-tag-hover-border)}}.header[data-v-c27aed50]{display:flex;align-items:center;justify-content:space-between;background-color:var(--color-header-background);padding:7px 15px;position:fixed;width:100%;z-index:9}.header__logo[data-v-c27aed50]{width:130px}.header__logo img[data-v-c27aed50]{width:100%}.header__auth[data-v-c27aed50]{display:flex;gap:10px}.header__user[data-v-c27aed50]{display:flex;flex-direction:row;align-items:center;gap:15px}.header__button-deposit[data-v-c27aed50]{display:flex}.header__button-dropdown[data-v-c27aed50]{display:none}.header__balance[data-v-c27aed50]{position:relative;text-align:center;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:5px;padding:11px 23px;background:var(--header-balance-background);border-radius:var(--header-balance-border-radius);border:var(--header-balance-border)}.header__balance img[data-v-c27aed50]{width:14px;height:auto}.header__balance-dropdown[data-v-c27aed50]{position:absolute;top:130%;right:0;border-radius:var(--header-balance-dropdown-border-radius);border:var(--header-balance-dropdown-border);z-index:10;min-width:350px;padding:15px;display:block;opacity:0;transform:translateY(-10px);pointer-events:none;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:var(--header-balance-dropdown-box-shadow);background:var(--header-balance-dropdown-background);transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.header__balance-dropdown--row[data-v-c27aed50]{display:flex;flex-direction:row;gap:50px}.header__balance-dropdown--open[data-v-c27aed50]{opacity:1;transform:translateY(0);pointer-events:auto}.header__balance-item[data-v-c27aed50]{padding:5px 0;font-size:var(--header-balance-dropdown-item-font-size);line-height:var(--header-balance-dropdown-item-line-height);font-weight:var(--header-balance-dropdown-item-font-weight);text-align:left;color:var(--header-balance-dropdown-item-color)}.header__balance-item--title[data-v-c27aed50]{font-weight:var(--header-balance-dropdown-title-font-weight);font-size:var(--header-balance-dropdown-title-font-size);line-height:var(--header-balance-dropdown-title-line-height);text-align:left;margin:0 0 10px}.header__balance-item--title span[data-v-c27aed50]{font-weight:var(--header-balance-dropdown-title-span-font-weight);color:var(--header-balance-dropdown-title-span-font-color)}.header__balance-item--value[data-v-c27aed50]{font-size:var(--header-balance-dropdown-value-font-size);line-height:var(--header-balance-dropdown-value-line-height);font-weight:var(--header-balance-dropdown-value-font-weight);color:var(--header-balance-dropdown-value-font-color)}.header__icon-btn[data-v-c27aed50]{cursor:pointer;border-radius:var(--header-icon-button-border-radius);border:var(--header-icon-button-border);background-color:var(--header-icon-button-background);padding:10px;position:relative;transition:box-shadow var(--animation-time-general) ease,background-color var(--animation-time-general) ease}.header__icon-btn img[data-v-c27aed50]{width:20px;height:20px}.header__icon-btn[data-v-c27aed50]:hover{box-shadow:var(--header-icon-button-box-shadow-hover);background-color:var(--header-icon-button-background-hover)}.header__badge[data-v-c27aed50]{top:0;right:0;display:flex;justify-content:center;align-items:center;position:absolute;font-weight:var(--header-icon-button-badge-font-weight);font-size:var(--header-icon-button-badge-font-size);line-height:var(--header-icon-button-badge-line-height);text-align:center;width:17px;height:17px;color:var(--header-icon-button-badge-color);border-radius:var(--header-icon-button-badge-border-radius);border:var(--header-icon-button-badge-border)}.header__icon-profile span[data-v-c27aed50]{background:var(--header-icon-button-profile-span-background);box-shadow:var(--header-icon-button-profile-span-box-shadow)}.header__icon-notification .header__badge[data-v-c27aed50]{color:var(--header-icon-button-notifications-badge-color)}.header__icon-notification span[data-v-c27aed50]{background:var(--header-icon-button-notifications-span-background);box-shadow:var(--header-icon-button-notifications-span-box-shadow)}@media (min-width: 1100px){.header__balance:hover .header__balance-dropdown[data-v-c27aed50]{opacity:1;transform:translateY(0);pointer-events:auto}}@media (max-width: 1100px){.header[data-v-c27aed50]{justify-content:space-between;padding:10px 13px}.header__logo[data-v-c27aed50]{width:130px}.header__auth[data-v-c27aed50],.header__user[data-v-c27aed50]{gap:6px}.header__button-deposit[data-v-c27aed50]{display:none}.header__button-dropdown[data-v-c27aed50]{display:flex;width:100%;justify-content:center}.header__balance[data-v-c27aed50]{gap:8px}.header__balance img[data-v-c27aed50]{width:12px}.header__balance-dropdown[data-v-c27aed50]{min-width:300px;padding:15px;box-shadow:var(--header-balance-dropdown-box-shadow-mobile);transform:translateY(-10px)}.header__balance-dropdown--open[data-v-c27aed50]{opacity:1;transform:translateY(0);pointer-events:auto}.header__balance-item[data-v-c27aed50]{padding:5px 0;font-size:var(--header-balance-dropdown-item-font-size-mobile);line-height:var(--header-balance-dropdown-item-line-height-mobile)}.header__balance-item--title[data-v-c27aed50]{font-size:var(--header-balance-dropdown-title-font-size-mobile);line-height:var(--header-balance-dropdown-title-line-height-mobile)}.header__balance-item--value[data-v-c27aed50]{font-size:var(--header-balance-dropdown-value-font-size-mobile);line-height:var(--header-balance-dropdown-value-line-height-mobile)}.header__icon-btn img[data-v-c27aed50]{width:20px;height:20px}.header__icon-btn[data-v-c27aed50]:hover{box-shadow:var(--header-icon-button-box-shadow-hover-mobile)}.header__badge[data-v-c27aed50]{top:0;width:13px;height:13px}}@media (max-width: 520px){.header__balance-dropdown[data-v-c27aed50]{min-width:250px}}@media (max-width: 400px){.header__logo[data-v-c27aed50]{width:90px;margin:0 15px 0 0}.header__auth[data-v-c27aed50]{gap:5px}.header__balance[data-v-c27aed50]{gap:5px;padding:9px 12px}.header__balance img[data-v-c27aed50]{width:10px}.header__balance-dropdown[data-v-c27aed50]{min-width:230px;padding:15px;right:-75%}.header__balance-item[data-v-c27aed50]{font-size:var(--header-balance-dropdown-item-font-size-400);line-height:var(--header-balance-dropdown-item-line-height-400)}.header__balance-item--title[data-v-c27aed50]{font-size:var(--header-balance-dropdown-title-font-size-400);line-height:var(--header-balance-dropdown-title-line-height-400)}.header__balance-item--value[data-v-c27aed50]{font-size:var(--header-balance-dropdown-value-font-size-400);line-height:var(--header-balance-dropdown-value-line-height-400)}.header__icon-btn[data-v-c27aed50]{padding:7px}.header__icon-btn img[data-v-c27aed50]{width:19px;height:19px}.header__badge[data-v-c27aed50]{font-size:var(--header-icon-button-badge-font-size-400);line-height:var(--header-icon-button-badge-line-height-400);width:12px;height:12px}}.auth-layout[data-v-e09bf33c]{display:flex;flex-direction:column;min-height:100vh}.auth-content[data-v-e09bf33c]{flex:1;transition:all var(--animation-time-general) ease-in-out}@media (max-width: 768px){.auth-content[data-v-e09bf33c]{margin:70px 0 30px}}.back-button[data-v-4cf680f9]{background:var(--back-button-background);border:var(--back-button-border);border-radius:var(--back-button-border-radius);cursor:pointer;padding:8px;display:flex;gap:var(--back-button-gap);align-items:center;justify-content:center;font-weight:var(--back-button-font-weight);font-size:var(--back-button-font-size);line-height:var(--back-button-line-height);color:var(--back-button-color);transition:opacity var(--animation-time-general) ease-in-out;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}.back-button[data-v-4cf680f9]:hover{opacity:.7}.back-button img[data-v-4cf680f9]{width:var(--back-button-image-size);height:var(--back-button-image-size);pointer-events:none;user-drag:none;-webkit-user-drag:none;-webkit-touch-callout:none}.authtextlink__text[data-v-81ab0383]{margin:15px 0 0;font-weight:var(--authtextlink-font-weight);font-size:var(--authtextlink-font-size);line-height:var(--authtextlink-line-height);text-align:center;color:var(--authtextlink-color)}.authtextlink__link[data-v-81ab0383]{font-weight:var(--authtextlink-link-font-weight);text-decoration:underline;transition:color var(--animation-time-general) ease}.authtextlink__link[data-v-81ab0383]:hover{color:var(--authtextlink-link-hover-color)}.visibilitycontenttghl__button[data-v-e46a953b]{position:absolute;right:10px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;width:21px;height:16px}.visibilitycontenttghl__button img[data-v-e46a953b]{width:100%;height:auto}@media (max-width: 768px){.visibilitycontenttghl__button[data-v-e46a953b]{right:10px}.visibilitycontenttghl__button img[data-v-e46a953b]{width:21px;height:16px}}.button[data-v-9f9edca0]{font-family:var(--font-family-base)}.button-showmore[data-v-9f9edca0]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-9f9edca0]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-9f9edca0]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-9f9edca0]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-9f9edca0]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-9f9edca0]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-9f9edca0]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-9f9edca0]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-9f9edca0]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-9f9edca0]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-9f9edca0]:hover{border-color:var(--color-button-tag-hover-border)}}.input-wrapper[data-v-9f9edca0]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-9f9edca0]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-9f9edca0]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-9f9edca0]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-9f9edca0]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-9f9edca0]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-9f9edca0]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-9f9edca0]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-9f9edca0]:focus,.select-group--dropdown[data-v-9f9edca0]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-9f9edca0]{background-color:transparent;color:var(--color-select-option-font)}@keyframes fadeIn-9f9edca0{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake-9f9edca0{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes fadeInJackpotWin-9f9edca0{0%{opacity:0}to{opacity:1}}@keyframes scaleInJackpotWin-9f9edca0{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes Loading__Spin-Anim-9f9edca0{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-slide-enter-active[data-v-9f9edca0],.fade-slide-leave-active[data-v-9f9edca0]{transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.fade-slide-enter-from[data-v-9f9edca0],.fade-slide-leave-to[data-v-9f9edca0]{opacity:0;transform:translateY(-5px)}.fade-slide-enter-to[data-v-9f9edca0],.fade-slide-leave-from[data-v-9f9edca0]{opacity:1;transform:translateY(0)}.jackpot-item-enter-active[data-v-9f9edca0],.jackpot-item-leave-active[data-v-9f9edca0]{transition:opacity .5s ease}.jackpot-item-enter-from[data-v-9f9edca0],.jackpot-item-leave-to[data-v-9f9edca0]{opacity:0}.jackpot-item-move[data-v-9f9edca0]{transition:transform .5s ease}.errors__inputs-error--message[data-v-9f9edca0]{display:block;color:var(--color-error);font-size:10px;line-height:12px;position:absolute;bottom:-15px;left:0;width:100%;text-align:left}.errors__error-message[data-v-9f9edca0]{display:block;color:var(--color-error);font-size:14px;line-height:16px;text-align:center}.auth[data-v-9f9edca0]{display:flex;justify-content:center;flex-direction:column;gap:20px;align-items:center;margin:80px 0 0}.auth__close[data-v-9f9edca0]{display:flex;justify-content:flex-start;width:100%;max-width:700px}.auth__close-desktop[data-v-9f9edca0]{display:flex}.auth__close-mobile[data-v-9f9edca0]{display:none}.auth__block[data-v-9f9edca0]{display:flex;background:var(--auth-block-background);border-radius:var(--auth-block-border-radius);width:700px;min-height:520px}.auth__bonus-block[data-v-9f9edca0]{flex:0 0 325px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;border-radius:var(--auth-bonus-block-border-radius)}.auth__bonus-image[data-v-9f9edca0]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;display:block;top:0;left:0}.auth__form[data-v-9f9edca0]{display:flex;flex-direction:column;width:100%;position:relative;margin:15px 0 0}.auth__form-header[data-v-9f9edca0]{display:flex;flex-direction:row;gap:10px;justify-content:space-between;align-items:center;width:100%}.auth__form-content[data-v-9f9edca0]{display:flex;flex-direction:column}.auth__form-block[data-v-9f9edca0]{flex:1;padding:25px;display:flex;flex-direction:column}.auth__tabs[data-v-9f9edca0]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:var(--auth-tabs-background);border-radius:var(--auth-tabs-border-radius);padding:1px;position:relative}.auth__tab[data-v-9f9edca0]{padding:13px 0;width:107px;font-weight:var(--auth-tab-font-weight);font-size:var(--auth-tab-font-size);line-height:var(--auth-tab-line-height);text-align:center;color:var(--auth-tab-color);background:none;border:none;cursor:pointer;transition:background var(--animation-time-general) ease,var(--animation-time-general) ease;position:relative;border-radius:var(--auth-tab-border-radius)}.auth__tab--active[data-v-9f9edca0]{color:var(--auth-tab-active-color);background:var(--auth-tab-active-background)}.auth__tab-divider[data-v-9f9edca0]{position:absolute;top:14px;width:2px;height:15px;background:var(--auth-tab-divider-background);border-radius:var(--auth-tab-divider-border-radius);transition:left var(--animation-time-general) ease,background-color var(--animation-time-general) ease,opacity var(--animation-time-general) ease}.auth__tab-divider--hidden[data-v-9f9edca0]{background:transparent;opacity:0}.auth__input-wrapper[data-v-9f9edca0]{position:relative;display:flex;flex-direction:column;margin:0 0 15px}.auth__input-wrapper--twoinrow[data-v-9f9edca0]{display:flex;flex-direction:row;gap:10px}.auth__input-wrapper--twoinrow .auth__input-wrapper[data-v-9f9edca0]:nth-child(1){width:100%}.auth__input-wrapper--twoinrow .auth__input-wrapper[data-v-9f9edca0]:nth-child(2){width:70px}.auth__input-container[data-v-9f9edca0]{position:relative;display:flex;align-items:center;width:100%}.auth__form-content[data-v-9f9edca0],.auth__social-content[data-v-9f9edca0]{opacity:1;transform:translateY(0);animation:fadeIn-9f9edca0 var(--animation-time-general) ease-in-out;transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.auth__social-title[data-v-9f9edca0]{font-weight:var(--auth-social-title-font-weight);font-size:var(--auth-social-title-font-size);line-height:var(--auth-social-title-line-height);color:var(--auth-social-title-color);text-align:center;margin:20px 0 10px}.auth__social-grid[data-v-9f9edca0]{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.auth__social-button[data-v-9f9edca0]{padding:13px;background:var(--auth-social-button-background);border:none;border-radius:var(--auth-social-button-border-radius);font-size:var(--auth-social-button-font-size);line-height:var(--auth-social-button-line-height);font-weight:var(--auth-social-button-font-weight);color:var(--auth-social-button-color);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;transition:box-shadow var(--animation-time-general) ease,background var(--animation-time-general) ease}.auth__social-button[data-v-9f9edca0]:hover{box-shadow:var(--auth-social-button-box-shadow-hover);background:var(--auth-social-button-hover-background)}.auth__social-icon[data-v-9f9edca0]{width:16px;height:16px}.auth__label[data-v-9f9edca0]{margin:0 0 5px}.auth__input.error[data-v-9f9edca0]{border-color:var(--color-error);animation:shake-9f9edca0 var(--animation-time-general) ease-in-out}.auth__button[data-v-9f9edca0]{margin-top:5px}@media (max-width: 768px){.auth[data-v-9f9edca0]{margin:10px 25px}.auth__close-desktop[data-v-9f9edca0]{display:none}.auth__close-mobile[data-v-9f9edca0]{display:flex}.auth__block[data-v-9f9edca0]{flex-direction:column;border-radius:0;width:100%;height:initial;background:none;overflow:visible}.auth__bonus-block[data-v-9f9edca0]{flex:0 0 320px;border-radius:var(--auth-bonus-block-border-radius)}.auth__form-block[data-v-9f9edca0]{padding:10px 0}.auth__tabs[data-v-9f9edca0]{border-radius:var(--auth-tabs-border-radius);padding:1px}.auth__tab[data-v-9f9edca0]{padding:13px 0;width:100%;font-size:var(--auth-tab-font-size);line-height:var(--auth-tab-line-height);border-radius:var(--auth-tab-border-radius)}.auth__form[data-v-9f9edca0]{margin:0}.auth__form-content[data-v-9f9edca0],.auth__form__social-content[data-v-9f9edca0]{transform:translateY(10px)}.auth__form-content--inline[data-v-9f9edca0],.auth__form__social-content--inline[data-v-9f9edca0]{margin-top:9px}.auth__social-grid[data-v-9f9edca0]{gap:10px}.auth__social-button[data-v-9f9edca0]{padding:13px;border-radius:var(--auth-social-button-border-radius);font-size:var(--auth-social-button-font-size);line-height:var(--auth-social-button-line-height);gap:5px}.auth__social-button[data-v-9f9edca0]:hover{box-shadow:var(--auth-social-button-box-shadow-hover)}.auth__social-icon[data-v-9f9edca0]{width:16px;height:16px}.auth__label[data-v-9f9edca0]{margin:0 0 5px}.auth__input-wrapper[data-v-9f9edca0]{margin:0 0 15px}.auth__input-wrapper--twoinrow[data-v-9f9edca0]{gap:15px}.auth__input-wrapper--twoinrow .auth__input-wrapper[data-v-9f9edca0]:nth-child(2){width:60px}.auth__input[data-v-9f9edca0]:focus{border-color:var(--auth-input-focus-border);outline:none}.auth__input.error[data-v-9f9edca0]{border-color:var(--color-error)}.auth__button[data-v-9f9edca0]{margin-top:5px}}@media (max-width: 550px){.auth__bonus-block[data-v-9f9edca0]{flex:0 0 250px}}@media (max-width: 450px){.auth__bonus-block[data-v-9f9edca0]{flex:0 0 200px}}@media (max-width: 350px){.auth__bonus-block[data-v-9f9edca0]{flex:0 0 150px}}.auth__form-block[data-v-9f9edca0]{align-items:center}.auth__tabs[data-v-9f9edca0]{width:217px}.auth__forgot-password[data-v-9f9edca0]{display:block;margin:10px 0 0;text-align:center;font-size:var(--auth-login-forgot-password-font-size);line-height:var(--auth-login-forgot-password-line-height);font-weight:var(--auth-login-forgot-password-font-weight);-webkit-text-decoration:var(--auth-login-forgot-password-text-decoration);text-decoration:var(--auth-login-forgot-password-text-decoration)}.auth__login-error-info[data-v-9f9edca0]{display:flex;flex-direction:column;margin:15px 0 0;gap:5px}.auth__login-error-info-text[data-v-9f9edca0]{font-size:12px;line-height:14px;text-align:center}@media (max-width: 768px){.auth__tabs[data-v-9f9edca0]{width:100%}.auth__forgot-password[data-v-9f9edca0]{margin:20px 0 5px}.auth__social-title[data-v-9f9edca0]{font-size:var(--auth-login-social-title-font-size);line-height:var(--auth-login-social-title-line-height);font-weight:var(--auth-login-social-title-font-weight);margin:35px 0 15px}}.input-wrapper[data-v-d5bcce3f]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-d5bcce3f]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-d5bcce3f]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-d5bcce3f]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-d5bcce3f]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-d5bcce3f]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-d5bcce3f]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-d5bcce3f]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-d5bcce3f]:focus,.select-group--dropdown[data-v-d5bcce3f]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-d5bcce3f]{background-color:transparent;color:var(--color-select-option-font)}@keyframes fadeIn-d5bcce3f{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake-d5bcce3f{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes fadeInJackpotWin-d5bcce3f{0%{opacity:0}to{opacity:1}}@keyframes scaleInJackpotWin-d5bcce3f{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes Loading__Spin-Anim-d5bcce3f{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-slide-enter-active[data-v-d5bcce3f],.fade-slide-leave-active[data-v-d5bcce3f]{transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.fade-slide-enter-from[data-v-d5bcce3f],.fade-slide-leave-to[data-v-d5bcce3f]{opacity:0;transform:translateY(-5px)}.fade-slide-enter-to[data-v-d5bcce3f],.fade-slide-leave-from[data-v-d5bcce3f]{opacity:1;transform:translateY(0)}.jackpot-item-enter-active[data-v-d5bcce3f],.jackpot-item-leave-active[data-v-d5bcce3f]{transition:opacity .5s ease}.jackpot-item-enter-from[data-v-d5bcce3f],.jackpot-item-leave-to[data-v-d5bcce3f]{opacity:0}.jackpot-item-move[data-v-d5bcce3f]{transition:transform .5s ease}.errors__inputs-error--message[data-v-d5bcce3f]{display:block;color:var(--color-error);font-size:10px;line-height:12px;position:absolute;bottom:-15px;left:0;width:100%;text-align:left}.errors__error-message[data-v-d5bcce3f]{display:block;color:var(--color-error);font-size:14px;line-height:16px;text-align:center}.currencydropdown__label[data-v-d5bcce3f]{margin:0 0 5px}.currencydropdown__dropdown[data-v-d5bcce3f]{position:relative;width:100%;height:100%}.currencydropdown__dropdown-menu[data-v-d5bcce3f]{position:absolute;top:100%;left:0;right:0;z-index:50;background:var(--currencydropdown-dropdown-background);border:1px solid var(--currencydropdown-dropdown-border);border-radius:9px;box-shadow:0 5px 5px var(--currencydropdown-dropdown-shadow);max-height:200px;overflow-y:auto;overflow-x:none;margin:5px 0 0;padding:0;visibility:hidden;pointer-events:none;transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease,visibility var(--animation-time-general) ease}.currencydropdown__dropdown-menu--open[data-v-d5bcce3f]{visibility:visible;pointer-events:auto;animation:fadeIn-d5bcce3f var(--animation-time-general) ease}.currencydropdown__dropdown-toggle[data-v-d5bcce3f]{width:100%;height:100%;background:var(--currencydropdown-dropdown-toggle-background);border-radius:9px;border:1px solid var(--currencydropdown-dropdown-toggle-border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-radius var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.currencydropdown__dropdown-toggle[data-v-d5bcce3f]:hover{background:var(--currencydropdown-dropdown-toggle-hover-background)}.currencydropdown__dropdown-toggle--open[data-v-d5bcce3f]{border-radius:9px 9px 0 0;background:var(--currencydropdown-dropdown-toggle-hover-background);border-color:var(--currencydropdown-dropdown-border)}.currencydropdown__dropdown-toggle span[data-v-d5bcce3f]{font-size:10px;line-height:12px;color:var(--currencydropdown-text-color)}.currencydropdown__dropdown-item[data-v-d5bcce3f]{display:flex;align-items:center;justify-content:center;width:100%;padding:10px;border:none;background:none;cursor:pointer;transition:background var(--animation-time-general) ease}.currencydropdown__dropdown-item[data-v-d5bcce3f]:hover{background:var(--currencydropdown-item-hover-background)}.currencydropdown__dropdown-item[data-v-d5bcce3f]:focus{outline:none;background:var(--currencydropdown-item-focus-background)}.currencydropdown__currency-image[data-v-d5bcce3f]{width:25px;height:25px}.currencydropdown__dropdown-toggle.disabled[data-v-d5bcce3f]{pointer-events:none;cursor:default;color:var(--currencydropdown-dropdown-toggle-disabled-color);background:var(--currencydropdown-dropdown-toggle-disabled-background);border-color:var(--currencydropdown-dropdown-toggle-disabled-border-color)}.button[data-v-9e23168a]{font-family:var(--font-family-base)}.button-showmore[data-v-9e23168a]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-9e23168a]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-9e23168a]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-9e23168a]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-9e23168a]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-9e23168a]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-9e23168a]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-9e23168a]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-9e23168a]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-9e23168a]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-9e23168a]:hover{border-color:var(--color-button-tag-hover-border)}}.input-wrapper[data-v-9e23168a]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-9e23168a]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-9e23168a]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-9e23168a]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-9e23168a]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-9e23168a]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-9e23168a]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-9e23168a]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-9e23168a]:focus,.select-group--dropdown[data-v-9e23168a]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-9e23168a]{background-color:transparent;color:var(--color-select-option-font)}@keyframes fadeIn-9e23168a{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake-9e23168a{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes fadeInJackpotWin-9e23168a{0%{opacity:0}to{opacity:1}}@keyframes scaleInJackpotWin-9e23168a{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes Loading__Spin-Anim-9e23168a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-slide-enter-active[data-v-9e23168a],.fade-slide-leave-active[data-v-9e23168a]{transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.fade-slide-enter-from[data-v-9e23168a],.fade-slide-leave-to[data-v-9e23168a]{opacity:0;transform:translateY(-5px)}.fade-slide-enter-to[data-v-9e23168a],.fade-slide-leave-from[data-v-9e23168a]{opacity:1;transform:translateY(0)}.jackpot-item-enter-active[data-v-9e23168a],.jackpot-item-leave-active[data-v-9e23168a]{transition:opacity .5s ease}.jackpot-item-enter-from[data-v-9e23168a],.jackpot-item-leave-to[data-v-9e23168a]{opacity:0}.jackpot-item-move[data-v-9e23168a]{transition:transform .5s ease}.errors__inputs-error--message[data-v-9e23168a]{display:block;color:var(--color-error);font-size:10px;line-height:12px;position:absolute;bottom:-15px;left:0;width:100%;text-align:left}.errors__error-message[data-v-9e23168a]{display:block;color:var(--color-error);font-size:14px;line-height:16px;text-align:center}.auth[data-v-9e23168a]{display:flex;justify-content:center;flex-direction:column;gap:20px;align-items:center;margin:80px 0 0}.auth__close[data-v-9e23168a]{display:flex;justify-content:flex-start;width:100%;max-width:700px}.auth__close-desktop[data-v-9e23168a]{display:flex}.auth__close-mobile[data-v-9e23168a]{display:none}.auth__block[data-v-9e23168a]{display:flex;background:var(--auth-block-background);border-radius:var(--auth-block-border-radius);width:700px;min-height:520px}.auth__bonus-block[data-v-9e23168a]{flex:0 0 325px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;border-radius:var(--auth-bonus-block-border-radius)}.auth__bonus-image[data-v-9e23168a]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;display:block;top:0;left:0}.auth__form[data-v-9e23168a]{display:flex;flex-direction:column;width:100%;position:relative;margin:15px 0 0}.auth__form-header[data-v-9e23168a]{display:flex;flex-direction:row;gap:10px;justify-content:space-between;align-items:center;width:100%}.auth__form-content[data-v-9e23168a]{display:flex;flex-direction:column}.auth__form-block[data-v-9e23168a]{flex:1;padding:25px;display:flex;flex-direction:column}.auth__tabs[data-v-9e23168a]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:var(--auth-tabs-background);border-radius:var(--auth-tabs-border-radius);padding:1px;position:relative}.auth__tab[data-v-9e23168a]{padding:13px 0;width:107px;font-weight:var(--auth-tab-font-weight);font-size:var(--auth-tab-font-size);line-height:var(--auth-tab-line-height);text-align:center;color:var(--auth-tab-color);background:none;border:none;cursor:pointer;transition:background var(--animation-time-general) ease,var(--animation-time-general) ease;position:relative;border-radius:var(--auth-tab-border-radius)}.auth__tab--active[data-v-9e23168a]{color:var(--auth-tab-active-color);background:var(--auth-tab-active-background)}.auth__tab-divider[data-v-9e23168a]{position:absolute;top:14px;width:2px;height:15px;background:var(--auth-tab-divider-background);border-radius:var(--auth-tab-divider-border-radius);transition:left var(--animation-time-general) ease,background-color var(--animation-time-general) ease,opacity var(--animation-time-general) ease}.auth__tab-divider--hidden[data-v-9e23168a]{background:transparent;opacity:0}.auth__input-wrapper[data-v-9e23168a]{position:relative;display:flex;flex-direction:column;margin:0 0 15px}.auth__input-wrapper--twoinrow[data-v-9e23168a]{display:flex;flex-direction:row;gap:10px}.auth__input-wrapper--twoinrow .auth__input-wrapper[data-v-9e23168a]:nth-child(1){width:100%}.auth__input-wrapper--twoinrow .auth__input-wrapper[data-v-9e23168a]:nth-child(2){width:70px}.auth__input-container[data-v-9e23168a]{position:relative;display:flex;align-items:center;width:100%}.auth__form-content[data-v-9e23168a],.auth__social-content[data-v-9e23168a]{opacity:1;transform:translateY(0);animation:fadeIn-9e23168a var(--animation-time-general) ease-in-out;transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.auth__social-title[data-v-9e23168a]{font-weight:var(--auth-social-title-font-weight);font-size:var(--auth-social-title-font-size);line-height:var(--auth-social-title-line-height);color:var(--auth-social-title-color);text-align:center;margin:20px 0 10px}.auth__social-grid[data-v-9e23168a]{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.auth__social-button[data-v-9e23168a]{padding:13px;background:var(--auth-social-button-background);border:none;border-radius:var(--auth-social-button-border-radius);font-size:var(--auth-social-button-font-size);line-height:var(--auth-social-button-line-height);font-weight:var(--auth-social-button-font-weight);color:var(--auth-social-button-color);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;transition:box-shadow var(--animation-time-general) ease,background var(--animation-time-general) ease}.auth__social-button[data-v-9e23168a]:hover{box-shadow:var(--auth-social-button-box-shadow-hover);background:var(--auth-social-button-hover-background)}.auth__social-icon[data-v-9e23168a]{width:16px;height:16px}.auth__label[data-v-9e23168a]{margin:0 0 5px}.auth__input.error[data-v-9e23168a]{border-color:var(--color-error);animation:shake-9e23168a var(--animation-time-general) ease-in-out}.auth__button[data-v-9e23168a]{margin-top:5px}@media (max-width: 768px){.auth[data-v-9e23168a]{margin:10px 25px}.auth__close-desktop[data-v-9e23168a]{display:none}.auth__close-mobile[data-v-9e23168a]{display:flex}.auth__block[data-v-9e23168a]{flex-direction:column;border-radius:0;width:100%;height:initial;background:none;overflow:visible}.auth__bonus-block[data-v-9e23168a]{flex:0 0 320px;border-radius:var(--auth-bonus-block-border-radius)}.auth__form-block[data-v-9e23168a]{padding:10px 0}.auth__tabs[data-v-9e23168a]{border-radius:var(--auth-tabs-border-radius);padding:1px}.auth__tab[data-v-9e23168a]{padding:13px 0;width:100%;font-size:var(--auth-tab-font-size);line-height:var(--auth-tab-line-height);border-radius:var(--auth-tab-border-radius)}.auth__form[data-v-9e23168a]{margin:0}.auth__form-content[data-v-9e23168a],.auth__form__social-content[data-v-9e23168a]{transform:translateY(10px)}.auth__form-content--inline[data-v-9e23168a],.auth__form__social-content--inline[data-v-9e23168a]{margin-top:9px}.auth__social-grid[data-v-9e23168a]{gap:10px}.auth__social-button[data-v-9e23168a]{padding:13px;border-radius:var(--auth-social-button-border-radius);font-size:var(--auth-social-button-font-size);line-height:var(--auth-social-button-line-height);gap:5px}.auth__social-button[data-v-9e23168a]:hover{box-shadow:var(--auth-social-button-box-shadow-hover)}.auth__social-icon[data-v-9e23168a]{width:16px;height:16px}.auth__label[data-v-9e23168a]{margin:0 0 5px}.auth__input-wrapper[data-v-9e23168a]{margin:0 0 15px}.auth__input-wrapper--twoinrow[data-v-9e23168a]{gap:15px}.auth__input-wrapper--twoinrow .auth__input-wrapper[data-v-9e23168a]:nth-child(2){width:60px}.auth__input[data-v-9e23168a]:focus{border-color:var(--auth-input-focus-border);outline:none}.auth__input.error[data-v-9e23168a]{border-color:var(--color-error)}.auth__button[data-v-9e23168a]{margin-top:5px}}@media (max-width: 550px){.auth__bonus-block[data-v-9e23168a]{flex:0 0 250px}}@media (max-width: 450px){.auth__bonus-block[data-v-9e23168a]{flex:0 0 200px}}@media (max-width: 350px){.auth__bonus-block[data-v-9e23168a]{flex:0 0 150px}}.button[data-v-d6135053]{font-family:var(--font-family-base)}.button-showmore[data-v-d6135053]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-d6135053]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-d6135053]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-d6135053]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-d6135053]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-d6135053]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-d6135053]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-d6135053]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-d6135053]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-d6135053]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-d6135053]:hover{border-color:var(--color-button-tag-hover-border)}}.input-wrapper[data-v-d6135053]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-d6135053]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-d6135053]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-d6135053]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-d6135053]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-d6135053]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-d6135053]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-d6135053]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-d6135053]:focus,.select-group--dropdown[data-v-d6135053]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-d6135053]{background-color:transparent;color:var(--color-select-option-font)}@keyframes fadeIn-d6135053{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake-d6135053{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes fadeInJackpotWin-d6135053{0%{opacity:0}to{opacity:1}}@keyframes scaleInJackpotWin-d6135053{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes Loading__Spin-Anim-d6135053{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-slide-enter-active[data-v-d6135053],.fade-slide-leave-active[data-v-d6135053]{transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.fade-slide-enter-from[data-v-d6135053],.fade-slide-leave-to[data-v-d6135053]{opacity:0;transform:translateY(-5px)}.fade-slide-enter-to[data-v-d6135053],.fade-slide-leave-from[data-v-d6135053]{opacity:1;transform:translateY(0)}.jackpot-item-enter-active[data-v-d6135053],.jackpot-item-leave-active[data-v-d6135053]{transition:opacity .5s ease}.jackpot-item-enter-from[data-v-d6135053],.jackpot-item-leave-to[data-v-d6135053]{opacity:0}.jackpot-item-move[data-v-d6135053]{transition:transform .5s ease}.errors__inputs-error--message[data-v-d6135053]{display:block;color:var(--color-error);font-size:10px;line-height:12px;position:absolute;bottom:-15px;left:0;width:100%;text-align:left}.errors__error-message[data-v-d6135053]{display:block;color:var(--color-error);font-size:14px;line-height:16px;text-align:center}.auth[data-v-d6135053]{display:flex;justify-content:center;flex-direction:column;gap:20px;align-items:center;margin:80px 0 0}.auth__close[data-v-d6135053]{display:flex;justify-content:flex-start;width:100%;max-width:700px}.auth__close-desktop[data-v-d6135053]{display:flex}.auth__close-mobile[data-v-d6135053]{display:none}.auth__block[data-v-d6135053]{display:flex;background:var(--auth-block-background);border-radius:var(--auth-block-border-radius);width:700px;min-height:520px}.auth__bonus-block[data-v-d6135053]{flex:0 0 325px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;border-radius:var(--auth-bonus-block-border-radius)}.auth__bonus-image[data-v-d6135053]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;display:block;top:0;left:0}.auth__form[data-v-d6135053]{display:flex;flex-direction:column;width:100%;position:relative;margin:15px 0 0}.auth__form-header[data-v-d6135053]{display:flex;flex-direction:row;gap:10px;justify-content:space-between;align-items:center;width:100%}.auth__form-content[data-v-d6135053]{display:flex;flex-direction:column}.auth__form-block[data-v-d6135053]{flex:1;padding:25px;display:flex;flex-direction:column}.auth__tabs[data-v-d6135053]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:var(--auth-tabs-background);border-radius:var(--auth-tabs-border-radius);padding:1px;position:relative}.auth__tab[data-v-d6135053]{padding:13px 0;width:107px;font-weight:var(--auth-tab-font-weight);font-size:var(--auth-tab-font-size);line-height:var(--auth-tab-line-height);text-align:center;color:var(--auth-tab-color);background:none;border:none;cursor:pointer;transition:background var(--animation-time-general) ease,var(--animation-time-general) ease;position:relative;border-radius:var(--auth-tab-border-radius)}.auth__tab--active[data-v-d6135053]{color:var(--auth-tab-active-color);background:var(--auth-tab-active-background)}.auth__tab-divider[data-v-d6135053]{position:absolute;top:14px;width:2px;height:15px;background:var(--auth-tab-divider-background);border-radius:var(--auth-tab-divider-border-radius);transition:left var(--animation-time-general) ease,background-color var(--animation-time-general) ease,opacity var(--animation-time-general) ease}.auth__tab-divider--hidden[data-v-d6135053]{background:transparent;opacity:0}.auth__input-wrapper[data-v-d6135053]{position:relative;display:flex;flex-direction:column;margin:0 0 15px}.auth__input-wrapper--twoinrow[data-v-d6135053]{display:flex;flex-direction:row;gap:10px}.auth__input-wrapper--twoinrow .auth__input-wrapper[data-v-d6135053]:nth-child(1){width:100%}.auth__input-wrapper--twoinrow .auth__input-wrapper[data-v-d6135053]:nth-child(2){width:70px}.auth__input-container[data-v-d6135053]{position:relative;display:flex;align-items:center;width:100%}.auth__form-content[data-v-d6135053],.auth__social-content[data-v-d6135053]{opacity:1;transform:translateY(0);animation:fadeIn-d6135053 var(--animation-time-general) ease-in-out;transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.auth__social-title[data-v-d6135053]{font-weight:var(--auth-social-title-font-weight);font-size:var(--auth-social-title-font-size);line-height:var(--auth-social-title-line-height);color:var(--auth-social-title-color);text-align:center;margin:20px 0 10px}.auth__social-grid[data-v-d6135053]{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.auth__social-button[data-v-d6135053]{padding:13px;background:var(--auth-social-button-background);border:none;border-radius:var(--auth-social-button-border-radius);font-size:var(--auth-social-button-font-size);line-height:var(--auth-social-button-line-height);font-weight:var(--auth-social-button-font-weight);color:var(--auth-social-button-color);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;transition:box-shadow var(--animation-time-general) ease,background var(--animation-time-general) ease}.auth__social-button[data-v-d6135053]:hover{box-shadow:var(--auth-social-button-box-shadow-hover);background:var(--auth-social-button-hover-background)}.auth__social-icon[data-v-d6135053]{width:16px;height:16px}.auth__label[data-v-d6135053]{margin:0 0 5px}.auth__input.error[data-v-d6135053]{border-color:var(--color-error);animation:shake-d6135053 var(--animation-time-general) ease-in-out}.auth__button[data-v-d6135053]{margin-top:5px}@media (max-width: 768px){.auth[data-v-d6135053]{margin:10px 25px}.auth__close-desktop[data-v-d6135053]{display:none}.auth__close-mobile[data-v-d6135053]{display:flex}.auth__block[data-v-d6135053]{flex-direction:column;border-radius:0;width:100%;height:initial;background:none;overflow:visible}.auth__bonus-block[data-v-d6135053]{flex:0 0 320px;border-radius:var(--auth-bonus-block-border-radius)}.auth__form-block[data-v-d6135053]{padding:10px 0}.auth__tabs[data-v-d6135053]{border-radius:var(--auth-tabs-border-radius);padding:1px}.auth__tab[data-v-d6135053]{padding:13px 0;width:100%;font-size:var(--auth-tab-font-size);line-height:var(--auth-tab-line-height);border-radius:var(--auth-tab-border-radius)}.auth__form[data-v-d6135053]{margin:0}.auth__form-content[data-v-d6135053],.auth__form__social-content[data-v-d6135053]{transform:translateY(10px)}.auth__form-content--inline[data-v-d6135053],.auth__form__social-content--inline[data-v-d6135053]{margin-top:9px}.auth__social-grid[data-v-d6135053]{gap:10px}.auth__social-button[data-v-d6135053]{padding:13px;border-radius:var(--auth-social-button-border-radius);font-size:var(--auth-social-button-font-size);line-height:var(--auth-social-button-line-height);gap:5px}.auth__social-button[data-v-d6135053]:hover{box-shadow:var(--auth-social-button-box-shadow-hover)}.auth__social-icon[data-v-d6135053]{width:16px;height:16px}.auth__label[data-v-d6135053]{margin:0 0 5px}.auth__input-wrapper[data-v-d6135053]{margin:0 0 15px}.auth__input-wrapper--twoinrow[data-v-d6135053]{gap:15px}.auth__input-wrapper--twoinrow .auth__input-wrapper[data-v-d6135053]:nth-child(2){width:60px}.auth__input[data-v-d6135053]:focus{border-color:var(--auth-input-focus-border);outline:none}.auth__input.error[data-v-d6135053]{border-color:var(--color-error)}.auth__button[data-v-d6135053]{margin-top:5px}}@media (max-width: 550px){.auth__bonus-block[data-v-d6135053]{flex:0 0 250px}}@media (max-width: 450px){.auth__bonus-block[data-v-d6135053]{flex:0 0 200px}}@media (max-width: 350px){.auth__bonus-block[data-v-d6135053]{flex:0 0 150px}}.auth__forgotpass[data-v-d6135053]{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:20px}.auth__forgotpass h1[data-v-d6135053]{font-weight:var(--auth-forgot-password-h1-font-weight);font-size:var(--auth-forgot-password-h1-font-size);line-height:var(--auth-forgot-password-h1-line-height);margin:0}.auth__forgotpass p[data-v-d6135053]{font-weight:var(--auth-forgot-password-p-font-weight);font-size:var(--auth-forgot-password-p-font-size);line-height:var(--auth-forgot-password-p-line-height);width:500px;margin:0}.auth__forgotpass img[data-v-d6135053]{width:var(--auth-forgot-password-img-width);height:var(--auth-forgot-password-img-height)}@media (max-width: 768px){.auth__forgotpass[data-v-d6135053]{gap:25px}.auth__forgotpass h1[data-v-d6135053]{font-size:var(--auth-forgot-password-h1-font-size-mobile);line-height:var(--auth-forgot-password-h1-line-height-mobile)}.auth__forgotpass p[data-v-d6135053]{font-size:var(--auth-forgot-password-p-font-size-mobile);line-height:var(--auth-forgot-password-p-line-height-mobile);width:100%}.auth__forgotpass img[data-v-d6135053]{width:var(--auth-forgot-password-img-width-mobile);height:var(--auth-forgot-password-img-height-mobile)}}.sidebar[data-v-3b201d72]{width:80px;background:var(--color-sidebar-background);padding:70px 15px 60px;transition:width var(--sidebar-transition-time) ease;position:fixed;border-radius:0 0 12px}.sidebar-container[data-v-3b201d72]{display:flex;flex-direction:column;height:100%;z-index:8}.sidebar--open[data-v-3b201d72]{width:250px}.sidebar__close-btn[data-v-3b201d72]{position:absolute;top:25px;right:20px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1003}.sidebar__close-btn svg[data-v-3b201d72]{width:100%;height:auto}.sidebar__menu[data-v-3b201d72]{display:flex;flex-direction:column;gap:15px}.sidebar__list[data-v-3b201d72]{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0;margin:0}.sidebar__list--second .sidebar__item[data-v-3b201d72]{height:30px;margin:0 0 15px}.sidebar__list--second .sidebar__item--text[data-v-3b201d72]{height:auto;padding:0}.sidebar__list--second .sidebar__item--text a[data-v-3b201d72]{font-size:13px;text-decoration:none}.sidebar__list--dropdown[data-v-3b201d72]{max-height:0;opacity:0;overflow:hidden;transition:max-height var(--sidebar-transition-time-xxl) ease-out,opacity var(--sidebar-transition-time) ease-out}.sidebar__list--dropdown.sidebar__list--links[data-v-3b201d72]{max-height:600px;opacity:1}.sidebar__list--dropdown.sidebar__list--links .sidebar__item--text[data-v-3b201d72]{transform:translate(0);opacity:1;transition:transform var(--sidebar-transition-time-xlong) ease-out,opacity var(--sidebar-transition-time-xlong) ease-out}.sidebar__list--dropdown.sidebar__list--links .sidebar__item--text[data-v-3b201d72]:nth-child(1){transition-delay:var(--sidebar-transition-time-fast)}.sidebar__list--dropdown.sidebar__list--links .sidebar__item--text[data-v-3b201d72]:nth-child(2){transition-delay:var(--sidebar-transition-time-medium)}.sidebar__list--dropdown.sidebar__list--links .sidebar__item--text[data-v-3b201d72]:nth-child(3){transition-delay:var(--sidebar-transition-time-mid)}.sidebar__list--dropdown.sidebar__list--links .sidebar__item--text[data-v-3b201d72]:nth-child(4){transition-delay:var(--sidebar-transition-time-mid-plus)}.sidebar__list--dropdown.sidebar__list--links .sidebar__item--text[data-v-3b201d72]:nth-child(5){transition-delay:var(--sidebar-transition-time)}.sidebar__list--dropdown.sidebar__list--links .sidebar__item--text[data-v-3b201d72]:nth-child(6){transition-delay:var(--sidebar-transition-time-long)}.sidebar__list--dropdown.sidebar__list--links .sidebar__item--text[data-v-3b201d72]:nth-child(7){transition-delay:var(--sidebar-transition-time-xlong)}.sidebar__text[data-v-3b201d72]{font-weight:var(--sidebar-text-font-weight);font-size:var(--sidebar-text-font-size)}.sidebar .dropdown-arrow[data-v-3b201d72]{width:17px;height:auto;opacity:0;transition:transform var(--sidebar-dropdown-arrow-transition-time) ease,opacity var(--sidebar-dropdown-arrow-transition-time) ease}.sidebar .dropdown-arrow.dropdown-arrow--open[data-v-3b201d72]{transform:rotate(180deg)}.sidebar--open .dropdown-arrow[data-v-3b201d72]{opacity:1}.sidebar__item[data-v-3b201d72]{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px;overflow:hidden;cursor:pointer}.sidebar__item-content[data-v-3b201d72]{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.sidebar__item-icon[data-v-3b201d72]{width:30px;height:auto}.sidebar__item--promo[data-v-3b201d72]{height:145px;width:100%;position:relative;border-radius:9px;overflow:hidden}.sidebar__item--promo---button[data-v-3b201d72]{position:relative;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-start}.sidebar__item--promo---button img[data-v-3b201d72]{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sidebar__item--promo---button span[data-v-3b201d72]{z-index:1;border-radius:var(--sidebar-item-promo-button-border-radius);padding:10px 20px;background:var(--sidebar-item-promo-button-background);display:flex;align-items:center;justify-content:center;margin:20px 10px;font-weight:var(--sidebar-item-promo-button-font-weight);font-size:var(--sidebar-item-promo-button-font-size)}.sidebar__text[data-v-3b201d72],.sidebar__item span[data-v-3b201d72]{opacity:0;color:transparent;transition:opacity var(--sidebar-transition-time) ease,color var(--sidebar-transition-time) ease}.sidebar--open .sidebar__text[data-v-3b201d72],.sidebar--open .sidebar__item span[data-v-3b201d72]{opacity:1;color:var(--sidebar-mobile-text-color)}.sidebar__overlay[data-v-3b201d72]{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--sidebar-overlay-background);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;transition:opacity var(--sidebar-transition-time) ease}.sidebar__mobile-menu[data-v-3b201d72],.sidebar__overlay[data-v-3b201d72],.sidebar__close-btn[data-v-3b201d72]{display:none}.sidebar__list--dropdown .sidebar__item--text[data-v-3b201d72]{transform:translate(-20px);opacity:0}@media (max-width: 1100px){.sidebar[data-v-3b201d72]{width:300px;height:100vh;position:fixed;right:0;top:0;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);box-shadow:var(--sidebar-mobile-box-shadow);background:var(--sidebar-mobile-background);transform:translate(100%);transition:transform var(--sidebar-transition-time) ease;z-index:1002;margin:70px 0 0;border-radius:9px 0 0 9px}.sidebar__close-btn[data-v-3b201d72],.sidebar__overlay[data-v-3b201d72]{display:flex}.sidebar--open[data-v-3b201d72]{transform:translate(0)}.sidebar__menu[data-v-3b201d72]{width:100%;height:100%;padding:0 10px 20px;overflow-y:auto;gap:15px}.sidebar__list--second .sidebar__item a[data-v-3b201d72]{gap:10px;font-size:15px;color:var(--sidebar-mobile-text-color)}.sidebar__footer[data-v-3b201d72]{display:flex;justify-content:flex-end;align-items:center;padding:10px 0}.sidebar__language[data-v-3b201d72]{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--sidebar-mobile-text-color)}.sidebar__language img[data-v-3b201d72]{min-width:40px;max-width:40px;padding:5px;background:var(--sidebar-mobile-language-background);border-radius:var(--sidebar-mobile-language-border-radius)}.sidebar__socials[data-v-3b201d72]{display:flex;gap:10px}.sidebar__social-link[data-v-3b201d72]{display:flex;align-items:center}.sidebar__social-link img[data-v-3b201d72]{width:30px;height:auto}.sidebar__mobile-menu[data-v-3b201d72]{position:fixed;bottom:0;left:0;width:100%;height:85px;background:var(--sidebar-mobile-menu-background);display:flex;justify-content:space-between;padding:15px 25px;align-items:flex-end;overflow:visible;z-index:1000}.sidebar__mobile-menu[data-v-3b201d72]:before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;background:linear-gradient(90deg,#f97a0f00,#f97a0fbf 18%,#f97a0fbf 82%,#f97a0f00);pointer-events:none}.sidebar__mobile-btn[data-v-3b201d72]{color:var(--sidebar-mobile-btn-color);font-size:var(--sidebar-mobile-btn-font-size);font-weight:var(--sidebar-mobile-btn-font-weight);width:40px;height:54px;background:transparent;border:none;cursor:pointer;flex-direction:column;display:flex;justify-content:flex-end;align-items:center;position:relative;z-index:2;padding:0}.sidebar__mobile-btn img[data-v-3b201d72]{height:auto}.sidebar__mobile-btn--jackpot img[data-v-3b201d72]{width:40px}.sidebar__mobile-btn--deposit[data-v-3b201d72]{z-index:4;width:70px;height:85px;gap:5px}.sidebar__mobile-btn--deposit[data-v-3b201d72]:before{content:"";position:absolute;left:50%;top:-16px;transform:translate(-50%);width:95px;border-radius:100px 100px 0 0;height:66px;background:var(--sidebar-mobile-menu-background);border:var(--sidebar-mobile-btn-deposit-border);clip-path:inset(0 0 50% 0);pointer-events:none}.sidebar__mobile-btn--deposit img[data-v-3b201d72]{width:70px;height:70px;z-index:5;box-shadow:var(--sidebar-mobile-btn-deposit-shadow);border-radius:100%}.mobile-menu__burger[data-v-3b201d72]{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:19px;cursor:pointer;margin:0 0 8px}.mobile-menu__burger span[data-v-3b201d72]{display:block;width:100%;height:3px;background:var(--sidebar-burger-line-background);box-shadow:var(--sidebar-burger-line-shadow);border-radius:var(--sidebar-burger-line-border-radius);transition:background var(--sidebar-transition-time) ease}.mobile-menu__burger:hover span[data-v-3b201d72]{background:var(--sidebar-burger-hover)}}.footer[data-v-c15e5053]{background:var(--footer-color-background);padding:40px 110px 40px 270px;gap:25px;display:flex;flex-direction:column;align-items:center}.footer__socials[data-v-c15e5053]{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.footer__socials a[data-v-c15e5053]{width:25px;height:25px}.footer__socials a img[data-v-c15e5053]{width:100%;height:auto}.footer__bottom[data-v-c15e5053]{display:flex;flex-direction:row;justify-content:space-between;gap:20px;max-width:1250px;width:100%}.footer__text[data-v-c15e5053]{width:100%}.footer__text p[data-v-c15e5053]{font-weight:var(--footer-text-font-weight);font-size:var(--footer-text-font-size);line-height:var(--footer-text-line-height)}.footer__links[data-v-c15e5053]{width:100%;display:flex;flex-direction:row;justify-content:flex-end;gap:40px}.footer__column[data-v-c15e5053]{text-align:right;max-width:155px;display:flex;flex-direction:column;gap:10px}.footer__column h3[data-v-c15e5053]{font-weight:var(--footer-column-h3-font-weight);font-size:var(--footer-column-h3-font-size);line-height:var(--footer-column-h3-line-height);margin:0}.footer__column ul[data-v-c15e5053]{list-style:none;padding:0;margin:0;font-size:var(--footer-column-ul-font-size);line-height:var(--footer-column-ul-line-height);gap:5px;display:flex;flex-direction:column}.footer__column ul li[data-v-c15e5053]{margin:0}.footer__column ul a[data-v-c15e5053]{font-weight:var(--footer-column-ul-a-font-weight);color:var(--footer-column-ul-a-font-color);text-decoration:none}@media (max-width: 1100px){.footer[data-v-c15e5053]{padding:30px 30px 150px;gap:10px}.footer__top[data-v-c15e5053]{display:flex;justify-content:space-between;align-items:center}.footer__socials[data-v-c15e5053]{display:flex;flex-direction:row;gap:4px}.footer__bottom[data-v-c15e5053]{display:flex;align-items:flex-start;gap:10px}.footer__text[data-v-c15e5053]{position:relative;width:100%}.footer__links[data-v-c15e5053]{width:100%;gap:20px}}@media (max-width: 768px){.footer__bottom[data-v-c15e5053]{display:flex;flex-direction:column;justify-content:center;text-align:center}.footer__links[data-v-c15e5053]{justify-content:space-between}.footer__column[data-v-c15e5053]{text-align:center}.footer__socials[data-v-c15e5053]{justify-content:center}}.layout[data-v-d3a6113a]{display:flex;flex-direction:column;min-height:100vh}.layout__container[data-v-d3a6113a]{display:flex;position:relative;margin:0;padding:0;flex:1 0 auto}.layout__content[data-v-d3a6113a]{display:contents}.layout--game-mobile[data-v-d3a6113a]{height:100dvh;overflow:hidden}.layout--game-mobile .content[data-v-d3a6113a]{margin:0;padding:0}.layout--game-mobile .layout__container[data-v-d3a6113a],.layout--game-mobile .layout__content[data-v-d3a6113a],.layout--game-mobile .content[data-v-d3a6113a]{height:100%}.content[data-v-d3a6113a]{flex:1;width:100%;max-width:1250px;margin:80px auto 30px;padding:0 15px;transition:width var(--animation-time-general) ease-in-out,max-width var(--animation-time-general) ease-in-out,padding var(--animation-time-general) ease-in-out}.content--collapsed[data-v-d3a6113a]{padding:0 15px 0 110px}@media (max-width: 1600px){.content[data-v-d3a6113a]{padding:0 100px 0 150px;max-width:100%}.content--collapsed[data-v-d3a6113a]{padding:0 100px 0 270px}}@media (max-width: 1400px){.content[data-v-d3a6113a]{padding:0 100px 0 150px;max-width:100%}.content--collapsed[data-v-d3a6113a]{padding:0 100px 0 270px}}@media (max-width: 1250px){.content[data-v-d3a6113a]{padding:0 70px 0 150px;max-width:100%}.content--collapsed[data-v-d3a6113a]{padding:0 70px 0 270px}}@media (max-width: 1100px){.layout__container[data-v-d3a6113a]{max-width:100%;flex-direction:column}.content[data-v-d3a6113a]{width:100%;max-width:100%;margin:80px 0 30px;padding:0 15px}}.home-promo[data-v-a1a7af90]{width:100%}.home-promo__container[data-v-a1a7af90]{position:relative;width:100%}.home-promo__row[data-v-a1a7af90]{display:flex;gap:12px;height:260px}.home-promo__row--mobile[data-v-a1a7af90]{height:220px}.home-promo__frame[data-v-a1a7af90]{position:relative;overflow:hidden;border-radius:var(--home-promo-frame-border-radius);height:100%}.home-promo__frame--big[data-v-a1a7af90]{flex:0 1 75%}.home-promo__frame--small[data-v-a1a7af90]{flex:0 1 25%}.home-promo__row--mobile .home-promo__frame--big[data-v-a1a7af90]{flex:1 1 100%}.home-promo__track[data-v-a1a7af90]{height:100%;display:flex;will-change:transform}.home-promo__slide[data-v-a1a7af90]{flex:0 0 100%;height:100%;display:block}.home-promo__img[data-v-a1a7af90]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-promo__single[data-v-a1a7af90]{display:block;overflow:hidden;border-radius:var(--home-promo-single-border-radius);height:260px}.home-promo__arrow-container[data-v-a1a7af90]{position:absolute;top:0;bottom:0;width:46px;display:flex;align-items:center;justify-content:center;z-index:5;pointer-events:none}.home-promo__arrow--prev[data-v-a1a7af90]{left:0}.home-promo__arrow--next[data-v-a1a7af90]{right:0}.home-promo__arrow[data-v-a1a7af90]{pointer-events:auto;width:36px;height:36px;border-radius:var(--home-promo-arrow-border-radius);border:none;cursor:pointer;background:var(--home-promo-arrow-background);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--home-promo-arrow-transition-time) ease}.home-promo__container:hover .home-promo__arrow[data-v-a1a7af90]{opacity:1}.home-promo__arrow-icon--prev img[data-v-a1a7af90]{transform:rotate(90deg)}.home-promo__arrow-icon--next img[data-v-a1a7af90]{transform:rotate(-90deg)}@media (max-width: 1400px){.home-promo__row[data-v-a1a7af90],.home-promo__single[data-v-a1a7af90]{height:240px}}@media (max-width: 1300px){.home-promo__row[data-v-a1a7af90],.home-promo__single[data-v-a1a7af90]{height:220px}}@media (max-width: 768px){.home-promo__row[data-v-a1a7af90],.home-promo__single[data-v-a1a7af90]{height:220px}}@keyframes fadeIn-f2dbb5e5{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake-f2dbb5e5{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes fadeInJackpotWin-f2dbb5e5{0%{opacity:0}to{opacity:1}}@keyframes scaleInJackpotWin-f2dbb5e5{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes Loading__Spin-Anim-f2dbb5e5{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-slide-enter-active[data-v-f2dbb5e5],.fade-slide-leave-active[data-v-f2dbb5e5]{transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.fade-slide-enter-from[data-v-f2dbb5e5],.fade-slide-leave-to[data-v-f2dbb5e5]{opacity:0;transform:translateY(-5px)}.fade-slide-enter-to[data-v-f2dbb5e5],.fade-slide-leave-from[data-v-f2dbb5e5]{opacity:1;transform:translateY(0)}.jackpot-item-enter-active[data-v-f2dbb5e5],.jackpot-item-leave-active[data-v-f2dbb5e5]{transition:opacity .5s ease}.jackpot-item-enter-from[data-v-f2dbb5e5],.jackpot-item-leave-to[data-v-f2dbb5e5]{opacity:0}.jackpot-item-move[data-v-f2dbb5e5]{transition:transform .5s ease}.Loading[data-v-f2dbb5e5]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.Loading__spinner[data-v-f2dbb5e5]{border:var(--loading-spinner-border);border-top:var(--loading-spinner-border-top);border-radius:var(--loading-spinner-border-radius);width:var(--loading-spinner-size);height:var(--loading-spinner-size);animation:Loading__Spin-Anim-f2dbb5e5 var(--animation-time-loading) linear infinite}.Loading__logo[data-v-f2dbb5e5]{position:absolute;width:var(--loading-logo-size);height:var(--loading-logo-size)}.game-card__info[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-default)}.game-card__info.provider-10[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-10)}.game-card__info.provider-11[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-11)}.game-card__info.provider-12[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-12)}.game-card__info.provider-13[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-13)}.game-card__info.provider-14[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-14)}.game-card__info.provider-16[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-16)}.game-card__info.provider-23[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-23)}.game-card__info.provider-17[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-17)}.game-card__info.provider-30[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-30)}.game-card__info.provider-31[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-31)}.game-card__info.provider-32[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-32)}.game-card__info.provider-33[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-33)}.game-card__info.provider-34[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-34)}.game-card__info.provider-35[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-35)}.game-card__info.provider-36[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-36)}.game-card__info.provider-37[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-37)}.game-card__info.provider-38[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-38)}.game-card__info.provider-39[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-39)}.game-card__info.provider-40[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-40)}.game-card__info.provider-41[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-41)}.game-card__info.provider-42[data-v-bf1058b0]{background:var(--color-vendor-gamecard-info-bg-42)}.provider-block[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-default);border:1px solid var(--color-vendor-provider-block-border-default)}.provider-block.provider-10[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-10);border-color:var(--color-vendor-provider-block-border-10)}.provider-block.provider-11[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-11);border-color:var(--color-vendor-provider-block-border-11)}.provider-block.provider-12[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-12);border-color:var(--color-vendor-provider-block-border-12)}.provider-block.provider-13[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-13);border-color:var(--color-vendor-provider-block-border-13)}.provider-block.provider-14[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-14);border-color:var(--color-vendor-provider-block-border-14)}.provider-block.provider-16[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-16);border-color:var(--color-vendor-provider-block-border-16)}.provider-block.provider-23[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-23);border-color:var(--color-vendor-provider-block-border-23)}.provider-block.provider-soon1[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-soon1);border-color:var(--color-vendor-provider-block-border-soon1)}.provider-block.provider-soon2[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-soon2);border:1px solid var(--color-vendor-provider-block-border-soon2)}.provider-block.provider-17[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-17);border-color:var(--color-vendor-provider-block-border-17)}.provider-block.provider-30[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-30);border-color:var(--color-vendor-provider-block-border-30)}.provider-block.provider-31[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-31);border-color:var(--color-vendor-provider-block-border-31)}.provider-block.provider-32[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-32);border-color:var(--color-vendor-provider-block-border-32)}.provider-block.provider-33[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-33);border-color:var(--color-vendor-provider-block-border-33)}.provider-block.provider-34[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-34);border-color:var(--color-vendor-provider-block-border-34)}.provider-block.provider-35[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-35);border-color:var(--color-vendor-provider-block-border-35)}.provider-block.provider-36[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-36);border-color:var(--color-vendor-provider-block-border-36)}.provider-block.provider-37[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-37);border-color:var(--color-vendor-provider-block-border-37)}.provider-block.provider-38[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-38);border-color:var(--color-vendor-provider-block-border-38)}.provider-block.provider-39[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-39);border-color:var(--color-vendor-provider-block-border-39)}.provider-block.provider-40[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-40);border-color:var(--color-vendor-provider-block-border-40)}.provider-block.provider-41[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-41);border-color:var(--color-vendor-provider-block-border-41)}.provider-block.provider-42[data-v-bf1058b0]{background:var(--color-vendor-provider-block-bg-42);border-color:var(--color-vendor-provider-block-border-42)}.button[data-v-bf1058b0]{font-family:var(--font-family-base)}.button-showmore[data-v-bf1058b0]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-bf1058b0]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-bf1058b0]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-bf1058b0]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-bf1058b0]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-bf1058b0]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-bf1058b0]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-bf1058b0]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-bf1058b0]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-bf1058b0]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-bf1058b0]:hover{border-color:var(--color-button-tag-hover-border)}}.title__homeslots[data-v-bf1058b0]{font-size:var(--title-homeslots-font-size);font-weight:var(--title-homeslots-font-weight);line-height:var(--title-homeslots-line-height);margin:0}.title__largetitle[data-v-bf1058b0]{font-size:var(--title-largetitle-font-size);font-weight:var(--title-largetitle-font-weight);line-height:var(--title-largetitle-line-height)}.title__generaltitle[data-v-bf1058b0]{font-size:var(--title-generaltitle-font-size);font-weight:var(--title-generaltitle-font-weight);line-height:var(--title-generaltitle-line-height)}.title__smalltitle[data-v-bf1058b0]{font-size:var(--title-smalltitle-font-size);font-weight:var(--title-smalltitle-font-weight);line-height:var(--title-smalltitle-line-height)}@media (max-width: 1100px){.title__homeslots[data-v-bf1058b0]{font-size:var(--title-homeslots-font-size-mobile);line-height:var(--title-homeslots-line-height-mobile)}.title__largetitle[data-v-bf1058b0]{font-size:var(--title-largetitle-font-size-mobile);line-height:var(--title-largetitle-line-height-mobile)}.title__smalltitle[data-v-bf1058b0]{font-size:var(--title-smalltitle-font-size-mobile);line-height:var(--title-smalltitle-line-height-mobile)}.title__generaltitle[data-v-bf1058b0]{font-size:var(--title-generaltitle-font-size-mobile);line-height:var(--title-generaltitle-line-height-mobile)}}.game-card[data-v-bf1058b0]{position:relative;width:100%;height:310px;border:var(--game-card-border);border-radius:var(--radius-game-card);overflow:hidden;cursor:pointer;padding:0;background:var(--color-game-card-background)}.game-card:hover .game-card__overlay[data-v-bf1058b0]{opacity:1}.game-card__overlay[data-v-bf1058b0]{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-game-card-overlay-background);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;opacity:0;transition:opacity var(--animation-time-general) ease-in-out}.game-card__info[data-v-bf1058b0]{position:absolute;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;bottom:0;left:0;width:100%;height:100%;padding:5px 10px 20px;color:var(--color-game-card-info-font);text-align:center;z-index:1;gap:5px}.game-card__title[data-v-bf1058b0]{text-align:center;font-weight:var(--game-card-title-font-weight);font-size:var(--game-card-title-font-size);line-height:var(--game-card-title-line-height);text-transform:uppercase;white-space:normal;text-overflow:ellipsis;max-width:100%;margin:0;padding:0;letter-spacing:2px}.game-card__provider[data-v-bf1058b0]{font-weight:var(--game-card-provider-font-weight);font-size:var(--game-card-provider-font-size);line-height:var(--game-card-provider-line-height);white-space:normal;text-overflow:ellipsis;max-width:100%;margin:0;padding:0;letter-spacing:1px}.game-card__image[data-v-bf1058b0]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:none}@media (max-width: 1500px){.game-card[data-v-bf1058b0]{height:290px}}@media (max-width: 1400px){.game-card[data-v-bf1058b0]{height:270px}}@media (max-width: 1350px){.game-card[data-v-bf1058b0]{height:265px}}@media (max-width: 1300px){.game-card[data-v-bf1058b0]{height:250px}}@media (max-width: 1250px){.game-card[data-v-bf1058b0]{height:240px}.game-card__title[data-v-bf1058b0]{font-size:var(--game-card-title-font-size-1250);line-height:var(--game-card-title-line-height-1250)}.game-card__provider[data-v-bf1058b0]{font-size:var(--game-card-provider-font-size-1250);line-height:var(--game-card-provider-line-height-1250)}}@media (max-width: 1200px){.game-card[data-v-bf1058b0]{height:230px}.game-card__title[data-v-bf1058b0]{font-size:var(--game-card-title-font-size-1200);line-height:var(--game-card-title-line-height-1200)}.game-card__provider[data-v-bf1058b0]{font-size:var(--game-card-provider-font-size-1200);line-height:var(--game-card-provider-line-height-1200)}}@media (max-width: 1150px){.game-card[data-v-bf1058b0]{height:220px}.game-card__title[data-v-bf1058b0]{font-size:var(--game-card-title-font-size-1150);line-height:var(--game-card-title-line-height-1150)}.game-card__provider[data-v-bf1058b0]{font-size:var(--game-card-provider-font-size-1150);line-height:var(--game-card-provider-line-height-1150)}}@media (max-width: 1100px){.game-card[data-v-bf1058b0]{height:280px;border-radius:var(--radius-game-card-1100)}.game-card__info[data-v-bf1058b0]{padding:5px 10px 20px}.game-card__title[data-v-bf1058b0]{font-size:var(--game-card-title-font-size-1100);line-height:var(--game-card-title-line-height-1100)}.game-card__provider[data-v-bf1058b0]{font-size:var(--game-card-provider-font-size-1100);line-height:var(--game-card-provider-line-height-1100)}}@media (max-width: 1000px){.game-card[data-v-bf1058b0]{height:260px}}@media (max-width: 900px){.game-card[data-v-bf1058b0]{height:230px}}@media (max-width: 800px){.game-card[data-v-bf1058b0]{height:200px}}@media (max-width: 768px){.game-card[data-v-bf1058b0]{height:100%}.game-card__title[data-v-bf1058b0]{font-size:var(--game-card-title-font-size-768);line-height:var(--game-card-title-line-height-768)}.game-card__provider[data-v-bf1058b0]{font-size:var(--game-card-provider-font-size-768);line-height:var(--game-card-provider-line-height-768)}.game-card__button[data-v-bf1058b0]{font-size:var(--game-card-button-font-size-768);line-height:var(--game-card-button-line-height-768);padding:10px}}@media (max-width: 600px){.game-card__title[data-v-bf1058b0]{font-size:var(--game-card-title-font-size-600);line-height:var(--game-card-title-line-height-600)}.game-card__provider[data-v-bf1058b0]{font-size:var(--game-card-provider-font-size-600);line-height:var(--game-card-provider-line-height-600)}}@media (max-width: 500px){.game-card__title[data-v-bf1058b0]{font-size:var(--game-card-title-font-size-500);line-height:var(--game-card-title-line-height-500)}.game-card__provider[data-v-bf1058b0]{font-size:var(--game-card-provider-font-size-500);line-height:var(--game-card-provider-line-height-500)}}@media (max-width: 400px){.game-card__title[data-v-bf1058b0]{font-size:var(--game-card-title-font-size-400);line-height:var(--game-card-title-line-height-400)}.game-card__provider[data-v-bf1058b0]{font-size:var(--game-card-provider-font-size-400);line-height:var(--game-card-provider-line-height-400)}.game-card__button[data-v-bf1058b0]{font-size:var(--game-card-button-font-size-400);line-height:var(--game-card-button-line-height-400)}}@media (max-width: 300px){.game-card__title[data-v-bf1058b0]{font-size:var(--game-card-title-font-size-300);line-height:var(--game-card-title-line-height-300)}.game-card__provider[data-v-bf1058b0]{font-size:var(--game-card-provider-font-size-300);line-height:var(--game-card-provider-line-height-300)}}@keyframes fadeOut-bf1058b0{0%{opacity:1;transform:translate(0);visibility:visible}to{opacity:0;transform:translate(100%);visibility:hidden}}@keyframes fadeIn-bf1058b0{0%{opacity:0;transform:translate(100%);visibility:hidden}to{opacity:1;transform:translate(0);visibility:visible}}.game-category[data-v-bf1058b0]{display:flex;flex-direction:column;gap:30px;margin:0 0 30px}.game-category__header[data-v-bf1058b0]{display:flex;justify-content:space-between;align-items:center}.game-category__grid[data-v-bf1058b0]{display:grid;grid-template-columns:repeat(5,minmax(190px,1fr));gap:35px}.game-card__button[data-v-bf1058b0]{width:80%}.load-more[data-v-bf1058b0]{display:flex;align-items:center;justify-content:center}.filters[data-v-bf1058b0]{display:grid;grid-template-columns:max-content minmax(100px,1fr);gap:10px;width:100%;margin:0 0 25px;align-items:stretch}.filters__categories[data-v-bf1058b0]{display:flex;gap:10px;flex-wrap:nowrap;max-width:65vw;min-width:0;-webkit-overflow-scrolling:touch}.filters__button[data-v-bf1058b0]{box-sizing:border-box;cursor:pointer;border:var(--slotlist-filters-button-border);color:var(--slotlist-filters-button-color);font-weight:var(--slotlist-filters-button-font-weight);font-size:var(--slotlist-filters-button-font-size);line-height:var(--slotlist-filters-button-line-height);border-radius:var(--slotlist-filters-button-border-radius);padding:10px;flex:0 1 100px;min-width:80px;max-width:110px;height:90px;background:var(--slotlist-filters-button-background);transition:border var(--slotlist-filters-button-transition-time) ease-in-out,box-shadow var(--slotlist-filters-button-transition-time) ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:5px}.filters__button[data-v-bf1058b0]:hover{border:var(--slotlist-filters-button-border-hover);box-shadow:var(--slotlist-filters-button-box-shadow-hover)}.filters__button img[data-v-bf1058b0]{width:25px;height:25px}.filters__button--active[data-v-bf1058b0]{border:var(--slotlist-filters-button-border-active);box-shadow:var(--slotlist-filters-button-box-shadow-active)}.filters__controls[data-v-bf1058b0]{display:flex;flex-direction:column;justify-content:space-between;min-width:0}.filters__search[data-v-bf1058b0]{border:var(--slotlist-filters-search-border);border-radius:var(--slotlist-filters-search-border-radius);padding:10px;background:var(--slotlist-filters-search-background);color:var(--slotlist-filters-search-color);font-size:var(--slotlist-filters-search-font-size);line-height:var(--slotlist-filters-search-line-height);width:100%;box-sizing:border-box}.filters__dropdown[data-v-bf1058b0]{cursor:pointer;border:var(--slotlist-filters-dropdown-border);border-radius:var(--slotlist-filters-dropdown-border-radius);padding:10px;background:var(--slotlist-filters-dropdown-background);color:var(--slotlist-filters-dropdown-color);font-size:var(--slotlist-filters-dropdown-font-size);line-height:var(--slotlist-filters-dropdown-line-height);width:100%;box-sizing:border-box}@media (max-width: 1500px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(180px,1fr));gap:25px}}@media (max-width: 1400px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(170px,1fr));gap:20px}}@media (max-width: 1350px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(165px,1fr));gap:15px}}@media (max-width: 1300px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(155px,1fr));gap:15px}}@media (max-width: 1250px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(150px,1fr));gap:20px}}@media (max-width: 1200px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(140px,1fr));gap:15px}}@media (max-width: 1150px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(130px,1fr));gap:15px}}@media (max-width: 1100px){.game-category[data-v-bf1058b0]{gap:20px;margin:0 0 20px}.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(175px,1fr));gap:15px}}@media (max-width: 1000px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(165px,1fr));gap:15px}}@media (max-width: 950px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(155px,1fr))}}@media (max-width: 900px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(5,minmax(110px,1fr))}}@media (max-width: 768px){.game-category__grid[data-v-bf1058b0]{grid-template-columns:repeat(3,minmax(30%,1fr))}.filters[data-v-bf1058b0]{grid-template-columns:1fr;grid-template-rows:auto auto}.filters__categories[data-v-bf1058b0]{max-width:100%;overflow-x:visible;flex-wrap:wrap}.filters__controls[data-v-bf1058b0]{width:100%;gap:10px}.filters__button[data-v-bf1058b0]{flex:1 1 10%;min-width:100px;max-width:none}}@media (max-width: 400px){.game-card__button[data-v-bf1058b0]{font-size:var(--slotlist-game-card-button-font-size-max-width-400);padding:10px}}@media (max-width: 300px){.game-card__button[data-v-bf1058b0]{font-size:var(--slotlist-game-card-button-font-size-max-width-300);line-height:var(--slotlist-game-card-button-line-height-max-width-300);padding:2vw}}.slot-bonus-slider__container[data-v-bf1058b0]{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:grab;padding:3px 0}.slot-bonus-slider__container--swiping[data-v-bf1058b0]{cursor:grabbing}.slot-bonus-slider__track[data-v-bf1058b0]{display:flex;gap:12px;transition:transform var(--slotlist-slot-bonus-slider-track-transition-time) ease;width:100%;position:relative;will-change:transform}.slot-bonus-slider__item[data-v-bf1058b0]{flex:0 0 auto}.slots-page[data-v-dc540f54]{display:flex;flex-direction:column;gap:30px;padding:0}.slots-page__row[data-v-dc540f54]{display:flex;gap:13px;transition:all var(--animation-time-general) ease-in-out}.slots-page[data-v-dc540f54]{display:flex;flex-direction:column}@media (max-width: 1100px){.slots-page[data-v-dc540f54]{gap:15px}.slots-page__row[data-v-dc540f54]{gap:5px}}.errors__inputs-error--message[data-v-0f11294c]{display:block;color:var(--color-error);font-size:10px;line-height:12px;position:absolute;bottom:-15px;left:0;width:100%;text-align:left}.errors__error-message[data-v-0f11294c]{display:block;color:var(--color-error);font-size:14px;line-height:16px;text-align:center}@keyframes fadeIn-0f11294c{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake-0f11294c{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes fadeInJackpotWin-0f11294c{0%{opacity:0}to{opacity:1}}@keyframes scaleInJackpotWin-0f11294c{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes Loading__Spin-Anim-0f11294c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-slide-enter-active[data-v-0f11294c],.fade-slide-leave-active[data-v-0f11294c]{transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease}.fade-slide-enter-from[data-v-0f11294c],.fade-slide-leave-to[data-v-0f11294c]{opacity:0;transform:translateY(-5px)}.fade-slide-enter-to[data-v-0f11294c],.fade-slide-leave-from[data-v-0f11294c]{opacity:1;transform:translateY(0)}.jackpot-item-enter-active[data-v-0f11294c],.jackpot-item-leave-active[data-v-0f11294c]{transition:opacity .5s ease}.jackpot-item-enter-from[data-v-0f11294c],.jackpot-item-leave-to[data-v-0f11294c]{opacity:0}.jackpot-item-move[data-v-0f11294c]{transition:transform .5s ease}.jackpot-slider[data-v-0f11294c]{width:100%}.jackpot-slider__loading[data-v-0f11294c]{text-align:center;font-size:var(--jackpot-slider-loading-font-size);font-weight:var(--jackpot-slider-loading-font-weight);line-height:var(--jackpot-slider-loading-line-height);color:var(--jackpot-slider-loading-color)}.jackpot-slider__container[data-v-0f11294c]{display:flex;flex-direction:column;gap:var(--jackpot-slider-container-gap)}.jackpot-slider__wrapper[data-v-0f11294c]{padding:5px 0 10px}.jackpot-slider__items[data-v-0f11294c]{display:flex;flex-wrap:nowrap;will-change:transform;gap:var(--jackpot-slider-items-gap);touch-action:pan-x;-moz-user-select:none;user-select:none;-webkit-user-select:none}.jackpot-slider__item[data-v-0f11294c]{flex:0 0 32.6%;display:flex;align-items:center;justify-content:center;background:var(--jackpot-slider-item-background);border:var(--jackpot-slider-item-border);border-radius:var(--jackpot-slider-item-border-radius);min-width:0;box-sizing:border-box;height:var(--jackpot-slider-item-height);position:relative;overflow:visible;cursor:grab;touch-action:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}.jackpot-slider__item[data-v-0f11294c]:active{cursor:grabbing}.jackpot-slider__item--static[data-v-0f11294c]{cursor:default!important}.jackpot-slider__item--mobile[data-v-0f11294c]{flex:0 0 100%;width:100%}.jackpot-slider__image[data-v-0f11294c]{position:absolute;left:50%;transform:translate(-50%);width:100%;z-index:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.jackpot-slider__text[data-v-0f11294c]{flex:1;display:flex;flex-direction:column;align-items:center;gap:var(--jackpot-slider-text-gap);z-index:2}.jackpot-slider__title[data-v-0f11294c]{font-weight:var(--jackpot-slider-title-font-weight);font-size:var(--jackpot-slider-title-font-size);line-height:var(--jackpot-slider-title-line-height);margin:0}.jackpot-slider__amount[data-v-0f11294c]{font-weight:var(--jackpot-slider-amount-font-weight);font-size:var(--jackpot-slider-amount-font-size);line-height:var(--jackpot-slider-amount-line-height);margin:0}.jackpot-slider__dots[data-v-0f11294c]{display:flex;justify-content:center;gap:var(--jackpot-slider-dots-gap)}.jackpot-slider__dot[data-v-0f11294c]{width:var(--jackpot-slider-dot-size);height:var(--jackpot-slider-dot-size);background:var(--jackpot-slider-dot-background);border-radius:var(--jackpot-slider-dot-border-radius);cursor:pointer;transition:background .3s}.jackpot-slider__dot--active[data-v-0f11294c]{background:var(--jackpot-slider-dot-background-active)}@media (max-width: 768px){.jackpot-slider__wrapper--mobile[data-v-0f11294c]{overflow:hidden}.jackpot-slider__items[data-v-0f11294c]{gap:0}.jackpot-slider__loading[data-v-0f11294c]{font-size:var(--jackpot-slider-loading-font-size-mobile);font-weight:var(--jackpot-slider-loading-font-weight-mobile);line-height:var(--jackpot-slider-loading-line-height-mobile)}.jackpot-slider__container[data-v-0f11294c]{gap:var(--jackpot-slider-container-gap)}.jackpot-slider__item[data-v-0f11294c]{border:var(--jackpot-slider-item-border-mobile);border-radius:var(--jackpot-slider-item-border-radius-mobile);height:var(--jackpot-slider-item-height-mobile);flex:0 0 100%}.jackpot-slider__title[data-v-0f11294c]{font-size:var(--jackpot-slider-title-font-size-mobile);font-weight:var(--jackpot-slider-title-font-weight-mobile);line-height:var(--jackpot-slider-title-line-height-mobile)}.jackpot-slider__amount[data-v-0f11294c]{font-size:var(--jackpot-slider-amount-font-size-mobile);font-weight:var(--jackpot-slider-amount-font-weight-mobile);line-height:var(--jackpot-slider-amount-line-height-mobile)}.jackpot-slider__dots[data-v-0f11294c]{gap:var(--jackpot-slider-dots-gap)}.jackpot-slider__dot[data-v-0f11294c]{width:var(--jackpot-slider-dot-size-mobile);height:var(--jackpot-slider-dot-size-mobile)}.jackpot-slider__image[data-v-0f11294c]{bottom:0;width:var(--jackpot-slider-image-width-mobile)}}.button[data-v-6f90d19c]{font-family:var(--font-family-base)}.button-showmore[data-v-6f90d19c]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-6f90d19c]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-6f90d19c]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-6f90d19c]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-6f90d19c]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-6f90d19c]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-6f90d19c]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-6f90d19c]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-6f90d19c]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-6f90d19c]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-6f90d19c]:hover{border-color:var(--color-button-tag-hover-border)}}.try__state[data-v-6f90d19c]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.try__button[data-v-6f90d19c]{margin-top:20px}.Gameplay[data-v-e2d5f16f]{display:flex;flex-direction:column;width:100%;margin:0 auto;padding:0 20px 25px;box-sizing:border-box;gap:30px}.Gameplay__container[data-v-e2d5f16f]{flex:1;display:flex;flex-direction:column;gap:15px}.Gameplay__container-buttons[data-v-e2d5f16f]{display:flex;justify-content:space-between;align-items:center}.Gameplay__fullscreen-button[data-v-e2d5f16f]{background:transparent;border:none;cursor:pointer;width:29px;height:29px;padding:0;transition:var(--gameplay-fullscreen-button-transition)}.Gameplay__fullscreen-button img[data-v-e2d5f16f]{width:100%;height:auto}.Gameplay__fullscreen-button[data-v-e2d5f16f]:hover{opacity:.7}.Gameplay__frame[data-v-e2d5f16f]{overflow:hidden;display:flex;justify-content:center;align-items:center;width:100%;aspect-ratio:16/9;outline:var(--gameplay-frame-outline);border-radius:var(--gameplay-frame-border-radius);box-shadow:var(--gameplay-frame-box-shadow);background:#000}.Gameplay__iframe[data-v-e2d5f16f]{width:100%;height:100%;border:none;display:block}.Gameplay--mobile[data-v-e2d5f16f]{padding:0;height:100%}.Gameplay--mobile .Gameplay__container[data-v-e2d5f16f]{height:100%;gap:0}.Gameplay--mobile .Gameplay__container-buttons[data-v-e2d5f16f]{display:none}.Gameplay--mobile .Gameplay__frame[data-v-e2d5f16f]{aspect-ratio:auto;height:100%;border-radius:var(--gameplay-frame-border-radius-mobile);outline:var(--gameplay-frame-outline-mobile);box-shadow:var(--gameplay-frame-box-shadow-mobile)}.Gameplay--mobile .Gameplay__iframe[data-v-e2d5f16f]{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.Gameplay--fullscreen[data-v-e2d5f16f]{padding:0}.Gameplay--mobile.Gameplay--fullscreen[data-v-e2d5f16f]{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:9999;background:#000}.Gameplay--mobile.Gameplay--fullscreen .Gameplay__container[data-v-e2d5f16f]{height:100%;gap:0}.Gameplay--mobile.Gameplay--fullscreen .Gameplay__frame[data-v-e2d5f16f]{height:100%;width:100%;border-radius:var(--gameplay-frame-border-radius-mobile);outline:var(--gameplay-frame-outline-mobile);box-shadow:var(--gameplay-frame-box-shadow-mobile)}@media (max-width: 1100px){.Gameplay[data-v-e2d5f16f]{padding:0}}.promotion-detail[data-v-6a3a4b3e]{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:22px}.promo-block[data-v-6a3a4b3e]{position:relative;overflow:hidden;width:100%;height:215px;border-radius:var(--promo-block-border-radius);display:flex;align-items:center;justify-content:center;padding:20px 40px;box-sizing:border-box}.promo-block picture[data-v-6a3a4b3e]{position:absolute;width:100%;height:100%}.promo-image[data-v-6a3a4b3e]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.promo-info[data-v-6a3a4b3e]{background:var(--promo-info-background);border-radius:var(--promo-info-border-radius);width:100%;padding:50px 80px;text-align:left;display:flex;flex-direction:column;gap:22px}.promo-title[data-v-6a3a4b3e]{font-size:var(--promo-title-font-size);font-weight:var(--promo-title-font-weight);line-height:var(--promo-title-line-height);text-align:center;color:var(--promo-title-color)}.promotion-content[data-v-6a3a4b3e]{font-size:var(--promotion-content-font-size);font-weight:var(--promotion-content-font-weight);line-height:var(--promotion-content-line-height);color:var(--promotion-content-color)}@media (max-width: 1400px){.promo-block[data-v-6a3a4b3e]{height:190px}}@media (max-width: 1300px){.promo-block[data-v-6a3a4b3e]{height:170px}}@media (max-width: 1200px){.promo-block[data-v-6a3a4b3e]{height:150px}}@media (max-width: 1100px){.back-button[data-v-6a3a4b3e]{margin:0 0 20px}.promotions__tags-buttons[data-v-6a3a4b3e]{display:flex}.promotion-detail[data-v-6a3a4b3e]{gap:0px}.promo-block[data-v-6a3a4b3e]{height:170px;border-radius:var(--promo-block-border-radius-mobile);padding:20px 40px}.promo-info[data-v-6a3a4b3e]{margin:15px 0 0;border-radius:var(--promo-info-border-radius-mobile);padding:40px 40px 20px;gap:5px}.promo-title[data-v-6a3a4b3e]{font-size:var(--promo-title-font-size-mobile);font-weight:var(--promo-title-font-weight-mobile);line-height:var(--promo-title-line-height-mobile)}.promotion-content[data-v-6a3a4b3e]{font-size:var(--promotion-content-font-size-mobile);font-weight:var(--promotion-content-font-weight-mobile);line-height:var(--promotion-content-line-height-mobile)}}@media (max-width: 900px){.promo-block[data-v-6a3a4b3e]{height:150px}}@media (max-width: 768px){.promo-block[data-v-6a3a4b3e]{height:360px}}@media (max-width: 700px){.promo-block[data-v-6a3a4b3e]{height:330px}}@media (max-width: 650px){.promo-block[data-v-6a3a4b3e]{height:300px}}@media (max-width: 600px){.promo-block[data-v-6a3a4b3e]{height:270px}}@media (max-width: 550px){.promo-block[data-v-6a3a4b3e]{height:250px}}@media (max-width: 500px){.promo-block[data-v-6a3a4b3e]{height:220px}}@media (max-width: 450px){.promo-block[data-v-6a3a4b3e]{height:200px}}@media (max-width: 400px){.promo-block[data-v-6a3a4b3e]{height:170px}}@media (max-width: 350px){.promo-block[data-v-6a3a4b3e]{height:140px}}@media (max-width: 300px){.promo-block[data-v-6a3a4b3e]{height:110px}}.promo-block[data-v-0427800a]{position:relative;overflow:hidden;height:220px;border-radius:var(--promo-block-border-radius);display:flex;align-items:center;justify-content:center;transition:transform var(--promo-block-transition-time) ease;cursor:pointer;flex-shrink:0}.promo-block picture[data-v-0427800a]{position:absolute;width:100%;height:100%}.promo-block:hover .promo-block__image[data-v-0427800a]{transform:scale(105%)}.promo-block--large[data-v-0427800a]{flex:0 1 75%;height:260px;transition:flex var(--promo-block-large-transition-time) ease,width var(--promo-block-large-transition-time) ease}.promo-block--large.promo-block--expanded[data-v-0427800a]{flex:1 1 100%}.promo-block--small[data-v-0427800a]{flex:0 1 25%;height:260px;transition:opacity var(--promo-block-small-transition-time) ease,transform var(--promo-block-small-transition-time) ease,width var(--promo-block-small-transition-time) ease,flex-basis var(--promo-block-small-transition-time) ease;opacity:1;transform:translate(0)}.promo-block--small.promo-block--hidden[data-v-0427800a]{opacity:0;transform:translate(100%);flex-basis:0;width:0}.promo-block--default[data-v-0427800a]{flex:0 1 100%;height:200px}.promo-block--double[data-v-0427800a]{flex:0 1 205%}.promo-block--wide[data-v-0427800a]{flex:0 1 100%}.promo-block__image[data-v-0427800a]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--promo-block-image-transition-time) ease}@media (max-width: 1500px){.promo-block--default[data-v-0427800a]{height:190px}}@media (max-width: 1400px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:240px}.promo-block--default[data-v-0427800a]{height:170px}}@media (max-width: 1300px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:220px}.promo-block--default[data-v-0427800a]{height:150px}}@media (max-width: 1200px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:200px}.promo-block--default[data-v-0427800a]{height:130px}}@media (max-width: 1150px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:180px}}@media (max-width: 1100px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:250px}.promo-block--default[data-v-0427800a]{height:320px}}@media (max-width: 1000px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:220px}.promo-block--default[data-v-0427800a]{height:290px}}@media (max-width: 900px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:200px}.promo-block--default[data-v-0427800a]{height:260px}}@media (max-width: 800px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:180px}.promo-block--default[data-v-0427800a]{height:230px}}@media (max-width: 768px){.promo-block[data-v-0427800a]{overflow:hidden;width:100%;height:170px;border-radius:var(--promo-block-mobile-border-radius)}.promo-block--large[data-v-0427800a]{width:100%;flex:none;justify-content:flex-start}.promo-block--small[data-v-0427800a]{display:none}.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:330px}.promo-block--default[data-v-0427800a]{height:360px}.promo-block--default[data-v-0427800a],.promo-block--wide[data-v-0427800a],.promo-block--double[data-v-0427800a]{flex:none}.promo-block--double[data-v-0427800a]{width:100%}}@media (max-width: 700px){.promo-block--default[data-v-0427800a]{height:330px}}@media (max-width: 650px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:290px}.promo-block--default[data-v-0427800a]{height:300px}}@media (max-width: 580px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:250px}.promo-block--default[data-v-0427800a]{height:270px}}@media (max-width: 550px){.promo-block--default[data-v-0427800a]{height:250px}}@media (max-width: 500px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a],.promo-block--default[data-v-0427800a]{height:220px}}@media (max-width: 450px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a],.promo-block--default[data-v-0427800a]{height:200px}}@media (max-width: 410px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a],.promo-block--default[data-v-0427800a]{height:180px}}@media (max-width: 380px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a],.promo-block--default[data-v-0427800a]{height:160px}}@media (max-width: 350px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:150px}.promo-block--default[data-v-0427800a]{height:130px}}@media (max-width: 300px){.promo-block--large[data-v-0427800a],.promo-block--small[data-v-0427800a]{height:130px}.promo-block--default[data-v-0427800a]{height:120px}}.button[data-v-abad2fe6]{font-family:var(--font-family-base)}.button-showmore[data-v-abad2fe6]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-abad2fe6]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-abad2fe6]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-abad2fe6]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-abad2fe6]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-abad2fe6]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-abad2fe6]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-abad2fe6]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-abad2fe6]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-abad2fe6]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-abad2fe6]:hover{border-color:var(--color-button-tag-hover-border)}}.promotions[data-v-abad2fe6]{display:flex;flex-direction:column;gap:20px;justify-content:space-between}.promotions__filters[data-v-abad2fe6]{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-start}.promotions__grid[data-v-abad2fe6]{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;transition:grid-template-columns .45s cubic-bezier(.4,0,.2,1)}@media (max-width: 1100px){.promotions__filters[data-v-abad2fe6]{justify-content:center}.promotions__grid[data-v-abad2fe6]{grid-template-columns:1fr;gap:18px}.promotions__filters[data-v-abad2fe6]{gap:10px}}.button[data-v-07930a94]{font-family:var(--font-family-base)}.button-showmore[data-v-07930a94]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-07930a94]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-07930a94]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-07930a94]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-07930a94]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-07930a94]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-07930a94]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-07930a94]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-07930a94]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-07930a94]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-07930a94]:hover{border-color:var(--color-button-tag-hover-border)}}.profile-page__container[data-v-07930a94]{display:flex;justify-content:center;padding:20px 0;gap:50px}.profile-page__left[data-v-07930a94]{display:flex;flex-direction:column;border-radius:var(--profile-page-left-border-radius);gap:7px;width:335px;transition:transform var(--animation-time-general) ease-in-out}.profile-page__right[data-v-07930a94]{border-radius:var(--profile-page-right-border-radius);width:480px}.profile-page__info[data-v-07930a94]{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.profile-page__button[data-v-07930a94]{display:flex;cursor:pointer;border:1px solid var(--profile-page-button-border-color);border-radius:var(--profile-page-button-border-radius);width:100%;height:40px;align-items:center;justify-content:center;font-weight:var(--profile-page-button-font-weight);font-size:var(--profile-page-button-font-size);color:var(--profile-page-button-text-color)}.profile-page__button-content[data-v-07930a94]{display:flex;flex-direction:row;align-items:center;gap:10px}.profile-page__button-icon[data-v-07930a94]{height:20px;width:auto}.profile-page__row[data-v-07930a94]{display:flex;flex-direction:row;align-items:center;gap:15px}.profile-page__avatar[data-v-07930a94]{width:44px;height:44px;border-radius:50%;position:relative;background:var(--profile-page-avatar-background)}.profile-page__avatar-text[data-v-07930a94]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:var(--profile-page-avatar-text-font-size);font-weight:var(--profile-page-avatar-text-font-weight);-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-page__avatar img[data-v-07930a94]{width:45px;height:45px;border-radius:50%;-o-object-fit:cover;object-fit:cover;overflow:hidden}.profile-page__avatar-icon[data-v-07930a94]{position:absolute;bottom:0;right:0;opacity:0;transition:opacity var(--animation-time-general) ease-in-out}.profile-page__avatar-icon.always-visible[data-v-07930a94]{opacity:1}.profile-page__avatar-icon img[data-v-07930a94]{width:20px;height:20px}.profile-page__avatar :hover .profile-page__edit-icon[data-v-07930a94]{opacity:1}.profile-page__username-id[data-v-07930a94]{display:flex;position:relative;flex-direction:column;gap:7px}.profile-page__username-id p[data-v-07930a94]{margin:0}.profile-page__username[data-v-07930a94]{font-weight:var(--profile-page-username-font-weight);font-size:var(--profile-page-username-font-size)}.profile-page__user-id[data-v-07930a94]{font-weight:var(--profile-page-user-id-font-weight);font-size:var(--profile-page-user-id-font-size)}.profile-page__buttons[data-v-07930a94]{display:flex;flex-direction:column;gap:7px}.profile-page__buttons--top[data-v-07930a94]{display:flex;flex-direction:row;gap:9px}.profile-page__buttons--top .button--withdraw[data-v-07930a94],.profile-page .button--transactions[data-v-07930a94]{background-color:transparent}.profile-page__balances[data-v-07930a94]{gap:7px;display:flex;flex-direction:column}.profile-page__balances-top[data-v-07930a94]{display:flex;flex-direction:row;gap:9px}.profile-page__balance-row[data-v-07930a94]{container-type:inline-size;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid var(--profile-page-balance-row-border-color);border-radius:var(--profile-page-balance-row-border-radius);padding:9px;width:100%;height:80px;gap:10px}.profile-page__balance-row span[data-v-07930a94]{line-height:var(--profile-page-balance-row-span-line-height);font-weight:var(--profile-page-balance-row-span-font-weight);font-size:var(--profile-page-balance-row-span-font-size);color:var(--profile-page-button-text-color)}.profile-page__balance-row p[data-v-07930a94]{margin:0;display:flex;white-space:nowrap;min-width:0}.profile-page__balance-row p .balance-amount[data-v-07930a94]{display:inline-block;position:relative;font-weight:var(--profile-page-balance-amount-font-weight);font-size:clamp(18px,5cqi,22px);white-space:nowrap;color:var(--profile-page-button-text-color);margin:0}.profile-page__balance-row p .balance-amount.hidden[data-v-07930a94]:after{content:attr(data-mask);position:absolute;left:0;top:0;animation:fadeInText-07930a94 var(--animation-time-general) ease-in-out}.profile-page__balance-row p .balance-currency[data-v-07930a94]{display:inline-block;font-weight:700;font-size:clamp(18px,5cqi,22px);white-space:nowrap;transition:opacity var(--animation-time-general) ease-in-out}.profile-page__balance-row p .balance-currency.hidden[data-v-07930a94]{opacity:0}.profile-page__balance-row-column[data-v-07930a94]{display:flex;flex-direction:column;gap:10px}.profile-page .main-balance[data-v-07930a94]{flex-direction:column;align-items:flex-start;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:inset 0 4px 4px 0 var(--profile-page-balance-shadow);background:var(--profile-page-balance-background-main);border:none}.profile-page .bonus-balance[data-v-07930a94]{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:inset 0 4px 4px 0 var(--profile-page-balance-shadow);background:var(--profile-page-balance-background-bonus);border:none}.profile-page .bonus-balance img[data-v-07930a94]{width:60px;height:auto}.profile-page .virtual-balance[data-v-07930a94]{height:60px;padding:9px 15px 9px 0;margin:0 0 4px;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:inset 0 4px 4px 0 var(--profile-page-balance-shadow);background:var(--profile-page-balance-background-virtual);border:none;justify-content:flex-start}.profile-page .virtual-balance img[data-v-07930a94]{width:100px;height:auto;transform:translateY(-3px)}.profile-page .virtual-balance p[data-v-07930a94]{display:flex;height:100%;align-items:center}.profile-page .virtual-balance p span[data-v-07930a94]{margin:0}.profile-page__extra-buttons[data-v-07930a94]{display:flex;flex-direction:column;gap:10px}.profile-page__extra-buttons .profile-page__button[data-v-07930a94]{padding:9px 20px 9px 15px;background:var(--profile-page-extra-button-background);border:0 solid var(--profile-page-balance-row-border-color);font-weight:var(--profile-page-extra-button-font-weight);font-size:var(--profile-page-extra-button-font-size);display:flex;flex-direction:row;justify-content:space-between}.profile-page__extra-buttons .button-notifications span[data-v-07930a94],.profile-page__extra-buttons .button-bonuses span[data-v-07930a94]{display:flex;align-items:center;justify-content:center;font-weight:var(--profile-page-notification-badge-font-weight);font-size:var(--profile-page-notification-badge-font-size);text-align:center;color:var(--profile-page-button-text-color);border-radius:var(--profile-page-notification-badge-border-radius);width:20px;height:20px}.profile-page__extra-buttons .button-notifications span[data-v-07930a94]{background:var(--profile-page-notification-badge-background);box-shadow:0 0 5px 0 var(--profile-page-notification-badge-background)}.profile-page__extra-buttons .button-bonuses span[data-v-07930a94]{background:var(--profile-page-bonus-badge-background);box-shadow:0 0 5px 0 var(--profile-page-bonus-badge-background)}.profile-page__promo[data-v-07930a94]{margin:3px 0 0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;background:var(--profile-page-promo-background);border:1px solid var(--profile-page-promo-border-color);border-radius:var(--profile-page-promo-border-radius);padding:0 0 0 9px;height:43px}.profile-page__promo input[data-v-07930a94]{font-weight:var(--profile-page-promo-input-font-weight);font-size:var(--profile-page-promo-input-font-size);color:var(--profile-page-promo-input-text-color);background:none;border:none;width:140px}.profile-page__promo button[data-v-07930a94]{background:var(--profile-page-promo-button-background);border:none;width:170px;height:100%}.profile-page__logout button[data-v-07930a94]{background:var(--profile-page-logout-button-background);border:none;height:43px}.button--deposit[data-v-07930a94]{flex:1 1 50%;border:none}.button--withdraw[data-v-07930a94]{flex:1 1 50%}@media (max-width: 1100px){.profile-page__container[data-v-07930a94]{flex-direction:column;align-items:center}.profile-page__left[data-v-07930a94],.profile-page__right[data-v-07930a94]{background:none;padding:0;width:100%}.profile-page__profile-info[data-v-07930a94]{order:1}.profile-page__buttons[data-v-07930a94]{order:2}.profile-page__balances[data-v-07930a94]{order:3}.profile-page__extra-buttons[data-v-07930a94]{order:4}.profile-page__promo[data-v-07930a94]{order:5}.button--transactions[data-v-07930a94]{order:6}.profile-page__logout[data-v-07930a94]{order:7}}@keyframes fadeInText-07930a94{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.profile-page .bonus-balance img[data-v-07930a94]{width:100%;max-width:60px;height:auto}.profile-page .virtual-balance img[data-v-07930a94]{width:70px}}.visibilitycontenttghl__button[data-v-07930a94]{position:relative;right:0;width:35px}@media (max-width: 768px){.visibilitycontenttghl__button[data-v-07930a94]{right:10px}}.page-header[data-v-3cd48de2]{display:flex;justify-content:space-between;align-items:center;margin:0 0 20px;gap:30px}.page-header__title[data-v-3cd48de2]{font-size:var(--page-header-title-font-size-desktop);font-weight:var(--page-header-title-font-weight);margin:0}.back-button[data-v-3cd48de2]{display:none;position:relative;top:0;left:0}@media (max-width: 1100px){.page-header__title[data-v-3cd48de2]{font-size:var(--page-header-title-font-size-desktop)}.back-button[data-v-3cd48de2]{display:flex}}@media (max-width: 768px){.page-header__title[data-v-3cd48de2]{font-size:var(--page-header-title-font-size-mobile)}}.input-wrapper[data-v-60f101fd]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-60f101fd]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-60f101fd]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-60f101fd]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-60f101fd]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-60f101fd]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-60f101fd]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-60f101fd]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-60f101fd]:focus,.select-group--dropdown[data-v-60f101fd]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-60f101fd]{background-color:transparent;color:var(--color-select-option-font)}.button[data-v-60f101fd]{font-family:var(--font-family-base)}.button-showmore[data-v-60f101fd]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-60f101fd]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-60f101fd]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-60f101fd]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-60f101fd]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-60f101fd]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-60f101fd]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-60f101fd]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-60f101fd]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-60f101fd]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-60f101fd]:hover{border-color:var(--color-button-tag-hover-border)}}.profile__user-details[data-v-60f101fd]{display:flex;flex-direction:column;gap:10px}.profile__user-row[data-v-60f101fd]{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:100%}.profile__user-row-birthdate[data-v-60f101fd]{display:flex;align-items:flex-end}.profile__user-row-phone[data-v-60f101fd]{display:flex;flex-direction:column}.profile__user-row-phone .profile__user-verify-btn[data-v-60f101fd]{width:90%}.profile__user-row-phone .profile__user-code-input .profile__user-input[data-v-60f101fd]{padding:13px 10px;width:90px;text-align:center}.profile__user-row .profile__user-field:nth-child(2) .profile__user-input[data-v-60f101fd]{padding:13px 73px 13px 18px}.profile__user-field-row[data-v-60f101fd]{display:flex;flex-direction:row}.profile__user-field--full[data-v-60f101fd]{grid-column:1/-1}.profile__user-field-header[data-v-60f101fd]{display:flex;flex-direction:row;gap:8px}.profile__user-input[data-v-60f101fd]{padding:13px 18px}.profile__user-input-wrapper[data-v-60f101fd]{position:relative}.profile__user-icon-btn[data-v-60f101fd]{min-width:43px;height:100%;background:var(--profile-user-icon-btn-background);border:none;border-radius:var(--profile-user-icon-btn-border-radius);cursor:pointer;display:grid;place-items:center;transition:background var(--animation-time-general) ease}.profile__user-icon-btn[data-v-60f101fd]:hover{background:var(--profile-user-icon-btn-hover-background)}.profile__user-icon-btn img[data-v-60f101fd]{width:14px;height:auto}.profile__user-btn-group[data-v-60f101fd]{display:flex;height:100%;gap:7px}.profile__user-btn-group--user[data-v-60f101fd],.profile__user-btn-group--user---btns[data-v-60f101fd]{width:100%}.profile__user-btn--edit[data-v-60f101fd]{width:100%;padding:17px 23px}.profile__user-actions[data-v-60f101fd]{height:100%;position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:7px;padding:1px}.profile__user-actions-birthdate[data-v-60f101fd]{display:flex;align-items:center;flex:1 1 100%}.profile__user-verify-btn[data-v-60f101fd]{cursor:pointer;white-space:nowrap;padding:auto 20px;height:100%;min-width:151px;width:-moz-fit-content;width:fit-content;display:inline-flex;justify-content:center;align-items:center}.profile__user-verify-btn[data-v-60f101fd]:disabled{opacity:.9;cursor:not-allowed}.profile__user-code-input[data-v-60f101fd]{display:flex;gap:7px;align-items:flex-end}.profile__user-code-input input[data-v-60f101fd]{flex:1}.profile__user-password-form[data-v-60f101fd]{display:flex;flex-direction:column;gap:10px}.profile__user-password--title[data-v-60f101fd]{font-size:var(--profile-user-password-title-font-size);font-weight:var(--profile-user-password-title-font-weight);line-height:var(--profile-user-password-title-line-height);margin:20px 0}.profile__user-save-btn[data-v-60f101fd]{margin-top:10px}.profile-verified[data-v-60f101fd]{width:15px;height:15px}.profile__user-message[data-v-60f101fd]{padding:12px;border-radius:var(--profile-user-message-border-radius);margin-bottom:15px;text-align:center}.profile__user-message--error[data-v-60f101fd]{background:var(--profile-user-message-error-background);color:var(--profile-user-message-error-text-color)}.profile__user-message--success[data-v-60f101fd]{background:var(--profile-user-message-success-background);color:var(--profile-user-message-success-text-color)}.profile__user-message--unauthorized[data-v-60f101fd]{background:var(--profile-user-message-unauthorized-background);color:var(--profile-user-message-unauthorized-text-color)}@media (max-width: 768px){.profile__user-row-birthdate[data-v-60f101fd]{flex-direction:column}.profile__user-actions-birthdate[data-v-60f101fd]{width:100%}}.fade-enter-active[data-v-60f101fd],.fade-leave-active[data-v-60f101fd]{transition:opacity var(--profile-user-transition-fade-duration) ease}.fade-enter-from[data-v-60f101fd],.fade-leave-to[data-v-60f101fd]{opacity:0}.fade-scale-enter-active[data-v-60f101fd],.fade-scale-leave-active[data-v-60f101fd]{transition:all var(--profile-user-transition-scale-duration) ease}.fade-scale-enter-from[data-v-60f101fd],.fade-scale-leave-to[data-v-60f101fd]{opacity:0;transform:scale(.8)}.slide-fade-enter-active[data-v-60f101fd]{transition:all var(--profile-user-transition-slide-duration) ease}.slide-fade-leave-active[data-v-60f101fd]{transition:all var(--profile-user-transition-fade-duration) ease}.slide-fade-enter-from[data-v-60f101fd],.slide-fade-leave-to[data-v-60f101fd]{opacity:0;transform:translateY(-10px)}.auth__error-message[data-v-60f101fd]{color:#e74c3c;font-size:12px;margin-top:4px;display:block}.input-wrapper__input--error[data-v-60f101fd]{border-color:#e74c3c!important}.deposit__container[data-v-f2484af2]{width:100%;margin:0 auto}.deposit__container h2[data-v-f2484af2]{font-size:var(--deposit-title-font-size);font-weight:var(--deposit-title-font-weight);line-height:var(--deposit-title-line-height);margin:9px 0 5px}.deposit__virtualcard-button[data-v-f2484af2]{display:flex;cursor:pointer;border:1px solid var(--deposit-virtual-button-border-color);border-radius:var(--deposit-virtual-button-border-radius);width:100%;height:40px;align-items:center;justify-content:center;font-weight:var(--deposit-virtual-button-font-weight);font-size:var(--deposit-virtual-button-font-size);line-height:var(--deposit-virtual-button-line-height);margin:17px 0 0;color:var(--deposit-virtual-button-text-color);background-color:transparent;transition:background-color var(--animation-time-general) ease,border-color var(--animation-time-general) ease,box-shadow var(--animation-time-general) ease}.deposit__virtualcard-button.active[data-v-f2484af2]{background:var(--deposit-virtual-button-active-background);border-color:var(--deposit-virtual-button-active-background)}.deposit__virtualcard-button[data-v-f2484af2]:hover{background:var(--deposit-virtual-button-hover-background);border-color:var(--deposit-virtual-button-hover-background);box-shadow:0 0 6px 0 var(--deposit-virtual-button-hover-shadow)}.deposit__methods[data-v-f2484af2]{display:flex;flex-direction:row;flex-wrap:wrap;padding:9px 14px;border:1px solid var(--deposit-methods-border-color);border-radius:var(--deposit-methods-border-radius);background:var(--deposit-methods-background);gap:6px;margin-bottom:10px}.deposit__method[data-v-f2484af2]{position:relative;border-radius:var(--deposit-method-border-radius);border:solid 1px transparent;width:107px;height:57px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;padding:7px;background-color:var(--deposit-method-background);transition:background-color var(--animation-time-general) ease,box-shadow var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.deposit__method.active[data-v-f2484af2],.deposit__method[data-v-f2484af2]:hover{border-color:var(--deposit-method-active-border-color)}.deposit__method--img[data-v-f2484af2]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.deposit__method--min[data-v-f2484af2]{display:flex;margin-top:5px;font-size:var(--deposit-method-min-font-size);font-weight:var(--deposit-method-min-font-weight);line-height:var(--deposit-method-min-line-height);text-align:center}.deposit__method-description[data-v-f2484af2]{font-size:var(--deposit-method-description-font-size);font-weight:var(--deposit-method-description-font-weight);line-height:var(--deposit-method-description-line-height);margin:0}.deposit__amount[data-v-f2484af2]{margin:17px 0}.deposit__amount h3[data-v-f2484af2]{font-size:var(--deposit-amount-title-font-size);font-weight:var(--deposit-amount-title-font-weight);line-height:var(--deposit-amount-title-line-height);margin:0 0 5px}.deposit__amount input[data-v-f2484af2]{width:100%;padding:11px 8px;border:1px solid var(--deposit-input-border-color);border-radius:var(--deposit-input-border-radius);font-size:var(--deposit-input-font-size);font-weight:var(--deposit-input-font-weight);line-height:var(--deposit-input-line-height);background:var(--deposit-input-background);color:var(--deposit-input-text-color)}.deposit__amount .no-spinners[data-v-f2484af2]{-webkit-appearance:none;-moz-appearance:textfield}.deposit__amount .no-spinners[data-v-f2484af2]::-webkit-inner-spin-button,.deposit__amount .no-spinners[data-v-f2484af2]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.deposit__bonuses[data-v-f2484af2]{margin:17px 0 30px;display:flex;flex-direction:column;gap:10px}.deposit__bonus--option[data-v-f2484af2]{display:flex;justify-content:space-between;align-items:center;padding:10px;border:1px solid var(--deposit-bonus-border-color);border-radius:var(--deposit-bonus-border-radius);cursor:pointer;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:var(--deposit-bonus-background);transition:border-color var(--animation-time-general) ease}.deposit__bonus--option.active[data-v-f2484af2]{border-color:var(--deposit-bonus-active-border-color)}.deposit__bonus--option:nth-child(1) .deposit__bonus--title[data-v-f2484af2]{font-size:var(--deposit-method-description-font-size);max-width:100%}.deposit__bonus--info[data-v-f2484af2]{display:flex;flex-direction:row;align-items:center;gap:15px}.deposit__bonus--info p[data-v-f2484af2]{font-weight:var(--deposit-bonus-info-font-weight);line-height:var(--deposit-bonus-info-line-height);text-align:left;font-size:var(--deposit-bonus-info-font-size);color:var(--deposit-bonus-info-text-color);max-width:130px;margin:10px 0}.deposit__bonus--title[data-v-f2484af2]{font-weight:var(--deposit-bonus-title-font-weight);line-height:var(--deposit-bonus-title-line-height);text-align:left;font-size:var(--deposit-bonus-title-font-size);max-width:130px}.deposit__bonus--img[data-v-f2484af2]{width:40px;height:auto}.deposit__bonus--amount[data-v-f2484af2]{color:var(--deposit-bonus-amount-text-color);font-weight:var(--deposit-bonus-amount-font-weight);line-height:var(--deposit-bonus-amount-line-height);font-size:var(--deposit-bonus-amount-font-size);transition:color var(--animation-time-general) ease}.deposit__bonus--amount.active[data-v-f2484af2]{color:var(--deposit-bonus-amount-active-color)}.deposit__checkbox[data-v-f2484af2]{width:20px;height:20px;background:var(--deposit-checkbox-background);border-radius:50%;display:flex;justify-content:center;align-items:center}.deposit__checkbox--circle[data-v-f2484af2]{width:14px;height:14px;border-radius:50%;transition:background var(--animation-time-general) ease}.deposit__checkbox--circle.active[data-v-f2484af2]{background:var(--deposit-checkbox-circle-background-active)}.deposit__button[data-v-f2484af2]{display:flex;cursor:pointer;border:none;border-radius:var(--deposit-submit-border-radius);width:100%;align-items:center;justify-content:center;font-weight:var(--deposit-submit-font-weight);font-size:var(--deposit-submit-font-size);line-height:var(--deposit-submit-line-height);color:var(--deposit-submit-text-color);background-color:var(--deposit-submit-background);transition:background-color var(--animation-time-general) ease,box-shadow var(--animation-time-general) ease}.deposit__button[data-v-f2484af2]:hover{background-color:var(--deposit-submit-hover-background);box-shadow:0 0 6px 0 var(--deposit-submit-hover-shadow)}@media (max-width: 768px){.deposit__methods[data-v-f2484af2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:6px}.deposit__method[data-v-f2484af2]{position:relative;border-radius:var(--deposit-method-border-radius);border:solid 1px transparent;width:100%;height:57px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;padding:7px;background-color:var(--deposit-method-background);transition:background-color var(--animation-time-general) ease,box-shadow var(--animation-time-general) ease,border-color var(--animation-time-general) ease}}@media (max-width: 520px){.deposit__bonus--info[data-v-f2484af2]{gap:12px}.deposit__bonus--info p[data-v-f2484af2]{font-size:10px;max-width:100px}.deposit__bonus--title[data-v-f2484af2]{font-size:16px;max-width:100px}.deposit__bonus--img[data-v-f2484af2]{width:35px;height:auto}.deposit__bonus--amount[data-v-f2484af2]{font-size:13px}}.deposit-desc-enter-active[data-v-f2484af2],.deposit-desc-leave-active[data-v-f2484af2]{transition:opacity var(--animation-time-general) ease,transform var(--animation-time-general) ease;overflow:hidden}.deposit-desc-enter-from[data-v-f2484af2],.deposit-desc-leave-to[data-v-f2484af2]{opacity:0;transform:translateY(-5px)}.deposit-desc-enter-to[data-v-f2484af2],.deposit-desc-leave-from[data-v-f2484af2]{opacity:1;transform:translateY(0)}.button[data-v-f2484af2]{font-family:var(--font-family-base)}.button-showmore[data-v-f2484af2]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-f2484af2]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-f2484af2]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-f2484af2]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-f2484af2]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-f2484af2]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-f2484af2]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-f2484af2]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-f2484af2]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-f2484af2]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-f2484af2]:hover{border-color:var(--color-button-tag-hover-border)}}.deposit__amount-header[data-v-f2484af2]{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.deposit__limits[data-v-f2484af2]{font-size:12px;opacity:.8}.deposit__error[data-v-f2484af2]{color:#f44;font-size:12px;margin-top:5px}.deposit__method-description[data-v-f2484af2]{white-space:pre-wrap}.input-wrapper[data-v-e65dbe99]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-e65dbe99]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-e65dbe99]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-e65dbe99]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-e65dbe99]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-e65dbe99]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-e65dbe99]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-e65dbe99]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-e65dbe99]:focus,.select-group--dropdown[data-v-e65dbe99]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-e65dbe99]{background-color:transparent;color:var(--color-select-option-font)}.universal__dropdown[data-v-e65dbe99]{position:relative;width:100%;box-sizing:border-box}.universal__dropdown.disabled[data-v-e65dbe99]{opacity:.5;cursor:not-allowed}.universal__dropdown-trigger[data-v-e65dbe99]{width:100%;border:var(--universal-dropdown-trigger-border);border-radius:var(--universal-dropdown-trigger-border-radius);background:var(--universal-dropdown-trigger-background);padding:5px 18px;height:var(--universal-dropdown-trigger-height);font-weight:var(--universal-dropdown-trigger-font-weight);font-size:var(--universal-dropdown-trigger-font-size);color:var(--universal-dropdown-trigger-color);display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:border-color var(--universal-dropdown-trigger-transition-time) ease;box-sizing:border-box}.universal__dropdown-trigger[data-v-e65dbe99]:hover{border-color:var(--universal-dropdown-trigger-border-hover)}.universal__dropdown-trigger[data-v-e65dbe99]:focus{outline:none;border-color:var(--universal-dropdown-trigger-border-focus)}.universal__dropdown-label[data-v-e65dbe99]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:var(--universal-dropdown-label-font-weight);font-size:var(--universal-dropdown-label-font-size);color:var(--universal-dropdown-label-color)}.universal__dropdown-arrow[data-v-e65dbe99]{width:16px;height:16px;transition:transform var(--universal-dropdown-arrow-transition-time) ease}.universal__dropdown-arrow.rotated[data-v-e65dbe99]{transform:var(--universal-dropdown-arrow-rotate)}.universal__dropdown-menu[data-v-e65dbe99]{position:absolute;top:100%;left:0;width:100%;max-height:190px;overflow-y:auto;overflow-x:hidden;background:var(--universal-dropdown-menu-background);border:var(--universal-dropdown-menu-border);border-radius:var(--universal-dropdown-menu-border-radius);z-index:1;margin-top:5px;box-sizing:border-box;max-width:100%}.universal__dropdown-list[data-v-e65dbe99]{list-style:none;padding:0;margin:0}.universal__dropdown-item[data-v-e65dbe99]{display:flex;align-items:center;padding:10px 18px;cursor:pointer;transition:background var(--universal-dropdown-item-transition-time) ease}.universal__dropdown-item[data-v-e65dbe99]:hover{background:var(--universal-dropdown-item-hover-background)}.universal__dropdown-item span[data-v-e65dbe99]{font-size:var(--universal-dropdown-item-font-size);font-weight:var(--universal-dropdown-item-font-weight);line-height:var(--universal-dropdown-item-line-height)}.universal__dropdown-image[data-v-e65dbe99]{width:24px;height:24px;margin-right:10px;border-radius:var(--universal-dropdown-image-border-radius)}.universal__dropdown-search[data-v-e65dbe99]{display:flex;align-items:center;flex-direction:row;gap:10px;padding:13px 18px 10px}.universal__dropdown-search input[data-v-e65dbe99]{flex:1;border:none;outline:none;font-size:var(--universal-dropdown-search-input-font-size);background:transparent;color:var(--universal-dropdown-search-input-color);font-weight:var(--universal-dropdown-search-input-font-weight)}.universal__dropdown-search--icon[data-v-e65dbe99]{width:18px;height:18px}.universal__dropdown-noresults[data-v-e65dbe99]{padding:0 0 18px;text-align:center;color:var(--universal-dropdown-noresults-color);font-size:var(--universal-dropdown-noresults-font-size);font-weight:var(--universal-dropdown-noresults-font-weight)}.dropdown-enter-active[data-v-e65dbe99],.dropdown-leave-active[data-v-e65dbe99]{transition:opacity var(--universal-dropdown-transition-time) ease,transform var(--universal-dropdown-transition-time) ease}.dropdown-enter-from[data-v-e65dbe99],.dropdown-leave-to[data-v-e65dbe99]{opacity:0;transform:translateY(-10px)}.input-wrapper[data-v-501b3714]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-501b3714]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-501b3714]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-501b3714]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-501b3714]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-501b3714]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-501b3714]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-501b3714]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-501b3714]:focus,.select-group--dropdown[data-v-501b3714]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-501b3714]{background-color:transparent;color:var(--color-select-option-font)}.withdraw-container[data-v-501b3714]{display:flex;flex-direction:column;margin:0 auto}.withdraw-additional[data-v-501b3714]{display:flex;flex-direction:column;gap:15px}.withdraw-content[data-v-501b3714]{display:flex;flex-direction:column;margin:17px 0 0;gap:15px}.withdraw-amount__input[data-v-501b3714]::-webkit-outer-spin-button,.withdraw-amount__input[data-v-501b3714]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.withdraw-amount__input[type=number][data-v-501b3714]{-moz-appearance:textfield}.withdraw-balance[data-v-501b3714]{display:none;flex-direction:column;align-items:center;margin:0 0 15px}.withdraw-balance__label[data-v-501b3714]{font-size:var(--withdraw-balance-label-font-size);font-weight:var(--withdraw-balance-label-font-weight);line-height:var(--withdraw-balance-label-line-height);margin:0 auto}.withdraw-balance__amount[data-v-501b3714]{font-size:var(--withdraw-balance-amount-font-size);font-weight:var(--withdraw-balance-amount-font-weight);line-height:var(--withdraw-balance-amount-line-height);color:var(--withdraw-balance-amount-color);margin:10px 0 5px}.withdraw-balance__virtual[data-v-501b3714]{font-size:var(--withdraw-balance-virtual-font-size);font-weight:var(--withdraw-balance-virtual-font-weight);line-height:var(--withdraw-balance-virtual-line-height);color:var(--withdraw-balance-virtual-color);margin:0}.withdraw-button[data-v-501b3714]{display:flex;cursor:pointer;border:none;border-radius:var(--withdraw-button-border-radius);width:100%;align-items:center;justify-content:center;font-weight:var(--withdraw-button-font-weight);font-size:var(--withdraw-button-font-size);line-height:var(--withdraw-button-line-height);color:var(--withdraw-button-text-color);background-color:var(--withdraw-button-background);transition:background-color var(--animation-time-general) ease,box-shadow var(--animation-time-general) ease}.withdraw-button[data-v-501b3714]:hover{background-color:var(--withdraw-button-hover-background);box-shadow:0 0 6px 0 var(--withdraw-button-hover-shadow)}.withdraw-method[data-v-501b3714]{position:relative;display:flex;align-items:center;gap:5px}.withdraw-method__icon[data-v-501b3714]{display:flex;justify-content:center;border:1px solid var(--withdraw-method-icon-border-color);border-radius:var(--withdraw-method-icon-border-radius);width:120px;height:100%;background:transparent;padding:10px}.withdraw-method__icon img[data-v-501b3714]{width:70px;height:auto;-o-object-fit:contain;object-fit:contain}.withdraw-method__dropdown[data-v-501b3714]{flex:1;position:relative;height:100%}.dropdown-toggle[data-v-501b3714]{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;color:var(--withdraw-dropdown-text-color);background:transparent;padding:19px;font-size:var(--withdraw-dropdown-font-size);font-weight:var(--withdraw-dropdown-font-weight);line-height:var(--withdraw-dropdown-line-height);border:1px solid var(--withdraw-dropdown-border-color);border-radius:var(--withdraw-dropdown-border-radius);box-sizing:border-box;cursor:pointer;transition:border-color var(--animation-time-general) ease}.dropdown-toggle[data-v-501b3714]:hover{border-color:var(--withdraw-dropdown-hover-border-color)}.dropdown-toggle[data-v-501b3714]:focus{border-color:var(--withdraw-dropdown-hover-border-color)}.dropdown-arrow[data-v-501b3714]{font-size:var(--withdraw-dropdown-arrow-font-size);transition:transform var(--animation-time-general) ease}.dropdown-arrow.dropdown-arrow--open[data-v-501b3714]{transform:rotate(180deg)}.dropdown-menu[data-v-501b3714]{position:absolute;top:100%;left:0;right:0;background:var(--withdraw-dropdown-menu-background);border:1px solid var(--withdraw-dropdown-menu-border-color);border-radius:var(--withdraw-dropdown-menu-border-radius);box-shadow:0 2px 5px var(--withdraw-dropdown-menu-shadow);z-index:10;overflow:hidden}.dropdown-item[data-v-501b3714]{display:flex;align-items:center;gap:10px;padding:10px;font-size:var(--withdraw-dropdown-item-font-size);font-weight:var(--withdraw-dropdown-item-font-weight);line-height:var(--withdraw-dropdown-item-line-height);cursor:pointer;transition:background-color var(--animation-time-general) ease}.dropdown-item__icon[data-v-501b3714]{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}@media (max-width: 1100px){.withdraw-balance[data-v-501b3714]{display:flex}}.button[data-v-501b3714]{font-family:var(--font-family-base)}.button-showmore[data-v-501b3714]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-501b3714]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-501b3714]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-501b3714]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-501b3714]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-501b3714]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-501b3714]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-501b3714]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-501b3714]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-501b3714]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-501b3714]:hover{border-color:var(--color-button-tag-hover-border)}}@keyframes fadeSlideIn-501b3714{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideOut-501b3714{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.fade-slide-enter-active[data-v-501b3714]{transition:all .3s ease;transition-delay:.3s}.fade-slide-leave-active[data-v-501b3714]{transition:all .3s ease}.fade-slide-enter-from[data-v-501b3714],.fade-slide-leave-to[data-v-501b3714]{opacity:0;transform:translateY(10px)}.input-wrapper[data-v-f84213f4]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-f84213f4]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-f84213f4]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-f84213f4]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-f84213f4]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-f84213f4]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-f84213f4]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-f84213f4]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-f84213f4]:focus,.select-group--dropdown[data-v-f84213f4]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-f84213f4]{background-color:transparent;color:var(--color-select-option-font)}.button[data-v-f84213f4]{font-family:var(--font-family-base)}.button-showmore[data-v-f84213f4]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-f84213f4]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-f84213f4]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-f84213f4]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-f84213f4]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-f84213f4]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-f84213f4]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-f84213f4]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-f84213f4]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-f84213f4]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-f84213f4]:hover{border-color:var(--color-button-tag-hover-border)}}.notifications-container ul[data-v-f84213f4]{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px;margin:20px 0}.notifications-container li[data-v-f84213f4]{padding:10px 20px;border-radius:var(--notifications-item-border-radius);box-shadow:0 2px 4px var(--notifications-item-shadow);background:var(--notifications-item-background);border:1px solid var(--notifications-item-border-color);width:100%;text-align:center;display:flex;flex-direction:column;position:relative}.notifications-container h3[data-v-f84213f4]{margin:0;font-weight:var(--notifications-title-font-weight);font-size:var(--notifications-title-font-size)}.notifications-container p[data-v-f84213f4]{margin:0;font-size:var(--notifications-text-font-size)}.notifications-none[data-v-f84213f4]{text-align:center;padding:30px 20px;font-size:var(--notifications-empty-font-size);color:var(--notifications-empty-text-color)}.notifications-filters[data-v-f84213f4]{display:flex;justify-content:space-between;margin-top:30px;gap:10px}.notifications-filters button[data-v-f84213f4]{width:100%;background:var(--notifications-filter-button-background);border:1px solid var(--notifications-filter-button-border-color);color:var(--notifications-filter-button-text-color)}.notifications-filters button[data-v-f84213f4]:hover{border-color:var(--notifications-filter-button-hover-border-color)}.notifications-filters button.active[data-v-f84213f4]{background:var(--notifications-filter-button-active-background);color:var(--notifications-filter-button-active-text-color);border-color:var(--notifications-filter-button-active-background)}.notifications-loadmore[data-v-f84213f4]{margin:20px 0;text-align:center}.notifications-loadmore--button[data-v-f84213f4]{width:100%}.notifications-readall__wrapper[data-v-f84213f4]{display:flex;justify-content:center;margin:25px 0;padding:0}.notifications-readall__button[data-v-f84213f4]{position:relative;background:none;border:none;padding:0;cursor:pointer;outline:none;font-size:var(--notifications-readall-font-size);font-weight:var(--notifications-readall-font-weight);display:flex;flex-direction:column;gap:5px;color:var(--notifications-readall-text-color);transition:color var(--animation-time-general) ease}.notifications-readall__button[data-v-f84213f4]:hover{color:var(--notifications-readall-hover-text-color)}.notifications-readall__button:hover .notifications-readall__underline[data-v-f84213f4]{background:var(--notifications-readall-underline-hover-color)}.notifications-readall__text[data-v-f84213f4]{position:relative;z-index:1}.notifications-readall__underline[data-v-f84213f4]{position:relative;bottom:0;left:0;width:100%;height:2px;background:var(--notifications-readall-underline-color);transition:background var(--animation-time-general) ease}.slide-up-enter-active[data-v-f84213f4],.slide-up-leave-active[data-v-f84213f4]{transition:all var(--notification-transition-duration) cubic-bezier(.25,.8,.25,1)}.slide-up-enter-from[data-v-f84213f4],.slide-up-leave-to[data-v-f84213f4]{opacity:0;transform:translateY(-20px)}.notification-content[data-v-f84213f4]{flex:1;display:flex;flex-direction:column;gap:10px}.notification-content__timestamp[data-v-f84213f4]{margin:5px 0 0;font-size:var(--notification-timestamp-font-size);color:var(--notification-timestamp-text-color)}.notification-read[data-v-f84213f4]{display:flex;align-items:center;justify-content:center;width:var(--notification-read-size);height:var(--notification-read-size);padding:0;border-radius:50%;background-color:var(--notification-read-background);border:none;cursor:pointer;position:absolute;right:15px;top:20px;transform:translateY(-50%);transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.notification-read svg[data-v-f84213f4]{width:100%;height:auto}.notification-read[data-v-f84213f4]:not(.read){animation:circle-pulse-f84213f4 var(--animation-time-general) ease-in-out infinite}.notification-read[data-v-f84213f4]:hover:not(.read){opacity:1;animation-play-state:paused;background-color:var(--notification-read-hover-background);box-shadow:0 0 12px 0 var(--notification-read-shadow)}.notification-read.read[data-v-f84213f4]{background-color:transparent;box-shadow:none;cursor:default;animation:none}.notification-read.read svg[data-v-f84213f4]{opacity:0}.notification--read[data-v-f84213f4]{opacity:.8}.Loading[data-v-f84213f4]{margin:20px 0 0}.notification-list-enter-active[data-v-f84213f4],.notification-list-leave-active[data-v-f84213f4]{transition:transform var(--animation-time-general) ease,opacity var(--animation-time-general) ease}.notification-list-enter-from[data-v-f84213f4],.notification-list-leave-to[data-v-f84213f4]{opacity:0;transform:translate(100%)}.notification-list-move[data-v-f84213f4]{transition:transform var(--animation-time-general) ease}@keyframes circle-pulse-f84213f4{0%{opacity:1;box-shadow:0 0 8px 0 var(--notification-read-shadow)}50%{opacity:.7;box-shadow:0 0 12px 0 var(--notification-read-shadow)}to{opacity:1;box-shadow:0 0 8px 0 var(--notification-read-shadow)}}@media (max-width: 1100px){.notifications-container ul[data-v-f84213f4]{gap:18px}.notifications-container li[data-v-f84213f4]{padding:10px 20px;border-radius:var(--notifications-item-border-radius);box-shadow:0 2px 4px var(--notifications-item-shadow);border:1px solid var(--notifications-item-border-color)}.notifications-container h3[data-v-f84213f4]{font-size:var(--notifications-title-font-size)}.notifications-container p[data-v-f84213f4]{font-size:var(--notifications-text-font-size)}}@media (max-width: 400px){.notifications-filters[data-v-f84213f4]{flex-wrap:wrap}}.button[data-v-0332ec21]{font-family:var(--font-family-base)}.button-showmore[data-v-0332ec21]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-0332ec21]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-0332ec21]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-0332ec21]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-0332ec21]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-0332ec21]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-0332ec21]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-0332ec21]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-0332ec21]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-0332ec21]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-0332ec21]:hover{border-color:var(--color-button-tag-hover-border)}}.loading[data-v-0332ec21],.error[data-v-0332ec21]{text-align:center;padding:40px;font-size:var(--bonuses-loading-font-size)}.error[data-v-0332ec21]{color:var(--bonuses-error-text-color)}.bonuses-list[data-v-0332ec21]{display:flex;flex-direction:column;gap:15px}.bonus-item[data-v-0332ec21]{display:flex;flex-direction:column;align-items:center;background:var(--bonus-item-background);border:1px solid var(--bonus-item-border-color);border-radius:var(--bonus-item-border-radius);padding:10px 20px;gap:9px;transition:border-color var(--animation-time-general) ease}.bonus-item--active[data-v-0332ec21]{border-color:var(--bonus-item-active-border-color)}.bonus-item__title[data-v-0332ec21]{font-size:var(--bonus-item-title-font-size);font-weight:var(--bonus-item-title-font-weight)}.bonus-item__description[data-v-0332ec21]{font-size:var(--bonus-item-description-font-size)}.bonus-item__btn[data-v-0332ec21]{width:100%;margin:15px 0 0}.bonus-item__expires[data-v-0332ec21]{font-size:var(--bonus-item-expires-font-size);color:var(--bonus-item-expires-text-color);margin:10px 0 0}.bonus-item__progress[data-v-0332ec21]{width:100%}.progress-container[data-v-0332ec21]{position:relative;height:15px;background:var(--progress-container-background);border-radius:var(--progress-container-border-radius);margin:15px 0 17px}.progress-track[data-v-0332ec21]{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--progress-track-background);border-radius:var(--progress-container-border-radius)}.progress-fill[data-v-0332ec21]{position:absolute;top:0;right:0;bottom:0;left:0;width:0;background:var(--progress-fill-background);transition:width var(--animation-time-general) ease}.progress-fill-overlay[data-v-0332ec21]{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--progress-overlay-background)}.progress-indicator[data-v-0332ec21]{position:absolute;top:50%;transform:translateY(-50%);transition:left var(--animation-time-general) ease;pointer-events:none;display:flex;flex-direction:column;align-items:center}.progress-icon[data-v-0332ec21]{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.progress-current[data-v-0332ec21]{position:absolute;top:35px;left:50%;font-size:var(--progress-current-font-size);font-weight:var(--progress-current-font-weight);white-space:nowrap}.progress-labels[data-v-0332ec21]{display:flex;justify-content:space-between;font-size:var(--progress-labels-font-size)}.progress-start[data-v-0332ec21],.progress-end[data-v-0332ec21]{font-weight:var(--progress-labels-font-weight)}.vip-system-container[data-v-9739d6ae]{display:flex;flex-direction:column;gap:36px}.vip-system-container .progress-block[data-v-9739d6ae]{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:linear-gradient(193deg,#0077ff1a,#9500ff1a);border:1px solid #fff;border-radius:9px;padding:18px 100px;width:100%;height:170px}.vip-system-container .current-level[data-v-9739d6ae]{display:flex;flex-direction:column;gap:10px;margin:0}.vip-system-container .current-level h2[data-v-9739d6ae]{font-weight:700;font-size:19px;color:#fff;margin:0}.vip-system-container .current-level h2 span[data-v-9739d6ae]{font-weight:400;font-size:14px}.vip-system-container .current-level .level-icon[data-v-9739d6ae]{width:40px;height:57px}.vip-system-container .current-level p[data-v-9739d6ae]{margin:0;font-weight:400;font-size:12px}.vip-system-container .current-level p span[data-v-9739d6ae]{font-weight:600}.vip-system-container .next-level[data-v-9739d6ae]{display:flex;flex-direction:column;gap:10px;margin:0;height:100%;align-items:flex-end;justify-content:flex-end}.vip-system-container .next-level .level-icon[data-v-9739d6ae]{width:40px;height:57px}.vip-system-container .next-level p[data-v-9739d6ae]{margin:0;font-weight:400;font-size:12px}.vip-system-container .next-level p span[data-v-9739d6ae]{font-weight:600}.vip-system-container .progress-bar[data-v-9739d6ae]{height:9px;overflow:hidden;width:75%;border-radius:5px;background:#888;box-shadow:inset 0 0 4px #000000a6;max-width:845px;display:flex}.vip-system-container .progress-bar .progress-fill[data-v-9739d6ae]{box-shadow:inset 0 0 3px #000000d9,0 0 4px #00000040;background:linear-gradient(40deg,#0026ff,#ff4ef9);height:100%;border-radius:5px}.vip-system-container .levels-list[data-v-9739d6ae]{display:flex;flex-direction:column;align-items:center;gap:36px}.vip-system-container .levels-list h3[data-v-9739d6ae]{font-weight:700;font-size:20px;margin:0}.vip-system-container .levels-list .level-cards[data-v-9739d6ae]{display:flex;flex-direction:row;gap:13px}.vip-system-container .levels-list .level-cards .level-card[data-v-9739d6ae]{border:1px solid none;border-radius:9px;padding:18px 0 0;width:163px;height:276px;display:flex;flex-direction:column;align-items:center;margin:0}.vip-system-container .levels-list .level-cards .level-card .level-icon[data-v-9739d6ae]{width:auto;height:81px}.vip-system-container .levels-list .level-cards .level-card h4[data-v-9739d6ae]{font-weight:600;font-size:12px;text-align:center;color:#fff}.vip-system-container .levels-list .level-cards .level-card__info[data-v-9739d6ae]{border-radius:9px;padding:17px 10px;width:100%;height:50%;display:flex;flex-direction:column;gap:5px}.vip-system-container .levels-list .level-cards .level-card__info p[data-v-9739d6ae]{font-weight:400;font-size:12px;color:#fff;display:flex;flex-direction:row;justify-content:space-between;margin:0}.vip-system-container .levels-list .level-cards .level-card[data-v-9739d6ae]:nth-child(1){background:linear-gradient(193deg,#f5ff2e1a,#ff7f001a);border:1px solid #f80}.vip-system-container .levels-list .level-cards .level-card:nth-child(1) .level-card__info[data-v-9739d6ae]{border:1px solid #f80;background:linear-gradient(152deg,#2200a91a,#0000001a)}.vip-system-container .levels-list .level-cards .level-card[data-v-9739d6ae]:nth-child(2){background:linear-gradient(193deg,#cbcbcb1a,#70706f1a);border:1px solid #cfcfcf}.vip-system-container .levels-list .level-cards .level-card:nth-child(2) .level-card__info[data-v-9739d6ae]{border:1px solid #cfcfcf;background:linear-gradient(152deg,#2200a91a,#0000001a)}.vip-system-container .levels-list .level-cards .level-card[data-v-9739d6ae]:nth-child(3){background:linear-gradient(193deg,#d7b7001a,#ffd7001a);border:1px solid #ffd700}.vip-system-container .levels-list .level-cards .level-card:nth-child(3) .level-card__info[data-v-9739d6ae]{border:1px solid #ffd700;background:linear-gradient(152deg,#2200a91a,#0000001a)}.vip-system-container .levels-list .level-cards .level-card[data-v-9739d6ae]:nth-child(4){background:linear-gradient(193deg,#d6b6001a,#0000001a);border:1px solid #ff0004}.vip-system-container .levels-list .level-cards .level-card:nth-child(4) .level-card__info[data-v-9739d6ae]{border:1px solid #ff0004;background:linear-gradient(152deg,#2200a91a,#0000001a)}@media (max-width: 1100px){.vip-system-container[data-v-9739d6ae]{gap:36px}.vip-system-container .progress-block[data-v-9739d6ae]{border:1px solid #fff;border-radius:9px;padding:13px;height:170px}.vip-system-container .current-level[data-v-9739d6ae]{gap:10px}.vip-system-container .current-level h2[data-v-9739d6ae]{font-size:19px}.vip-system-container .current-level h2 span[data-v-9739d6ae]{font-size:14px}.vip-system-container .current-level .level-icon[data-v-9739d6ae]{width:40px;height:57px}.vip-system-container .current-level p[data-v-9739d6ae]{font-size:12px}.vip-system-container .next-level[data-v-9739d6ae]{gap:10px}.vip-system-container .next-level .level-icon[data-v-9739d6ae]{width:40px;height:57px}.vip-system-container .next-level p[data-v-9739d6ae]{font-size:12px}.vip-system-container .progress-bar[data-v-9739d6ae]{position:absolute;height:9px;border-radius:5px;box-shadow:inset 0 0 4px #000000a6;max-width:210px;left:70px;bottom:65px}.vip-system-container .progress-bar .progress-fill[data-v-9739d6ae]{box-shadow:inset 0 0 3px #000000d9,0 0 4px #00000040;border-radius:5px}.vip-system-container .levels-list[data-v-9739d6ae]{gap:36px}.vip-system-container .levels-list h3[data-v-9739d6ae]{font-size:20px}.vip-system-container .levels-list .level-cards[data-v-9739d6ae]{gap:13px;flex-wrap:wrap;justify-content:space-between}.vip-system-container .levels-list .level-cards .level-card[data-v-9739d6ae]{border:1px solid none;border-radius:9px;padding:18px 0 0;width:158px;height:276px}.vip-system-container .levels-list .level-cards .level-card .level-icon[data-v-9739d6ae]{width:auto;height:81px}.vip-system-container .levels-list .level-cards .level-card h4[data-v-9739d6ae]{font-size:12px}.vip-system-container .levels-list .level-cards .level-card__info[data-v-9739d6ae]{border-radius:9px;padding:17px 10px;gap:5px}.vip-system-container .levels-list .level-cards .level-card__info p[data-v-9739d6ae]{font-size:12px}.vip-system-container .levels-list .level-cards .level-card[data-v-9739d6ae]:nth-child(1){border:1px solid #f80}.vip-system-container .levels-list .level-cards .level-card:nth-child(1) .level-card__info[data-v-9739d6ae]{border:1px solid #f80}.vip-system-container .levels-list .level-cards .level-card[data-v-9739d6ae]:nth-child(2){border:1px solid #cfcfcf}.vip-system-container .levels-list .level-cards .level-card:nth-child(2) .level-card__info[data-v-9739d6ae]{border:1px solid #cfcfcf}.vip-system-container .levels-list .level-cards .level-card[data-v-9739d6ae]:nth-child(3){border:1px solid #ffd700}.vip-system-container .levels-list .level-cards .level-card:nth-child(3) .level-card__info[data-v-9739d6ae]{border:1px solid #ffd700}.vip-system-container .levels-list .level-cards .level-card[data-v-9739d6ae]:nth-child(4){border:1px solid #ff0004}.vip-system-container .levels-list .level-cards .level-card:nth-child(4) .level-card__info[data-v-9739d6ae]{border:1px solid #ff0004}}.input-wrapper[data-v-abd21b0d]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-abd21b0d]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-abd21b0d]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-abd21b0d]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-abd21b0d]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-abd21b0d]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-abd21b0d]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-abd21b0d]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-abd21b0d]:focus,.select-group--dropdown[data-v-abd21b0d]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-abd21b0d]{background-color:transparent;color:var(--color-select-option-font)}.button[data-v-abd21b0d]{font-family:var(--font-family-base)}.button-showmore[data-v-abd21b0d]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-abd21b0d]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-abd21b0d]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-abd21b0d]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-abd21b0d]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-abd21b0d]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-abd21b0d]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-abd21b0d]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-abd21b0d]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-abd21b0d]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-abd21b0d]:hover{border-color:var(--color-button-tag-hover-border)}}.profile__transactions[data-v-abd21b0d]{display:flex;flex-direction:column;gap:20px}.profile__transactions-wrapper[data-v-abd21b0d]{display:flex;flex-direction:column;gap:15px}.profile__transactions-filters[data-v-abd21b0d]{display:flex;flex-direction:column;gap:15px;border-radius:5px}.profile__transactions-filters--button[data-v-abd21b0d]{min-height:44px;width:100%}.profile__transactions-filters--row[data-v-abd21b0d]{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.profile__transactions-input[data-v-abd21b0d]{max-width:180px}.profile__transactions-table[data-v-abd21b0d]{display:flex;flex-direction:column;gap:7px;margin:0}.profile__transactions-table--empty[data-v-abd21b0d]{text-align:center;padding:20px;font-size:var(--profile-transactions-empty-font-size);color:var(--profile-transactions-empty-text-color)}.profile__transactions-loadmore[data-v-abd21b0d]{margin:0}.profile__transactions-loadmore--button[data-v-abd21b0d]{width:100%}.error-message[data-v-abd21b0d]{color:var(--error-message-text-color);font-size:var(--error-message-font-size);margin-top:10px;text-align:center;display:none}.transactions-filters--datetime[data-v-abd21b0d]{max-height:0;overflow:hidden;opacity:0;transform:translateY(-10px);transition:max-height var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out,transform var(--animation-time-general) ease-in-out,margin-bottom var(--animation-time-general) ease-in-out;margin-bottom:0}.transactions-filters--datetime---visible[data-v-abd21b0d]{max-height:250px;opacity:1;transform:translateY(0)}.transactions-filters--datetime__group[data-v-abd21b0d]{display:flex;gap:10px}.transactions-filters--datetime__group input[data-v-abd21b0d]:nth-child(2){padding:0;text-align:center}.transaction-table__row[data-v-abd21b0d]{border-radius:var(--transaction-row-border-radius);padding:15px 18px;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:var(--transaction-row-background-default);box-shadow:inset 0 4px 4px 0 var(--transaction-row-shadow);overflow:hidden;transition:box-shadow var(--animation-time-general) ease-in-out}.transaction-table__row.positive[data-v-abd21b0d]{background:var(--transaction-row-background-default)}.transaction-table__row.negative[data-v-abd21b0d]{background:var(--transaction-row-background-negative)}.transaction-table__row-main[data-v-abd21b0d]{display:flex;align-items:center;justify-content:space-between}.transaction-table__row-main--column[data-v-abd21b0d]{display:flex;flex-direction:column;gap:2px}.transaction-table__row-main--column[data-v-abd21b0d]:nth-child(1){align-items:flex-start}.transaction-table__row-main--column[data-v-abd21b0d]:nth-child(2){align-items:center}.transaction-table__row-main--column[data-v-abd21b0d]:nth-child(3){align-items:flex-end}.transaction-table__row-main--column span[data-v-abd21b0d]:nth-child(1){font-size:var(--transaction-row-main-title-font-size);font-weight:var(--transaction-row-main-title-font-weight)}.transaction-table__row-main--column span[data-v-abd21b0d]:nth-child(2){font-size:var(--transaction-row-main-subtitle-font-size)}@media (max-width: 520px){.profile__transactions-filters--row[data-v-abd21b0d]:nth-child(1),.profile__transactions-filters--row[data-v-abd21b0d]:nth-child(2){flex-direction:column;align-items:stretch;gap:15px}.profile__transactions-input[data-v-abd21b0d]{max-width:100%}.transaction-table__row-main--column[data-v-abd21b0d]{gap:3px}.transaction-table__row-main--column span[data-v-abd21b0d]:nth-child(1){font-size:var(--transaction-row-main-title-font-size)}.transaction-table__row-main--column span[data-v-abd21b0d]:nth-child(2){font-size:var(--transaction-row-main-subtitle-mobile-font-size)}}@media (max-width: 400px){.profile__transactions-filters--row[data-v-abd21b0d]{flex-direction:column;align-items:stretch;gap:15px}.transaction-table__row[data-v-abd21b0d]{padding:15px 20px}.transaction-table__row-main[data-v-abd21b0d]{padding:0}.transaction-table__row-main--column[data-v-abd21b0d]{gap:2px}.transaction-table__row-main--column span[data-v-abd21b0d]:nth-child(1){font-size:var(--transaction-row-main-title-mobile-font-size)}.transaction-table__row-main--column span[data-v-abd21b0d]:nth-child(2){font-size:var(--transaction-row-main-subtitle-small-font-size)}}.input-wrapper[data-v-a2124fd6]{display:flex;width:100%;flex-direction:column;gap:5px}.input-wrapper__label[data-v-a2124fd6]{font-size:var(--input-label-font-size);font-weight:var(--input-label-font-weight);line-height:var(--input-label-line-height);color:var(--color-input-label-font);margin:0}.input-wrapper__input[data-v-a2124fd6]{width:100%;box-sizing:border-box;font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:var(--input-line-height);color:var(--color-input-font);background:var(--color-input-background);border:var(--color-input-border);padding:10px 18px;border-radius:var(--radius-input);transition:border-color var(--animation-time-general) ease}.input-wrapper__input[data-v-a2124fd6]:focus{border-color:var(--color-input-focus-border);outline:none}.input-wrapper__input--readonly[data-v-a2124fd6]{cursor:default;color:var(--color-input-readonly-font);background:var(--color-input-readonly-background);border-color:var(--color-input-readonly-border)}.select-group[data-v-a2124fd6]{display:flex;width:100%;flex-direction:column;gap:5px}.select-group--label[data-v-a2124fd6]{font-size:var(--select-label-font-size);font-weight:var(--select-label-font-weight);line-height:var(--select-label-line-height);color:var(--color-select-label-font)}.select-group--dropdown[data-v-a2124fd6]{cursor:pointer;width:100%;height:47px;font-size:var(--select-dropdown-font-size);font-weight:var(--select-dropdown-font-weight);line-height:var(--select-dropdown-line-height);color:var(--color-select-dropdown-font);background:var(--color-select-dropdown-background);border:var(--color-select-dropdown-border);padding:5px 18px;border-radius:var(--radius-select-dropdown);transition:border-color var(--animation-time-general) ease}.select-group--dropdown[data-v-a2124fd6]:focus,.select-group--dropdown[data-v-a2124fd6]:hover{border-color:var(--color-select-dropdown-focus-border)}.select-group--dropdown option[data-v-a2124fd6]{background-color:transparent;color:var(--color-select-option-font)}.button[data-v-a2124fd6]{font-family:var(--font-family-base)}.button-showmore[data-v-a2124fd6]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-a2124fd6]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-a2124fd6]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-a2124fd6]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-a2124fd6]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-a2124fd6]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-a2124fd6]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-a2124fd6]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-a2124fd6]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-a2124fd6]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-a2124fd6]:hover{border-color:var(--color-button-tag-hover-border)}}.gopay__container[data-v-a2124fd6]{display:flex;flex-direction:column}.gopay__info[data-v-a2124fd6]{margin:10px 0 15px;display:flex;flex-direction:column;gap:10px;font-size:var(--gopay-info-font-size);line-height:var(--gopay-info-line-height)}.gopay__info-row[data-v-a2124fd6]{display:flex;align-items:center;justify-content:space-between}.gopay__banks-loading[data-v-a2124fd6]{display:flex;align-items:center;width:100%;justify-content:center;margin:20px 0 0}.gopay__banks-dropdown--row[data-v-a2124fd6]{display:flex;flex-direction:row;justify-content:space-between;width:100%;gap:15px;margin:5px 0 0}.gopay__banks-dropdown--row .universal__dropdown[data-v-a2124fd6]{flex:1 1 25%}.gopay__banks-dropdown--row .button-wrapper[data-v-a2124fd6]{flex:1 1 45%;font-size:var(--gopay-button-font-size);line-height:var(--gopay-button-line-height)}.gopay__details[data-v-a2124fd6]{position:relative;display:flex;flex-direction:column;gap:10px;border:1px solid var(--gopay-details-border-color);border-radius:var(--gopay-details-border-radius);padding:20px;background:var(--gopay-details-background);overflow:hidden}.gopay__details-title[data-v-a2124fd6]{font-size:var(--gopay-details-title-font-size);line-height:var(--gopay-details-title-line-height);font-weight:var(--gopay-details-title-font-weight)}.gopay__details-reqs[data-v-a2124fd6]{display:flex;flex-direction:column;gap:10px}.gopay__details-reqs--right[data-v-a2124fd6]{display:flex;flex-direction:row;align-items:center;gap:10px}.gopay__details-reqs--label[data-v-a2124fd6]{font-size:var(--gopay-details-label-font-size);line-height:var(--gopay-details-label-line-height);font-weight:var(--gopay-details-label-font-weight)}.gopay__details-reqs--value[data-v-a2124fd6]{font-size:var(--gopay-details-value-font-size);line-height:var(--gopay-details-value-line-height);font-weight:var(--gopay-details-value-font-weight)}.gopay__details-row[data-v-a2124fd6]{display:flex;flex-direction:row;justify-content:space-between;width:100%}.gopay__btn-content[data-v-a2124fd6]{display:inline-flex;align-items:center;gap:8px;font-size:var(--gopay-button-font-size);line-height:var(--gopay-button-line-height)}.gopay__btns-content[data-v-a2124fd6]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:15px}.gopay__upload[data-v-a2124fd6]{margin-top:10px}.gopay__upload .button-wrapper[data-v-a2124fd6]{font-size:var(--gopay-upload-button-font-size);line-height:var(--gopay-upload-button-line-height);width:100%;text-align:center;height:47px}.gopay__label[data-v-a2124fd6]{display:block;margin-bottom:5px;font-size:var(--gopay-label-font-size);line-height:var(--gopay-label-line-height)}.gopay__deposit-btn[data-v-a2124fd6]{width:100%}.gopay__deposit-btn .button-wrapper[data-v-a2124fd6]{width:100%;font-size:var(--gopay-button-font-size);line-height:var(--gopay-button-line-height);height:47px}.gopay__file-input[data-v-a2124fd6]{display:none}.gopay__instructions[data-v-a2124fd6]{margin:5px 0 10px;padding:0;font-size:var(--gopay-instructions-font-size);font-weight:var(--gopay-instructions-font-weight);line-height:var(--gopay-instructions-line-height)}.gopay__error[data-v-a2124fd6]{margin-top:10px;color:var(--gopay-error-text-color);font-size:var(--gopay-error-font-size);line-height:var(--gopay-error-line-height);font-weight:var(--gopay-error-font-weight)}.gopay__loader[data-v-a2124fd6]{display:flex;align-items:center;justify-content:center;padding:16px 0}.details-enter-active[data-v-a2124fd6],.details-leave-active[data-v-a2124fd6]{transition:opacity var(--gopay-transition-medium) ease,transform var(--gopay-transition-medium) ease}.details-enter-from[data-v-a2124fd6],.details-leave-to[data-v-a2124fd6]{opacity:0;transform:translateY(8px)}.fade-enter-active[data-v-a2124fd6],.fade-leave-active[data-v-a2124fd6]{transition:opacity var(--gopay-transition-fast) ease,transform var(--gopay-transition-fast) ease;will-change:opacity,transform}.fade-enter-from[data-v-a2124fd6],.fade-leave-to[data-v-a2124fd6]{opacity:0;transform:translateY(6px)}.kv-enter-active[data-v-a2124fd6],.kv-leave-active[data-v-a2124fd6]{transition:opacity var(--gopay-transition-fast) ease,transform var(--gopay-transition-fast) ease;will-change:opacity,transform}.kv-enter-from[data-v-a2124fd6]{opacity:0;transform:translateY(6px)}.kv-leave-to[data-v-a2124fd6]{opacity:0;transform:translateY(-6px)}.gopay-instr-enter-active[data-v-a2124fd6],.gopay-instr-leave-active[data-v-a2124fd6]{transition:opacity var(--gopay-transition-fast) ease,transform var(--gopay-transition-fast) ease,max-height var(--gopay-transition-fast) ease;overflow:hidden}.gopay-instr-enter-from[data-v-a2124fd6],.gopay-instr-leave-to[data-v-a2124fd6]{opacity:0;transform:translateY(-6px)}.gopay-instr-enter-to[data-v-a2124fd6],.gopay-instr-leave-from[data-v-a2124fd6]{opacity:1;transform:translateY(0)}.gopay__instructions[data-v-a2124fd6]{white-space:pre-wrap}.gopay__copy[data-v-a2124fd6]{cursor:pointer;width:20px;height:20px;padding:2px;border-radius:5px}.gopay__copy img[data-v-a2124fd6]{width:100%;height:100%}.game-card__info[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-default)}.game-card__info.provider-10[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-10)}.game-card__info.provider-11[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-11)}.game-card__info.provider-12[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-12)}.game-card__info.provider-13[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-13)}.game-card__info.provider-14[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-14)}.game-card__info.provider-16[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-16)}.game-card__info.provider-23[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-23)}.game-card__info.provider-17[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-17)}.game-card__info.provider-30[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-30)}.game-card__info.provider-31[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-31)}.game-card__info.provider-32[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-32)}.game-card__info.provider-33[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-33)}.game-card__info.provider-34[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-34)}.game-card__info.provider-35[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-35)}.game-card__info.provider-36[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-36)}.game-card__info.provider-37[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-37)}.game-card__info.provider-38[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-38)}.game-card__info.provider-39[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-39)}.game-card__info.provider-40[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-40)}.game-card__info.provider-41[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-41)}.game-card__info.provider-42[data-v-fc1bc647]{background:var(--color-vendor-gamecard-info-bg-42)}.provider-block[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-default);border:1px solid var(--color-vendor-provider-block-border-default)}.provider-block.provider-10[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-10);border-color:var(--color-vendor-provider-block-border-10)}.provider-block.provider-11[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-11);border-color:var(--color-vendor-provider-block-border-11)}.provider-block.provider-12[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-12);border-color:var(--color-vendor-provider-block-border-12)}.provider-block.provider-13[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-13);border-color:var(--color-vendor-provider-block-border-13)}.provider-block.provider-14[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-14);border-color:var(--color-vendor-provider-block-border-14)}.provider-block.provider-16[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-16);border-color:var(--color-vendor-provider-block-border-16)}.provider-block.provider-23[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-23);border-color:var(--color-vendor-provider-block-border-23)}.provider-block.provider-soon1[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-soon1);border-color:var(--color-vendor-provider-block-border-soon1)}.provider-block.provider-soon2[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-soon2);border:1px solid var(--color-vendor-provider-block-border-soon2)}.provider-block.provider-17[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-17);border-color:var(--color-vendor-provider-block-border-17)}.provider-block.provider-30[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-30);border-color:var(--color-vendor-provider-block-border-30)}.provider-block.provider-31[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-31);border-color:var(--color-vendor-provider-block-border-31)}.provider-block.provider-32[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-32);border-color:var(--color-vendor-provider-block-border-32)}.provider-block.provider-33[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-33);border-color:var(--color-vendor-provider-block-border-33)}.provider-block.provider-34[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-34);border-color:var(--color-vendor-provider-block-border-34)}.provider-block.provider-35[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-35);border-color:var(--color-vendor-provider-block-border-35)}.provider-block.provider-36[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-36);border-color:var(--color-vendor-provider-block-border-36)}.provider-block.provider-37[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-37);border-color:var(--color-vendor-provider-block-border-37)}.provider-block.provider-38[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-38);border-color:var(--color-vendor-provider-block-border-38)}.provider-block.provider-39[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-39);border-color:var(--color-vendor-provider-block-border-39)}.provider-block.provider-40[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-40);border-color:var(--color-vendor-provider-block-border-40)}.provider-block.provider-41[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-41);border-color:var(--color-vendor-provider-block-border-41)}.provider-block.provider-42[data-v-fc1bc647]{background:var(--color-vendor-provider-block-bg-42);border-color:var(--color-vendor-provider-block-border-42)}.button[data-v-fc1bc647]{font-family:var(--font-family-base)}.button-showmore[data-v-fc1bc647]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-fc1bc647]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-fc1bc647]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-fc1bc647]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-fc1bc647]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-fc1bc647]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-fc1bc647]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-fc1bc647]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-fc1bc647]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-fc1bc647]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-fc1bc647]:hover{border-color:var(--color-button-tag-hover-border)}}.providers-page[data-v-fc1bc647]{display:flex;flex-direction:column;gap:22px}.providers-page__title[data-v-fc1bc647]{text-align:left;font-weight:var(--providers-page-title-font-weight);font-size:var(--providers-page-title-font-size);line-height:var(--providers-page-title-line-height)}.providers-grid[data-v-fc1bc647]{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px}.provider-block[data-v-fc1bc647]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:var(--provider-block-border);border-radius:var(--provider-block-border-radius);height:310px;padding:0 15px;position:relative;overflow:hidden}.provider-block__overlay[data-v-fc1bc647]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--provider-block-overlay-background);opacity:0;pointer-events:none;transition:var(--provider-block-overlay-transition)}.provider-block:hover .provider-block__overlay[data-v-fc1bc647]{opacity:1;pointer-events:auto}.provider-block__content[data-v-fc1bc647]{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.provider-block__logo[data-v-fc1bc647]{width:100%;height:auto}.provider-block__count[data-v-fc1bc647]{font-weight:var(--provider-block-count-font-weight);font-size:var(--provider-block-count-font-size);line-height:var(--provider-block-count-line-height)}.provider-block__soon[data-v-fc1bc647]{font-weight:var(--provider-block-soon-font-weight);font-size:var(--provider-block-soon-font-size);line-height:var(--provider-block-soon-line-height)}@media (max-width: 768px){.providers-grid[data-v-fc1bc647]{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.provider-block[data-v-fc1bc647]{border-radius:var(--provider-block-border-radius-mobile);height:250px}}.button[data-v-d0cbe940]{font-family:var(--font-family-base)}.button-showmore[data-v-d0cbe940]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-d0cbe940]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-d0cbe940]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-d0cbe940]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-d0cbe940]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-d0cbe940]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-d0cbe940]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-d0cbe940]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-d0cbe940]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-d0cbe940]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-d0cbe940]:hover{border-color:var(--color-button-tag-hover-border)}}.title__homeslots[data-v-d0cbe940]{font-size:var(--title-homeslots-font-size);font-weight:var(--title-homeslots-font-weight);line-height:var(--title-homeslots-line-height);margin:0}.title__largetitle[data-v-d0cbe940]{font-size:var(--title-largetitle-font-size);font-weight:var(--title-largetitle-font-weight);line-height:var(--title-largetitle-line-height)}.title__generaltitle[data-v-d0cbe940]{font-size:var(--title-generaltitle-font-size);font-weight:var(--title-generaltitle-font-weight);line-height:var(--title-generaltitle-line-height)}.title__smalltitle[data-v-d0cbe940]{font-size:var(--title-smalltitle-font-size);font-weight:var(--title-smalltitle-font-weight);line-height:var(--title-smalltitle-line-height)}@media (max-width: 1100px){.title__homeslots[data-v-d0cbe940]{font-size:var(--title-homeslots-font-size-mobile);line-height:var(--title-homeslots-line-height-mobile)}.title__largetitle[data-v-d0cbe940]{font-size:var(--title-largetitle-font-size-mobile);line-height:var(--title-largetitle-line-height-mobile)}.title__smalltitle[data-v-d0cbe940]{font-size:var(--title-smalltitle-font-size-mobile);line-height:var(--title-smalltitle-line-height-mobile)}.title__generaltitle[data-v-d0cbe940]{font-size:var(--title-generaltitle-font-size-mobile);line-height:var(--title-generaltitle-line-height-mobile)}}.bonus-slider__header[data-v-d0cbe940]{display:flex;justify-content:space-between;align-items:center;margin:0 0 20px}.bonus-slider__container[data-v-d0cbe940]{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:grab;padding:0;position:relative;border-radius:var(--bonus-block-container-border-radius)}.bonus-slider__container--swiping[data-v-d0cbe940]{cursor:grabbing}.bonus-slider__arrow-container[data-v-d0cbe940]{position:absolute;top:0;bottom:0;width:50px;z-index:1;display:flex;align-items:center;justify-content:center;background:var(--bonus-slider-arrow-container-background);transition:background var(--animation-time-general) ease}.bonus-slider__arrow-icon--prev[data-v-d0cbe940],.bonus-slider__arrow-icon--next[data-v-d0cbe940]{background:none;width:var(--bonus-slider-arrow-icon-size);height:var(--bonus-slider-arrow-icon-size);border-radius:100%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.bonus-slider__arrow-icon--prev img[data-v-d0cbe940],.bonus-slider__arrow-icon--next img[data-v-d0cbe940]{width:var(--bonus-slider-arrow-icon-image-width);height:auto}.bonus-slider__arrow-icon--prev img[data-v-d0cbe940]{transform:rotate(90deg)}.bonus-slider__arrow-icon--next img[data-v-d0cbe940]{transform:rotate(-90deg)}.bonus-slider__arrow--prev[data-v-d0cbe940]{left:0}.bonus-slider__arrow--next[data-v-d0cbe940]{right:0;background:var(--bonus-slider-arrow-next-background)}.bonus-slider__track[data-v-d0cbe940]{display:flex;gap:10px;padding:0 2px 0 0;transition:transform var(--animation-time-general) ease;width:100%;position:relative}.bonus-card[data-v-d0cbe940]{flex:0 0 auto;width:calc((100% - 30px)/4);position:relative;overflow:hidden;border:var(--bonus-card-border);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:var(--bonus-card-background);border-radius:var(--bonus-card-border-radius);padding:10px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.bonus-card--mobile[data-v-d0cbe940]{width:calc((100% - 10px)/2)}.bonus-card--desktop[data-v-d0cbe940]{width:calc((100% - 30px)/4)}.bonus-card__image[data-v-d0cbe940]{width:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:var(--bonus-card-image-border-radius);height:130px}.bonus-card__info[data-v-d0cbe940]{position:relative;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.bonus-card__title[data-v-d0cbe940]{margin:10px 0;font-weight:var(--bonus-card-title-font-weight);font-size:var(--bonus-card-title-font-size);text-align:center;line-height:var(--bonus-card-title-line-height)}.bonus-card__desc[data-v-d0cbe940]{margin:0 0 15px;font-weight:var(--bonus-card-desc-font-weight);font-size:var(--bonus-card-desc-font-size);text-align:center;line-height:var(--bonus-card-desc-line-height)}.bonus-card__button[data-v-d0cbe940]{width:100%}@media (max-width: 900px){.bonus-card__image[data-v-d0cbe940]{height:100px}.bonus-card__title[data-v-d0cbe940]{margin:5px 0;font-size:var(--bonus-card-title-font-size-tablet);font-weight:var(--bonus-card-title-font-weight-tablet);line-height:var(--bonus-card-title-line-height-tablet)}.bonus-card__desc[data-v-d0cbe940]{margin:0 0 10px;font-size:var(--bonus-card-desc-font-size-tablet);font-weight:var(--bonus-card-desc-font-weight-tablet);line-height:var(--bonus-card-desc-line-height-tablet)}.bonus-card__button[data-v-d0cbe940]{width:100% ы}}@media (max-width: 768px){.bonus-card__image[data-v-d0cbe940]{height:180px}.bonus-card__title[data-v-d0cbe940]{margin:5px 0;font-size:var(--bonus-card-title-font-size-mobile);font-weight:var(--bonus-card-title-font-weight-mobile);line-height:var(--bonus-card-title-line-height-mobile)}.bonus-card__desc[data-v-d0cbe940]{font-size:var(--bonus-card-desc-font-size-mobile);font-weight:var(--bonus-card-desc-font-weight-mobile);line-height:var(--bonus-card-desc-line-height-mobile)}.bonus-card__button[data-v-d0cbe940]{width:100%}.bonus-card--mobile[data-v-d0cbe940]{flex:0 0 50%}.bonus-slider__track[data-v-d0cbe940]{padding:0 16px 0 0}.bonus-slider__arrow-icon--prev[data-v-d0cbe940],.bonus-slider__arrow-icon--next[data-v-d0cbe940]{width:var(--bonus-slider-arrow-icon-size-mobile);height:var(--bonus-slider-arrow-icon-size-mobile)}.bonus-slider__arrow-icon--prev img[data-v-d0cbe940],.bonus-slider__arrow-icon--next img[data-v-d0cbe940]{width:var(--bonus-slider-arrow-icon-image-width-mobile)}}@media (max-width: 520px){.bonus-card__image[data-v-d0cbe940]{height:150px}.bonus-card__title[data-v-d0cbe940]{margin:5px 0;font-size:var(--bonus-card-title-font-size-small);font-weight:var(--bonus-card-title-font-weight-small);line-height:var(--bonus-card-title-line-height-small)}.bonus-card__desc[data-v-d0cbe940]{font-size:var(--bonus-card-desc-font-size-small);font-weight:var(--bonus-card-desc-font-weight-small);line-height:var(--bonus-card-desc-line-height-small)}}@media (max-width: 400px){.bonus-card__image[data-v-d0cbe940]{height:100px}.bonus-card__title[data-v-d0cbe940]{font-size:var(--bonus-card-title-font-size-xsmall);font-weight:var(--bonus-card-title-font-weight-xsmall);line-height:var(--bonus-card-title-line-height-xsmall)}.bonus-card__desc[data-v-d0cbe940]{font-size:var(--bonus-card-desc-font-size-xsmall);font-weight:var(--bonus-card-desc-font-weight-xsmall);line-height:var(--bonus-card-desc-line-height-xsmall)}}.button[data-v-177d6149]{font-family:var(--font-family-base)}.button-showmore[data-v-177d6149]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-177d6149]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-177d6149]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-177d6149]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-177d6149]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-177d6149]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-177d6149]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-177d6149]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-177d6149]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-177d6149]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-177d6149]:hover{border-color:var(--color-button-tag-hover-border)}}.title__homeslots[data-v-177d6149]{font-size:var(--title-homeslots-font-size);font-weight:var(--title-homeslots-font-weight);line-height:var(--title-homeslots-line-height);margin:0}.title__largetitle[data-v-177d6149]{font-size:var(--title-largetitle-font-size);font-weight:var(--title-largetitle-font-weight);line-height:var(--title-largetitle-line-height)}.title__generaltitle[data-v-177d6149]{font-size:var(--title-generaltitle-font-size);font-weight:var(--title-generaltitle-font-weight);line-height:var(--title-generaltitle-line-height)}.title__smalltitle[data-v-177d6149]{font-size:var(--title-smalltitle-font-size);font-weight:var(--title-smalltitle-font-weight);line-height:var(--title-smalltitle-line-height)}@media (max-width: 1100px){.title__homeslots[data-v-177d6149]{font-size:var(--title-homeslots-font-size-mobile);line-height:var(--title-homeslots-line-height-mobile)}.title__largetitle[data-v-177d6149]{font-size:var(--title-largetitle-font-size-mobile);line-height:var(--title-largetitle-line-height-mobile)}.title__smalltitle[data-v-177d6149]{font-size:var(--title-smalltitle-font-size-mobile);line-height:var(--title-smalltitle-line-height-mobile)}.title__generaltitle[data-v-177d6149]{font-size:var(--title-generaltitle-font-size-mobile);line-height:var(--title-generaltitle-line-height-mobile)}}.game-card__info[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-default)}.game-card__info.provider-10[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-10)}.game-card__info.provider-11[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-11)}.game-card__info.provider-12[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-12)}.game-card__info.provider-13[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-13)}.game-card__info.provider-14[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-14)}.game-card__info.provider-16[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-16)}.game-card__info.provider-23[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-23)}.game-card__info.provider-17[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-17)}.game-card__info.provider-30[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-30)}.game-card__info.provider-31[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-31)}.game-card__info.provider-32[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-32)}.game-card__info.provider-33[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-33)}.game-card__info.provider-34[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-34)}.game-card__info.provider-35[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-35)}.game-card__info.provider-36[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-36)}.game-card__info.provider-37[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-37)}.game-card__info.provider-38[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-38)}.game-card__info.provider-39[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-39)}.game-card__info.provider-40[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-40)}.game-card__info.provider-41[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-41)}.game-card__info.provider-42[data-v-177d6149]{background:var(--color-vendor-gamecard-info-bg-42)}.provider-block[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-default);border:1px solid var(--color-vendor-provider-block-border-default)}.provider-block.provider-10[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-10);border-color:var(--color-vendor-provider-block-border-10)}.provider-block.provider-11[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-11);border-color:var(--color-vendor-provider-block-border-11)}.provider-block.provider-12[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-12);border-color:var(--color-vendor-provider-block-border-12)}.provider-block.provider-13[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-13);border-color:var(--color-vendor-provider-block-border-13)}.provider-block.provider-14[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-14);border-color:var(--color-vendor-provider-block-border-14)}.provider-block.provider-16[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-16);border-color:var(--color-vendor-provider-block-border-16)}.provider-block.provider-23[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-23);border-color:var(--color-vendor-provider-block-border-23)}.provider-block.provider-soon1[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-soon1);border-color:var(--color-vendor-provider-block-border-soon1)}.provider-block.provider-soon2[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-soon2);border:1px solid var(--color-vendor-provider-block-border-soon2)}.provider-block.provider-17[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-17);border-color:var(--color-vendor-provider-block-border-17)}.provider-block.provider-30[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-30);border-color:var(--color-vendor-provider-block-border-30)}.provider-block.provider-31[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-31);border-color:var(--color-vendor-provider-block-border-31)}.provider-block.provider-32[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-32);border-color:var(--color-vendor-provider-block-border-32)}.provider-block.provider-33[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-33);border-color:var(--color-vendor-provider-block-border-33)}.provider-block.provider-34[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-34);border-color:var(--color-vendor-provider-block-border-34)}.provider-block.provider-35[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-35);border-color:var(--color-vendor-provider-block-border-35)}.provider-block.provider-36[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-36);border-color:var(--color-vendor-provider-block-border-36)}.provider-block.provider-37[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-37);border-color:var(--color-vendor-provider-block-border-37)}.provider-block.provider-38[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-38);border-color:var(--color-vendor-provider-block-border-38)}.provider-block.provider-39[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-39);border-color:var(--color-vendor-provider-block-border-39)}.provider-block.provider-40[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-40);border-color:var(--color-vendor-provider-block-border-40)}.provider-block.provider-41[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-41);border-color:var(--color-vendor-provider-block-border-41)}.provider-block.provider-42[data-v-177d6149]{background:var(--color-vendor-provider-block-bg-42);border-color:var(--color-vendor-provider-block-border-42)}.game-card[data-v-177d6149]{position:relative;width:100%;height:310px;border:var(--game-card-border);border-radius:var(--radius-game-card);overflow:hidden;cursor:pointer;padding:0;background:var(--color-game-card-background)}.game-card:hover .game-card__overlay[data-v-177d6149]{opacity:1}.game-card__overlay[data-v-177d6149]{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-game-card-overlay-background);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;opacity:0;transition:opacity var(--animation-time-general) ease-in-out}.game-card__info[data-v-177d6149]{position:absolute;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;bottom:0;left:0;width:100%;height:100%;padding:5px 10px 20px;color:var(--color-game-card-info-font);text-align:center;z-index:1;gap:5px}.game-card__title[data-v-177d6149]{text-align:center;font-weight:var(--game-card-title-font-weight);font-size:var(--game-card-title-font-size);line-height:var(--game-card-title-line-height);text-transform:uppercase;white-space:normal;text-overflow:ellipsis;max-width:100%;margin:0;padding:0;letter-spacing:2px}.game-card__provider[data-v-177d6149]{font-weight:var(--game-card-provider-font-weight);font-size:var(--game-card-provider-font-size);line-height:var(--game-card-provider-line-height);white-space:normal;text-overflow:ellipsis;max-width:100%;margin:0;padding:0;letter-spacing:1px}.game-card__image[data-v-177d6149]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:none}@media (max-width: 1500px){.game-card[data-v-177d6149]{height:290px}}@media (max-width: 1400px){.game-card[data-v-177d6149]{height:270px}}@media (max-width: 1350px){.game-card[data-v-177d6149]{height:265px}}@media (max-width: 1300px){.game-card[data-v-177d6149]{height:250px}}@media (max-width: 1250px){.game-card[data-v-177d6149]{height:240px}.game-card__title[data-v-177d6149]{font-size:var(--game-card-title-font-size-1250);line-height:var(--game-card-title-line-height-1250)}.game-card__provider[data-v-177d6149]{font-size:var(--game-card-provider-font-size-1250);line-height:var(--game-card-provider-line-height-1250)}}@media (max-width: 1200px){.game-card[data-v-177d6149]{height:230px}.game-card__title[data-v-177d6149]{font-size:var(--game-card-title-font-size-1200);line-height:var(--game-card-title-line-height-1200)}.game-card__provider[data-v-177d6149]{font-size:var(--game-card-provider-font-size-1200);line-height:var(--game-card-provider-line-height-1200)}}@media (max-width: 1150px){.game-card[data-v-177d6149]{height:220px}.game-card__title[data-v-177d6149]{font-size:var(--game-card-title-font-size-1150);line-height:var(--game-card-title-line-height-1150)}.game-card__provider[data-v-177d6149]{font-size:var(--game-card-provider-font-size-1150);line-height:var(--game-card-provider-line-height-1150)}}@media (max-width: 1100px){.game-card[data-v-177d6149]{height:280px;border-radius:var(--radius-game-card-1100)}.game-card__info[data-v-177d6149]{padding:5px 10px 20px}.game-card__title[data-v-177d6149]{font-size:var(--game-card-title-font-size-1100);line-height:var(--game-card-title-line-height-1100)}.game-card__provider[data-v-177d6149]{font-size:var(--game-card-provider-font-size-1100);line-height:var(--game-card-provider-line-height-1100)}}@media (max-width: 1000px){.game-card[data-v-177d6149]{height:260px}}@media (max-width: 900px){.game-card[data-v-177d6149]{height:230px}}@media (max-width: 800px){.game-card[data-v-177d6149]{height:200px}}@media (max-width: 768px){.game-card[data-v-177d6149]{height:100%}.game-card__title[data-v-177d6149]{font-size:var(--game-card-title-font-size-768);line-height:var(--game-card-title-line-height-768)}.game-card__provider[data-v-177d6149]{font-size:var(--game-card-provider-font-size-768);line-height:var(--game-card-provider-line-height-768)}.game-card__button[data-v-177d6149]{font-size:var(--game-card-button-font-size-768);line-height:var(--game-card-button-line-height-768);padding:10px}}@media (max-width: 600px){.game-card__title[data-v-177d6149]{font-size:var(--game-card-title-font-size-600);line-height:var(--game-card-title-line-height-600)}.game-card__provider[data-v-177d6149]{font-size:var(--game-card-provider-font-size-600);line-height:var(--game-card-provider-line-height-600)}}@media (max-width: 500px){.game-card__title[data-v-177d6149]{font-size:var(--game-card-title-font-size-500);line-height:var(--game-card-title-line-height-500)}.game-card__provider[data-v-177d6149]{font-size:var(--game-card-provider-font-size-500);line-height:var(--game-card-provider-line-height-500)}}@media (max-width: 400px){.game-card__title[data-v-177d6149]{font-size:var(--game-card-title-font-size-400);line-height:var(--game-card-title-line-height-400)}.game-card__provider[data-v-177d6149]{font-size:var(--game-card-provider-font-size-400);line-height:var(--game-card-provider-line-height-400)}.game-card__button[data-v-177d6149]{font-size:var(--game-card-button-font-size-400);line-height:var(--game-card-button-line-height-400)}}@media (max-width: 300px){.game-card__title[data-v-177d6149]{font-size:var(--game-card-title-font-size-300);line-height:var(--game-card-title-line-height-300)}.game-card__provider[data-v-177d6149]{font-size:var(--game-card-provider-font-size-300);line-height:var(--game-card-provider-line-height-300)}}.random-game[data-v-177d6149]{text-align:center;width:100%;margin:0 auto}.random-game__title[data-v-177d6149]{text-align:left}.random-game__triangle[data-v-177d6149]{position:absolute;left:50%;transform:translate(-50%)}.random-game__line[data-v-177d6149]{position:relative;background:var(--slotlist-random-game-line-background);height:1px;margin:25px 0;border-radius:var(--slotlist-random-game-line-border-radius)}.random-game__line--top .random-game__triangle[data-v-177d6149]{top:1px}.random-game__line--bottom .random-game__triangle[data-v-177d6149]{bottom:1px}.random-game__container[data-v-177d6149]{overflow:hidden;width:100%;position:relative;padding:10px 0;will-change:transform;contain:paint}.random-game__track[data-v-177d6149]{display:flex;height:100%;gap:var(--slotlist-random-game-track-gap-default);transition:transform var(--slotlist-random-game-track-transition-time) ease;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translate3d(0,0,0);will-change:transform}.random-game__track.is-animating[data-v-177d6149]{transition:none!important}.random-game__card[data-v-177d6149]{cursor:default;flex:0 0 var(--slotlist-random-game-card-width-default);box-sizing:border-box;transition:transform var(--slotlist-random-game-card-transition-time) ease}.random-game__card--selected[data-v-177d6149]{transform:var(--slotlist-random-game-card-selected-transform)}.random-game__spin[data-v-177d6149]{width:100%;display:flex;justify-content:center}.random-game__spin-button[data-v-177d6149]{padding:12px 30px}@media (max-width: 1500px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-1500)}.random-game__track[data-v-177d6149]{gap:var(--slotlist-random-game-track-gap-1500)}}@media (max-width: 1400px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-1400)}.random-game__track[data-v-177d6149]{gap:var(--slotlist-random-game-track-gap-1400)}}@media (max-width: 1350px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-1350)}.random-game__track[data-v-177d6149]{gap:var(--slotlist-random-game-track-gap-1350)}}@media (max-width: 1300px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-1300)}.random-game__track[data-v-177d6149]{gap:var(--slotlist-random-game-track-gap-1300)}}@media (max-width: 1250px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-1250)}.random-game__track[data-v-177d6149]{gap:var(--slotlist-random-game-track-gap-1250)}}@media (max-width: 1200px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-1200)}.random-game__track[data-v-177d6149]{gap:var(--slotlist-random-game-track-gap-1200)}}@media (max-width: 1150px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-1150)}.random-game__track[data-v-177d6149]{gap:var(--slotlist-random-game-track-gap-1150)}}@media (max-width: 1100px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-desktop)}.random-game__track[data-v-177d6149]{gap:var(--slotlist-random-game-track-gap-desktop)}}@media (max-width: 1000px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-1000)}.random-game__track[data-v-177d6149]{gap:var(--slotlist-random-game-track-gap-1000)}}@media (max-width: 950px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-950)}}@media (max-width: 900px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-900)}}@media (max-width: 850px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-850)}}@media (max-width: 800px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-800)}}@media (max-width: 768px){.random-game__card[data-v-177d6149]{flex:0 0 var(--slotlist-random-game-card-width-mobile)}}.button[data-v-c7e7221d]{font-family:var(--font-family-base)}.button-showmore[data-v-c7e7221d]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-c7e7221d]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-c7e7221d]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-c7e7221d]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-c7e7221d]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-c7e7221d]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-c7e7221d]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-c7e7221d]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-c7e7221d]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-c7e7221d]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-c7e7221d]:hover{border-color:var(--color-button-tag-hover-border)}}.title__homeslots[data-v-c7e7221d]{font-size:var(--title-homeslots-font-size);font-weight:var(--title-homeslots-font-weight);line-height:var(--title-homeslots-line-height);margin:0}.title__largetitle[data-v-c7e7221d]{font-size:var(--title-largetitle-font-size);font-weight:var(--title-largetitle-font-weight);line-height:var(--title-largetitle-line-height)}.title__generaltitle[data-v-c7e7221d]{font-size:var(--title-generaltitle-font-size);font-weight:var(--title-generaltitle-font-weight);line-height:var(--title-generaltitle-line-height)}.title__smalltitle[data-v-c7e7221d]{font-size:var(--title-smalltitle-font-size);font-weight:var(--title-smalltitle-font-weight);line-height:var(--title-smalltitle-line-height)}@media (max-width: 1100px){.title__homeslots[data-v-c7e7221d]{font-size:var(--title-homeslots-font-size-mobile);line-height:var(--title-homeslots-line-height-mobile)}.title__largetitle[data-v-c7e7221d]{font-size:var(--title-largetitle-font-size-mobile);line-height:var(--title-largetitle-line-height-mobile)}.title__smalltitle[data-v-c7e7221d]{font-size:var(--title-smalltitle-font-size-mobile);line-height:var(--title-smalltitle-line-height-mobile)}.title__generaltitle[data-v-c7e7221d]{font-size:var(--title-generaltitle-font-size-mobile);line-height:var(--title-generaltitle-line-height-mobile)}}.game-card__info[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-default)}.game-card__info.provider-10[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-10)}.game-card__info.provider-11[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-11)}.game-card__info.provider-12[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-12)}.game-card__info.provider-13[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-13)}.game-card__info.provider-14[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-14)}.game-card__info.provider-16[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-16)}.game-card__info.provider-23[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-23)}.game-card__info.provider-17[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-17)}.game-card__info.provider-30[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-30)}.game-card__info.provider-31[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-31)}.game-card__info.provider-32[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-32)}.game-card__info.provider-33[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-33)}.game-card__info.provider-34[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-34)}.game-card__info.provider-35[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-35)}.game-card__info.provider-36[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-36)}.game-card__info.provider-37[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-37)}.game-card__info.provider-38[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-38)}.game-card__info.provider-39[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-39)}.game-card__info.provider-40[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-40)}.game-card__info.provider-41[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-41)}.game-card__info.provider-42[data-v-c7e7221d]{background:var(--color-vendor-gamecard-info-bg-42)}.provider-block[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-default);border:1px solid var(--color-vendor-provider-block-border-default)}.provider-block.provider-10[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-10);border-color:var(--color-vendor-provider-block-border-10)}.provider-block.provider-11[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-11);border-color:var(--color-vendor-provider-block-border-11)}.provider-block.provider-12[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-12);border-color:var(--color-vendor-provider-block-border-12)}.provider-block.provider-13[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-13);border-color:var(--color-vendor-provider-block-border-13)}.provider-block.provider-14[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-14);border-color:var(--color-vendor-provider-block-border-14)}.provider-block.provider-16[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-16);border-color:var(--color-vendor-provider-block-border-16)}.provider-block.provider-23[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-23);border-color:var(--color-vendor-provider-block-border-23)}.provider-block.provider-soon1[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-soon1);border-color:var(--color-vendor-provider-block-border-soon1)}.provider-block.provider-soon2[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-soon2);border:1px solid var(--color-vendor-provider-block-border-soon2)}.provider-block.provider-17[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-17);border-color:var(--color-vendor-provider-block-border-17)}.provider-block.provider-30[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-30);border-color:var(--color-vendor-provider-block-border-30)}.provider-block.provider-31[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-31);border-color:var(--color-vendor-provider-block-border-31)}.provider-block.provider-32[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-32);border-color:var(--color-vendor-provider-block-border-32)}.provider-block.provider-33[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-33);border-color:var(--color-vendor-provider-block-border-33)}.provider-block.provider-34[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-34);border-color:var(--color-vendor-provider-block-border-34)}.provider-block.provider-35[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-35);border-color:var(--color-vendor-provider-block-border-35)}.provider-block.provider-36[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-36);border-color:var(--color-vendor-provider-block-border-36)}.provider-block.provider-37[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-37);border-color:var(--color-vendor-provider-block-border-37)}.provider-block.provider-38[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-38);border-color:var(--color-vendor-provider-block-border-38)}.provider-block.provider-39[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-39);border-color:var(--color-vendor-provider-block-border-39)}.provider-block.provider-40[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-40);border-color:var(--color-vendor-provider-block-border-40)}.provider-block.provider-41[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-41);border-color:var(--color-vendor-provider-block-border-41)}.provider-block.provider-42[data-v-c7e7221d]{background:var(--color-vendor-provider-block-bg-42);border-color:var(--color-vendor-provider-block-border-42)}.game-card[data-v-c7e7221d]{position:relative;width:100%;height:310px;border:var(--game-card-border);border-radius:var(--radius-game-card);overflow:hidden;cursor:pointer;padding:0;background:var(--color-game-card-background)}.game-card:hover .game-card__overlay[data-v-c7e7221d]{opacity:1}.game-card__overlay[data-v-c7e7221d]{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-game-card-overlay-background);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;opacity:0;transition:opacity var(--animation-time-general) ease-in-out}.game-card__info[data-v-c7e7221d]{position:absolute;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;bottom:0;left:0;width:100%;height:100%;padding:5px 10px 20px;color:var(--color-game-card-info-font);text-align:center;z-index:1;gap:5px}.game-card__title[data-v-c7e7221d]{text-align:center;font-weight:var(--game-card-title-font-weight);font-size:var(--game-card-title-font-size);line-height:var(--game-card-title-line-height);text-transform:uppercase;white-space:normal;text-overflow:ellipsis;max-width:100%;margin:0;padding:0;letter-spacing:2px}.game-card__provider[data-v-c7e7221d]{font-weight:var(--game-card-provider-font-weight);font-size:var(--game-card-provider-font-size);line-height:var(--game-card-provider-line-height);white-space:normal;text-overflow:ellipsis;max-width:100%;margin:0;padding:0;letter-spacing:1px}.game-card__image[data-v-c7e7221d]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:none}@media (max-width: 1500px){.game-card[data-v-c7e7221d]{height:290px}}@media (max-width: 1400px){.game-card[data-v-c7e7221d]{height:270px}}@media (max-width: 1350px){.game-card[data-v-c7e7221d]{height:265px}}@media (max-width: 1300px){.game-card[data-v-c7e7221d]{height:250px}}@media (max-width: 1250px){.game-card[data-v-c7e7221d]{height:240px}.game-card__title[data-v-c7e7221d]{font-size:var(--game-card-title-font-size-1250);line-height:var(--game-card-title-line-height-1250)}.game-card__provider[data-v-c7e7221d]{font-size:var(--game-card-provider-font-size-1250);line-height:var(--game-card-provider-line-height-1250)}}@media (max-width: 1200px){.game-card[data-v-c7e7221d]{height:230px}.game-card__title[data-v-c7e7221d]{font-size:var(--game-card-title-font-size-1200);line-height:var(--game-card-title-line-height-1200)}.game-card__provider[data-v-c7e7221d]{font-size:var(--game-card-provider-font-size-1200);line-height:var(--game-card-provider-line-height-1200)}}@media (max-width: 1150px){.game-card[data-v-c7e7221d]{height:220px}.game-card__title[data-v-c7e7221d]{font-size:var(--game-card-title-font-size-1150);line-height:var(--game-card-title-line-height-1150)}.game-card__provider[data-v-c7e7221d]{font-size:var(--game-card-provider-font-size-1150);line-height:var(--game-card-provider-line-height-1150)}}@media (max-width: 1100px){.game-card[data-v-c7e7221d]{height:280px;border-radius:var(--radius-game-card-1100)}.game-card__info[data-v-c7e7221d]{padding:5px 10px 20px}.game-card__title[data-v-c7e7221d]{font-size:var(--game-card-title-font-size-1100);line-height:var(--game-card-title-line-height-1100)}.game-card__provider[data-v-c7e7221d]{font-size:var(--game-card-provider-font-size-1100);line-height:var(--game-card-provider-line-height-1100)}}@media (max-width: 1000px){.game-card[data-v-c7e7221d]{height:260px}}@media (max-width: 900px){.game-card[data-v-c7e7221d]{height:230px}}@media (max-width: 800px){.game-card[data-v-c7e7221d]{height:200px}}@media (max-width: 768px){.game-card[data-v-c7e7221d]{height:100%}.game-card__title[data-v-c7e7221d]{font-size:var(--game-card-title-font-size-768);line-height:var(--game-card-title-line-height-768)}.game-card__provider[data-v-c7e7221d]{font-size:var(--game-card-provider-font-size-768);line-height:var(--game-card-provider-line-height-768)}.game-card__button[data-v-c7e7221d]{font-size:var(--game-card-button-font-size-768);line-height:var(--game-card-button-line-height-768);padding:10px}}@media (max-width: 600px){.game-card__title[data-v-c7e7221d]{font-size:var(--game-card-title-font-size-600);line-height:var(--game-card-title-line-height-600)}.game-card__provider[data-v-c7e7221d]{font-size:var(--game-card-provider-font-size-600);line-height:var(--game-card-provider-line-height-600)}}@media (max-width: 500px){.game-card__title[data-v-c7e7221d]{font-size:var(--game-card-title-font-size-500);line-height:var(--game-card-title-line-height-500)}.game-card__provider[data-v-c7e7221d]{font-size:var(--game-card-provider-font-size-500);line-height:var(--game-card-provider-line-height-500)}}@media (max-width: 400px){.game-card__title[data-v-c7e7221d]{font-size:var(--game-card-title-font-size-400);line-height:var(--game-card-title-line-height-400)}.game-card__provider[data-v-c7e7221d]{font-size:var(--game-card-provider-font-size-400);line-height:var(--game-card-provider-line-height-400)}.game-card__button[data-v-c7e7221d]{font-size:var(--game-card-button-font-size-400);line-height:var(--game-card-button-line-height-400)}}@media (max-width: 300px){.game-card__title[data-v-c7e7221d]{font-size:var(--game-card-title-font-size-300);line-height:var(--game-card-title-line-height-300)}.game-card__provider[data-v-c7e7221d]{font-size:var(--game-card-provider-font-size-300);line-height:var(--game-card-provider-line-height-300)}}.certain-game-category__header[data-v-c7e7221d]{display:flex;justify-content:space-between;align-items:center;margin:0 0 20px}.certain-game-slider__container[data-v-c7e7221d]{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:grab;padding:5px 0;touch-action:pan-y}.certain-game-slider__container--swiping[data-v-c7e7221d]{cursor:grabbing}.certain-game-slider__track[data-v-c7e7221d]{display:flex;gap:var(--certain-game-slider-track-gap);transition:transform var(--animation-time-certain-game-category-track) ease;width:100%;position:relative;will-change:transform}.certain-game-slider__container--swiping .certain-game-slider__track[data-v-c7e7221d]{transition:none}.certain-game-slider__item[data-v-c7e7221d]{flex:0 0 auto}.game-card-slide[data-v-c7e7221d]{display:flex;flex-direction:column;position:relative;gap:var(--game-card-slide-gap);overflow:hidden}.game-card-slide:hover .game-card__overlay[data-v-c7e7221d]{opacity:1;visibility:visible}.game-card[data-v-c7e7221d]{cursor:grab}.game-card__content[data-v-c7e7221d]{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%}.game-card__content .game-card__rtp[data-v-c7e7221d]{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 5px;gap:5px;font-weight:var(--game-card-rtp-font-weight);font-size:var(--game-card-rtp-font-size);line-height:var(--game-card-rtp-line-height);border-radius:var(--game-card-rtp-border-radius);text-align:center;background:var(--game-card-rtp-background)}.game-card__content .game-card__rtp svg[data-v-c7e7221d]{width:var(--game-card-rtp-icon-width);height:auto}.game-card__overlay[data-v-c7e7221d]{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;border-radius:var(--game-card-overlay-border-radius);background:var(--game-card-overlay-background);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;opacity:0;visibility:hidden;transition:all var(--animation-time-general) ease;pointer-events:none}.game-card__overlay .game-card__button[data-v-c7e7221d]{width:80%;cursor:pointer;pointer-events:auto}@media (max-width: 1500px){.certain-game-slider__track[data-v-c7e7221d]{gap:var(--certain-game-slider-track-gap-1500)}}@media (max-width: 1400px){.certain-game-slider__track[data-v-c7e7221d]{gap:var(--certain-game-slider-track-gap-1400)}}@media (max-width: 1350px){.certain-game-slider__track[data-v-c7e7221d]{gap:var(--certain-game-slider-track-gap-1350)}}@media (max-width: 1250px){.certain-game-slider__track[data-v-c7e7221d]{gap:var(--certain-game-slider-track-gap-1250)}}@media (max-width: 1200px){.certain-game-slider__track[data-v-c7e7221d]{gap:var(--certain-game-slider-track-gap-1200)}}@media (max-width: 1100px){.certain-game-slider__track[data-v-c7e7221d]{gap:var(--certain-game-slider-track-gap-desktop)}.game-card__content .game-card__rtp[data-v-c7e7221d]{font-size:var(--game-card-rtp-font-size-desktop);font-weight:var(--game-card-rtp-font-weight-desktop);line-height:var(--game-card-rtp-line-height-desktop)}.game-card__content .game-card__rtp svg[data-v-c7e7221d]{width:var(--game-card-rtp-icon-width-desktop)}}@media (max-width: 768px){.certain-game-slider__track[data-v-c7e7221d]{gap:var(--certain-game-slider-track-gap-mobile)}.game-card__content .game-card__rtp[data-v-c7e7221d]{padding:10px 3px;font-size:var(--game-card-rtp-font-size-mobile);font-weight:var(--game-card-rtp-font-weight-mobile);line-height:var(--game-card-rtp-line-height-mobile)}.game-card__content .game-card__rtp svg[data-v-c7e7221d]{width:var(--game-card-rtp-icon-width-mobile)}}@media (max-width: 600px){.game-card__content .game-card__rtp[data-v-c7e7221d]{font-size:var(--game-card-rtp-font-size-600);font-weight:var(--game-card-rtp-font-weight-600);line-height:var(--game-card-rtp-line-height-600)}.game-card__content .game-card__rtp svg[data-v-c7e7221d]{width:var(--game-card-rtp-icon-width-600)}}@media (max-width: 500px){.game-card__content .game-card__rtp[data-v-c7e7221d]{font-size:var(--game-card-rtp-font-size-500);font-weight:var(--game-card-rtp-font-weight-500);line-height:var(--game-card-rtp-line-height-500)}.game-card__content .game-card__rtp svg[data-v-c7e7221d]{width:var(--game-card-rtp-icon-width-500)}}@media (max-width: 400px){.game-card__content .game-card__rtp[data-v-c7e7221d]{font-size:var(--game-card-rtp-font-size-400);font-weight:var(--game-card-rtp-font-weight-400);line-height:var(--game-card-rtp-line-height-400)}.game-card__content .game-card__rtp svg[data-v-c7e7221d]{width:var(--game-card-rtp-icon-width-400)}}@media (max-width: 300px){.game-card__content .game-card__rtp[data-v-c7e7221d]{font-size:var(--game-card-rtp-font-size-300);font-weight:var(--game-card-rtp-font-weight-300);line-height:var(--game-card-rtp-line-height-300)}.game-card__content .game-card__rtp svg[data-v-c7e7221d]{width:var(--game-card-rtp-icon-width-300)}}.button[data-v-91edf32e]{font-family:var(--font-family-base)}.button-showmore[data-v-91edf32e]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-91edf32e]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-91edf32e]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-91edf32e]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-91edf32e]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-91edf32e]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-91edf32e]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-91edf32e]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-91edf32e]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-91edf32e]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-91edf32e]:hover{border-color:var(--color-button-tag-hover-border)}}.providers-carousel-module[data-v-91edf32e]{width:100%}.providers-carousel-module__state[data-v-91edf32e]{display:flex;align-items:center;justify-content:center;min-height:88px}.providers-carousel-module__content[data-v-91edf32e]{width:100%}.providers-carousel[data-v-91edf32e]{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%}.providers-carousel__viewport[data-v-91edf32e]{position:relative;overflow:hidden;min-width:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;cursor:grab}.providers-carousel__viewport[data-v-91edf32e]:active{cursor:grabbing}.providers-carousel__wrapper[data-v-91edf32e]{position:relative;overflow:hidden;min-width:0}.providers-carousel__wrapper[data-v-91edf32e]:before,.providers-carousel__wrapper[data-v-91edf32e]:after{content:"";position:absolute;top:0;bottom:0;width:5px;z-index:10;pointer-events:none}.providers-carousel__track[data-v-91edf32e]{display:flex;align-items:center;gap:12px;width:-moz-max-content;width:max-content;padding:12px;animation:providers-marquee-91edf32e var(--providers-carousel-track-animation) linear infinite;will-change:transform}.providers-carousel__track--paused[data-v-91edf32e]{animation-play-state:paused}.providers-carousel__item[data-v-91edf32e]{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:80px;height:40px;padding:8px;border:var(--providers-carousel-item-border);border-radius:var(--providers-carousel-item-border-radius);background:var(--providers-carousel-item-background);cursor:pointer;transition:var(--providers-carousel-item-transition)}.providers-carousel__item[data-v-91edf32e]:hover{transform:translateY(-2px);border-color:var(--providers-carousel-item-hover-border-color)}.providers-carousel__logo[data-v-91edf32e]{display:block;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;user-drag:none;-webkit-user-drag:none}.providers-carousel__aside[data-v-91edf32e]{position:relative;display:flex;align-items:stretch}.providers-carousel__more[data-v-91edf32e]{cursor:pointer}.providers-expanded[data-v-91edf32e]{width:100%}.providers-expanded__grid[data-v-91edf32e]{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.providers-expanded__item[data-v-91edf32e]{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:80px;height:40px;padding:8px;border:var(--providers-expanded-item-border);border-radius:var(--providers-expanded-item-border-radius);background:var(--providers-expanded-item-background);cursor:pointer;transition:var(--providers-expanded-item-transition)}.providers-expanded__item[data-v-91edf32e]:hover{transform:translateY(-2px);border-color:var(--providers-expanded-item-hover-border-color)}.providers-expanded__logo[data-v-91edf32e]{display:block;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.providers-expand-enter-active[data-v-91edf32e],.providers-expand-leave-active[data-v-91edf32e]{transition:var(--providers-carousel-expand-transition)}.providers-expand-enter-from[data-v-91edf32e],.providers-expand-leave-to[data-v-91edf32e]{opacity:0;transform:translateY(8px)}@keyframes providers-marquee-91edf32e{0%{transform:translate(0)}to{transform:translate(calc(-33.333% - 4px))}}@media (max-width: 768px){.providers-carousel-module[data-v-91edf32e]{margin:40px 0 0}.providers-carousel[data-v-91edf32e]{grid-template-columns:1fr;gap:10px}.providers-carousel__aside[data-v-91edf32e]{justify-content:center}.providers-carousel__more[data-v-91edf32e]{height:38px;min-width:auto}.providers-expanded__grid[data-v-91edf32e]{grid-template-columns:repeat(auto-fill,minmax(56px,1fr))}}@keyframes fadeOut-32951911{0%{opacity:1;transform:translate(0);visibility:visible}to{opacity:0;transform:translate(100%);visibility:hidden}}@keyframes fadeIn-32951911{0%{opacity:0;transform:translate(100%);visibility:hidden}to{opacity:1;transform:translate(0);visibility:visible}}.home[data-v-32951911]{display:flex;flex-direction:column;gap:30px}.home__row[data-v-32951911]{display:flex;gap:13px;transition:all var(--animation-time-general) ease-in-out}.home--collapsed .home__block--small[data-v-32951911]{animation:fadeOut-32951911 var(--animation-time-general) ease-out forwards;pointer-events:none}.home:not(.home--collapsed) .home__block--small[data-v-32951911]{animation:fadeIn-32951911 var(--animation-time-general) ease-out forwards}.home__block[data-v-32951911]{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}@media (max-width: 1100px){.home[data-v-32951911]{gap:15px}.home__row[data-v-32951911]{gap:5px}}h1[data-v-498a7c0b]{font-size:var(--termspage-title-font-size);font-weight:var(--termspage-title-font-weight);line-height:var(--termspage-title-line-height);margin-bottom:30px;text-align:center}.content[data-v-498a7c0b]{line-height:var(--termspage-content-line-height);font-size:var(--termspage-content-font-size);font-weight:var(--termspage-content-font-weight)}.button[data-v-008c83c5]{font-family:var(--font-family-base)}.button-showmore[data-v-008c83c5]{font-size:var(--button-showmore-font-size);font-weight:var(--button-showmore-font-weight);line-height:var(--button-showmore-line-height);color:var(--color-button-showmore-font);background:var(--color-button-showmore-background);border:var(--color-button-showmore-border);padding:13px 23px;border-radius:var(--radius-button-showmore);text-decoration:none;transition:color var(--animation-time-general) ease,background var(--animation-time-general) ease,border-color var(--animation-time-general) ease}.button-wrapper[data-v-008c83c5]{display:flex;align-items:center;justify-content:center;font-size:var(--button-wrapper-font-size);font-weight:var(--button-wrapper-font-weight);line-height:var(--button-wrapper-line-height);color:var(--color-button-one-font);background:var(--color-button-one-background);border:var(--color-button-one-border);padding:13px 23px;border-radius:var(--radius-button-one);cursor:pointer;transition:box-shadow var(--animation-time-general) ease-in-out,background var(--animation-time-general) ease-in-out,border-color var(--animation-time-general) ease-in-out,color var(--animation-time-general) ease-in-out,opacity var(--animation-time-general) ease-in-out}.button-wrapper[data-v-008c83c5]:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-wrapper__white[data-v-008c83c5]{color:var(--color-button-two-font);background:var(--color-button-two-background);border:var(--color-button-two-border);border-radius:var(--radius-button-two)}.button-tag[data-v-008c83c5]{font-size:var(--button-tag-font-size);font-weight:var(--button-tag-font-weight);line-height:var(--button-tag-line-height);color:var(--color-button-tag-font);background:var(--color-button-tag-background);border:var(--color-button-tag-border);padding:11px;border-radius:var(--radius-button-tag);text-align:center;cursor:pointer;transition:border-color var(--animation-time-general) ease,background var(--animation-time-general) ease,color var(--animation-time-general) ease}.button-tag--active[data-v-008c83c5]{border-color:var(--color-button-tag-active-border)}@media (max-width: 1100px){.button-showmore[data-v-008c83c5]{font-size:var(--button-showmore-font-size-mobile);line-height:var(--button-showmore-line-height-mobile);padding:13px 15px}}@media (hover: hover) and (pointer: fine){.button-showmore[data-v-008c83c5]:hover{color:var(--color-button-showmore-hover-font);background:var(--color-button-showmore-hover-background);border-color:var(--color-button-showmore-hover-border)}.button-wrapper[data-v-008c83c5]:hover{box-shadow:var(--shadow-button-one-hover);color:var(--color-button-one-hover-font);background:var(--color-button-one-hover-background);border-color:var(--color-button-one-hover-border)}.button-wrapper__white[data-v-008c83c5]:hover{box-shadow:var(--shadow-button-two-hover);color:var(--color-button-two-hover-font);background:var(--color-button-two-hover-background);border-color:var(--color-button-two-hover-border)}.button-tag[data-v-008c83c5]:hover{border-color:var(--color-button-tag-hover-border)}}.title__homeslots[data-v-008c83c5]{font-size:var(--title-homeslots-font-size);font-weight:var(--title-homeslots-font-weight);line-height:var(--title-homeslots-line-height);margin:0}.title__largetitle[data-v-008c83c5]{font-size:var(--title-largetitle-font-size);font-weight:var(--title-largetitle-font-weight);line-height:var(--title-largetitle-line-height)}.title__generaltitle[data-v-008c83c5]{font-size:var(--title-generaltitle-font-size);font-weight:var(--title-generaltitle-font-weight);line-height:var(--title-generaltitle-line-height)}.title__smalltitle[data-v-008c83c5]{font-size:var(--title-smalltitle-font-size);font-weight:var(--title-smalltitle-font-weight);line-height:var(--title-smalltitle-line-height)}@media (max-width: 1100px){.title__homeslots[data-v-008c83c5]{font-size:var(--title-homeslots-font-size-mobile);line-height:var(--title-homeslots-line-height-mobile)}.title__largetitle[data-v-008c83c5]{font-size:var(--title-largetitle-font-size-mobile);line-height:var(--title-largetitle-line-height-mobile)}.title__smalltitle[data-v-008c83c5]{font-size:var(--title-smalltitle-font-size-mobile);line-height:var(--title-smalltitle-line-height-mobile)}.title__generaltitle[data-v-008c83c5]{font-size:var(--title-generaltitle-font-size-mobile);line-height:var(--title-generaltitle-line-height-mobile)}}.page__notfound[data-v-008c83c5]{padding:120px 20px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.page__notfound-header[data-v-008c83c5]{margin-bottom:10px}.page__notfound-text[data-v-008c83c5]{margin-bottom:30px}.title__homeslots[data-v-8a299f3c]{font-size:var(--title-homeslots-font-size);font-weight:var(--title-homeslots-font-weight);line-height:var(--title-homeslots-line-height);margin:0}.title__largetitle[data-v-8a299f3c]{font-size:var(--title-largetitle-font-size);font-weight:var(--title-largetitle-font-weight);line-height:var(--title-largetitle-line-height)}.title__generaltitle[data-v-8a299f3c]{font-size:var(--title-generaltitle-font-size);font-weight:var(--title-generaltitle-font-weight);line-height:var(--title-generaltitle-line-height)}.title__smalltitle[data-v-8a299f3c]{font-size:var(--title-smalltitle-font-size);font-weight:var(--title-smalltitle-font-weight);line-height:var(--title-smalltitle-line-height)}@media (max-width: 1100px){.title__homeslots[data-v-8a299f3c]{font-size:var(--title-homeslots-font-size-mobile);line-height:var(--title-homeslots-line-height-mobile)}.title__largetitle[data-v-8a299f3c]{font-size:var(--title-largetitle-font-size-mobile);line-height:var(--title-largetitle-line-height-mobile)}.title__smalltitle[data-v-8a299f3c]{font-size:var(--title-smalltitle-font-size-mobile);line-height:var(--title-smalltitle-line-height-mobile)}.title__generaltitle[data-v-8a299f3c]{font-size:var(--title-generaltitle-font-size-mobile);line-height:var(--title-generaltitle-line-height-mobile)}}.page__maintenance[data-v-8a299f3c]{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;text-align:center;padding:0 20px}.page__maintenance-logo[data-v-8a299f3c]{width:var(--page-maintenance-logo-width);height:auto}.header__balance-item--value,.balance-currency,.jackpot-slider__amount,.balance-amount,.withdraw-balance__amount{font-family:var(--font-family-numbers)}*,body,.header__button-dropdown,.header__badge,.auth__tab,.auth__social-button,.auth__input,.auth__button{font-family:var(--font-family-base)}*,*:before,*:after{box-sizing:border-box}#app{min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%}html,body{height:100%;background:var(--color-body-background)}html,body,#app{width:100%;overflow-x:hidden;position:relative}body{margin:0;padding:0;color:var(--color-body-font);overscroll-behavior-x:none;touch-action:pan-y;-webkit-overflow-scrolling:touch}body.no-scroll{overflow:hidden;position:fixed;width:100%;height:100%;touch-action:none;overscroll-behavior:none}a{text-decoration:none;color:inherit;margin:0}p,a,h1,h2,h3,h4,h5{margin:0;line-height:100%}img{display:block;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 15px}input:focus{outline:none}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}:root{--font-family-base: Montserrat, sans-serif;--font-family-numbers: Chivo Mono, monospace;--animation-time-general: .3s;--animation-time-certain-game-category-track: 1s;--animation-time-jackpot-win: .5s;--animation-time-jackpot-win-close: 1s;--animation-time-loading: 1s;--universal-dropdown-transition-time: .3s;--universal-dropdown-trigger-transition-time: .3s;--universal-dropdown-arrow-transition-time: .3s;--universal-dropdown-item-transition-time: .3s;--loading-spinner-border: 5px solid #ffffff;--loading-spinner-border-top: 5px solid #7B3FE4;--loading-spinner-border-radius: 50%;--loading-spinner-size: 80px;--loading-logo-size: 50px;--color-body-background: #0B0F1A;--color-body-font: #FFFFFF;--color-header-background: #111827;--button-disabled-opacity: .6;--button-showmore-font-size: 14px;--button-showmore-font-weight: 500;--button-showmore-line-height: 14px;--button-showmore-font-size-mobile: 12px;--button-showmore-line-height-mobile: 12px;--radius-button-showmore: 9px;--color-button-showmore-font: #FFFFFF;--color-button-showmore-background: transparent;--color-button-showmore-border: 1px solid rgba(255, 255, 255, .1);--color-button-showmore-hover-font: #FFFFFF;--color-button-showmore-hover-background: #7B3FE4;--color-button-showmore-hover-border: 1px solid #7B3FE4;--button-wrapper-font-size: 14px;--button-wrapper-font-weight: 500;--button-wrapper-line-height: 14px;--radius-button-one: 9px;--color-button-one-font: #FFFFFF;--color-button-one-background: #FFC600;--color-button-one-border: none;--color-button-one-hover-font: #FFFFFF;--color-button-one-hover-background: #FFD84D;--color-button-one-hover-border: none;--shadow-button-one-hover: 0 0 12px 0 rgba(255, 198, 0, .6);--radius-button-two: 9px;--color-button-two-font: #FFFFFF;--color-button-two-background: #1F2937;--color-button-two-border: none;--color-button-two-hover-font: #FFFFFF;--color-button-two-hover-background: #7B3FE4;--color-button-two-hover-border: none;--shadow-button-two-hover: 0 0 10px 0 rgba(123, 63, 228, .6);--button-tag-font-size: 14px;--button-tag-font-weight: 400;--button-tag-line-height: 14px;--radius-button-tag: 9px;--color-button-tag-font: #FFFFFF;--color-button-tag-background: rgba(255, 255, 255, .03);--color-button-tag-border: 1px solid rgba(255, 255, 255, .05);--color-button-tag-hover-border: #7B3FE4;--color-button-tag-active-border: #FFC600;--input-label-font-size: 16px;--input-label-font-weight: 500;--input-label-line-height: 20px;--color-input-label-font: #FFFFFF;--input-font-size: 14px;--input-font-weight: 500;--input-line-height: 20px;--radius-input: 9px;--color-input-font: #FFFFFF;--color-input-background: #111827;--color-input-border: 1px solid #2A2F3A;--color-input-focus-border: #7B3FE4;--color-input-readonly-font: #474747;--color-input-readonly-background: rgba(255, 255, 255, .03);--color-input-readonly-border: #474747;--select-label-font-size: 16px;--select-label-font-weight: 500;--select-label-line-height: 20px;--color-select-label-font: #FFFFFF;--select-dropdown-font-size: 14px;--select-dropdown-font-weight: 500;--select-dropdown-line-height: 20px;--radius-select-dropdown: 9px;--color-select-dropdown-font: #FFFFFF;--color-select-dropdown-background: #0B0F1A;--color-select-dropdown-border: 1px solid #2A2F3A;--color-select-dropdown-focus-border: #7B3FE4;--color-select-option-font: #FFC600;--title-homeslots-font-size: 26px;--title-homeslots-font-weight: 700;--title-homeslots-line-height: 26px;--title-homeslots-font-size-mobile: 20px;--title-homeslots-line-height-mobile: 20px;--title-largetitle-font-size: 81px;--title-largetitle-font-weight: 700;--title-largetitle-line-height: 81px;--title-largetitle-font-size-mobile: 64px;--title-largetitle-line-height-mobile: 64px;--title-generaltitle-font-size: 44px;--title-generaltitle-font-weight: 700;--title-generaltitle-line-height: 44px;--title-generaltitle-font-size-mobile: 28px;--title-generaltitle-line-height-mobile: 28px;--title-smalltitle-font-size: 24px;--title-smalltitle-font-weight: 500;--title-smalltitle-line-height: 24px;--title-smalltitle-font-size-mobile: 20px;--title-smalltitle-line-height-mobile: 20px;--radius-game-card: 30px;--radius-game-card-1100: 20px;--game-card-border: none;--color-game-card-background: linear-gradient(135deg, #7B3FE4 0%, #1A1F2E 100%);--color-game-card-overlay-background: rgba(0, 0, 0, .6);--color-game-card-info-font: #FFFFFF;--game-card-title-font-weight: 900;--game-card-title-font-size: 18px;--game-card-title-line-height: 22px;--game-card-provider-font-weight: 500;--game-card-provider-font-size: 12px;--game-card-provider-line-height: 16px;--game-card-title-font-size-1250: 16px;--game-card-title-line-height-1250: 18px;--game-card-provider-font-size-1250: 11px;--game-card-provider-line-height-1250: 14px;--game-card-title-font-size-1200: 14px;--game-card-title-line-height-1200: 16px;--game-card-provider-font-size-1200: 10px;--game-card-provider-line-height-1200: 13px;--game-card-title-font-size-1150: 10px;--game-card-title-line-height-1150: 13px;--game-card-provider-font-size-1150: 8px;--game-card-provider-line-height-1150: 11px;--game-card-title-font-size-1100: 14px;--game-card-title-line-height-1100: 16px;--game-card-provider-font-size-1100: 11px;--game-card-provider-line-height-1100: 13px;--game-card-title-font-size-768: 18px;--game-card-title-line-height-768: 20px;--game-card-provider-font-size-768: 14px;--game-card-provider-line-height-768: 16px;--game-card-title-font-size-600: 14px;--game-card-title-line-height-600: 16px;--game-card-provider-font-size-600: 11px;--game-card-provider-line-height-600: 13px;--game-card-title-font-size-500: 12px;--game-card-title-line-height-500: 14px;--game-card-provider-font-size-500: 9px;--game-card-provider-line-height-500: 11px;--game-card-title-font-size-400: 10px;--game-card-title-line-height-400: 12px;--game-card-provider-font-size-400: 7px;--game-card-provider-line-height-400: 9px;--game-card-title-font-size-300: 2.5vw;--game-card-title-line-height-300: 3vw;--game-card-provider-font-size-300: 2vw;--game-card-provider-line-height-300: 2vw;--game-card-button-font-size-768: 12px;--game-card-button-line-height-768: 16px;--game-card-button-font-size-400: 10px;--game-card-button-line-height-400: 12px;--color-vendor-gamecard-info-bg-default: linear-gradient(to top, #07f 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-10: linear-gradient(to top, #F19021 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-11: linear-gradient(to top, #001580 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-12: linear-gradient(to top, #EE262B 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-13: linear-gradient(to top, #A7D040 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-14: linear-gradient(to top, #68B022 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-16: linear-gradient(to top, #0A305F 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-23: linear-gradient(to top, #E42314 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-17: linear-gradient(to top, #6414E6 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-30: linear-gradient(to top, #0041A9 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-31: linear-gradient(to top, #57B744 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-32: linear-gradient(to top, #EF1D24 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-33: linear-gradient(to top, #476EE4 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-34: linear-gradient(to top, #4CB271 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-35: linear-gradient(to top, #E0D40D 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-36: linear-gradient(to top, #F02E24 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-37: linear-gradient(to top, #EF251B 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-38: linear-gradient(to top, #8C84B8 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-39: linear-gradient(to top, #FC0933 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-40: linear-gradient(to top, #EE930D 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-41: linear-gradient(to top, #089BF9 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-gamecard-info-bg-42: linear-gradient(to top, #FFCE30 0%, rgba(0, 0, 0, .5647058824) 15%, transparent 100%);--color-vendor-provider-block-bg-default: linear-gradient(to top, #07f 0%, transparent 80%);--color-vendor-provider-block-bg-10: linear-gradient(to top, #F19021 0%, transparent 80%);--color-vendor-provider-block-bg-11: linear-gradient(to top, #001580 0%, transparent 80%);--color-vendor-provider-block-bg-12: linear-gradient(to top, #EE262B 0%, transparent 80%);--color-vendor-provider-block-bg-13: linear-gradient(to top, #A7D040 0%, transparent 80%);--color-vendor-provider-block-bg-14: linear-gradient(to top, #0A305F 0%, transparent 80%);--color-vendor-provider-block-bg-16: linear-gradient(to top, #68B022 0%, transparent 80%);--color-vendor-provider-block-bg-23: linear-gradient(to top, #E42314 0%, transparent 80%);--color-vendor-provider-block-bg-soon1: linear-gradient(to top, #239BE2 0%, transparent 80%);--color-vendor-provider-block-bg-soon2: linear-gradient(to top, #F37347 0%, transparent 80%);--color-vendor-provider-block-bg-17: linear-gradient(to top, #6414E6 0%, transparent 80%);--color-vendor-provider-block-bg-30: linear-gradient(to top, #0041A9 0%, transparent 80%);--color-vendor-provider-block-bg-31: linear-gradient(to top, #57B744 0%, transparent 80%);--color-vendor-provider-block-bg-32: linear-gradient(to top, #EF1D24 0%, transparent 80%);--color-vendor-provider-block-bg-33: linear-gradient(to top, #476EE4 0%, transparent 80%);--color-vendor-provider-block-bg-34: linear-gradient(to top, #4CB271 0%, transparent 80%);--color-vendor-provider-block-bg-35: linear-gradient(to top, #E0D40D 0%, transparent 80%);--color-vendor-provider-block-bg-36: linear-gradient(to top, #F02E24 0%, transparent 80%);--color-vendor-provider-block-bg-37: linear-gradient(to top, #EF251B 0%, transparent 80%);--color-vendor-provider-block-bg-38: linear-gradient(to top, #8C84B8 0%, transparent 80%);--color-vendor-provider-block-bg-39: linear-gradient(to top, #FC0933 0%, transparent 80%);--color-vendor-provider-block-bg-40: linear-gradient(to top, #EE930D 0%, transparent 80%);--color-vendor-provider-block-bg-41: linear-gradient(to top, #089BF9 0%, transparent 80%);--color-vendor-provider-block-bg-42: linear-gradient(to top, #FFCE30 0%, transparent 80%);--color-vendor-provider-block-border-default: #07f;--color-vendor-provider-block-border-10: #F19021;--color-vendor-provider-block-border-11: #001580;--color-vendor-provider-block-border-12: #EE262B;--color-vendor-provider-block-border-13: #A7D040;--color-vendor-provider-block-border-14: #0A305F;--color-vendor-provider-block-border-16: #68B022;--color-vendor-provider-block-border-23: #E42314;--color-vendor-provider-block-border-soon1: #239BE2;--color-vendor-provider-block-border-soon2: #F37347;--color-vendor-provider-block-border-17: #6414E6;--color-vendor-provider-block-border-30: #0041A9;--color-vendor-provider-block-border-31: #57B744;--color-vendor-provider-block-border-32: #EF1D24;--color-vendor-provider-block-border-33: #476EE4;--color-vendor-provider-block-border-34: #4CB271;--color-vendor-provider-block-border-35: #E0D40D;--color-vendor-provider-block-border-36: #F02E24;--color-vendor-provider-block-border-37: #EF251B;--color-vendor-provider-block-border-38: #8C84B8;--color-vendor-provider-block-border-39: #FC0933;--color-vendor-provider-block-border-40: #EE930D;--color-vendor-provider-block-border-41: #089BF9;--color-vendor-provider-block-border-42: #FFCE30;--header-balance-background: rgba(255, 255, 255, .03);--header-balance-border: 1px solid rgba(255, 255, 255, .05);--header-balance-border-radius: 9px;--header-balance-dropdown-border: none;--header-balance-dropdown-border-radius: 9px;--header-balance-dropdown-box-shadow: inset 0 -2px 3px 0 rgba(123, 63, 228, .2);--header-balance-dropdown-box-shadow-mobile: inset -2px 3px 4px 0 rgba(123, 63, 228, .2);--header-balance-dropdown-background: linear-gradient(180deg, #111827 0%, rgba(17, 24, 39, .9) 100%);--header-balance-dropdown-item-font-size: 14px;--header-balance-dropdown-item-font-weight: 400;--header-balance-dropdown-item-line-height: 16px;--header-balance-dropdown-item-color: #bebebe;--header-balance-dropdown-item-font-size-mobile: 11px;--header-balance-dropdown-item-line-height-mobile: 13px;--header-balance-dropdown-item-font-size-400: 8px;--header-balance-dropdown-item-line-height-400: 10px;--header-balance-dropdown-title-font-size: 22px;--header-balance-dropdown-title-font-weight: 600;--header-balance-dropdown-title-line-height: 22px;--header-balance-dropdown-title-font-size-mobile: 22px;--header-balance-dropdown-title-line-height-mobile: 22px;--header-balance-dropdown-title-font-size-400: 18px;--header-balance-dropdown-title-line-height-400: 18px;--header-balance-dropdown-title-span-font-weight: 400;--header-balance-dropdown-title-span-font-color: #bebebe;--header-balance-dropdown-value-font-size: 14px;--header-balance-dropdown-value-font-weight: 700;--header-balance-dropdown-value-line-height: 16px;--header-balance-dropdown-value-font-color: #ffffff;--header-balance-dropdown-value-font-size-mobile: 16px;--header-balance-dropdown-value-line-height-mobile: 18px;--header-balance-dropdown-value-font-size-400: 12px;--header-balance-dropdown-value-line-height-400: 14px;--header-icon-button-border-radius: 100%;--header-icon-button-border: 1px solid rgba(255, 255, 255, .05);--header-icon-button-background: rgba(255, 255, 255, .03);--header-icon-button-background-hover: rgba(123, 63, 228, .3);--header-icon-button-box-shadow-hover: 0 0 10px 0 rgba(123, 63, 228, .7);--header-icon-button-box-shadow-hover-mobile: 0 0 14px 0 rgba(123, 63, 228, .7);--header-icon-button-badge-font-size: 10px;--header-icon-button-badge-font-weight: 700;--header-icon-button-badge-line-height: 10px;--header-icon-button-badge-font-size-400: 8px;--header-icon-button-badge-line-height-400: 8px;--header-icon-button-badge-border-radius: 100%;--header-icon-button-badge-border: none;--header-icon-button-badge-color: #000000;--header-icon-button-profile-span-background: #ffffff;--header-icon-button-profile-span-box-shadow: 0 0 8px 0 rgba(255, 255, 255, .8);--header-icon-button-notifications-badge-color: #ffffff;--header-icon-button-notifications-span-background: #FFC600;--header-icon-button-notifications-span-box-shadow: 0 0 8px 0 rgba(255, 198, 0, .9);--footer-color-background: rgba(255, 255, 255, .03);--footer-text-font-weight: 400;--footer-text-font-size: 12px;--footer-text-line-height: 14px;--footer-column-h3-font-weight: 600;--footer-column-h3-font-size: 16px;--footer-column-h3-line-height: 18px;--footer-column-ul-font-size: 12px;--footer-column-ul-line-height: 14px;--footer-column-ul-a-font-weight: 500;--footer-column-ul-a-font-color: #9CA3AF;--auth-block-background: #111827;--auth-tabs-background: #1F2937;--auth-tab-divider-background: #2A2F3A;--auth-tab-color: #bebebe;--auth-tab-active-color: #ffffff;--auth-tab-active-background: #0B0F1A;--auth-social-title-color: #9CA3AF;--auth-social-button-background: #1F2937;--auth-social-button-color: #ffffff;--auth-social-button-hover-background: #7B3FE4;--auth-social-button-hover-shadow: rgba(123, 63, 228, .6);--auth-label-color: #ffffff;--auth-input-background: #111827;--auth-input-color: #ffffff;--auth-input-border: #2A2F3A;--auth-input-focus-border: #7B3FE4;--auth-login-forgot-password-font-size: 14px;--auth-login-forgot-password-font-weight: 700;--auth-login-forgot-password-line-height: 16px;--auth-login-forgot-password-text-decoration: underline;--auth-login-social-title-font-size: 14px;--auth-login-social-title-font-weight: 400;--auth-login-social-title-line-height: 16px;--auth-forgot-password-h1-font-size: 25px;--auth-forgot-password-h1-font-weight: 800;--auth-forgot-password-h1-line-height: 25px;--auth-forgot-password-h1-font-size-mobile: 20px;--auth-forgot-password-h1-line-height-mobile: 20px;--auth-forgot-password-p-font-size: 15px;--auth-forgot-password-p-font-weight: 500;--auth-forgot-password-p-line-height: 18px;--auth-forgot-password-p-font-size-mobile: 13px;--auth-forgot-password-p-line-height-mobile: 16px;--auth-forgot-password-img-width: 150px;--auth-forgot-password-img-height: auto;--auth-forgot-password-img-width-mobile: 150px;--auth-forgot-password-img-height-mobile: auto;--authtextlink-font-size: 14px;--authtextlink-font-weight: 500;--authtextlink-line-height: 16px;--authtextlink-color: #FFFFFF;--authtextlink-link-font-weight: 700;--authtextlink-link-hover-color: #FFFFFF;--auth-block-border-radius: 9px;--auth-bonus-block-border-radius: 9px;--auth-tabs-border-radius: 9px;--auth-tab-border-radius: 9px;--auth-tab-font-size: 12px;--auth-tab-line-height: 14px;--auth-tab-font-weight: 500;--auth-tab-divider-border-radius: 15px;--auth-social-title-font-size: 15px;--auth-social-title-line-height: 16px;--auth-social-title-font-weight: 500;--auth-social-button-border-radius: 12px;--auth-social-button-font-size: 16px;--auth-social-button-line-height: 18px;--auth-social-button-font-weight: 500;--auth-social-button-box-shadow-hover: 0 0 13px 0 rgba(255, 165, 46, .6);--currencydropdown-text-color: #FFFFFF;--currencydropdown-dropdown-background: #0B0F1A;--currencydropdown-dropdown-border: #2A2F3A;--currencydropdown-dropdown-shadow: rgba(0, 0, 0, .5);--currencydropdown-dropdown-toggle-background: #111827;--currencydropdown-dropdown-toggle-border: #2A2F3A;--currencydropdown-dropdown-toggle-hover-background: rgba(123, 63, 228, .15);--currencydropdown-item-hover-background: rgba(123, 63, 228, .1);--currencydropdown-item-focus-background: rgba(123, 63, 228, .2);--currencydropdown-dropdown-toggle-disabled-color: #474747;--currencydropdown-dropdown-toggle-disabled-background: rgba(255, 255, 255, .03);--currencydropdown-dropdown-toggle-disabled-border-color: #474747;--color-error: #FF0004;--bonus-slider-arrow-icon-size: 35px;--bonus-slider-arrow-icon-size-mobile: 25px;--bonus-slider-arrow-icon-image-width: 15px;--bonus-slider-arrow-icon-image-width-mobile: 10px;--bonus-slider-arrow-container-background: linear-gradient(to right, rgba(11, 15, 26, .45), rgba(11, 15, 26, 0));--bonus-slider-arrow-next-background: linear-gradient(to left, rgba(11, 15, 26, .45), rgba(11, 15, 26, 0));--bonus-card-border: 1px solid #FFC600;--bonus-card-background: #111827;--bonus-card-border-radius: 9px;--bonus-block-container-border-radius: 9px;--bonus-card-image-border-radius: 9px;--bonus-card-title-font-weight: 800;--bonus-card-title-font-size: 20px;--bonus-card-title-line-height: 1.2;--bonus-card-desc-font-weight: 400;--bonus-card-desc-font-size: 14px;--bonus-card-desc-line-height: 1.2;--bonus-card-title-font-size-tablet: 16px;--bonus-card-title-font-weight-tablet: 800;--bonus-card-title-line-height-tablet: 1.2;--bonus-card-desc-font-size-tablet: 10px;--bonus-card-desc-font-weight-tablet: 400;--bonus-card-desc-line-height-tablet: 1.2;--bonus-card-title-font-size-mobile: 20px;--bonus-card-title-font-weight-mobile: 800;--bonus-card-title-line-height-mobile: 1.2;--bonus-card-desc-font-size-mobile: 14px;--bonus-card-desc-font-weight-mobile: 400;--bonus-card-desc-line-height-mobile: 1.2;--bonus-card-title-font-size-small: 16px;--bonus-card-title-font-weight-small: 800;--bonus-card-title-line-height-small: 1.2;--bonus-card-desc-font-size-small: 10px;--bonus-card-desc-font-weight-small: 400;--bonus-card-desc-line-height-small: 1.2;--bonus-card-title-font-size-xsmall: 14px;--bonus-card-title-font-weight-xsmall: 800;--bonus-card-title-line-height-xsmall: 1.2;--bonus-card-desc-font-size-xsmall: 9px;--bonus-card-desc-font-weight-xsmall: 400;--bonus-card-desc-line-height-xsmall: 1.2;--certain-game-slider-track-gap: 35px;--certain-game-slider-track-gap-1500: 25px;--certain-game-slider-track-gap-1400: 20px;--certain-game-slider-track-gap-1350: 15px;--certain-game-slider-track-gap-1250: 20px;--certain-game-slider-track-gap-1200: 15px;--certain-game-slider-track-gap-desktop: 15px;--certain-game-slider-track-gap-mobile: 12px;--game-card-slide-gap: 15px;--game-card-rtp-font-weight: 800;--game-card-rtp-font-size: 14px;--game-card-rtp-line-height: 16px;--game-card-rtp-border-radius: 30px;--game-card-rtp-background: linear-gradient(180deg, #FFD84D 0%, #FFC600 100%);--game-card-rtp-icon-width: 14px;--game-card-overlay-border-radius: 30px 30px 17px 17px;--game-card-overlay-background: rgba(0, 0, 0, .7);--game-card-rtp-font-size-desktop: 13px;--game-card-rtp-font-weight-desktop: 800;--game-card-rtp-line-height-desktop: 15px;--game-card-rtp-icon-width-desktop: 13px;--game-card-rtp-font-size-mobile: 18px;--game-card-rtp-font-weight-mobile: 800;--game-card-rtp-line-height-mobile: 20px;--game-card-rtp-icon-width-mobile: 18px;--game-card-rtp-font-size-600: 14px;--game-card-rtp-font-weight-600: 800;--game-card-rtp-line-height-600: 16px;--game-card-rtp-icon-width-600: 14px;--game-card-rtp-font-size-500: 12px;--game-card-rtp-font-weight-500: 800;--game-card-rtp-line-height-500: 14px;--game-card-rtp-icon-width-500: 12px;--game-card-rtp-font-size-400: 10px;--game-card-rtp-font-weight-400: 800;--game-card-rtp-line-height-400: 12px;--game-card-rtp-icon-width-400: 10px;--game-card-rtp-font-size-300: 2.5vw;--game-card-rtp-font-weight-300: 800;--game-card-rtp-line-height-300: 3vw;--game-card-rtp-icon-width-300: 2.5vw;--jackpot-slider-loading-font-size: 16px;--jackpot-slider-loading-font-weight: 400;--jackpot-slider-loading-line-height: 1.2;--jackpot-slider-loading-color: #ffffff;--jackpot-slider-container-gap: 10px;--jackpot-slider-items-gap: 10px;--jackpot-slider-item-background: rgba(255, 255, 255, .03);--jackpot-slider-item-border: 1px solid #FFC600;--jackpot-slider-item-border-radius: 9px;--jackpot-slider-item-height: 65px;--jackpot-slider-text-gap: 5px;--jackpot-slider-title-font-weight: 500;--jackpot-slider-title-font-size: 14px;--jackpot-slider-title-line-height: 1.2;--jackpot-slider-amount-font-weight: 800;--jackpot-slider-amount-font-size: 19px;--jackpot-slider-amount-line-height: 1.2;--jackpot-slider-dots-gap: 5px;--jackpot-slider-dot-size: 10px;--jackpot-slider-dot-background: #ffffff;--jackpot-slider-dot-border-radius: 50%;--jackpot-slider-dot-background-active: #FFC600;--jackpot-slider-loading-font-size-mobile: 14px;--jackpot-slider-loading-font-weight-mobile: 400;--jackpot-slider-loading-line-height-mobile: 1.2;--jackpot-slider-item-height-mobile: 70px;--jackpot-slider-item-border-mobile: 1px solid #FFC600;--jackpot-slider-item-border-radius-mobile: 9px;--jackpot-slider-title-font-size-mobile: 14px;--jackpot-slider-title-font-weight-mobile: 500;--jackpot-slider-title-line-height-mobile: 1.2;--jackpot-slider-amount-font-size-mobile: 20px;--jackpot-slider-amount-font-weight-mobile: 800;--jackpot-slider-amount-line-height-mobile: 1.2;--jackpot-slider-dot-size-mobile: 5px;--jackpot-slider-image-width-mobile: 270px;--jackpot-win-popup-gap: 15px;--jackpot-win-popup-background: rgba(11, 15, 26, .7);--jackpot-win-popup-border: 1px solid #ffffff;--jackpot-win-popup-border-radius: 9px;--jackpot-win-header-title-font-size: 20px;--jackpot-win-header-title-font-weight: 700;--jackpot-win-header-title-line-height: 1.2;--jackpot-win-header-title-color: #ffffff;--jackpot-win-close-font-size: 24px;--jackpot-win-close-font-weight: 400;--jackpot-win-close-line-height: 1.2;--jackpot-win-close-color: #ffffff;--jackpot-win-close-color-hover: #7B3FE4;--jackpot-win-content-border-radius: 9px;--jackpot-win-amount-font-size: 40px;--jackpot-win-amount-font-weight: 700;--jackpot-win-amount-line-height: 1.2;--jackpot-win-amount-color: #ffffff;--jackpot-win-amount-gradient-0: radial-gradient(29.42% 29.41% at 50% 50%, rgb(255, 255, 255) 0%, rgb(255, 198, 0) 100%);--jackpot-win-amount-gradient-1: radial-gradient(62.51% 62.5% at 50% 16.91%, rgb(156, 163, 175) 0%, rgb(255, 255, 255) 53.3750414848%, rgb(156, 163, 175) 100%);--jackpot-win-amount-gradient-2: radial-gradient(26.52% 26.49% at 50% 50%, rgb(255, 255, 255) 0%, rgb(123, 63, 228) 100%);--jackpot-win-text-font-size: 16px;--jackpot-win-text-font-weight: 500;--jackpot-win-text-line-height: 1.2;--jackpot-win-text-color: #ffffff;--jackpot-win-header-title-font-size-mobile: 18px;--jackpot-win-header-title-font-weight-mobile: 700;--jackpot-win-header-title-line-height-mobile: 1.2;--jackpot-win-amount-font-size-mobile: 36px;--jackpot-win-amount-font-weight-mobile: 700;--jackpot-win-amount-line-height-mobile: 1.2;--page-header-title-font-size: 40px;--page-header-title-line-height: 1.2;--page-header-title-font-weight-desktop: 700;--page-header-title-line-height-desktop: 1.2;--back-button-background: rgba(255, 255, 255, .03);--back-button-border: 1px solid rgba(255, 255, 255, .05);--back-button-border-radius: 5px;--back-button-gap: 5px;--back-button-font-weight: 500;--back-button-font-size: 14px;--back-button-line-height: 16px;--back-button-color: #ffffff;--back-button-image-size: 18px;--slotlist-filters-button-border: 1px solid rgba(255, 255, 255, .1);--slotlist-filters-button-font-weight: 500;--slotlist-filters-button-font-size: 14px;--slotlist-filters-button-line-height: 16px;--slotlist-filters-button-border-radius: 9px;--slotlist-filters-button-background: transparent;--slotlist-filters-button-color: #ffffff;--slotlist-filters-button-transition-time: .3s;--slotlist-filters-button-border-hover: 1px solid #7B3FE4;--slotlist-filters-button-box-shadow-hover: 0 0 10px 0 rgba(123, 63, 228, .6);--slotlist-filters-button-border-active: 1px solid #FFC600;--slotlist-filters-button-box-shadow-active: 0 0 12px 0 rgba(255, 198, 0, .3);--slotlist-filters-search-border: 1px solid #2A2F3A;--slotlist-filters-search-border-radius: 9px;--slotlist-filters-search-background: #111827;--slotlist-filters-search-color: #ffffff;--slotlist-filters-search-font-size: 14px;--slotlist-filters-search-line-height: 16px;--slotlist-filters-dropdown-border: 1px solid #2A2F3A;--slotlist-filters-dropdown-border-radius: 9px;--slotlist-filters-dropdown-background: #0B0F1A;--slotlist-filters-dropdown-color: #ffffff;--slotlist-filters-dropdown-font-size: 14px;--slotlist-filters-dropdown-line-height: 16px;--slotlist-game-card-button-font-size-max-width-400: 10px;--slotlist-game-card-button-font-size-max-width-300: 2.5vw;--slotlist-game-card-button-line-height-max-width-300: 3vw;--slotlist-slot-bonus-slider-track-transition-time: .4s;--slotlist-random-game-line-background: #FFC600;--slotlist-random-game-line-border-radius: 2px;--slotlist-random-game-track-transition-time: .5s;--slotlist-random-game-card-transition-time: .4s;--slotlist-random-game-card-selected-transform: scale(1.05);--slotlist-random-game-track-gap-default: 35px;--slotlist-random-game-track-gap-1500: 25px;--slotlist-random-game-track-gap-1400: 20px;--slotlist-random-game-track-gap-1350: 15px;--slotlist-random-game-track-gap-1300: 15px;--slotlist-random-game-track-gap-1250: 20px;--slotlist-random-game-track-gap-1200: 15px;--slotlist-random-game-track-gap-1150: 15px;--slotlist-random-game-track-gap-desktop: 20px;--slotlist-random-game-track-gap-1000: 15px;--slotlist-random-game-card-width-default: 185px;--slotlist-random-game-card-width-1500: 180px;--slotlist-random-game-card-width-1400: 175px;--slotlist-random-game-card-width-1350: 170px;--slotlist-random-game-card-width-1300: 160px;--slotlist-random-game-card-width-1250: 155px;--slotlist-random-game-card-width-1200: 145px;--slotlist-random-game-card-width-1150: 135px;--slotlist-random-game-card-width-desktop: 175px;--slotlist-random-game-card-width-1000: 175px;--slotlist-random-game-card-width-950: 165px;--slotlist-random-game-card-width-900: 155px;--slotlist-random-game-card-width-850: 145px;--slotlist-random-game-card-width-800: 130px;--slotlist-random-game-card-width-mobile: 30%;--universal-dropdown-trigger-border: 1px solid #2A2F3A;--universal-dropdown-trigger-border-radius: 9px;--universal-dropdown-trigger-background: #111827;--universal-dropdown-trigger-height: 47px;--universal-dropdown-trigger-font-weight: 500;--universal-dropdown-trigger-font-size: 14px;--universal-dropdown-trigger-color: #ffffff;--universal-dropdown-trigger-border-hover: #7B3FE4;--universal-dropdown-trigger-border-focus: #7B3FE4;--universal-dropdown-label-font-weight: 500;--universal-dropdown-label-font-size: 14px;--universal-dropdown-label-color: #ffffff;--universal-dropdown-arrow-rotate: rotate(180deg);--universal-dropdown-menu-background: #0B0F1A;--universal-dropdown-menu-border: 1px solid #7B3FE4;--universal-dropdown-menu-border-radius: 9px;--universal-dropdown-item-hover-background: #111827;--universal-dropdown-item-font-size: 14px;--universal-dropdown-item-font-weight: 500;--universal-dropdown-item-line-height: 16px;--universal-dropdown-image-border-radius: 4px;--universal-dropdown-search-input-font-size: 14px;--universal-dropdown-search-input-font-weight: 500;--universal-dropdown-search-input-color: #ffffff;--universal-dropdown-noresults-font-size: 14px;--universal-dropdown-noresults-font-weight: 500;--universal-dropdown-noresults-color: #ffffff;--color-sidebar-background: #111827;--sidebar-transition-time: .3s;--sidebar-transition-time-fast: .1s;--sidebar-transition-time-medium: .15s;--sidebar-transition-time-mid: .2s;--sidebar-transition-time-mid-plus: .25s;--sidebar-transition-time-long: .35s;--sidebar-transition-time-xlong: .4s;--sidebar-transition-time-xxl: .5s;--sidebar-item-promo-button-background: #FFC600;--sidebar-item-promo-button-font-weight: 500;--sidebar-item-promo-button-font-size: 14px;--sidebar-item-promo-button-border-radius: 9px;--sidebar-text-font-weight: 500;--sidebar-text-font-size: 16px;--sidebar-overlay-background: rgba(11, 15, 26, .5);--sidebar-dropdown-arrow-transition-time: .3s;--sidebar-mobile-box-shadow: inset 0 0 4px 0 rgba(123, 63, 228, .35);--sidebar-mobile-background: rgba(17, 24, 39, .87);--sidebar-mobile-text-color: #FFFFFF;--sidebar-mobile-language-background: rgba(255, 255, 255, .03);--sidebar-mobile-language-border-radius: 9px;--sidebar-mobile-menu-background: #0B0F1A;--sidebar-mobile-btn-color: #FFC600;--sidebar-mobile-btn-font-size: 12px;--sidebar-mobile-btn-font-weight: 500;--sidebar-mobile-btn-deposit-border: 2px solid rgba(255, 198, 0, .75);--sidebar-mobile-btn-deposit-shadow: 0 0 15px 0 rgba(255, 198, 0, .8);--sidebar-burger-line-background: #FFC600;--sidebar-burger-line-shadow: 0 0 7px 0 rgba(255, 198, 0, .7);--sidebar-burger-line-border-radius: 2px;--sidebar-burger-hover: #7B3FE4;--notification-background: rgba(11, 15, 26, .5);--notification-border: 2px solid #7B3FE4;--notification-border-radius: 9px;--notification-box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, .2), 0 0 9px 0 #7B3FE4;--notification-success-border-color: #4CAF50;--notification-success-box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, .3), 0 0 9px 0 #4CAF50;--notification-error-border-color: #f44336;--notification-error-box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, .3), 0 0 9px 0 #f44336;--notification-warning-border-color: #ff9800;--notification-warning-box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, .3), 0 0 9px 0 #ff9800;--notification-title-font-weight: 700;--notification-title-font-size: 14px;--notification-title-color: #ffffff;--notification-message-font-weight: 500;--notification-message-font-size: 10px;--notification-message-line-height: 1.3;--notification-message-color: #ffffff;--notification-close-font-size: 25px;--notification-close-color: #ffffff;--notification-progress-background: linear-gradient(40deg, #FFD84D 0%, #FFC600 100%);--notification-progress-border-radius: 9px;--notification-progress-transition: width .05s linear;--promo-block-mobile-border-radius: 9px;--promo-block-transition-time: .5s;--promo-block-image-transition-time: .3s;--promo-block-large-transition-time: .3s;--promo-block-small-transition-time: .3s;--home-promo-frame-border-radius: 11px;--home-promo-single-border-radius: 11px;--home-promo-arrow-border-radius: 999px;--home-promo-arrow-background: rgba(0, 0, 0, .35);--home-promo-arrow-transition-time: .5s;--gameplay-frame-border-radius: 20px;--gameplay-frame-box-shadow: 0 4px 19px 0 rgba(123, 63, 228, .75);--gameplay-frame-outline: 5px solid #ffffff;--gameplay-frame-border-radius-mobile: 0;--gameplay-frame-box-shadow-mobile: none;--gameplay-frame-outline-mobile: none;--gameplay-fullscreen-button-transition: opacity .3s ease-in-out;--promo-block-border-radius: 9px;--promo-info-background: rgba(255, 255, 255, .03);--promo-info-border-radius: 9px;--promo-title-font-size: 40px;--promo-title-font-weight: 800;--promo-title-line-height: normal;--promo-title-color: #FFFFFF;--promotion-content-font-size: 22px;--promotion-content-font-weight: 400;--promotion-content-line-height: normal;--promotion-content-color: #FFFFFF;--promo-block-border-radius-mobile: 9px;--promo-info-border-radius-mobile: 9px;--promo-title-font-size-mobile: 20px;--promo-title-font-weight-mobile: 800;--promo-title-line-height-mobile: normal;--promotion-content-font-size-mobile: 10px;--promotion-content-font-weight-mobile: 400;--promotion-content-line-height-mobile: normal;--providers-page-title-font-size: 30px;--providers-page-title-font-weight: 700;--providers-page-title-line-height: normal;--provider-block-border: 1px solid;--provider-block-border-radius: 30px;--provider-block-overlay-background: rgba(0, 0, 0, .55);--provider-block-overlay-transition: opacity .3s ease;--provider-block-count-font-size: 18px;--provider-block-count-font-weight: 600;--provider-block-count-line-height: normal;--provider-block-soon-font-size: 18px;--provider-block-soon-font-weight: 800;--provider-block-soon-line-height: normal;--provider-block-border-radius-mobile: 30px;--page-maintenance-logo-width: 150px;--termspage-title-font-size: 32px;--termspage-title-font-weight: 700;--termspage-title-line-height: normal;--termspage-content-font-size: 16px;--termspage-content-font-weight: 400;--termspage-content-line-height: 1.7;--providers-carousel-track-animation: 28s;--providers-carousel-item-border: 1px solid rgba(255, 255, 255, .08);--providers-carousel-item-border-radius: 9px;--providers-carousel-item-background: #111827;--providers-carousel-item-transition: transform .2s ease, border-color .2s ease;--providers-carousel-item-hover-border-color: #7B3FE4;--providers-expanded-item-border: 1px solid rgba(255, 255, 255, .08);--providers-expanded-item-border-radius: 9px;--providers-expanded-item-background: #111827;--providers-expanded-item-transition: transform .2s ease, border-color .2s ease;--providers-expanded-item-hover-border-color: #7B3FE4;--providers-carousel-expand-transition: opacity .25s ease, transform .25s ease;--profile-page-left-border-radius: 13px 0 0 13px;--profile-page-right-border-radius: 0 13px 13px 0;--profile-page-button-border-radius: 9px;--profile-page-button-font-weight: 500;--profile-page-button-font-size: 17px;--profile-page-button-border-color: #2A2F3A;--profile-page-button-text-color: #ffffff;--profile-page-avatar-background: #FFC600;--profile-page-avatar-text-font-size: 16px;--profile-page-avatar-text-font-weight: 700;--profile-page-username-font-weight: 500;--profile-page-username-font-size: 15px;--profile-page-user-id-font-weight: 500;--profile-page-user-id-font-size: 10px;--profile-page-balance-row-border-color: #ffffff;--profile-page-balance-row-border-radius: 9px;--profile-page-balance-row-span-line-height: 16px;--profile-page-balance-row-span-font-weight: 700;--profile-page-balance-row-span-font-size: 14px;--profile-page-balance-amount-font-weight: 600;--profile-page-balance-background-main: rgba(11, 15, 26, .3);--profile-page-balance-background-bonus: rgba(123, 63, 228, .6);--profile-page-balance-background-virtual: rgba(255, 198, 0, .5);--profile-page-balance-shadow: rgba(255, 255, 255, .15);--profile-page-extra-button-background: rgba(31, 41, 55, .8);--profile-page-extra-button-font-weight: 500;--profile-page-extra-button-font-size: 16px;--profile-page-notification-badge-background: #FF0004;--profile-page-bonus-badge-background: #7B3FE4;--profile-page-notification-badge-font-weight: 700;--profile-page-notification-badge-font-size: 12px;--profile-page-notification-badge-border-radius: 100%;--profile-page-promo-background: rgba(31, 41, 55, .8);--profile-page-promo-border-color: #ffffff;--profile-page-promo-border-radius: 9px;--profile-page-promo-input-font-weight: 500;--profile-page-promo-input-font-size: 16px;--profile-page-promo-input-text-color: #ffffff;--profile-page-promo-button-background: rgba(11, 15, 26, .7);--profile-page-logout-button-background: rgba(11, 15, 26, .7);--avatar-popup-border-radius: 9px;--avatar-popup-border-color: #ffffff;--avatar-popup-background: rgba(11, 15, 26, .5);--avatar-popup-overlay-background: rgba(11, 15, 26, .5);--avatar-popup-shadow: rgba(0, 0, 0, .2);--avatar-popup-title-font-size: 16px;--avatar-popup-title-font-weight: 700;--avatar-popup-text-font-size: 15px;--avatar-popup-text-font-weight: 400;--avatar-popup-close-color: #ffffff;--avatar-popup-item-border-radius: 50%;--avatar-popup-item-border-selected-color: #FFC600;--avatar-popup-save-font-size: 16px;--avatar-popup-save-font-weight: 400;--avatar-popup-save-border-radius: 9px;--avatar-popup-save-background: #ffffff;--avatar-popup-save-text-color: #0B0F1A;--avatar-popup-save-hover-background: #0B0F1A;--avatar-popup-save-hover-text-color: #ffffff;--bonuses-loading-font-size: 16px;--bonuses-error-text-color: #FF0004;--bonus-item-background: #111827;--bonus-item-border-color: #ffffff;--bonus-item-border-radius: 12px;--bonus-item-title-font-size: 16px;--bonus-item-title-font-weight: 700;--bonus-item-description-font-size: 14px;--bonus-item-expires-font-size: 12px;--bonus-item-expires-text-color: #bebebe;--progress-container-background: #2A2F3A;--progress-container-border-radius: 100px;--progress-track-background: #2A2F3A;--progress-fill-background: linear-gradient(90deg, #111827 0%, #FFC600 100%);--progress-overlay-background: linear-gradient(to right, transparent 0%, rgba(11, 15, 26, .15) 100%);--progress-current-font-size: 14px;--progress-current-font-weight: 500;--progress-labels-font-size: 14px;--progress-labels-font-weight: 500;--notifications-item-border-radius: 9px;--notifications-item-border-color: #FFC600;--notifications-item-background: rgba(31, 41, 55, .2);--notifications-item-shadow: rgba(0, 0, 0, .1);--notifications-title-font-size: 16px;--notifications-title-font-weight: 700;--notifications-text-font-size: 15px;--notifications-empty-font-size: 16px;--notifications-empty-text-color: #bebebe;--notifications-filter-button-background: #0B0F1A;--notifications-filter-button-border-color: #ffffff;--notifications-filter-button-text-color: #ffffff;--notifications-filter-button-hover-border-color: #FFC600;--notifications-filter-button-active-background: #FFC600;--notifications-filter-button-active-text-color: #ffffff;--notifications-readall-font-size: 16px;--notifications-readall-font-weight: 500;--notifications-readall-text-color: #ffffff;--notifications-readall-hover-text-color: #FFD84D;--notifications-readall-underline-color: #ffffff;--notifications-readall-underline-hover-color: #FFC600;--notification-timestamp-font-size: 12px;--notification-timestamp-text-color: #bebebe;--notification-read-background: #FFC600;--notification-read-hover-background: #FFD84D;--notification-read-shadow: rgba(255, 198, 0, .6);--notification-read-size: 18px;--notification-transition-duration: .4s;--page-header-title-font-size-desktop: 20px;--page-header-title-font-size-mobile: 16px;--page-header-title-font-weight: 700;--profile-transactions-empty-font-size: 16px;--profile-transactions-empty-text-color: #ffffff;--error-message-text-color: #FF0004;--error-message-font-size: 14px;--transactions-datetime-transition-time: .3s;--transaction-row-border-radius: 9px;--transaction-row-background-default: #1F2937;--transaction-row-background-negative: #111827;--transaction-row-shadow: rgba(255, 255, 255, .15);--transaction-row-main-title-font-size: 14px;--transaction-row-main-title-font-weight: 600;--transaction-row-main-subtitle-font-size: 12px;--transaction-row-main-subtitle-mobile-font-size: 10px;--transaction-row-main-title-mobile-font-size: 11px;--transaction-row-main-subtitle-small-font-size: 8px;--profile-user-icon-btn-background: #111827;--profile-user-icon-btn-hover-background: #1F2937;--profile-user-icon-btn-border-radius: 9px;--profile-user-password-title-font-size: 20px;--profile-user-password-title-font-weight: 700;--profile-user-password-title-line-height: 1.2;--profile-user-message-border-radius: 8px;--profile-user-message-error-background: rgba(255, 0, 4, .2);--profile-user-message-error-text-color: #FF0004;--profile-user-message-success-background: rgba(76, 175, 80, .2);--profile-user-message-success-text-color: #4CAF50;--profile-user-message-unauthorized-background: rgba(71, 71, 71, .2);--profile-user-message-unauthorized-text-color: #bebebe;--profile-user-transition-fade-duration: .3s;--profile-user-transition-scale-duration: .25s;--profile-user-transition-slide-duration: .4s;--deposit-title-font-size: 16px;--deposit-title-font-weight: 600;--deposit-title-line-height: 1.2;--deposit-virtual-button-border-color: #2A2F3A;--deposit-virtual-button-border-radius: 9px;--deposit-virtual-button-font-size: 16px;--deposit-virtual-button-font-weight: 500;--deposit-virtual-button-line-height: 1.2;--deposit-virtual-button-text-color: #ffffff;--deposit-virtual-button-active-background: #FFC600;--deposit-virtual-button-hover-background: #FFD84D;--deposit-virtual-button-hover-shadow: rgba(255, 198, 0, .6);--deposit-methods-border-color: #ffffff;--deposit-methods-border-radius: 9px;--deposit-methods-background: #1F2937;--deposit-method-background: #111827;--deposit-method-border-radius: 9px;--deposit-method-active-border-color: #FFC600;--deposit-method-min-font-size: 10px;--deposit-method-min-font-weight: 600;--deposit-method-min-line-height: 10px;--deposit-method-description-font-size: 14px;--deposit-method-description-font-weight: 500;--deposit-method-description-line-height: 16px;--deposit-amount-title-font-size: 16px;--deposit-amount-title-font-weight: 500;--deposit-amount-title-line-height: 1.2;--deposit-input-border-color: #ffffff;--deposit-input-border-radius: 9px;--deposit-input-background: rgba(31, 41, 55, .8);--deposit-input-font-size: 16px;--deposit-input-font-weight: 500;--deposit-input-line-height: 1.2;--deposit-input-text-color: #ffffff;--deposit-bonus-border-color: #ffffff;--deposit-bonus-border-radius: 9px;--deposit-bonus-background: rgba(255, 255, 255, .15);--deposit-bonus-active-border-color: #FFC600;--deposit-bonus-info-font-size: 12px;--deposit-bonus-info-font-weight: 600;--deposit-bonus-info-line-height: 1.2;--deposit-bonus-info-text-color: #ffffff;--deposit-bonus-title-font-size: 20px;--deposit-bonus-title-font-weight: 700;--deposit-bonus-title-line-height: 1.2;--deposit-bonus-amount-font-size: 17px;--deposit-bonus-amount-font-weight: 700;--deposit-bonus-amount-line-height: 1.2;--deposit-bonus-amount-text-color: #ffffff;--deposit-bonus-amount-active-color: #FFC600;--deposit-checkbox-background: #ffffff;--deposit-checkbox-circle-background-active: #FFC600;--deposit-submit-border-radius: 9px;--deposit-submit-font-size: 17px;--deposit-submit-font-weight: 500;--deposit-submit-line-height: 1.2;--deposit-submit-text-color: #ffffff;--deposit-submit-background: #FFC600;--deposit-submit-hover-background: #FFD84D;--deposit-submit-hover-shadow: rgba(255, 198, 0, .6);--gopay-info-font-size: 14px;--gopay-info-line-height: 14px;--gopay-info-font-weight: 400;--gopay-details-border-color: #FFC600;--gopay-details-border-radius: 9px;--gopay-details-background: #111827;--gopay-details-title-font-size: 16px;--gopay-details-title-line-height: 18px;--gopay-details-title-font-weight: 600;--gopay-details-label-font-size: 14px;--gopay-details-label-line-height: 14px;--gopay-details-label-font-weight: 500;--gopay-details-value-font-size: 14px;--gopay-details-value-line-height: 14px;--gopay-details-value-font-weight: 700;--gopay-button-font-size: 14px;--gopay-button-line-height: 14px;--gopay-button-font-weight: 500;--gopay-upload-button-font-size: 14px;--gopay-upload-button-line-height: 14px;--gopay-upload-button-font-weight: 500;--gopay-label-font-size: 14px;--gopay-label-line-height: 18px;--gopay-label-font-weight: 500;--gopay-instructions-font-size: 14px;--gopay-instructions-line-height: 16px;--gopay-instructions-font-weight: 500;--gopay-error-text-color: #FF0004;--gopay-error-font-size: 12px;--gopay-error-line-height: 1.2;--gopay-error-font-weight: 500;--gopay-transition-fast: .18s;--gopay-transition-medium: .22s;--withdraw-balance-label-font-size: 16px;--withdraw-balance-label-font-weight: 500;--withdraw-balance-label-line-height: 1.2;--withdraw-balance-amount-font-size: 24px;--withdraw-balance-amount-font-weight: 700;--withdraw-balance-amount-line-height: 1.2;--withdraw-balance-amount-color: #FFC600;--withdraw-balance-virtual-font-size: 16px;--withdraw-balance-virtual-font-weight: 500;--withdraw-balance-virtual-line-height: 1.2;--withdraw-balance-virtual-color: #9CA3AF;--withdraw-button-border-radius: 9px;--withdraw-button-font-size: 17px;--withdraw-button-font-weight: 500;--withdraw-button-line-height: 1.2;--withdraw-button-text-color: #ffffff;--withdraw-button-background: #FFC600;--withdraw-button-hover-background: #FFD84D;--withdraw-button-hover-shadow: rgba(255, 198, 0, .6);--withdraw-method-icon-border-color: #ffffff;--withdraw-method-icon-border-radius: 9px;--withdraw-dropdown-font-size: 16px;--withdraw-dropdown-font-weight: 500;--withdraw-dropdown-line-height: 1.2;--withdraw-dropdown-text-color: #ffffff;--withdraw-dropdown-border-color: #ffffff;--withdraw-dropdown-border-radius: 9px;--withdraw-dropdown-hover-border-color: #FFC600;--withdraw-dropdown-arrow-font-size: 12px;--withdraw-dropdown-menu-background: #0B0F1A;--withdraw-dropdown-menu-border-color: #FFC600;--withdraw-dropdown-menu-border-radius: 9px;--withdraw-dropdown-menu-shadow: rgba(0, 0, 0, .1);--withdraw-dropdown-item-font-size: 16px;--withdraw-dropdown-item-font-weight: 500;--withdraw-dropdown-item-line-height: 1.2}
