@charset "UTF-8";@layer components;@layer accordion,button,checkbox,container,divider,infoContent,modal,otpInput,progressBar,radio,searchEmpty,sidebar,socialList,switch,tabBar,tabList;@layer carousel,collapsibleCard,drawerContentWrapper,dropdown,modalContentWrapper,pagination,tabButtons,updateButton;@layer accordionWrapperCard,gallery,mobileTable,select,tooltip;@layer copyButton,input,table;@layer copyInput,datePicker,fileInput,searchInput;@layer phoneInput;@layer balanceInfo,balanceSelector,banners,betsCard,betsStatisticsList,blockedUserModal,bonusRejectModal,categoriesFilter,changePasswordForm,codeForm,controlSelect,controlRadioGroup,currencySelector,digitain,filterQuickSelect,filterRadioGroup,gaGroup,gameSection,gamesCarousel,gamesFilter,gamesList,hallOfFame,highrollers,htmlContentModal,infoAccordion,newFilterChips,nonInstantFilterWrapper,passwordRecoveryModals,personalInfoSetting,phoneInput,phoneSettings,primaryPromotionsCard,promotions,secondaryPromotionsCard,selfExclusionConfirmationStepModal,selfExclusionSetupStepModal,settingsModalWrapper,setupBonusCard,singleCurrencySelector,staticPage,successPaymentModal,supportButton,toast,topOfTheWeek,totofaConfirmCancelBonusModal,totofaMessages,totofaVerification,transactionCard,verificationInfo,wrongBalanceModal,newTotofaMessages;@layer authModal,baseRegistrationForm,bonuses,compositeFiltersPanel,emailSetting,history,messages,payments,personalInfo,totofaAuthModal,usernameSetting,verification;@layer accordion{.accordion{--accordion--Gap: 4px;--accordion--MaxWidth: 100%;--accordion-item--Background: green;--accordion-item--BorderBottomRadius: 10px;--accordion-item__contentWrapper--Overflow: hidden;--accordion-item__content--minHeight: 0px;--accordion-item__content--minWidth: 0;--accordion-item__content--BorderRadius: 0}.accordion-module_accordion_mqGl-{display:flex;flex-direction:column;gap:var(--accordion--Gap);max-width:var(--accordion--MaxWidth)}.accordion-module_accordion_mqGl- .accordion-module_accordionItem_lotXE{background:var(--accordion-item--Background);border-radius:var(--accordion-item--BorderBottomRadius)}.accordion-module_accordion_mqGl- .accordion-module_accordionItem_lotXE .accordion-module_contentWrapper_v89bN{overflow:var(--accordion-item__contentWrapper--Overflow);display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--Transition--normal);border-radius:var(--accordion-item__content--BorderRadius)}.accordion-module_accordion_mqGl- .accordion-module_accordionItem_lotXE .accordion-module_contentWrapper_v89bN.accordion-module_opened_uMVR2{grid-template-rows:1fr;overflow:unset}.accordion-module_accordion_mqGl- .accordion-module_accordionItem_lotXE .accordion-module_contentWrapper_v89bN .accordion-module_content_1K0td{min-width:var(--accordion-item__content--minWidth);min-height:var(--accordion-item__content--minHeight)}}@layer dropdown{.dropdown{--dropdown--ZIndex: 100;--dropdown--Transition: .3s}.dropdown-module_withoutPortal_P1HOp{position:relative}.dropdown-module_triggerContainer_udmLz{cursor:pointer}.dropdown-module_triggerContainer_udmLz.dropdown-module_disabled_-z43X{cursor:default}.dropdown-module_substrate_GvX4s{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:var(--dropdown--ZIndex)}.dropdown-module_contentContainer_2IK1l{box-sizing:border-box;position:absolute;z-index:calc(var(--dropdown--ZIndex) + 1);animation:dropdown-module_open_GFRpV var(--dropdown--Transition) ease-out;transform-origin:var(--transform-origin)}.dropdown-module_contentContainer_2IK1l.dropdown-module_top_sduNi,.dropdown-module_contentContainer_2IK1l.dropdown-module_bottom_hCPId,.dropdown-module_contentContainer_2IK1l.dropdown-module_BottomStart_YURmN{--transform-origin: top center}.dropdown-module_contentContainer_2IK1l.dropdown-module_close_Q7luq{animation:dropdown-module_close_Q7luq var(--dropdown--Transition) ease-in-out forwards}@keyframes dropdown-module_open_GFRpV{0%{opacity:0}to{opacity:1}}@keyframes dropdown-module_close_Q7luq{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}}.dropdown-module_modalWrapperClassName_SRPZ5{display:none}@media(max-width:768px){.dropdown-module_hideOnMobile_WdNTF{display:none}.dropdown-module_modalWrapperClassName_SRPZ5{display:flex}}@layer modal{.modal{--modal__wrapper--BackdropFilter: blur(15px);--modal__wrapper--BackgroundColor: #0e132999;--modal__wrapper--Display: flex;--modal__wrapper--AlignItems: center;--modal__wrapper--JustifyContent: center;--modal--BorderRadius: 20px;--modal--BackgroundColor: white;--modal--Overflow: hidden;--modal--MaxWidth: 600px;--modal--Width: max-content;--modal--MinWidth: 250px;--modal--TransitionDelay: .3s}.modal.drawer{--modal__wrapper--AlignItems: end;--modal--MaxWidth: 100%;--modal--Width: 100%;--modal--MinWidth: 0;--modal--BorderRadius: 20px 20px 0 0}.modal-module_modalWrapper_pAQe8{position:fixed;top:0;left:0;width:100vw;height:100%;-webkit-backdrop-filter:var(--modal__wrapper--BackdropFilter);backdrop-filter:var(--modal__wrapper--BackdropFilter);background-color:var(--modal__wrapper--BackgroundColor);display:var(--modal__wrapper--Display);align-items:var(--modal__wrapper--AlignItems);justify-content:var(--modal__wrapper--JustifyContent)}.modal-module_modalWrapper_pAQe8 .modal-module_modal_ZioOV{position:relative;border-radius:var(--modal--BorderRadius);width:var(--modal--Width);background-color:var(--modal--BackgroundColor);padding:var(--modal--Padding);overflow:var(--modal--Overflow);max-width:var(--modal--MaxWidth);min-width:var(--modal--MinWidth);outline:none;animation:modal-module_openModal_NMiet var(--modal--TransitionDelay) ease-out}.modal-module_modalWrapper_pAQe8 .modal-module_modal_ZioOV.modal-module_close_gQou9{animation:modal-module_closeModal_1k7tK var(--modal--TransitionDelay) ease-in-out forwards}.modal-module_modalWrapper_pAQe8.modal-module_drawerWrapper_LJYcQ{opacity:var(--drawerWrapper--Opacity);transition:opacity var(--modal--TransitionDelay) cubic-bezier(.32,.72,0,1)}.modal-module_modalWrapper_pAQe8.modal-module_drawerWrapper_LJYcQ .modal-module_drawer_fkxtO{-webkit-user-select:none;user-select:none;pointer-events:auto;transform:translateY(var(--drawer--TransformY));transition:transform var(--modal--TransitionDelay) cubic-bezier(.32,.72,0,1);animation:modal-module_openDrawer_FfOHQ var(--modal--TransitionDelay) ease-out}.modal-module_modalWrapper_pAQe8.modal-module_drawerWrapper_LJYcQ .modal-module_drawer_fkxtO.modal-module_close_gQou9{animation:modal-module_closeDrawer_-ttEJ var(--modal--TransitionDelay) ease-in-out forwards}.modal-module_modalWrapper_pAQe8.modal-module_drawerWrapper_LJYcQ .modal-module_drawer_fkxtO.modal-module_drag_ItiaG{transition:none}@keyframes modal-module_openModal_NMiet{0%{opacity:0}to{opacity:1}}@keyframes modal-module_closeModal_1k7tK{0%{opacity:1}to{opacity:0}}@keyframes modal-module_openDrawer_FfOHQ{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes modal-module_closeDrawer_-ttEJ{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}}@layer button{.button{--button--Display: flex;--button--AlignItems: center;--button--BorderRadius: 10px;--button--FontFamily: "Roboto", sans-serif;--button--LineHeight: normal;--button--FontWeight: 700;--button--Transform: none;--button--TextShadow: none;--button--Transition: all .3s;--button__content--Width: 100%;--button__content--MinWidth: auto;box-sizing:border-box;cursor:pointer;border:none}.button:disabled,.button[data-disabled=true]{cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.button.link{background-color:buttonface;color:buttontext;text-decoration:none}.button.link:visited{color:buttontext}.button-module_button_Z331g{display:var(--button--Display);justify-content:var(--button--JustifyContent);align-items:var(--button--AlignItems);border-radius:var(--button--BorderRadius);font-family:var(--button--FontFamily);line-height:var(--button--LineHeight);font-weight:var(--button--FontWeight);text-transform:var(--button--Transform);text-shadow:var(--button--TextShadow);transition:var(--button--Transition)}.button-module_button_Z331g .button-module_content_P9miy{display:flex;min-width:var(--button__content--MinWidth);width:var(--button__content--Width)}}@layer button{.button-module_button_Z331g.button-module_start_AmuDl .button-module_content_P9miy{justify-content:start}.button-module_button_Z331g.button-module_center_obgWG .button-module_content_P9miy{justify-content:center}.button-module_button_Z331g.button-module_end_EWclI .button-module_content_P9miy{justify-content:end}.button-module_button_Z331g.button-module_space-between_JLD7w .button-module_content_P9miy{justify-content:space-between}}@layer button{.button{--button--Gap--sm: 10px;--button--Padding--sm: 8px 10px;--button--FontSize--sm: 12px;--button--Gap--md: 10px;--button--Padding--md: 12px 20px;--button--FontSize--md: 14px;--button--Gap--lg: 10px;--button--Padding--lg: 12px 20px;--button--FontSize--lg: 16px}.button-module_button_Z331g.button-module_sm_QYj0l{gap:var(--button--Gap--sm);padding:var(--button--Padding--sm);font-size:var(--button--FontSize--sm)}.button-module_button_Z331g.button-module_md_REpcP{gap:var(--button--Gap--md);padding:var(--button--Padding--md);font-size:var(--button--FontSize--md)}.button-module_button_Z331g.button-module_lg_Hkfw0{gap:var(--button--Gap--lg);padding:var(--button--Padding--lg);font-size:var(--button--FontSize--lg)}}@layer button{.button{--button--BoxShadow--primary: 0 4px 15px blue;--button--Border--primary: 1px solid var(--button--Background--primary);--button--Background--primary: blue;--button--Color--primary: white;--button--TextShadow--primary: none;--button--BoxShadow--primary--hover: 0 4px 15px red;--button--Border--primary--hover: 1px solid var(--button--Background--primary--hover);--button--Background--primary--hover: red;--button--Color--primary--hover: white;--button--TextShadow--primary--hover: none;--button--BoxShadow--secondary: none;--button--Border--secondary: 1px solid var(--button--Background--secondary);--button--Background--secondary: grey;--button--Color--secondary: black;--button--TextShadow--secondary: none;--button--BoxShadow--secondary--hover: none;--button--Border--secondary--hover: 1px solid var(--button--Background--secondary--hover);--button--Background--secondary--hover: white;--button--Color--secondary--hover: black;--button--TextShadow--secondary--hover: none;--button--BoxShadow--transparent: none;--button--Border--transparent: 1px solid grey;--button--Background--transparent: transparent;--button--Color--transparent: black;--button--TextShadow--transparent: none;--button--BoxShadow--transparent--hover: none;--button--Border--transparent--hover: 1px solid blue;--button--Background--transparent--hover: transparent;--button--Color--transparent--hover: black;--button--TextShadow--transparent--hover: none;--button--BoxShadow--invisiblePrimary: none;--button--Border--invisiblePrimary: none;--button--Background--invisiblePrimary: transparent;--button--Color--invisiblePrimary: blue;--button--TextShadow--invisiblePrimary: none;--button--BoxShadow--invisiblePrimary--hover: none;--button--Border--invisiblePrimary--hover: none;--button--Background--invisiblePrimary--hover: rgba(0, 0, 255, .5);--button--Color--invisiblePrimary--hover: blue;--button--TextShadow--invisiblePrimary--hover: none;--button--BoxShadow--invisibleSecondary: none;--button--Border--invisibleSecondary: 1px solid transparent;--button--Background--invisibleSecondary: transparent;--button--Color--invisibleSecondary: black;--button--TextShadow--invisibleSecondary: none;--button--BoxShadow--invisibleSecondary--hover: none;--button--Border--invisibleSecondary--hover: 1px solid grey;--button--Background--invisibleSecondary--hover: transparent;--button--Color--invisibleSecondary--hover: black;--button--TextShadow--invisibleSecondary--hover: none;--button--BoxShadow--flat: none;--button--Border--flat: none;--button--Background--flat: rgba(0, 0, 255, .3);--button--Color--flat: blue;--button--TextShadow--flat: none;--button--BoxShadow--flat--hover: none;--button--Border--flat--hover: none;--button--Background--flat--hover: rgba(0, 0, 255, .5);--button--Color--flat--hover: blue;--button--TextShadow--flat--hover: none}.button-module_button_Z331g.button-module_primary_ppbyq{box-shadow:var(--button--BoxShadow--primary);border:var(--button--Border--primary);background:var(--button--Background--primary);color:var(--button--Color--primary);text-shadow:var(--button--TextShadow--primary)}.button-module_button_Z331g.button-module_primary_ppbyq:visited{color:var(--button--Color--primary)}@media(any-hover:hover){.button-module_button_Z331g.button-module_primary_ppbyq:hover{box-shadow:var(--button--BoxShadow--primary--hover);border:var(--button--Border--primary--hover);background:var(--button--Background--primary--hover);color:var(--button--Color--primary--hover);text-shadow:var(--button--TextShadow--primary--hover)}}.button-module_button_Z331g.button-module_secondary_esy5L{box-shadow:var(--button--BoxShadow--secondary);border:var(--button--Border--secondary);background:var(--button--Background--secondary);color:var(--button--Color--secondary);text-shadow:var(--button--TextShadow--secondary)}.button-module_button_Z331g.button-module_secondary_esy5L:visited{color:var(--button--Color--secondary)}@media(any-hover:hover){.button-module_button_Z331g.button-module_secondary_esy5L:hover{box-shadow:var(--button--BoxShadow--secondary--hover);border:var(--button--Border--secondary--hover);background:var(--button--Background--secondary--hover);color:var(--button--Color--secondary--hover);text-shadow:var(--button--TextShadow--secondary--hover)}}.button-module_button_Z331g.button-module_transparent_YTO3m{box-shadow:var(--button--BoxShadow--transparent);border:var(--button--Border--transparent);background:var(--button--Background--transparent);color:var(--button--Color--transparent);text-shadow:var(--button--TextShadow--transparent)}.button-module_button_Z331g.button-module_transparent_YTO3m:visited{color:var(--button--Color--transparent)}@media(any-hover:hover){.button-module_button_Z331g.button-module_transparent_YTO3m:hover{box-shadow:var(--button--BoxShadow--transparent--hover);border:var(--button--Border--transparent--hover);background:var(--button--Background--transparent--hover);color:var(--button--Color--transparent--hover);text-shadow:var(--button--TextShadow--transparent--hover)}}.button-module_button_Z331g.button-module_invisiblePrimary_M0jeW{box-shadow:var(--button--BoxShadow--invisiblePrimary);border:var(--button--Border--invisiblePrimary);background:var(--button--Background--invisiblePrimary);color:var(--button--Color--invisiblePrimary);text-shadow:var(--button--TextShadow--invisiblePrimary)}.button-module_button_Z331g.button-module_invisiblePrimary_M0jeW:visited{color:var(--button--Color--invisiblePrimary)}@media(any-hover:hover){.button-module_button_Z331g.button-module_invisiblePrimary_M0jeW:hover{box-shadow:var(--button--BoxShadow--invisiblePrimary--hover);border:var(--button--Border--invisiblePrimary--hover);background:var(--button--Background--invisiblePrimary--hover);color:var(--button--Color--invisiblePrimary--hover);text-shadow:var(--button--TextShadow--invisiblePrimary--hover)}}.button-module_button_Z331g.button-module_invisibleSecondary_WYdEb{box-shadow:var(--button--BoxShadow--invisibleSecondary);border:var(--button--Border--invisibleSecondary);background:var(--button--Background--invisibleSecondary);color:var(--button--Color--invisibleSecondary);text-shadow:var(--button--TextShadow--invisibleSecondary)}.button-module_button_Z331g.button-module_invisibleSecondary_WYdEb:visited{color:var(--button--Color--invisibleSecondary)}@media(any-hover:hover){.button-module_button_Z331g.button-module_invisibleSecondary_WYdEb:hover{box-shadow:var(--button--BoxShadow--invisibleSecondary--hover);border:var(--button--Border--invisibleSecondary--hover);background:var(--button--Background--invisibleSecondary--hover);color:var(--button--Color--invisibleSecondary--hover);text-shadow:var(--button--TextShadow--invisibleSecondary--hover)}}.button-module_button_Z331g.button-module_flat_wl3Tb{box-shadow:var(--button--BoxShadow--flat);border:var(--button--Border--flat);background:var(--button--Background--flat);color:var(--button--Color--flat);text-shadow:var(--button--TextShadow--flat)}.button-module_button_Z331g.button-module_flat_wl3Tb:visited{color:var(--button--Color--flat)}@media(any-hover:hover){.button-module_button_Z331g.button-module_flat_wl3Tb:hover{box-shadow:var(--button--BoxShadow--flat--hover);border:var(--button--Border--flat--hover);background:var(--button--Background--flat--hover);color:var(--button--Color--flat--hover);text-shadow:var(--button--TextShadow--flat--hover)}}}@layer button{.buttonWithLeftNode{--button--Padding--sm: 8px 16px 8px 8px;--button--MarginInlineStart--sm: 10px;--button--Padding--md: 8px 16px 8px 8px;--button--MarginInlineStart--md: 10px;--button--Padding--lg: 8px 16px 8px 8px;--button--MarginInlineStart--lg: 10px;--button__content--Width: auto}.buttonWithRightNode{--button--Padding--sm: 8px 8px 8px 16px;--button--MarginInlineStart--sm: 10px;--button--Padding--md: 8px 8px 8px 16px;--button--MarginInlineStart--md: 5px;--button--Padding--lg: 8px 8px 8px 16px;--button--MarginInlineStart--lg: 5px}.buttonWithLeftNode.buttonWithRightNode{--button__leftContent--Display: flex;--button__leftContent--JustifyContent: normal;--button__leftContent--AlignItems: center;--button__leftContent--MarginInlineEnd--sm: 10px;--button__rightContent--MarginInlineStart--sm: 10px;--button--Padding--sm: 8px;--button__leftContent--MarginInlineEnd--md: 5px;--button__rightContent--MarginInlineStart--md: 5px;--button--Padding--md: 8px;--button__leftContent--MarginInlineEnd--lg: 5px;--button__rightContent--MarginInlineStart--lg: 5px;--button--Padding--lg: 8px;--button__content--Width: 100%}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9{gap:0}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_sm_QYj0l .button-module_leftContent_tAGPZ{margin-inline-end:var(--button__leftContent--MarginInlineEnd--sm)}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_md_REpcP .button-module_leftContent_tAGPZ{margin-inline-end:var(--button__leftContent--MarginInlineEnd--md)}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_lg_Hkfw0 .button-module_leftContent_tAGPZ{margin-inline-end:var(--button__leftContent--MarginInlineEnd--lg)}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_sm_QYj0l .button-module_rightContent_JeJq3{margin-inline-start:var(--button__rightContent--MarginInlineStart--sm)}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_md_REpcP .button-module_rightContent_JeJq3{margin-inline-start:var(--button__rightContent--MarginInlineStart--md)}.button-module_button_Z331g.button-module_buttonWithLeftNode_s8YtT.button-module_buttonWithRightNode_VTON9.button-module_lg_Hkfw0 .button-module_rightContent_JeJq3{margin-inline-start:var(--button__rightContent--MarginInlineStart--lg)}}@layer select{.selectItem{--selectItem--Border: none;--selectItem--BorderRadius: 10px;--selectItem--Padding: 6px 10px;--selectItem--Width: 100%;--selectItem--TextAlign: start;--selectItem--Background: lightblue;--selectItem--Background--hover: rgb(94, 184, 236);--selectItem--Background--active: rgb(29, 164, 241);--selectItem--FontSize: 14px;--selectItem--FontSize--active: var(--selectItem--FontSize);--selectItem--FontWeight: 600;--selectItem--FontWeight--active: var(--selectItem--FontWeight);--selectItem--Color: white;--selectItem--Color--active: var(--selectItem--Color);--selectItem--Transition: all .3s;--selectItem__leftNode--MarginInlineEnd: 10px;--selectItem__rightNode--MarginInlineStart: 10px;--button__leftContent--MarginInlineEnd--md: var(--selectItem__leftNode--MarginInlineEnd);--button__rightContent--MarginInlineStart--md: var(--selectItem__rightNode--MarginInlineStart)}.selectItem.button{--button__content--MinWidth: 0}.select-item-module_selectItem_GZBwv{box-sizing:border-box;width:var(--selectItem--Width);border:var(--selectItem--Border);border-radius:var(--selectItem--BorderRadius);background:var(--selectItem--Background);padding:var(--selectItem--Padding);font-size:var(--selectItem--FontSize);font-weight:var(--selectItem--FontWeight);color:var(--selectItem--Color);text-align:var(--selectItem--TextAlign);transition:var(--selectItem--Transition)}@media(any-hover:hover){.select-item-module_selectItem_GZBwv:hover{background:var(--selectItem--Background--hover)}}.select-item-module_selectItem_GZBwv.select-item-module_active_RY-k2{background:var(--selectItem--Background--active);font-size:var(--selectItem--FontSize--active);font-weight:var(--selectItem--FontWeight--active);color:var(--selectItem--Color--active)}.select-item-module_leftNode_SNKcc,.select-item-module_rightNode_lnYEB{display:flex}}@layer select{.selectItemCounterNode{--selectItemCounterNode--MinWidth: 29px;--selectItemCounterNode--Height: 29px;--selectItemCounterNode--BorderRadius: 50%;--selectItemCounterNode--FontSize: 12px;--selectItemCounterNode--FontWeight: 600;--selectItemCounterNode--LineHeight: 1;--selectItemCounterNode--Color: white;--selectItemCounterNode--Color--active: var(--selectItemCounterNode--Color);--selectItemCounterNode--Padding: 7px;--selectItemCounterNode--Padding--active: var(--selectItemCounterNode--Padding);--selectItemCounterNode--Border: 2px solid rgba(255, 255, 255, .1);--selectItemCounterNode--Border--active: var(--selectItemCounterNode--Border);--selectItemCounterNode--Background: #272e42;--selectItemCounterNode--Background--active: var(--selectItemCounterNode--Background)}.selectItemTextNode{--selectItemTextNode--Padding: 10px;--selectItemTextNode--Margin: 0;--selectItemTextNode--Padding--active: var(--selectItemTextNode--Padding);--selectItemTextNode--TextAlign: start;--selectItemTextNode--LineClamp: 1;--selectItemTextNode--TextOverflow: ellipsis;--selectItemTextNode--Overflow: hidden;--selectItemTextNode--WordBreak: break-all;--selectItemTextNode--TextTransform: capitalize}.selectItemImageNode{--selectItemImageNode--Padding: 5px 0 5px 5px;--selectItemImageNode--Padding--active: var(--selectItemImageNode--Padding);--selectItemImageNode__image--Width: 24px;--selectItemImageNode__image--Width--active: var(--selectItemImageNode__image--Width);--selectItemImageNode__image--Height: 24px;--selectItemImageNode__image--Height--active: var(--selectItemImageNode__image--Height);--selectItemImageNode__image--ObjectFit: contain;--selectItemImageNode__image--BorderRadius: 0}.selectItemIconNode{--selectItemIconNode--Padding: 5px 0 5px 5px;--selectItemIconNode--Padding--active: var(--selectItemIconNode--Padding);--selectItemIconNode__icon--Size: 24px;--selectItemIconNode__icon--Size--active: var(--selectItemIconNode--Size);--selectItemIconNode__icon--Fill: rgba(31, 252, 2);--selectItemIconNode__icon--Fill--active: var(--selectItemIconNode--Fill)}.selectItemCountryCodeNode{--selectItemCountryCodeNode--Gap: 5px;--selectItemCountryCodeNode--AlignItems: center;--selectItemCountryCodeNode--Padding: 5px;--selectItemCountryCodeNode__icon--Size: 24px;--selectItemCountryCodeNode--Background: pink;--selectItemCountryCodeNode--Background--active: green;--selectItemCountryCodeNode--BorderRadius: 10px}.select-item-node-module_checkboxNode_bm6-A,.select-item-node-module_radioNode_oQQJF{pointer-events:none;display:inline-flex;flex:0 0 auto}.select-item-node-module_counterNode_x43HB{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex:0 0 auto;transition:var(--selectItem--Transition);min-width:var(--selectItemCounterNode--MinWidth);height:var(--selectItemCounterNode--Height);border-radius:var(--selectItemCounterNode--BorderRadius);font-weight:var(--selectItemCounterNode--FontWeight);font-size:var(--selectItemCounterNode--FontSize);line-height:var(--selectItemCounterNode--LineHeight);padding:var(--selectItemCounterNode--Padding);border:var(--selectItemCounterNode--Border);background:var(--selectItemCounterNode--Background);color:var(--selectItemCounterNode--Color)}.select-item-node-module_counterNode_x43HB.select-item-node-module_active_ezRKy{padding:var(--selectItemCounterNode--Padding--active);border:var(--selectItemCounterNode--Border--active);background:var(--selectItemCounterNode--Background--active);color:var(--selectItemCounterNode--Color--active)}.select-item-node-module_textNode_W8qfX{box-sizing:border-box;flex:0 1 auto;width:auto;padding:var(--selectItemTextNode--Padding);margin:var(--selectItemTextNode--Margin);font-size:var(--selectItem--FontSize);font-weight:var(--selectItem--FontWeight);color:var(--selectItem--Color);text-align:var(--selectItemTextNode--TextAlign);display:-webkit-box;-webkit-line-clamp:var(--selectItemTextNode--LineClamp);-webkit-box-orient:vertical;overflow:var(--selectItemTextNode--Overflow);text-overflow:var(--selectItemTextNode--TextOverflow);word-break:var(--selectItemTextNode--WordBreak);text-transform:var(--selectItemTextNode--TextTransform)}.select-item-node-module_textNode_W8qfX.select-item-node-module_active_ezRKy{padding:var(--selectItemTextNode--Padding--active);font-size:var(--selectItem--FontSize--active);font-weight:var(--selectItem--FontWeight--active);color:var(--selectItem--Color--active)}.select-item-node-module_iconNode_oHtcl{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;object-fit:contain;padding:var(--selectItemIconNode--Padding)}.select-item-node-module_iconNode_oHtcl .select-item-node-module_icon_p8Xyw{display:block;fill:var(--selectItemIconNode--Fill);width:var(--selectItemIconNode__icon--Size);height:var(--selectItemIconNode__icon--Size)}.select-item-node-module_iconNode_oHtcl.select-item-node-module_active_ezRKy{padding:var(--selectItemIconNode--Padding--active)}.select-item-node-module_iconNode_oHtcl.select-item-node-module_active_ezRKy .select-item-node-module_icon_p8Xyw{fill:var(--selectItemIconNode--Fill--active);width:var(--selectItemIconNode__icon--Size--active);height:var(--selectItemIconNode__icon--Size--active)}.select-item-node-module_selectItemCountryCodeNode_NIM4r{display:flex;min-width:var(--selectItemCountryCodeNode--MinWidth);gap:var(--selectItemCountryCodeNode--Gap);align-items:var(--selectItemCountryCodeNode--AlignItems);padding:var(--selectItemCountryCodeNode--Padding);background:var(--selectItemCountryCodeNode--Background);border-radius:var(--selectItemCountryCodeNode--BorderRadius)}.select-item-node-module_selectItemCountryCodeNode_NIM4r.select-item-node-module_active_ezRKy{background:var(--selectItemCountryCodeNode--Background--active)}.select-item-node-module_imageNode_Lr9oz{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:var(--selectItemImageNode--Padding)}.select-item-node-module_imageNode_Lr9oz .select-item-node-module_image_RssnO{object-fit:var(--selectItemImageNode__image--ObjectFit);display:block;width:var(--selectItemImageNode__image--Width);height:var(--selectItemImageNode__image--Height);border-radius:var(--selectItemImageNode__image--BorderRadius)}.select-item-node-module_imageNode_Lr9oz.select-item-node-module_active_ezRKy{padding:var(--selectItemImageNode--Padding--active)}.select-item-node-module_imageNode_Lr9oz.select-item-node-module_active_ezRKy .select-item-node-module_image_RssnO{width:var(--selectItemImageNode__image--Width--active);height:var(--selectItemImageNode__image--Height--active)}}@layer radio{.radio{--radio__wrapper--Padding: 0;--radio__wrapper--Border: none;--radio__wrapper--BorderRadius: none;--radio--Gap: 10px;--radio--Border: 4px solid black;--radio--Background: white;--radio--Transition: all .3s;--radio--Size--sm: 24px;--radio__label--FontSize--sm: 12px;--radio--Size--md: 32px;--radio__label--FontSize--md: 14px;--radio--Size--lg: 48px;--radio__label--FontSize--lg: 18px;--radio--Border--hover: gray;--radio--Background--hover: gray;--radio--Border--checked: black;--radio--Background--checked: black;--radio--Border--disabled: lightgrey;--radio--Background--disabled: white;--radio__label--FontSize: 16px;--radio__label--Color: black;--radio__label--Color--hover: gray;--radio__label--Color--disabled: lightgrey}.radio-button-module_radio_heFXF{display:flex;align-items:center;gap:var(--radio--Gap);padding:var(--radio__wrapper--Padding);border:var(--radio__wrapper--Border);border-radius:var(--radio__wrapper--BorderRadius)}.radio-button-module_radio_heFXF.radio-button-module_right_zAdv9{flex-direction:row-reverse}.radio-button-module_radio_heFXF .radio-button-module_input_gLSDs{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;margin:0;border:var(--radio--Border);background-color:var(--radio--Background);transition:var(--radio--Transition)}@media(any-hover:hover){.radio-button-module_radio_heFXF .radio-button-module_input_gLSDs:hover{border-color:var(--radio--Border--hover);background:var(--radio--Background--hover)}}.radio-button-module_radio_heFXF .radio-button-module_input_gLSDs:checked{border-color:var(--radio--Border--checked);background:var(--radio--Background--checked)}.radio-button-module_radio_heFXF .radio-button-module_input_gLSDs:disabled{border-color:var(--radio--Border--disabled);background:var(--radio--Background--disabled)}.radio-button-module_radio_heFXF .radio-button-module_input_gLSDs:disabled+label{color:var(--radio__label--Color--disabled)}.radio-button-module_radio_heFXF.radio-button-module_sm_SXtJi .radio-button-module_input_gLSDs{height:var(--radio--Size--sm);width:var(--radio--Size--sm)}.radio-button-module_radio_heFXF.radio-button-module_sm_SXtJi .radio-button-module_label_cdHBo{font-size:var(--radio__label--FontSize--sm)}.radio-button-module_radio_heFXF.radio-button-module_md_WRZ0C .radio-button-module_input_gLSDs{height:var(--radio--Size--md);width:var(--radio--Size--md)}.radio-button-module_radio_heFXF.radio-button-module_md_WRZ0C .radio-button-module_label_cdHBo{font-size:var(--radio__label--FontSize--md)}.radio-button-module_radio_heFXF.radio-button-module_lg_wlB-n .radio-button-module_input_gLSDs{height:var(--radio--Size--lg);width:var(--radio--Size--lg)}.radio-button-module_radio_heFXF.radio-button-module_lg_wlB-n .radio-button-module_label_cdHBo{font-size:var(--radio__label--FontSize--lg)}.radio-button-module_radio_heFXF .radio-button-module_label_cdHBo{cursor:pointer;color:var(--radio__label--Color);transition:var(--radio--Transition)}@media(any-hover:hover){.radio-button-module_radio_heFXF .radio-button-module_label_cdHBo:hover{color:var(--radio__label--Color--hover)}}}@layer carousel{.carousel-base-module_viewport_i3fSb{overflow:hidden;width:100%}.carousel-base-module_carousel_pqZ5F{display:flex;-webkit-user-select:none;user-select:none}}@layer carousel{.carousel-pagination-module_pagination_BHdl4{box-sizing:border-box;position:absolute;top:var(--carousel__pagination--Top);bottom:var(--carousel__pagination--Bottom);left:var(--carousel__pagination--Left);right:var(--carousel__pagination--Right);display:flex;flex-direction:var(--carousel__pagination--FlexDirection);gap:var(--carousel__pagination--Gap);padding:var(--carousel__pagination--Padding);border-radius:var(--carousel__pagination--BorderRadius);border:var(--carousel__pagination--Border);background:var(--carousel__pagination--Background)}.carousel-pagination-module_paginationItem_gp9ag{box-sizing:border-box;width:var(--carousel__pagination-item--Width);height:var(--carousel__pagination-item--Height);box-shadow:var(--carousel__pagination-item--BoxShadow);border:var(--carousel__pagination-item--Border);border-radius:var(--carousel__pagination-item--BorderRadius);background-color:var(--carousel__pagination-item--BackgroundColor);opacity:var(--carousel__pagination-item--Opacity);transition-duration:var(--Transition--fast)}@media(any-hover:hover){.carousel-pagination-module_paginationItem_gp9ag:hover{opacity:var(--carousel__pagination-item--Opacity--hover);background-color:var(--carousel__pagination-item--BackgroundColor--hover);transform:var(--carousel__pagination-item--Transform--hover)}}.carousel-pagination-module_paginationItem_gp9ag.carousel-pagination-module_active_lwyg2{opacity:var(--carousel__pagination-item--Opacity--active);background-color:var(--carousel__pagination-item--BackgroundColor--active);transform:var(--carousel__pagination-item--Transform--active);box-shadow:var(--carousel__pagination-item--BoxShadow--active)}@media(any-hover:hover){.carousel-pagination-module_paginationItem_gp9ag.carousel-pagination-module_active_lwyg2:hover{opacity:var(--carousel__pagination-item--Opacity--active);background-color:var(--carousel__pagination-item--BackgroundColor--active);transform:var(--carousel__pagination-item--Transform--active);box-shadow:var(--carousel__pagination-item--BoxShadow--active)}}}@layer carousel{.carousel-controls-module_control_3yEmb{position:var(--carousel__control--Position);left:var(--carousel__control--Left);right:var(--carousel__control--Right);top:var(--carousel__control--Top);bottom:var(--carousel__control--Botton);width:var(--carousel__control--Width);height:var(--carousel__control--Height);border:var(--carousel__control--Border);border-radius:var(--carousel__control--BorderRadius);background:var(--carousel__control--Background);cursor:pointer;transition:var(--Transition--fast);padding:var(--carousel__control--Padding);opacity:var(--carousel__control--Opacity);display:var(--carousel__control--Display);justify-content:var(--carousel__control--JustifyContent);align-items:var(--carousel__control--AlignItems)}.carousel-controls-module_control_3yEmb .carousel-controls-module_icon_j7p-n{fill:var(--carousel__control__icon--Fill);width:var(--carousel__control__icon--Width);height:var(--carousel__control__icon--Height)}.carousel-controls-module_control_3yEmb .carousel-controls-module_iconWrapper_igsb4{display:flex}@media(any-hover:hover){.carousel-controls-module_control_3yEmb:hover{background:var(--carousel__control--hover--Background);opacity:var(--carousel__control--hover--Opacity);border:var(--carousel__control--hover--Border)}.carousel-controls-module_control_3yEmb:hover .carousel-controls-module_iconWrapper_igsb4{transform:var(--carousel__control__icon--hover--Transform)}}.carousel-controls-module_control_3yEmb:disabled{display:var(--carousel__control--disabled--Display);opacity:var(--carousel__control--disabled--Opacity)}.carousel-controls-module_control_3yEmb.carousel-controls-module_reverse_nIOpj{left:var(--carousel__control--reverse--Left);right:var(--carousel__control--reverse--Right);top:var(--carousel__control--reverse--Top);bottom:var(--carousel__control--reverse--Bottom);border-radius:var(--carousel__control--reverse--BorderRadius)}.carousel-controls-module_control_3yEmb.carousel-controls-module_reverse_nIOpj .carousel-controls-module_iconWrapper_igsb4{transform:var(--carousel__control__icon--reverse--Transform)}@media(any-hover:hover){.carousel-controls-module_control_3yEmb.carousel-controls-module_reverse_nIOpj:hover .carousel-controls-module_iconWrapper_igsb4{transform:var(--carousel__control__icon--reverse--Transform) var(--carousel__control__icon--hover--Transform)}}}@layer carousel{.carousel{--carousel__control--Position: absolute;--carousel__control--Left: 0;--carousel__control--Right: auto;--carousel__control--Top: auto;--carousel__control--Bottom: auto;--carousel__control--Width: 50px;--carousel__control--Height: 100%;--carousel__control--Border: none;--carousel__control--BorderRadius: 8px;--carousel__control--Background: transparent;--carousel__control--Padding: 0;--carousel__control--Opacity: 1;--carousel__control--Display: flex;--carousel__control--JustifyContent: center;--carousel__control--AlignItems: center;--carousel__control--hover--Background: transparent;--carousel__control--hover--Opacity: 1;--carousel__control--hover--Border: none;--carousel__control--disabled--Display: none;--carousel__control--disabled--Opacity: 1;--carousel__control__icon--Fill: white;--carousel__control__icon--Width: 30px;--carousel__control__icon--Height: auto;--carousel__control__icon--hover--Transform: scale(1.2);--carousel__control--reverse--Left: auto;--carousel__control--reverse--Right: 0;--carousel__control--reverse--Top: auto;--carousel__control--reverse--Bottom: auto;--carousel__control__icon--reverse--Transform: rotate(180deg);--carousel__control--reverse--BorderRadius: var(--carousel__control--BorderRadius);--carousel__pagination--Top: auto;--carousel__pagination--Bottom: 10px;--carousel__pagination--Left: auto;--carousel__pagination--Right: auto;--carousel__pagination--Gap: 8px;--carousel__pagination--FlexDirection: row;--carousel__pagination--Padding: 0;--carousel__pagination--BorderRadius: 8px;--carousel__pagination--Border: none;--carousel__pagination--Background: none;--carousel__pagination-item--Width: 12px;--carousel__pagination-item--Height: 12px;--carousel__pagination-item--BoxShadow: 0 0 5px 1px black;--carousel__pagination-item--Border: none;--carousel__pagination-item--BorderRadius: 50%;--carousel__pagination-item--BackgroundColor: white;--carousel__pagination-item--Opacity: .6;--carousel__pagination-item--Opacity--hover: .8;--carousel__pagination-item--Opacity--active: 1;--carousel__pagination-item--Transform--hover: scale(1.1);--carousel__pagination-item--Transform--active: scale(1.2);--carousel__pagination-item--BackgroundColor--hover: white;--carousel__pagination-item--BackgroundColor--active: rgb(88, 221, 133);--carousel__pagination-item--BoxShadow--active: 0 0 5px 1px black}@media(max-width:986px){.carousel{--carousel__control--Display: none;--carousel__control--disabled--Display: none}}.carousel-module_wrapper_hqX5Q{position:relative;display:flex;align-items:center;justify-content:center}}@layer checkbox{.checkbox{--checkbox--Gap--sm: 5px;--checkbox--Gap--md: 10px;--checkbox--Gap--lg: 15px;--checkbox--Border: 2px solid #4b4b4b;--checkbox--Background: white;--checkbox--Size--sm: 20px;--checkbox--Size--md: 24px;--checkbox--Size--lg: 30px;--checkbox--BorderRadius--sm: 4px;--checkbox--BorderRadius--md: 6px;--checkbox--BorderRadius--lg: 8px;--checkbox--Border--checked: 2px solid transparent;--checkbox--Background--checked: #00ac26;--checkbox--Border--hover: 2px solid #676769;--checkbox--Background--hover: white;--checkbox--Border--checked--hover: 2px solid transparent;--checkbox--Background--checked--hover: #04f93a;--checkbox--Border--disabled: 2px solid lightgray;--checkbox--Background--disabled: white;--checkbox--Border--checked--disabled: 2px solid transparent;--checkbox--Background--checked--disabled: lightgray;--checkbox__label--FontSize--sm: 12px;--checkbox__label--FontSize--md: 16px;--checkbox__label--FontSize--lg: 18px;--checkbox__label--FontWeight--sm: 400;--checkbox__label--FontWeight--md: 600;--checkbox__label--FontWeight--lg: 600;--checkbox__label--Color: black;--checkbox__label--Color--disabled: lightgray;--checkbox__label--Color--hover: gray;--checkbox--Transition: all .3s;--checkbox__icon--Fill: #ffffff;--checkbox__icon--Filter: drop-shadow(0 0 2px rgba(255, 255, 255, .6));display:flex;align-items:center}.checkbox-module_checkbox_owkMP{display:flex;align-items:center;transition:var(--checkbox--Transition)}.checkbox-module_checkbox_owkMP .checkbox-module_inputWrapper_TD2WZ{position:relative;display:flex;align-items:center;justify-content:center;width:min-content;height:min-content;transition:var(--checkbox--Transition)}.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7{border:var(--checkbox--Border);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;position:relative;background-color:var(--checkbox--Background);transition:var(--checkbox--Transition)}@media(any-hover:hover){.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7:hover{border:var(--checkbox--Border--hover);background-color:var(--checkbox--Background--hover)}}.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7:checked{border:var(--checkbox--Border--checked);background-color:var(--checkbox--Background--checked)}@media(any-hover:hover){.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7:checked:hover{border:var(--checkbox--Border--checked--hover);background-color:var(--checkbox--Background--checked--hover)}}.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7:disabled{border:var(--checkbox--Border--disabled);background-color:var(--checkbox--Background--disabled)}.checkbox-module_checkbox_owkMP .checkbox-module_input_Ptgt7:checked:disabled{border:var(--checkbox--Border--checked);background-color:var(--checkbox--Background--checked)}.checkbox-module_checkbox_owkMP .checkbox-module_check_DKDfn{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:absolute;opacity:0;transition:var(--checkbox--Transition);z-index:1;pointer-events:none}.checkbox-module_checkbox_owkMP .checkbox-module_check_DKDfn.checkbox-module_checked_xjUYG{opacity:1}.checkbox-module_checkbox_owkMP .checkbox-module_checkIcon_oK8YF{fill:var(--checkbox__icon--Fill);filter:var(--checkbox__icon--Filter)}.checkbox-module_checkbox_owkMP .checkbox-module_label_d1SS1{color:var(--checkbox__label--Color);cursor:pointer}.checkbox-module_checkbox_owkMP:has(.checkbox-module_input_Ptgt7:disabled)>.checkbox-module_label_d1SS1{color:var(--checkbox__label--Color--disabled)}.checkbox-module_checkbox_owkMP.checkbox-module_sm_uCkXv{gap:var(--checkbox--Gap--sm)}.checkbox-module_checkbox_owkMP.checkbox-module_sm_uCkXv .checkbox-module_input_Ptgt7{width:var(--checkbox--Size--sm);height:var(--checkbox--Size--sm);border-radius:var(--checkbox--BorderRadius--sm)}.checkbox-module_checkbox_owkMP.checkbox-module_sm_uCkXv .checkbox-module_label_d1SS1{font-size:var(--checkbox__label--FontSize--sm);font-weight:var(--checkbox__label--FontWeight--sm)}.checkbox-module_checkbox_owkMP.checkbox-module_md_b-TNq{gap:var(--checkbox--Gap--md)}.checkbox-module_checkbox_owkMP.checkbox-module_md_b-TNq .checkbox-module_input_Ptgt7{width:var(--checkbox--Size--md);height:var(--checkbox--Size--md);border-radius:var(--checkbox--BorderRadius--md)}.checkbox-module_checkbox_owkMP.checkbox-module_md_b-TNq .checkbox-module_label_d1SS1{font-size:var(--checkbox__label--FontSize--md);font-weight:var(--checkbox__label--FontWeight--md)}.checkbox-module_checkbox_owkMP.checkbox-module_lg_Egarf{gap:var(--checkbox--Gap--lg)}.checkbox-module_checkbox_owkMP.checkbox-module_lg_Egarf .checkbox-module_input_Ptgt7{width:var(--checkbox--Size--lg);height:var(--checkbox--Size--lg);border-radius:var(--checkbox--BorderRadius--lg)}.checkbox-module_checkbox_owkMP.checkbox-module_lg_Egarf .checkbox-module_label_d1SS1{font-size:var(--checkbox__label--FontSize--lg);font-weight:var(--checkbox__label--FontWeight--lg)}.checkbox-module_checkbox_owkMP.checkbox-module_right_A-iFw{flex-direction:row-reverse}}@layer copyButton{.copyButton{--copyButton--icon--Fill: black;--copyButton--icon--Fill--hover: gray;--copyButton--icon--Fill--active: black}.copy-button-module_button_skOiG{padding:0;background:none;border:none;box-shadow:none;pointer-events:all}.copy-button-module_button_skOiG:hover .copy-button-module_icon_4B9mp{fill:var(--copyButton--icon--Fill--hover)}.copy-button-module_button_skOiG:active .copy-button-module_icon_4B9mp{fill:var(--copyButton--icon--Fill--active)}.copy-button-module_icon_4B9mp{width:15px;height:20px;fill:var(--copyButton--icon--Fill)}}@layer tooltip{.tooltip{--tooltip--FontSize: 16px;--tooltip--FontWeight: 400;--tooltip--LineHeight: normal;--tooltip--BorderRadius: 8px;--tooltip--Border: 1px solid black;--tooltip--Padding: 8px 16px;--tooltip--Color: black;--tooltip--BackgroundColor: white;--tooltip--BoxShadow: 0 4px 30px 0 rgba(0, 0, 0, .7);--tooltip--Border--warning: 1px solid rgb(255, 221, 0);--tooltip--Color--warning: black;--tooltip--BackgroundColor--warning: yellow;--tooltip--Border--error: 1px solid rgb(173, 0, 0);--tooltip--Color--error: white;--tooltip--BackgroundColor--error: red}.tooltip-module_tooltip_e-rkz{font-size:var(--tooltip--FontSize);font-weight:var(--tooltip--FontWeight);line-height:var(--tooltip--LineHeight);border-radius:var(--tooltip--BorderRadius);padding:var(--tooltip--Padding);box-shadow:var(--tooltip--BoxShadow);overflow:auto;box-sizing:border-box}.tooltip-module_tooltip_e-rkz.tooltip-module_info_ftLqq{color:var(--tooltip--Color);background-color:var(--tooltip--BackgroundColor);border:var(--tooltip--Border)}.tooltip-module_tooltip_e-rkz.tooltip-module_warning_YT0Co{color:var(--tooltip--Color--warning);background-color:var(--tooltip--BackgroundColor--warning);border:var(--tooltip--Border--warning)}.tooltip-module_tooltip_e-rkz.tooltip-module_error_yRC9K{color:var(--tooltip--Color--error);background-color:var(--tooltip--BackgroundColor--error);border:var(--tooltip--Border--error)}}@layer input{.input{--input--Width: 100%;--input--Outline: none;--input__container--Width: 600px;--input__container--Gap: 4px;--input--Border: 1px solid #4b4b4b;--input__Border--focus: 1px solid #4b4b4b;--input--focus--BoxShadow: none;--input--BackgroundColor: white;--input--Background--hover: #f0f0f0;--input--Background--hover--readonly: #f0f0f0;--input--FontFamily: inherit;--input--Color: black;--input--LineHeight: normal;--input--Opacity--disabled: .5;--input__placeholder--Color: gray;--input--Transition--autofill: 5000s;--input--Border--error: red;--input--Background--error: #ffebee;--input__errorNode--Transform--hover: rotate(30deg);--input__label--TextColor: black;--input__label--FontWeight: 400;--input__label--LineHeight: normal;--input__label__required--TextColor: red;--input__errorInline--FontSize: 10px;--input__errorInline--FontWeight: 600;--input__errorInline--Color: #ff2642;--input__container--Width--sm: 500px;--input__container--Gap--sm: 4px;--input--Height--sm: 30px;--input--Gap--sm: 12px;--input--Padding--sm: 5px 16px 5px 16px;--input--FontSize--sm: 16px;--input--FontWeight--sm: 400;--input--BorderRadius--sm: 8px;--input__label--FontSize--sm: 16px;--input__container--Width--md: 600px;--input__container--Gap--md: 4px;--input--Height--md: 48px;--input--Gap--md: 4px;--input--Padding--md: 5px 16px 5px 16px;--input--FontSize--md: 16px;--input--FontWeight--md: 400;--input--BorderRadius--md: 8px;--input__label--FontSize--md: 16px;--input__container--Width--lg: 800px;--input__container--Gap--lg: 5px;--input--Height--lg: 40px;--input--Gap--lg: 12px;--input--Padding--lg: 5px 16px 5px 16px;--input--FontSize--lg: 16px;--input--FontWeight--lg: 400;--input--BorderRadius--lg: 8px;--input__label--FontSize--lg: 16px;--input__rightNode--Gap--sm: 4px;--input__rightNode--Gap--md: 4px;--input__rightNode--Gap--lg: 4px;--input__node--Position: absolute;--input__node--Display: flex;--input__node--AlignItems: center;--input__node--FlexDirection: row}@media(max-width:986px){.input{--input__container--Width--md: 600px;--input__container--Gap--md: 4px;--input--Gap--md: 4px;--input--Height--md: 40px;--input--Padding--md: 5px 16px 5px 16px;--input--FontSize--md: 14px;--input--BorderRadius--md: 8px;--input__label--FontSize--md: 14px}}@media(max-width:768px){.input{--input__container--Width--md: 472px;--input__container--Gap--md: 4px;--input--Gap--md: 4px;--input--Height--md: 40px;--input--Padding--md: 5px 16px 5px 16px;--input--FontSize--md: 14px;--input--BorderRadius--md: 8px;--input__label--FontSize--md: 14px}}.input-module_input_h7K-F{box-sizing:border-box;display:inline-flex;flex-direction:column;gap:var(--input__container--Gap)}.input-module_input_h7K-F .input-module_errorInline_DY44a{font-size:var(--input__errorInline--FontSize);font-weight:var(--input__errorInline--FontWeight);color:var(--input__errorInline--Color)}.input-module_input_h7K-F .input-module_label_lu7R1{color:var(--input__label--TextColor);font-weight:var(--input__label--FontWeight);line-height:var(--input__label--LineHeight)}.input-module_input_h7K-F .input-module_label_lu7R1.input-module_required_Cno1Z:after{content:"*";color:var(--input__label__required--TextColor)}.input-module_input_h7K-F .input-module_inputWrapper_u5qRL{box-sizing:border-box;position:relative;display:flex;align-items:center;width:100%}.input-module_input_h7K-F .input-module_body_ra3FT{box-sizing:border-box;width:var(--input--Width);display:flex;outline:var(--input--Outline);border:var(--input--Border);background-color:var(--input--BackgroundColor);font-family:var(--input--FontFamily);line-height:var(--input--LineHeight);color:var(--input--Color);font-style:normal}.input-module_input_h7K-F .input-module_body_ra3FT:disabled{opacity:var(--input--Opacity--disabled);cursor:not-allowed}.input-module_input_h7K-F .input-module_body_ra3FT::placeholder{color:var(--input__placeholder--Color)}.input-module_input_h7K-F .input-module_body_ra3FT:focus{border:var(--input__Border--focus);box-shadow:var(--input--focus--BoxShadow)}.input-module_input_h7K-F .input-module_body_ra3FT{transition:var(--Transition--normal) border-color,var(--Transition--normal) background-color}.input-module_input_h7K-F .input-module_body_ra3FT:-webkit-autofill,.input-module_input_h7K-F .input-module_body_ra3FT:-webkit-autofill:focus,.input-module_input_h7K-F .input-module_body_ra3FT:-webkit-autofill:active{box-shadow:0 0 0 62.5rem var(--input--BackgroundColor) inset;border:var(--input__Border--focus);transition:background-color var(--input--Transition--autofill) ease-in-out 0s,color var(--input--Transition--autofill) ease-in-out 0s}@media(any-hover:hover){.input-module_input_h7K-F .input-module_body_ra3FT:-webkit-autofill:hover{box-shadow:0 0 0 62.5rem var(--input--Background--hover) inset}}@media(any-hover:hover){.input-module_input_h7K-F .input-module_body_ra3FT:hover{background-color:var(--input--Background--hover)}}@media(any-hover:hover){.input-module_input_h7K-F .input-module_body_ra3FT:read-only:hover{background-color:var(--input--Background--hover--readonly)}}.input-module_input_h7K-F .input-module_node_48uUU{position:var(--input__node--Position);display:var(--input__node--Display);align-items:var(--input__node--AlignItems);flex-direction:var(--input__node--FlexDirection)}.input-module_input_h7K-F[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.input-module_input_h7K-F[type=number]::-webkit-inner-spin-button,.input-module_input_h7K-F[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.input-module_input_h7K-F .input-module_errorWrapper_wYSHR{display:none;align-items:center;transition:.2s}.input-module_input_h7K-F.input-module_error_QDqga .input-module_body_ra3FT{border-color:var(--input--Border--error);background-color:var(--input--Background--error)}.input-module_input_h7K-F.input-module_error_QDqga .input-module_errorWrapper_wYSHR{display:flex}@media(any-hover:hover){.input-module_input_h7K-F.input-module_error_QDqga .input-module_errorWrapper_wYSHR:hover{transform:var(--input__errorNode--Transform--hover)}}.input-module_input_h7K-F.input-module_fullWidth_p4RE8,.input-module_input_h7K-F.input-module_fullWidth_p4RE8 .input-module_inputWrapper_u5qRL{width:100%}.input-module_input_h7K-F.input-module_sm_YZFhc{gap:var(--input__container--Gap--sm)}.input-module_input_h7K-F.input-module_sm_YZFhc .input-module_label_lu7R1{font-size:var(--input__label--FontSize--sm)}.input-module_input_h7K-F.input-module_sm_YZFhc .input-module_body_ra3FT{gap:var(--input--Gap--sm);height:var(--input--Height--sm);border-radius:var(--input--BorderRadius--sm);padding:var(--input--Padding--sm);font-size:var(--input--FontSize--sm);font-weight:var(--input--FontWeight--sm)}.input-module_input_h7K-F.input-module_sm_YZFhc .input-module_node_48uUU .input-module_rightNode_-TIVF{gap:var(--input__rightNode--Gap--sm)}.input-module_input_h7K-F.input-module_md_-HF8v{gap:var(--input__container--Gap--md)}.input-module_input_h7K-F.input-module_md_-HF8v .input-module_label_lu7R1{font-size:var(--input__label--FontSize--md)}.input-module_input_h7K-F.input-module_md_-HF8v .input-module_body_ra3FT{gap:var(--input--Gap--md);height:var(--input--Height--md);border-radius:var(--input--BorderRadius--md);padding:var(--input--Padding--md);font-size:var(--input--FontSize--md);font-weight:var(--input--FontWeight--md)}.input-module_input_h7K-F.input-module_md_-HF8v .input-module_node_48uUU .input-module_rightNode_-TIVF{gap:var(--input__rightNode--Gap--md)}.input-module_input_h7K-F.input-module_lg_-GVC1{gap:var(--input__container--Gap--lg)}.input-module_input_h7K-F.input-module_lg_-GVC1 .input-module_label_lu7R1{font-size:var(--input__label--FontSize--lg)}.input-module_input_h7K-F.input-module_lg_-GVC1 .input-module_body_ra3FT{gap:var(--input--Gap--lg);height:var(--input--Height--lg);border-radius:var(--input--BorderRadius--lg);padding:var(--input--Padding--lg);font-size:var(--input--FontSize--lg);font-weight:var(--input--FontWeight--lg)}.input-module_input_h7K-F.input-module_lg_-GVC1 .input-module_node_48uUU .input-module_rightNode_-TIVF{gap:var(--input__rightNode--Gap--lg)}.input-module_input_h7K-F .input-module_body_ra3FT.input-module_paddingProbe_xwn3v{position:absolute;visibility:hidden;pointer-events:none;width:0;height:0;overflow:hidden;border:none}.input-module_srOnly_JFDNZ{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}@layer divider{.divider{--divider--Background: black;--divider--Margin: 10px;--divider--thickness: 1px}.divider-module_divider_0NYwg{display:flex;align-items:center;text-align:center;width:100%}.divider-module_divider_0NYwg .divider-module_contentMargin_jNpm1{margin:0 var(--divider--Margin) 0 var(--divider--Margin)}.divider-module_divider_0NYwg.divider-module_startLine_eqjCI:before{content:"";flex:1;background:var(--divider--Background);height:var(--divider--thickness)}.divider-module_divider_0NYwg.divider-module_endLine_hFoZI:after{content:"";flex:1;background:var(--divider--Background);height:var(--divider--thickness)}.divider-module_divider_0NYwg.divider-module_vertical_wBSrT{flex-direction:column;height:100%;width:initial}.divider-module_divider_0NYwg.divider-module_vertical_wBSrT .divider-module_contentMargin_jNpm1{margin:var(--divider--Margin) 0 var(--divider--Margin) 0}.divider-module_divider_0NYwg.divider-module_vertical_wBSrT.divider-module_startLine_eqjCI:before{height:initial;width:var(--divider--thickness)}.divider-module_divider_0NYwg.divider-module_vertical_wBSrT.divider-module_endLine_hFoZI:after{height:initial;width:var(--divider--thickness)}}@layer drawerContentWrapper{.drawerContentWrapper{--drawerContentWrapper--Height: initial;--drawerContentWrapper--MaxHeight: 80vh;--drawerContentWrapper__top--Position: relative;--drawerContentWrapper__top--BorderBottom: 1px solid rgba(255, 255, 255, .1);--drawerContentWrapper__top--Padding: 15px 44px;--drawerContentWrapper__title--Width: 100%;--drawerContentWrapper__title--Margin: 0;--drawerContentWrapper__title--FontSize: 18px;--drawerContentWrapper__title--FontWeight: 700;--drawerContentWrapper__title--Color: rgba(0, 26, 113, .3);--drawerContentWrapper__title--TextAlign: center;--drawerContentWrapper__closeButton--Position: absolute;--drawerContentWrapper__closeButton--Top: 12px;--drawerContentWrapper__closeButton--Right: 16px;--drawerContentWrapper__closeButton--Background: transparent;--drawerContentWrapper__contentCloseIcon--Width: 24px;--drawerContentWrapper__contentCloseIcon--Height: 24px;--drawerContentWrapper__contentCloseIcon--Fill: rgba(255, 255, 255, .3);--drawerContentWrapper__bottom--Padding: 8.5px 20px;--drawerContentWrapper__bottom--BorderTop: 1px solid rgba(0, 26, 113, .3)}.drawerContentWrapper:has(.searchInput){--drawerContentWrapper--Height: var(--drawerContentWrapper--MaxHeight)}.drawer-content-wrapper-module_wrapper_imyGV{height:var(--drawerContentWrapper--Height);max-height:var(--drawerContentWrapper--MaxHeight);min-height:0;display:flex;flex-direction:column;overflow:hidden}.drawer-content-wrapper-module_topWrapper_QV6iE{display:flex;flex-direction:column}.drawer-content-wrapper-module_top_vJVX-{position:var(--drawerContentWrapper__top--Position);border-bottom:var(--drawerContentWrapper__top--BorderBottom);padding:var(--drawerContentWrapper__top--Padding)}.drawer-content-wrapper-module_title_OoOwO{width:var(--drawerContentWrapper__title--Width);margin:var(--drawerContentWrapper__title--Margin);font-size:var(--drawerContentWrapper__title--FontSize);font-weight:var(--drawerContentWrapper__title--FontWeight);color:var(--drawerContentWrapper__title--Color);text-align:var(--drawerContentWrapper__title--TextAlign)}.drawer-content-wrapper-module_closeButton_Sus7h{position:var(--drawerContentWrapper__closeButton--Position);top:var(--drawerContentWrapper__closeButton--Top);right:var(--drawerContentWrapper__closeButton--Right);background:var(--drawerContentWrapper__closeButton--Background);padding:0}[dir=rtl] .drawer-content-wrapper-module_closeButton_Sus7h{right:auto;left:var(--drawerContentWrapper__closeButton--Right)}.drawer-content-wrapper-module_closeIcon_UIJeu{fill:var(--drawerContentWrapper__contentCloseIcon--Fill);color:var(--drawerContentWrapper__contentCloseIcon--Fill);width:var(--drawerContentWrapper__contentCloseIcon--Width);height:var(--drawerContentWrapper__contentCloseIcon--Height)}.drawer-content-wrapper-module_scrollableContent_uJ72I{overflow:auto;display:flex;flex-direction:column;flex-grow:1}.drawer-content-wrapper-module_bottom_oW6MG{border-top:var(--drawerContentWrapper__bottom--BorderTop);padding:var(--drawerContentWrapper__bottom--Padding)}}.loader-module_loader_qmJt-.loader-module_rotate_RnLsm>*{animation:loader-module_rotate360_VrolT linear infinite 1s}.loader-module_loader_qmJt-.loader-module_pulse_9z2Vr>*{animation:loader-module_pulse_9z2Vr linear infinite 1s}@keyframes loader-module_rotate360_VrolT{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader-module_pulse_9z2Vr{0%{transform:scale(.95)}70%{transform:scale(1)}to{transform:scale(.95)}}@layer pagination{.pagination{--pagination--Gap: 3px;--pagination__page--Background: transparent;--pagination__page--BorderRadius: 8px;--pagination__page--Color: black;--pagination__page--Border: 1px solid gray;--pagination__page--MinWidth: 40px;--pagination__page--Height: 40px;--pagination__page--FontSize: 14px;--pagination__page--FontWeight: 800;--pagination__page--LineHeight: 18px;--pagination__page--Padding: 5px;--pagination__page--Background--selected: transparent;--pagination__page--Color--selected: green;--pagination__page--Border--selected: 1px solid black;--pagination__arrowButton--Width: 40px;--pagination__arrowButton--Height: 40px;--pagination__arrowButton--Padding: 4px;--pagination__arrowButton--Color--disabled: grey;--pagination__arrowButton__icon--Fill: black;--pagination__arrowButton__icon--FillOpacity: 1;--pagination__arrowButton__icon--Fill--hover: white;--pagination__arrowButton__icon--FillOpacity--hover: 1;--pagination__dots--Background: transparent;--pagination__dots--BorderRadius: 8px;--pagination__dots--Color: black;--pagination__dots--Border: 1px solid gray;--pagination__dots--Width: 40px;--pagination__dots--Height: 40px;--pagination__dots--FontSize: 14px;--pagination__dots--FontWeight: 800;--pagination__dots--LineHeight: 18px;--pagination__dots--Padding: 5px}.pagination-module_pagination_XUA2y{display:flex;align-items:center;gap:var(--pagination--Gap)}.pagination-module_page_Dm55O{box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:var(--pagination__page--Background);border-radius:var(--pagination__page--BorderRadius);border:var(--pagination__page--Border);min-width:var(--pagination__page--MinWidth);height:var(--pagination__page--Height);padding:var(--pagination__page--Padding);font-size:var(--pagination__page--FontSize);font-weight:var(--pagination__page--FontWeight);line-height:var(--pagination__page--LineHeight);color:var(--pagination__page--Color)}.pagination-module_page_Dm55O.pagination-module_selected_HbGBQ{background:var(--pagination__page--Background--selected);border:var(--pagination__page--Border--selected);color:var(--pagination__page--Color--selected)}.pagination-module_arrowBtn_u0fzh{display:flex;align-items:center;justify-content:center;width:var(--pagination__arrowButton--Width);height:var(--pagination__arrowButton--Height);padding:var(--pagination__arrowButton--Padding)}.pagination-module_arrowBtn_u0fzh:disabled{color:var(--pagination__arrowButton--Color--disabled)}.pagination-module_arrowBtn_u0fzh.pagination-module_next_Ks-7F,[dir=rtl] .pagination-module_arrowBtn_u0fzh{transform:rotate(180deg)}[dir=rtl] .pagination-module_arrowBtn_u0fzh.pagination-module_next_Ks-7F{transform:rotate(0)}.pagination-module_arrowBtn_u0fzh .pagination-module_icon_dNTDZ{fill:var(--pagination__arrowButton__icon--Fill);fill-opacity:var(--pagination__arrowButton__icon--FillOpacity)}@media(any-hover:hover){.pagination-module_arrowBtn_u0fzh:hover .pagination-module_icon_dNTDZ{fill:var(--pagination__arrowButton__icon--Fill--hover);fill-opacity:var(--pagination__arrowButton__icon--FillOpacity--hover)}}.pagination-module_dots_gL2WQ{box-sizing:border-box;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;background:var(--pagination__page--Background);border-radius:var(--pagination__dots--BorderRadius);border:var(--pagination__dots--Border);width:var(--pagination__dots--Width);height:var(--pagination__dots--Height);padding:var(--pagination__dots--Padding);font-size:var(--pagination__dots--FontSize);font-weight:var(--pagination__dots--FontWeight);line-height:var(--pagination__dots--LineHeight);color:var(--pagination__dots--Color);text-align:center}}@layer modalContentWrapper{.modalContentWrapper{--modalContentWrapper__top--BorderBottom: 1px solid grey;--modalContentWrapper__top--Padding: 25px 50px;--modalContentWrapper__top__title--FontWeight: 700;--modalContentWrapper__top__title--FontSize: 20px;--modalContentWrapper__top__title--Color: grey;--modalContentWrapper__top__title--TextAlign: center;--modalContentWrapper__top__closeButton--Top: 25px;--modalContentWrapper__top__closeButton--Right: 25px;--modalContentWrapper__top__closeButton--Left: 25px;--modalContentWrapper__top__closeIcon--Fill: grey;--modalContentWrapper__top__closeIcon--Width: 24px;--modalContentWrapper__top__closeIcon--Height: 24px;--modalContentWrapper__bottom--BorderTop: 1px solid grey;--modalContentWrapper__bottom--Padding: 20px}.modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_top_ucRIq{position:relative;border-bottom:var(--modalContentWrapper__top--BorderBottom);padding:var(--modalContentWrapper__top--Padding)}.modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_top_ucRIq .modal-content-wrapper-module_title_bz7vH{display:block;width:100%;font-weight:var(--modalContentWrapper__top__title--FontWeight);font-size:var(--modalContentWrapper__top__title--FontSize);color:var(--modalContentWrapper__top__title--Color);text-align:var(--modalContentWrapper__top__title--TextAlign)}.modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_top_ucRIq .modal-content-wrapper-module_closeButton_DGGOX{position:absolute;top:var(--modalContentWrapper__top__closeButton--Top);right:var(--modalContentWrapper__top__closeButton--Right);background:transparent;padding:0}[dir=rtl] .modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_top_ucRIq .modal-content-wrapper-module_closeButton_DGGOX{right:auto;left:var(--modalContentWrapper__top__closeButton--Left)}.modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_top_ucRIq .modal-content-wrapper-module_closeButton_DGGOX .modal-content-wrapper-module_closeIcon_CHtJJ{fill:var(--modalContentWrapper__top__closeIcon--Fill);width:var(--modalContentWrapper__top__closeIcon--Width);height:var(--modalContentWrapper__top__closeIcon--Height)}.modal-content-wrapper-module_modalContentWrapper_-iPZp .modal-content-wrapper-module_bottom_qheDD{border-top:var(--modalContentWrapper__bottom--BorderTop);padding:var(--modalContentWrapper__bottom--Padding)}}@layer select{.selectContainer{--selectContainer--Display: flex;--selectContainer--FlexDirection: column;--selectContainer--AlignItems: normal;--selectContainer--JustifyContent: normal;--selectContainer--Gap: 10px;--selectContainer--Border: none;--selectContainer--BorderRadius: 0;--selectContainer--Background: grey;--selectContainer--Width: initial;--selectContainer--MinWidth: initial;--selectContainer--Padding: 16px;--selectContainer__selectList--Overflow: auto;--selectContainer__selectList--Display: flex;--selectContainer__selectList--FlexDirection: column;--selectContainer__selectList--AlignItems: normal;--selectContainer__selectList--JustifyContent: normal;--selectContainer__selectList--Gap: 0px;--selectContainer__selectList--MaxHeight: 300px;--selectContainer__selectList--Padding: 15px;--selectContainer__selectList__selectItem--BoxSizing: initial;--selectContainer__selectList__selectItem--Width: initial;--selectContainer__selectList__selectItem--BorderRadius: 10px;--selectContainer__selectList__selectItem--Background: transparent;--selectContainer__selectList__selectItem--Padding: 6px 10px;--selectContainer__selectList__selectItem--Background--hover: green;--selectContainer__selectList__selectItem--Background--active: red;--select--Transition: all .3s;box-sizing:border-box}.select-module_selectContainer_QWEXs{display:var(--selectContainer--Display);flex-direction:var(--selectContainer--FlexDirection);align-items:var(--selectContainer--AlignItems);justify-content:var(--selectContainer--JustifyContent);gap:var(--selectContainer--Gap);border:var(--selectContainer--Border);border-radius:var(--selectContainer--BorderRadius);background:var(--selectContainer--Background);padding:var(--selectContainer--Padding);width:var(--selectContainer--Width);min-width:var(--selectContainer--MinWidth)}.select-module_selectContainer_QWEXs .select-module_selectList_V-NPs{display:flex;flex-direction:column;gap:var(--selectContainer__selectList--Gap);list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;overflow:var(--selectContainer__selectList--Overflow);max-height:var(--selectContainer__selectList--MaxHeight);padding:var(--selectContainer__selectList--Padding)}.select-module_selectContainer_QWEXs .select-module_selectList_V-NPs .select-module_selectItem_IXk3-{cursor:pointer;border-radius:var(--selectContainer__selectList__selectItem--BorderRadius);background:var(--selectContainer__selectList__selectItem--Background);padding:var(--selectContainer__selectList__selectItem--Padding);width:var(--selectContainer__selectList__selectItem--Width);box-sizing:var(--selectContainer__selectList__selectItem--BoxSizing);transition:var(--select--Transition)}@media(any-hover:hover){.select-module_selectContainer_QWEXs .select-module_selectList_V-NPs .select-module_selectItem_IXk3-:hover{background:var(--selectContainer__selectList__selectItem--Background--hover)}}.select-module_selectContainer_QWEXs .select-module_selectList_V-NPs .select-module_selectItem_IXk3-.select-module_active_055r4{background:var(--selectContainer__selectList__selectItem--Background--active)}}.password-input-module_passwordBtn_0YDH1{background-color:transparent}@layer socialList{.socialList{--socialList--Gap: 10px;--socialList__link--Width: 24px;--socialList__link--Height: 24px;--socialList--Width: min-content}.social-list-module_socialList_krst4{display:flex;padding:0;justify-content:space-between;width:var(--socialList--Width);gap:var(--socialList--Gap)}.social-list-module_socialList_krst4 .social-list-module_link_-vLTH{width:var(--socialList__link--Width);height:var(--socialList__link--Height)}}@layer tabBar{.tabBar{--tabBar--MinHeight: 50px;--tabBar--Gap: 10px;--tabBar--Padding: 10px;--tabBar--Background: black;--tabBar--Border: none;--tabBar--BorderRadius: none;--tabBar__tabLink--Width: 72px;--tabBar__tabLink--Padding: 10px;--tabBar__tabLink--AlignItems: center;--tabBar__tabLink--FlexDirection: column;--tabBar__tabLink--JustifyContent: space-between;--tabBar__tabLink--Gap: 10px;--tabBar__tabLink--Background: black;--tabBar__tabLink--Background--active: #37ff97;--tabBar__tabLink--Border: 2px solid yellow;--tabBar__tabLink--Border--active: 2px solid red;--tabBar__tabLink--BorderRadius: 8px;--tabBar__tabLink--TextDecoration: none;--tabBar__tabLink--Transition: .3s all;--tabBar__tabLink__label--FontSize: 12px;--tabBar__tabLink__label--LineHeight: 1.2;--tabBar__tabLink__label--TextTransform: capitalize;--tabBar__tabLink__label--TextAlign: center;--tabBar__tabLink__label--FontWeight: 700;--tabBar__tabLink__label--Color: white;--tabBar__tabLink__label--Color--active: red;--tabBar__tabLink__label--TextShadow: 0px 0px 4px blue;--tabBar__tabLink__label--TextShadow--active: 0px 0px 4px red;--tabBar__tabLink__label--Transition: .3s all;--tabBar__tabLink__icon--Width: 25px;--tabBar__tabLink__icon--Height: 25px;--tabBar__tabLink__icon--Fill: white;--tabBar__tabLink__icon--Filter: none;--tabBar__tabLink__icon--Fill--active: white;--tabBar__tabLink__icon--Filter--active: drop-shadow(0 0 6px green);--tabBar__tabLink__icon--TextAlign: center;--tabBar__tabLink__icon--Transition: .3s all}.tab-bar-module_tabBar_HyWTy{box-sizing:border-box;display:flex;width:100%;min-height:var(--tabBar--MinHeight);justify-content:space-between;gap:var(--tabBar--Gap);padding:var(--tabBar--Padding);background:var(--tabBar--Background);border:var(--tabBar--Border);border-radius:var(--tabBar--BorderRadius)}.tab-bar-module_resetButton_cQekB{padding:0;margin:0;background:none;border:none;cursor:pointer}.tab-bar-module_tabLink_-ufJg{width:var(--tabBar__tabLink--Width);box-sizing:border-box;display:flex;flex-direction:var(--tabBar__tabLink--FlexDirection);justify-content:var(--tabBar__tabLink--JustifyContent);align-items:var(--tabBar__tabLink--AlignItems);padding:var(--tabBar__tabLink--Padding);gap:var(--tabBar__tabLink--Gap);background:var(--tabBar__tabLink--Background);border:var(--tabBar__tabLink--Border);border-radius:var(--tabBar__tabLink--BorderRadius);text-decoration:var(--tabBar__tabLink--TextDecoration);transition:var(--tabBar__tabLink--Transition)}.tab-bar-module_tabLink_-ufJg .tab-bar-module_label_05p11{font-size:var(--tabBar__tabLink__label--FontSize);font-weight:var(--tabBar__tabLink__label--FontWeight);line-height:var(--tabBar__tabLink__label--LineHeight);text-align:var(--tabBar__tabLink__label--TextAlign);text-transform:var(--tabBar__tabLink__label--TextTransform);color:var(--tabBar__tabLink__label--Color);text-shadow:var(--tabBar__tabLink__label--TextShadow);transition:var(--tabBar__tabLink__label--Transition)}.tab-bar-module_tabLink_-ufJg .tab-bar-module_icon_aunvb{width:var(--tabBar__tabLink__icon--Width);height:var(--tabBar__tabLink__icon--Height);text-align:var(--tabBar__tabLink__icon--TextAlign);transition:var(--tabBar__tabLink__icon--Transition);fill:var(--tabBar__tabLink__icon--Fill)}.tab-bar-module_tabLink_-ufJg.tab-bar-module_active_neOL1{background:var(--tabBar__tabLink--Background--active);border:var(--tabBar__tabLink--Border--active)}.tab-bar-module_tabLink_-ufJg.tab-bar-module_active_neOL1 .tab-bar-module_label_05p11{color:var(--tabBar__tabLink__label--Color--active);text-shadow:var(--tabBar__tabLink__label--TextShadow--active)}.tab-bar-module_tabLink_-ufJg.tab-bar-module_active_neOL1 .tab-bar-module_icon_aunvb{fill:var(--tabBar__tabLink__icon--Fill--active)}}@layer tabButtons{.tabButtons{--tabButtons--Gap: 10px;--tabButtons__button--BorderBottom: 2px solid red;--tabButtons__button--BorderBottom--active: green}.tab-buttons-module_tabsWrapper_EfTtO{display:flex;width:100%;gap:var(--tabButtons--Gap)}.tab-buttons-module_tabsWrapper_EfTtO .tab-buttons-module_button_vj8kO{box-sizing:border-box;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:var(--tabButtons__button--BorderBottom)}.tab-buttons-module_tabsWrapper_EfTtO .tab-buttons-module_button_vj8kO.tab-buttons-module_active_L8oYt{border-bottom:var(--tabButtons__button--BorderBottom--active)}@media(any-hover:hover){.tab-buttons-module_tabsWrapper_EfTtO .tab-buttons-module_button_vj8kO.tab-buttons-module_active_L8oYt:hover{border-bottom:var(--tabButtons__button--BorderBottom--active)}}@media(any-hover:hover){.tab-buttons-module_tabsWrapper_EfTtO .tab-buttons-module_button_vj8kO:hover{border-bottom:var(--tabButtons__button--BorderBottom)}}}@layer payments{.payments{--payments__form--Gap: 20px;--payments__form__submit--Width: 100%;--payments__form__submit--AlignSelf: end;--payments__form__submit--MinWidth: unset;--payments__form--Fill: initial;--payments__form__fastAmountBlock--Gap: 10px;--payments__form__currencyNode--Padding: 3px 8px;--payments__form__currencyNode--FontWeight: 600;--payments__form__currencyNode--FontSize: 14px;--payments__form__currencyNode--Color: black;--payments__form__amountMaxButton--TextTransform: uppercase;--payments__form__amountMaxButton--Flex: 0;--payments__form__minMaxInfo--FontWeight: 600;--payments__form__minMaxInfo--FontSize: 14px;--payments__form__minMaxInfo--Color: black;--payments__form__minMaxInfo--Width: initial;--payments__form__minMaxInfo__textLabel--FontWeight: inherit;--payments__form__minMaxInfo__textLabel--Color: inherit;--payments__form__minMaxInfo__textValue--FontWeight: inherit;--payments__form__minMaxInfo__textValue--Color: inherit;--payments__form__minMaxInfo__minmaxCurrency--Color: inherit;--payments__form__minMaxInfo__minmaxCurrency--FontWeight: inherit;--payments__form__minMaxInfo__minmaxCurrency--PaddingInlineStart: 10px;--payments__form__divider--Color: black;--payments__form__divider--MarginTop: 0;--payments__form__commissionFees--Gap: 10px;--payments__form__commissionFees__label--FontSize: 12px;--payments__form__commissionFees__label--FontWeight: 600;--payments__form__commissionFees__label--Color: black;--payments__form__commissionFees__feesBlock--BorderRadius: 15px;--payments__form__commissionFees__feesBlock--Background: green;--payments__form__commissionFees__feesBlock--Padding: 10px;--payments__form__commissionFees__feesBlock__title--FontSize: 12px;--payments__form__commissionFees__feesBlock__title--FontWeight: 600;--payments__form__commissionFees__feesBlock__title--Color: black;--payments__form__commissionFees__feesBlock__value--FontSize: 14px;--payments__form__commissionFees__feesBlock__value--FontWeight: 600;--payments__form__commissionFees__feesBlock__value--Color: black;--payments__form__commissionFees__feesBlock__value__cryptoCurrency--Color: grey;--payments__successModal--BoxSizing: border-box;--payments__successModal--Display: flex;--payments__successModal--FlexDirection: column;--payments__successModal--JustifyContent: column;--payments__successModal--AlignItems: center;--payments__successModal--Gap: 10px;--payments__amountInputRow--Gap: 4px;--payments__successModal__iconWrapper--BorderRadius: 20px;--payments__successModal__iconWrapper--Background: linear-gradient( 180deg, var(--Status-Warning, rgba(253, 198, 0, .2)) 0%, var(--Status-Warning, rgba(253, 198, 0, .2)) 100% );--payments__successModal__iconWrapper--Padding: 10px;--payments__successModal__iconWrapper--Display: flex;--payments__successModal__iconWrapper--JustifyContent: center;--payments__successModal__iconWrapper--AlignItems: center;--payments__successModal__title--FontSize: 20px;--payments__successModal__title--FontWeight: 700;--payments__successModal__title--Color: #000e51;--payments__successModal__title--TextTransform: capitalize;--payments__successModal__content--Flex: flex;--payments__successModal__content--FlexDirection: column;--payments__successModal__content--JustifyContent: flex-start;--payments__successModal__content--AlignItems: center;--payments__successModal__content--Gap: 20px;--payments__successModal__content--MarginBottom: 18px;--payments__successModal__text--FontSize: 14px;--payments__successModal__text--FontWeight: 600;--payments__successModal__text--Color: #000e51;--payments__successModal__control--Flex: flex;--payments__successModal__control--FlexDirection: column;--payments__successModal__control--JustifyContent: flex-start;--payments__successModal__control--AlignItems: center;--payments__successModal__control--Gap: 10px;--payments__successModal__control--MarginBottom: 10px;--payments__successModal__link--BorderRadius: 10px;--payments__successModal__link--Border: 1px solid rgba(42, 74, 169, .1);--payments__successModal__link--Background: transparent;--payments__successModal__link--Padding: 11px 20px 12px 20px;--payments__successModal__link--FontSize: 14px;--payments__successModal__link--FontWeight: 600;--payments__successModal__link--Color: #000e51;--payments__successModal__link--Height: 40px;--payments__successModal--Width: 320px;--payments__successModal--Padding: 20px;--payments__successModal--BackgroundColor: transparent;--payments__successModal--BorderRadius: 30px;--payments__successModal__iconWrapper__before--BackgroundColor: #fdc600;--payments__successModal__iconWrapper__before--Filter: blur(121px);--payments__successModal__iconWrapper__before--BorderRadius: 330px;--payments__successModal__iconWrapper__before--Top: -44px;--payments__successModal__iconWrapper__before--Botom: 0;--payments__successModal__iconWrapper__before--Left: -68px;--payments__successModal__iconWrapper__before--Right: 0;--payments__successModal__iconWrapper__before--Width: 194px;--payments__successModal__iconWrapper__before--Height: 93px;--payments__select--Border: 1px solid black;--payments__select--BorderRadius: 6px;--payments__select--Background: white;--payments__select--Padding: 0;--payments__select--Color: black;--payments__select--Overflow: hidden;--payments__select__selectList--Display: flex;--payments__select__selectList--FlexDirection: column;--payments__select__selectList--AlignItems: normal;--payments__select__selectList--JustifyContent: normal;--payments__select__selectList--Gap: 0;--payments__select__selectList--MaxHeight: max-content;--payments__select__selectList--Padding: 0;--payments__select__selectList__selectItem--BorderRadius: 0;--payments__select__selectList__selectItem--Background: transparent;--payments__select__selectList__selectItem--Padding: 14px 16px;--payments__select__selectList__selectItem--Background--hover: lightgrey;--payments__select__selectList__selectItem--Background--active: lightgrey;--payments__minMaxInfo--FlexDirection: column;--payments__minMaxInfo--JustifyContent: flex-start;--payments__minMaxInfo--AlignItem: flex-start;--payments__minMaxInfo--Gap: 5px;--payments__exchangeRate__suffix--Color: black;--payments__exchangeRate__hint--PaddingInline: 10px;--payments__exchangeRate__hint--FontSize: 12px;--payments__exchangeRate__hint--FontWeight: 400;--payments__exchangeRate__hint--LineHeight: 1.5;--payments__exchangeRate__hint--Color: rgba(255, 255, 255, .4);--payments__youPay__box--Gap: 8px;--payments__youPay__box--Padding: 8px 16px;--payments__youPay__box--Border: 1px solid #1fad66;--payments__youPay__box--BorderRadius: 8px;--payments__youPay__box--Background: #22262a;--payments__youPay__label--FontSize: 14px;--payments__youPay__label--FontWeight: 400;--payments__youPay__label--LineHeight: normal;--payments__youPay__label--Color: white;--payments__youPay__value--FontSize: 20px;--payments__youPay__value--FontWeight: 400;--payments__youPay__value--LineHeight: normal;--payments__youPay__value--Color: #1fad66;--payments__comissionInfo__note--BorderRadius: 10px;--payments__comissionInfo__note--Border: 1px solid rgba(255, 255, 255, .1);--payments__comissionInfo__note--Background: #22262a;--payments__comissionInfo__note--Padding: 12px;--payments__comissionInfo__note--Flex: flex;--payments__comissionInfo__note--FlexDirection: column;--payments__comissionInfo__note--MarginTop: 12px;--payments__comissionInfo__noteText--Color: rgba(255, 255, 255, .4);--payments__comissionInfo__noteText--FontSize: 14px;--payments__comissionInfo__noteText--FontWeight: 400;--payments__comissionInfo__noteValue--Color: rgba(255, 255, 255, .4);--payments__comissionInfo__noteValue--FontSize: 14px;--payments__comissionInfo__noteValue--FontWeight: 600;--payments__comissionInfo__noteCurrency--Color: rgba(255, 255, 255, .4);--payments__comissionInfo__noteCurrency--FontSize: 14px;--payments__comissionInfo__noteCurrency--FontWeight: 600;--payments__voucherCodeBlock--Gap: 6px;--payments__voucherInputsLabel--FontSize: 12px;--payments__voucherInputsLabel--FontWeight: 600;--payments__voucherInputsLabel--Color: black;--payments__voucherInputsLabel__required--Color: transparent;--payments__voucherIcon--Fill: black;--payments__voucherIcon--Height: 18px;--payments__voucherIcon--Width: 18px;--payments__voucherRemoveIcon--Fill: black;--payments__voucherRemoveIcon--Height: 18px;--payments__voucherRemoveIcon--Width: 18px;--payments__voucherButton--Height: 40px;--payments__voucherButton--Width: 42px;--payments__fileInputBlock--Gap: 4px;--payments__fileInputLabel--FontSize: 14px;--payments__fileInputLabel--FontWeight: 400;--payments__fileInputLabel--Color: black;--payments__fileInputRequired--Color: #f00;--payments__fileInputImg--MaxWidth: max-content;--payments__fileInputBlock__buttonRemoveFile--Width: 32px;--payments__fileInputBlock__buttonRemoveFile--Height: 32px;--payments__fileInputBlock__buttonRemoveFile--Background: transparent;--payments__fileInputBlock__buttonRemoveFile--Padding: 0;--payments__fileInput--WhiteSpace: nowrap;--payments__fileInput--Padding: 4px 15px;--payments__copyIcon--Fill: black;--payments__manualCardNumberInput--Height: 40px;--payments__manualCardNumberInput__label--FontSize: 16px;--payments__amountInfoTextLabel--FontSize: 10px;--payments__amountInfoTextLabel--FontWeight: 600;--payments__amountInfoTextLabel--Color: black;--payments__amountInfoTextValue--FontSize: 10px;--payments__amountInfoTextValue--FontWeight: 600;--payments__amountInfoTextValue--Color: black;--payments__amountInfoTextValue--FlexDirection: row;--payments__amountMetaRow--Padding: 0;--payments__clearButton--Padding: 0;--payments__clearButton--Border: none;--payments__clearButton--Background: transparent;--payments__clearButtonIcon--Width: 12px;--payments__clearButtonIcon--Height: 12px;--payments__clearButtonIcon--Fill: black;--payments__rightNode--FlexDirection: row;--payments__rightNode--Gap: 0}.payments .selectContainer{--selectContainer--Border: var(--payments__select--Border);--selectContainer--BorderRadius: var(--payments__select--BorderRadius);--selectContainer--Background: var(--payments__select--Background);--selectContainer--Padding: var(--payments__select--Padding);--selectContainer--Color: var(--payments__select--Color);--selectContainer__selectList--Display: var(--payments__select__selectList--Display);--selectContainer__selectList--FlexDirection: var(--payments__select__selectList--FlexDirection);--selectContainer__selectList--AlignItems: var(--payments__select__selectList--AlignItems);--selectContainer__selectList--JustifyContent: var(--payments__select__selectList--JustifyContent);--selectContainer__selectList--Gap: var(--payments__select__selectList--Gap);--selectContainer__selectList--MaxHeight: var(--payments__select__selectList--MaxHeight);--selectContainer__selectList--Padding: var(--payments__select__selectList--Padding);--selectContainer__selectList__selectItem--BorderRadius: var( --payments__select__selectList__selectItem--BorderRadius );--selectContainer__selectList__selectItem--Background: var( --payments__select__selectList__selectItem--Background );--selectContainer__selectList__selectItem--Padding: var(--payments__select__selectList__selectItem--Padding);--selectContainer__selectList__selectItem--Background--hover: var( --payments__select__selectList__selectItem--Background--hover );--selectContainer__selectList__selectItem--Background--active: var( --payments__select__selectList__selectItem--Background--active );padding:var(--payments__select--Padding);color:var(--payments__select--Color);overflow:var(--payments__select--Overflow)}.payments .fileInput{--fileInput--Padding: var(--payments__fileInput--Padding);white-space:var(--payments__fileInput--WhiteSpace)}.payments-module_form_gfeiW{display:flex;flex-direction:column;gap:var(--payments__form--Gap);fill:var(--payments__form--Fill)}.payments-module_divider_D79Ol{margin-top:var(--payments__form__divider--MarginTop)}.payments-module_text_1iNKI{display:flex;justify-content:space-between;gap:4px;margin:0;font-weight:var(--payments__form__minMaxInfo--FontWeight);font-size:var(--payments__form__minMaxInfo--FontSize);color:var(--payments__form__minMaxInfo--Color);width:var(--payments__form__minMaxInfo--Width)}.payments-module_text_1iNKI .payments-module_textLabel_EtAN7{color:var(--payments__form__minMaxInfo__textLabel--Color);font-weight:var(--payments__form__minMaxInfo__textLabel--FontWeight)}.payments-module_text_1iNKI .payments-module_textValue_-sPFO{color:var(--payments__form__minMaxInfo__textValue--Color);font-weight:var(--payments__form__minMaxInfo__textValue--FontWeight)}.payments-module_text_1iNKI .payments-module_minmaxCurrency_sXlS4,.payments-module_text_1iNKI .payments-module_textPercent_NUOKd{color:var(--payments__form__minMaxInfo__minmaxCurrency--Color);font-weight:var(--payments__form__minMaxInfo__minmaxCurrency--FontWeight)}.payments-module_commissionFees_FN36F{display:flex;flex-direction:column;gap:var(--payments__form__commissionFees--Gap)}.payments-module_commissionFees_FN36F .payments-module_label_bhJkA{font-size:var(--payments__form__commissionFees__label--FontSize);font-weight:var(--payments__form__commissionFees__label--FontWeight);color:var(--payments__form__commissionFees__label--Color)}.payments-module_commissionFees_FN36F .payments-module_feesBlock_E3VM5{border-radius:var(--payments__form__commissionFees__feesBlock--BorderRadius);background-color:var(--payments__form__commissionFees__feesBlock--Background);padding:var(--payments__form__commissionFees__feesBlock--Padding)}.payments-module_commissionFees_FN36F .payments-module_feesBlock_E3VM5 .payments-module_title_HD3KA{margin:0;font-size:var(--payments__form__commissionFees__feesBlock__title--FontSize);font-weight:var(--payments__form__commissionFees__feesBlock__title--FontWeight);color:var(--payments__form__commissionFees__feesBlock__title--Color);text-align:center}.payments-module_commissionFees_FN36F .payments-module_feesBlock_E3VM5 .payments-module_value_Isnpv{display:block;min-height:1lh;font-size:var(--payments__form__commissionFees__feesBlock__value--FontSize);font-weight:var(--payments__form__commissionFees__feesBlock__value--FontWeight);color:var(--payments__form__commissionFees__feesBlock__value--Color);text-align:center}.payments-module_commissionFees_FN36F .payments-module_feesBlock_E3VM5 .payments-module_value_Isnpv .payments-module_cryptoCurrency_2EZCO{font-weight:inherit;font-size:inherit;color:var(--payments__form__commissionFees__feesBlock__value__cryptoCurrency--Color)}.payments-module_submitButton_PTOfX{width:var(--payments__form__submit--Width);min-width:var(--payments__form__submit--MinWidth);align-self:var(--payments__form__submit--AlignSelf)}.payments-module_currencyNode_D1tOc{padding:var(--payments__form__currencyNode--Padding);font-weight:var(--payments__form__currencyNode--FontWeight);font-size:var(--payments__form__currencyNode--FontSize);color:var(--payments__form__currencyNode--Color)}.payments-module_fastAmountBlock_pCGql{display:flex;flex-wrap:wrap;gap:var(--payments__form__fastAmountBlock--Gap)}.payments-module_fastAmountBlock_pCGql .payments-module_amountMaxButton_-5nWU{flex:var(--payments__form__amountMaxButton--Flex);text-transform:var(--payments__form__amountMaxButton--TextTransform)}.payments-module_successModal_6b17U{--modal--Width: var(--payments__successModal--Width);--modal--Padding: var(--payments__successModal--Padding);--modal--BackgroundColor: var(--payments__successModal--BackgroundColor);--modal--BorderRadius: var(--payments__successModal--BorderRadius);box-sizing:var(--payments__successModal--BoxSizing);display:var(--payments__successModal--Display);flex-direction:var(--payments__successModal--FlexDirection);justify-content:var(--payments__successModal--JustifyContent);align-items:var(--payments__successModal--AlignItems);gap:var(--payments__successModal--Gap)}.payments-module_successModal_6b17U .payments-module_iconWrapper_k-J24{border-radius:var(--payments__successModal__iconWrapper--BorderRadius);background:var(--payments__successModal__iconWrapper--Background);padding:var(--payments__successModal__iconWrapper--Padding);display:var(--payments__successModal__iconWrapper--Display);justify-content:var(--payments__successModal__iconWrapper--JustifyContent);align-items:var(--payments__successModal__iconWrapper--AlignItems);position:relative}.payments-module_successModal_6b17U .payments-module_iconWrapper_k-J24:before{content:"";z-index:0;position:absolute;right:var(--payments__successModal__iconWrapper__before--Right);bottom:var(--payments__successModal__iconWrapper__before--Bottom);left:var(--payments__successModal__iconWrapper__before--Left);top:var(--payments__successModal__iconWrapper__before--Top);width:var(--payments__successModal__iconWrapper__before--Width);height:var(--payments__successModal__iconWrapper__before--Height);border-radius:var(--payments__successModal__iconWrapper__before--BorderRadius);filter:var(--payments__successModal__iconWrapper__before--Filter);background:var(--payments__successModal__iconWrapper__before--BackgroundColor)}.payments-module_successModal_6b17U .payments-module_title_HD3KA{font-size:var(--payments__successModal__title--FontSize);font-weight:var(--payments__successModal__title--FontWeight);color:var(--payments__successModal__title--Color);text-transform:var(--payments__successModal__title--TextTransform);text-align:center;width:100%;margin:0}.payments-module_successModal_6b17U .payments-module_content_Wyo-m{display:var(--payments__successModal__content--Flex);flex-direction:var(--payments__successModal__content--FlexDirection);justify-content:var(--payments__successModal__content--JustifyContent);align-items:var(--payments__successModal__content--AlignItems);gap:var(--payments__successModal__content--Gap);margin-bottom:var(--payments__successModal__content--MarginBottom)}.payments-module_successModal_6b17U .payments-module_text_1iNKI{font-size:var(--payments__successModal__text--FontSize);font-weight:var(--payments__successModal__text--FontWeight);color:var(--payments__successModal__text--Color);margin:0;text-align:center}.payments-module_successModal_6b17U .payments-module_control_bfluQ{display:var(--payments__successModal__control--Flex);flex-direction:var(--payments__successModal__control--FlexDirection);justify-content:var(--payments__successModal__control--JustifyContent);align-items:var(--payments__successModal__control--AlignItems);gap:var(--payments__successModal__control--Gap);margin-bottom:var(--payments__successModal__control--MarginBottom);width:100%}.payments-module_successModal_6b17U .payments-module_button_Uy0pd{width:100%;height:var(--payments__successModal__link--Height)}.payments-module_successModal_6b17U .payments-module_link_D0Qw8{box-sizing:border-box;border-radius:var(--payments__successModal__link--BorderRadius);border:var(--payments__successModal__link--Border);background:var(--payments__successModal__link--Background);padding:var(--payments__successModal__link--Padding);text-decoration:none;display:flex;justify-content:center;align-items:center;width:100%;height:var(--payments__successModal__link--Height)}.payments-module_successModal_6b17U .payments-module_link_D0Qw8 .payments-module_linkText_X1fsi{font-size:var(--payments__successModal__link--FontSize);font-weight:var(--payments__successModal__link--FontWeight);color:var(--payments__successModal__link--Color)}.payments-module_note_31rNP{box-sizing:border-box;border-radius:var(--payments__comissionInfo__note--BorderRadius);border:var(--payments__comissionInfo__note--Border);background:var(--payments__comissionInfo__note--Background);padding:var(--payments__comissionInfo__note--Padding);display:var(--payments__comissionInfo__note--Flex);flex-direction:var(--payments__comissionInfo__note--FlexDirection);width:100%;margin-top:var(--payments__comissionInfo__note--MarginTop)}.payments-module_note_31rNP .payments-module_noteText_1VmYx{color:var(--payments__comissionInfo__noteText--Color);font-size:var(--payments__comissionInfo__noteText--FontSize);font-weight:var(--payments__comissionInfo__noteText--FontWeight);margin:0 0 4px}.payments-module_note_31rNP .payments-module_noteValue_NJeuP{color:var(--payments__comissionInfo__noteValue--Color);font-size:var(--payments__comissionInfo__noteValue--FontSize);font-weight:var(--payments__comissionInfo__noteValue--FontWeight)}.payments-module_note_31rNP .payments-module_noteCurrency_-sN3e{color:var(--payments__comissionInfo__noteCurrency--Color);font-size:var(--payments__comissionInfo__noteCurrency--FontSize);font-weight:var(--payments__comissionInfo__noteCurrency--FontWeight)}.payments-module_voucherCodeBlock_DOioA{display:flex;justify-content:space-between;gap:var(--payments__voucherCodeBlock--Gap);width:100%;align-items:flex-end}.payments-module_voucherInputsBlock_RX-No{display:flex;flex-direction:column;width:100%;gap:4px}.payments-module_voucherInputsLabel_eXI1f{font-size:var(--payments__voucherInputsLabel--FontSize);font-weight:var(--payments__voucherInputsLabel--FontWeight);color:var(--payments__voucherInputsLabel--Color)}.payments-module_voucherInputsRequired_RcrqT{color:var(--payments__voucherInputsLabel__required--Color)}.payments-module_rightNode_N3Tqk{display:flex;flex-direction:var(--payments__rightNode--FlexDirection);gap:var(--payments__rightNode--Gap)}.payments-module_clearButton_jEDbg{padding:var(--payments__clearButton--Padding);border:var(--payments__clearButton--Border);background:var(--payments__clearButton--Background)}.payments-module_clearButtonIcon_QRz8r{width:var(--payments__clearButtonIcon--Width);height:var(--payments__clearButtonIcon--Height);fill:var(--payments__clearButtonIcon--Fill)}.payments-module_amountInputBlock_8lKPx{display:flex;flex-direction:column;gap:4px;width:100%}.payments-module_amountInputRow_XRlwT{display:flex;gap:var(--payments__amountInputRow--Gap);width:100%;align-items:flex-end}.payments-module_commissionWrapper_j4PEr{display:flex;flex-direction:column;gap:4px}.payments-module_amountInfoRow_fUi-e{display:flex;gap:4px}.payments-module_left_zkLr1{justify-content:start}.payments-module_right_o38cL{justify-content:end}.payments-module_amountMetaRow_SMeNj{display:flex;justify-content:space-between;gap:4px;width:100%;padding:var(--payments__amountMetaRow--Padding)}.payments-module_amountInfoTextLabel_dqUs3{margin:0;font-size:var(--payments__amountInfoTextLabel--FontSize);font-weight:var(--payments__amountInfoTextLabel--FontWeight);color:var(--payments__amountInfoTextLabel--Color)}.payments-module_amountInfoTextValue_6Gfne{display:flex;margin:0;flex-direction:var(--payments__amountInfoTextValue--FlexDirection);font-size:var(--payments__amountInfoTextValue--FontSize);font-weight:var(--payments__amountInfoTextValue--FontWeight);color:var(--payments__amountInfoTextValue--Color)}.payments-module_voucherButton_t8wFV{height:var(--payments__voucherButton--Height);width:var(--payments__voucherButton--Width)}.payments-module_voucherIcon_c3evB{height:var(--payments__voucherIcon--Height);width:var(--payments__voucherIcon--Width);fill:var(--payments__voucherIcon--Fill);flex-shrink:0}.payments-module_voucherRemoveIcon_BLhfT{height:var(--payments__voucherRemoveIcon--Height);width:var(--payments__voucherRemoveIcon--Width);fill:var(--payments__voucherRemoveIcon--Fill);flex-shrink:0}.payments-module_fileInputBlock_LJWx1{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--payments__fileInputBlock--Gap);width:100%}.payments-module_fileInputBlock_LJWx1 .payments-module_fileInputLabel_EuFYj{font-size:var(--payments__fileInputLabel--FontSize);font-weight:var(--payments__fileInputLabel--FontWeight);color:var(--payments__fileInputLabel--Color)}.payments-module_fileInputBlock_LJWx1 .payments-module_fileInputRequired_7hl7X{color:var(--payments__fileInputRequired--Color)}.payments-module_minMaxInfo_K3sC9{display:flex;flex-direction:var(--payments__minMaxInfo--FlexDirection);justify-content:var(--payments__minMaxInfo--JustifyContent);align-items:var(--payments__minMaxInfo--AlignItems);gap:var(--payments__minMaxInfo--Gap);width:100%}.payments-module_exchangeRate_b9rT8{display:flex;flex-direction:column;align-items:flex-start;width:100%;pointer-events:none}.payments-module_exchangeRateSuffix_AQ-j-{padding:0;color:var(--payments__exchangeRate__suffix--Color)}.payments-module_exchangeRateHint_ZJqoj{margin:0;padding-inline:var(--payments__exchangeRate__hint--PaddingInline);font-size:var(--payments__exchangeRate__hint--FontSize);font-weight:var(--payments__exchangeRate__hint--FontWeight);line-height:var(--payments__exchangeRate__hint--LineHeight);color:var(--payments__exchangeRate__hint--Color)}.payments-module_youPay_VGz3T{display:flex;flex-direction:column;width:100%}.payments-module_youPayBox_5V7Oe{display:flex;flex-direction:column;gap:var(--payments__youPay__box--Gap);width:100%;box-sizing:border-box;padding:var(--payments__youPay__box--Padding);border:var(--payments__youPay__box--Border);border-radius:var(--payments__youPay__box--BorderRadius);background:var(--payments__youPay__box--Background)}.payments-module_youPayLabel_rqzav{margin:0;font-size:var(--payments__youPay__label--FontSize);font-weight:var(--payments__youPay__label--FontWeight);line-height:var(--payments__youPay__label--LineHeight);color:var(--payments__youPay__label--Color)}.payments-module_youPayValue_8SmhM{margin:0;font-size:var(--payments__youPay__value--FontSize);font-weight:var(--payments__youPay__value--FontWeight);line-height:var(--payments__youPay__value--LineHeight);color:var(--payments__youPay__value--Color)}.payments-module_buttonRemoveFile_mf5y0{width:var(--payments__fileInputBlock__buttonRemoveFile--Width);height:var(--payments__fileInputBlock__buttonRemoveFile--Height);background:var(--payments__fileInputBlock__buttonRemoveFile--Background);padding:var(--payments__fileInputBlock__buttonRemoveFile--Padding)}.payments-module_previewImg_TVWMy{--fileInputHaveFile__previewImg--MaxWidth: var(--payments__fileInputImg--MaxWidth)}.payments-module_copyButton_7KvfJ{padding:0;background:none;border:none;box-shadow:none;pointer-events:all}.payments-module_copyIcon_E2JRg{width:15px;height:20px;fill:var(--payments__copyIcon--Fill)}.payments-module_manualCardNumberInput_hrAc-{--input--Height--md: var(--payments__manualCardNumberInput--Height);--input__label--FontSize--md: var(--payments__manualCardNumberInput__label--FontSize);pointer-events:none}}@layer balanceSelector{.balanceSelector{--balanceSelector__contentContainer--zIndex: 101;--balanceSelector__contentContainer--Padding: 0;--balanceSelector__contentContainer--Background: none;--balanceSelector__contentContainer--Border: none;--balanceSelector__contentContainer--BorderRadius: 8px;--balanceSelector__options--Gap: 10px;--balanceSelector__option--LineHeight: normal;--balanceSelector__option--FontSize: 12px;--balanceSelector__option--Color: #000e51;--balanceSelector__option--Gap: 10px;--balanceSelector__option--Padding: 6px 12px;--balanceSelector__option--Background--active: linear-gradient( 90deg, rgba(255, 165, 0, .1) 0%, rgba(255, 165, 0, .1) 100% );--balanceSelector__option--BorderRadius: 10px;--balanceSelector__convertBalance--LineHeight: normal;--balanceSelector__convertBalance--FontSize: 10px;--balanceSelector__convertBalance--Color: #001a7180;--balanceSelector__currency--Color: #001a7180;--balanceSelector__amounts--FlexDirection: row;--balanceSelector__amounts--JustifyContent: flex-start;--balanceSelector__amounts--AlignItems: flex-start;--balanceSelector__amounts--Gap: 3px;--balanceSelector__optionAmount--FontWeight: 600;--balanceSelector__optionAmount--FontSize: 14px;--balanceSelector__optionIcon--Fill: #ffa500;--balanceSelector__optionIcon--Color: white;--balanceSelector__optionIcon--Background: transparent;--balanceSelector__optionIcon--BorderRadius: 0;--balanceSelector__triggerIcon--Fill: #ffa500;--balanceSelector__triggerIcon--Color: white;--balanceSelector__triggerIcon--Background: transparent;--balanceSelector__triggerIcon--BorderRadius: 0;--balanceSelector__triggerIconArrow--Fill: rgba(0, 26, 113, .3);--balanceSelector__triggerAmount--Color: #000e51;--balanceSelector__triggerAmount--FontSize: 14px;--balanceSelector__triggerAmount--FontWeight: 600;--balanceSelector__triggerAmount--WhiteSpace: nowrap;--balanceSelector__triggerAmount--Overflow: hidden;--balanceSelector__triggerAmount--TextOverflow: ellipsis;--balanceSelector__triggerAmounts--MinWidth: 60px;--balanceSelector__triggerAmounts--MaxWidth: 100%;--balanceSelector__triggerAmounts--FlexDirection: row;--balanceSelector__triggerAmounts--JustifyContent: center;--balanceSelector__triggerAmounts--AlignItems: flex-start;--balanceSelector__triggerAmounts--Gap: 3px;--balanceSelector__triggerAmount__currency--Color: var(--balanceSelector__currency--Color);--balanceSelector__currency--FontSize: 14px;--balanceSelector__currency--FontWeight: 600;--balanceSelector__trigger--Height: 100%;--balanceSelector__trigger--Gap: 8px;--balanceSelector__trigger--Padding: 5px 9px 5px 17px;--balanceSelector__trigger--BorderRadius: 15px;--balanceSelector__trigger--Background: #ebf1ff;--balanceSelector__trigger--Border: none;--balanceSelector__linkIcon--Fill: #fff;--balanceSelector__bottom--BorderTop: 1px solid rgba(42, 74, 169, .1);--balanceSelector__bottom--Padding: 15px 15px 0;--balanceSelector__drawer__selectItems--Padding: 15px;--balanceSelector__drawer__bottom--Padding: 15px 25px;--balanceSelector__drawer__bottom--box-shadow: 0 -5px 20px 0 rgba(9, 13, 25, .1);--balanceSelector__bottom--FontSize: 14px;--balanceSelector__bottom--Color: #000e51;--balanceSelector__bottom--FontWeight: 600;--balanceSelector__checkbox--Background: white;--balanceSelector__checkbox--Background--hover: white;--balanceSelector__loader--Fill: white}@media(max-width:1240px){.balanceSelector{--balanceSelector__trigger--BorderRadius: 10px}}@media(max-width:768px){.balanceSelector{--balanceSelector__option--Padding: 10px}}.balanceSelector .selectContainer{--selectContainer__selectList__selectItem--Padding: 0;--selectContainer__selectList--Padding: 0 0 10px;--selectContainer__selectList__selectItem--Width: 100%;--selectContainer__selectList__selectItem--BoxSizing: border-box}.balanceSelector.drawerContentWrapper{--drawerContentWrapper__bottom--BorderTop: none;--drawerContentWrapper__bottom--Padding: 0}.balance-switcher-module_options_HwmOf{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--balanceSelector__options--Gap)}.balance-switcher-module_selectItem_wMeDe .balance-switcher-module_icon_uuKPK{fill:var(--balanceSelector__optionIcon--Fill);color:var(--balanceSelector__optionIcon--Color);background:var(--balanceSelector__optionIcon--Background);border-radius:var(--balanceSelector__optionIcon--BorderRadius)}.balance-switcher-module_selectItemContent_rH7xa{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;gap:var(--balanceSelector__option--Gap);line-height:var(--balanceSelector__option--LineHeight)}.balance-switcher-module_option_yE3ak{display:flex;align-items:center;justify-content:space-between;background:transparent;border-radius:var(--balanceSelector__option--BorderRadius);gap:var(--balanceSelector__option--Gap);color:var(--balanceSelector__option--Color);padding:var(--balanceSelector__option--Padding)}.balance-switcher-module_option_yE3ak.balance-switcher-module_active_hoAUi{background:var(--balanceSelector__option--Background--active)}.balance-switcher-module_option_yE3ak .balance-switcher-module_left_LzOhd{display:flex;justify-content:flex-start;align-items:center;gap:10px}.balance-switcher-module_option_yE3ak .balance-switcher-module_right_jOqUv{display:flex;justify-content:flex-end;align-items:center;gap:10px}.balance-switcher-module_option_yE3ak .balance-switcher-module_icon_uuKPK{fill:var(--balanceSelector__optionIcon--Fill);color:var(--balanceSelector__optionIcon--Color);background:var(--balanceSelector__optionIcon--Background);border-radius:var(--balanceSelector__optionIcon--BorderRadius)}.balance-switcher-module_option_yE3ak .balance-switcher-module_text_TSSH0{color:var(--balanceSelector__option--Color);line-height:var(--balanceSelector__option--LineHeight);font-size:var(--balanceSelector__option--FontSize)}.balance-switcher-module_amounts_Quob8{display:flex;flex-direction:var(--balanceSelector__amounts--FlexDirection);justify-content:var(--balanceSelector__amounts--JustifyContent);align-items:var(--balanceSelector__amounts--AlignItems);gap:var(--balanceSelector__amounts--Gap)}.balance-switcher-module_amount_AQwOO{color:var(--balanceSelector__option--Color);font-size:var(--balanceSelector__optionAmount--FontSize);font-weight:var(--balanceSelector__optionAmount--FontWeight);white-space:nowrap}.balance-switcher-module_name_cTatd{white-space:nowrap}.balance-switcher-module_currency_RmvjG{color:var(--balanceSelector__currency--Color);font-size:var(--balanceSelector__currency--FontSize);font-weight:var(--balanceSelector__currency--FontWeight);text-transform:uppercase}.balance-switcher-module_convertBalance_tNpAp{color:var(--balanceSelector__convertBalance--Color);font-size:var(--balanceSelector__convertBalance--FontSize);font-weight:var(--balanceSelector__convertBalance--FontWeight);white-space:nowrap}.balance-switcher-module_contentContainer_2c-fA{--dropdown--ZIndex: var(--balanceSelector__contentContainer--zIndex);--select__content__optionsList--Gap: var(--balanceSelector__options--Gap);padding:var(--balanceSelector__contentContainer--Padding);background:var(--balanceSelector__contentContainer--Background);border:var(--balanceSelector__contentContainer--Border);border-radius:var(--balanceSelector__contentContainer--BorderRadius)}.balance-switcher-module_bottom_q0AnD{display:flex;justify-content:space-between;align-items:center;padding:var(--balanceSelector__bottom--Padding);border-top:var(--balanceSelector__bottom--BorderTop)}.balance-switcher-module_bottom_q0AnD .balance-switcher-module_text_TSSH0{color:var(--balanceSelector__bottom--Color);font-size:var(--balanceSelector__bottom--FontSize);font-weight:var(--balanceSelector__bottom--FontWeight)}.balance-switcher-module_bottom_q0AnD .balance-switcher-module_checkbox_wH8Zh{--checkbox--Background--hover: var(--balanceSelector__checkbox--Background--hover);--checkbox--Background: var(--balanceSelector__checkbox--Background)}.balance-switcher-module_triggerContainer_sSwBC{height:100%}.balance-switcher-module_trigger_06zCI{border-radius:var(--balanceSelector__trigger--BorderRadius);background:var(--balanceSelector__trigger--Background);padding:var(--balanceSelector__trigger--Padding);display:flex;justify-content:flex-start;align-items:center;border:var(--balanceSelector__trigger--Border);gap:var(--balanceSelector__trigger--Gap);height:var(--balanceSelector__trigger--Height);box-sizing:border-box}.balance-switcher-module_trigger_06zCI .balance-switcher-module_icon_uuKPK{fill:var(--balanceSelector__triggerIcon--Fill);color:var(--balanceSelector__triggerIcon--Color);background:var(--balanceSelector__triggerIcon--Background);border-radius:var(--balanceSelector__triggerIcon--BorderRadius)}.balance-switcher-module_trigger_06zCI .balance-switcher-module_iconArrow_uvLl9{fill:var(--balanceSelector__triggerIconArrow--Fill);width:12px;height:7px}.balance-switcher-module_trigger_06zCI .balance-switcher-module_iconWrapper_zEKKa{display:inline-flex}.balance-switcher-module_trigger_06zCI .balance-switcher-module_linkIcon_RWnO2{fill:var(--balanceSelector__linkIcon--Fill)}.balance-switcher-module_trigger_06zCI .balance-switcher-module_opened_L2nlG{transform:rotate(180deg)}.balance-switcher-module_trigger_06zCI .balance-switcher-module_amounts_Quob8{display:flex;flex-direction:var(--balanceSelector__triggerAmounts--FlexDirection);justify-content:var(--balanceSelector__triggerAmounts--JustifyContent);align-items:var(--balanceSelector__triggerAmounts--AlignItems);gap:var(--balanceSelector__triggerAmounts--Gap);min-width:var(--balanceSelector__triggerAmounts--MinWidth);max-width:var(--balanceSelector__triggerAmounts--MaxWidth)}.balance-switcher-module_trigger_06zCI .balance-switcher-module_triggerAmount_BJ0We{color:var(--balanceSelector__triggerAmount--Color);font-size:var(--balanceSelector__triggerAmount--FontSize);font-weight:var(--balanceSelector__triggerAmount--FontWeight);text-align:center;white-space:var(--balanceSelector__triggerAmount--WhiteSpace);overflow:var(--balanceSelector__triggerAmount--Overflow);text-overflow:var(--balanceSelector__triggerAmount--TextOverflow)}.balance-switcher-module_trigger_06zCI .balance-switcher-module_currency_RmvjG{color:var(--balanceSelector__triggerAmount__currency--Color)}.balance-switcher-module_loader_znjI1{fill:var(--balanceSelector__loader--Fill)}.balance-switcher-module_drawer_zhno2{box-shadow:var(--balanceSelector__drawer__bottom--box-shadow)}.balance-switcher-module_drawer_zhno2 .balance-switcher-module_selectItems_3fnxB{display:flex;flex-direction:column;gap:var(--balanceSelector__options--Gap);padding:var(--balanceSelector__drawer__selectItems--Padding)}.balance-switcher-module_drawer_zhno2 .balance-switcher-module_contentContainer_2c-fA{max-width:100%;background-color:transparent;box-shadow:none}.balance-switcher-module_drawer_zhno2 .balance-switcher-module_contentContainer_2c-fA .balance-switcher-module_selectOptions_1lBjI{list-style-type:none;margin-block-start:0;margin-block-end:0;padding:15px}.balance-switcher-module_drawer_zhno2 .balance-switcher-module_amounts_Quob8{align-items:flex-end}.balance-switcher-module_drawer_zhno2 .balance-switcher-module_bottom_q0AnD{padding:var(--balanceSelector__drawer__bottom--Padding)}}@layer banners{.banners{--banners--Gap: 0px;--banners--BannersPerView: 1;--banners--hover__control--Opacity: 1;--banners__banner--BorderRadius: 0px;--banners__banner--AspectRatio: auto;--banners__control--Position: absolute;--banners__control--Left: 10px;--banners__control--Right: auto;--banners__control--Top: auto;--banners__control--Bottom: auto;--banners__control--Width: 40px;--banners__control--Height: 40px;--banners__control--Border: none;--banners__control--BorderRadius: 50%;--banners__control--Background: #32383e;--banners__control--Padding: 0;--banners__control--Display: flex;--banners__control--JustifyContent: center;--banners__control--AlignItems: center;--banners__control--Transition: var(--Transition--fast);--banners__control--Opacity: 0;--banners__control--hover__icon--Transform: scale(1);--banners__control--active--Transform: scale(.9);--banners__control--disabled--Display: none;--banners__control--disabled--Opacity: .5;--banners__control--reverse--Left: auto;--banners__control--reverse--Right: 10px;--banners__control--reverse--Top: auto;--banners__control--reverse--Bottom: auto;--banners__control--reverse--BorderRadius: var(--banners__control--BorderRadius);--banners__control__icon--Fill: white;--banners__control__icon--Width: auto;--banners__control__icon--Height: auto}@media(max-width:986px){.banners{--banners__control--Display: none;--banners__control--disabled--Display: none}}.banners-module_carousel_L5nam{box-sizing:border-box;display:flex;gap:var(--banners--Gap);-webkit-user-select:none;user-select:none}.banners-module_carousel_L5nam .banners-module_bannerContainer_o8-RV{border-radius:var(--banners__banner--BorderRadius);overflow:hidden;margin-inline:0 0;min-width:calc((100% - var(--banners--Gap) * (var(--banners--BannersPerView) - 1)) / var(--banners--BannersPerView));max-width:calc((100% - var(--banners--Gap) * (var(--banners--BannersPerView) - 1)) / var(--banners--BannersPerView))}.banners-module_carousel_L5nam .banners-module_bannerContainer_o8-RV .banners-module_banner_rYA75{width:100%;height:auto;object-fit:cover;display:block;aspect-ratio:var(--banners__banner--AspectRatio)}.banners-module_carousel_L5nam .banners-module_bannerContainer_o8-RV .banners-module_banner_rYA75.banners-module_hide_AYT5z{display:none}.banners-module_carousel_L5nam .banners-module_bannerContainer_o8-RV.banners-module_noLink_gsu4l{cursor:default;pointer-events:none}.banners-module_carousel_L5nam.banners-module_looped_HDGyZ{gap:0}.banners-module_carousel_L5nam.banners-module_looped_HDGyZ .banners-module_bannerContainer_o8-RV{margin-inline:0 var(--banners--Gap)}.banners-module_wrapper_RBZMX{box-sizing:border-box}.banners-module_wrapper_RBZMX .banners-module_control_WUh4G{box-sizing:border-box;opacity:var(--banners__control--Opacity);position:var(--banners__control--Position);left:var(--banners__control--Left);right:var(--banners__control--Right);top:var(--banners__control--Top);bottom:var(--banners__control--Bottom);width:var(--banners__control--Width);height:var(--banners__control--Height);border:var(--banners__control--Border);border-radius:var(--banners__control--BorderRadius);background:var(--banners__control--Background);padding:var(--banners__control--Padding);display:var(--banners__control--Display);justify-content:var(--banners__control--JustifyContent);align-items:var(--banners__control--AlignItems);transition:var(--banners__control--Transition)}.banners-module_wrapper_RBZMX .banners-module_control_WUh4G:disabled{opacity:var(--banners__control--disabled--Opacity);display:var(--banners__control--disabled--Display)}.banners-module_wrapper_RBZMX .banners-module_control_WUh4G .banners-module_icon_9e0VS{width:var(--banners__control__icon--Width);height:var(--banners__control__icon--Height);fill:var(--banners__control__icon--Fill)}@media(any-hover:hover){.banners-module_wrapper_RBZMX .banners-module_control_WUh4G:hover .banners-module_icon_9e0VS{transform:var(--banners__control--hover__icon--Transform)}}.banners-module_wrapper_RBZMX .banners-module_control_WUh4G:active{transform:var(--banners__control--active--Transform)}.banners-module_wrapper_RBZMX .banners-module_control_WUh4G.banners-module_reverse_cixaw{left:var(--banners__control--reverse--Left);right:var(--banners__control--reverse--Right);top:var(--banners__control--reverse--Top);bottom:var(--banners__control--reverse--Bottom);border-radius:var(--banners__control--reverse--BorderRadius)}.banners-module_wrapper_RBZMX .banners-module_control_WUh4G.banners-module_reverse_cixaw .banners-module_icon_9e0VS{transform:rotate(180deg)}@media(any-hover:hover){.banners-module_wrapper_RBZMX .banners-module_control_WUh4G.banners-module_reverse_cixaw:hover .banners-module_icon_9e0VS{transform:rotate(180deg) var(--banners__control--hover__icon--Transform)}}@media(any-hover:hover){.banners-module_wrapper_RBZMX:hover .banners-module_control_WUh4G{opacity:var(--banners--hover__control--Opacity)}}}@layer blockedUserModal{.blockedUserModal{--blockedUserModal--MaxWidth: 500px;--blockedUserModal__content--Gap: 15px;--blockedUserModal__content--Padding: 25px 35px;--blockedUserModal__content--Before--Top: -252px;--blockedUserModal__content--Before--Left: 50%;--blockedUserModal__content--Before--Transform: translateX(-50%);--blockedUserModal__content--Before--Width: 500px;--blockedUserModal__content--Before--Height: 252px;--blockedUserModal__content--Before--BorderRadius: 100%;--blockedUserModal__content--Before--Background: red;--blockedUserModal__content--Before--Filter: blur(150px);--blockedUserModal__topContent--Gap: 15px;--blockedUserModal__iconWrapper--BorderRadius: 20px;--blockedUserModal__iconWrapper--Background: red;--blockedUserModal__iconWrapper--Padding: 10px;--blockedUserModal__icon--Fill: red;--blockedUserModal__title--FontSize: 20px;--blockedUserModal__title--FontWeight: 600;--blockedUserModal__title--TextAlign: center;--blockedUserModal__title--Color: black;--blockedUserModal__bottomContent--Color: black;--blockedUserModal__bottomContent--FontSize: 16px;--blockedUserModal__bottomContent--FontWeight: 400;--blockedUserModal__bottomContent--TextAlign: center;--blockedUserModal__buttonsBlock--Gap: 8px;--blockedUserModal__buttonsBlock--Padding: 8.5px 20px}.blocked-user-modal-module_drawerWrapper_bND2X{display:none}.blocked-user-modal-module_modal_KuUAq{width:100%;max-width:var(--blockedUserModal--MaxWidth)}.blocked-user-modal-module_content_ldcu1{position:relative;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:var(--blockedUserModal__content--Gap);padding:var(--blockedUserModal__content--Padding);overflow-x:hidden}.blocked-user-modal-module_content_ldcu1:before{content:"";position:absolute;top:var(--blockedUserModal__content--Before--Top);left:var(--blockedUserModal__content--Before--Left);transform:var(--blockedUserModal__content--Before--Transform);width:var(--blockedUserModal__content--Before--Width);height:var(--blockedUserModal__content--Before--Height);border-radius:var(--blockedUserModal__content--Before--BorderRadius);background:var(--blockedUserModal__content--Before--Background);filter:var(--blockedUserModal__content--Before--Filter)}.blocked-user-modal-module_content_ldcu1 .blocked-user-modal-module_topContent_T1ZVc{display:flex;flex-direction:column;align-items:center;gap:var(--blockedUserModal__topContent--Gap)}.blocked-user-modal-module_content_ldcu1 .blocked-user-modal-module_topContent_T1ZVc .blocked-user-modal-module_iconWrapper_SlIKs{box-sizing:border-box;border-radius:var(--blockedUserModal__iconWrapper--BorderRadius);background:var(--blockedUserModal__iconWrapper--Background);padding:var(--blockedUserModal__iconWrapper--Padding)}.blocked-user-modal-module_content_ldcu1 .blocked-user-modal-module_topContent_T1ZVc .blocked-user-modal-module_iconWrapper_SlIKs .blocked-user-modal-module_icon_O1uTd{display:block;fill:var(--blockedUserModal__icon--Fill)}.blocked-user-modal-module_content_ldcu1 .blocked-user-modal-module_topContent_T1ZVc .blocked-user-modal-module_title_-Qwds{font-size:var(--blockedUserModal__title--FontSize);font-weight:var(--blockedUserModal__title--FontWeight);text-align:var(--blockedUserModal__title--TextAlign);color:var(--blockedUserModal__title--Color)}.blocked-user-modal-module_content_ldcu1 .blocked-user-modal-module_bottomContent_eqdY5{margin:0;color:var(--blockedUserModal__bottomContent--Color);font-size:var(--blockedUserModal__bottomContent--FontSize);font-weight:var(--blockedUserModal__bottomContent--FontWeight);text-align:center}.blocked-user-modal-module_buttonsBlock_lcoNw{box-sizing:border-box;display:flex;gap:var(--blockedUserModal__buttonsBlock--Gap);padding:var(--blockedUserModal__buttonsBlock--Padding)}.blocked-user-modal-module_buttonsBlock_lcoNw .blocked-user-modal-module_button_Q2evE{width:100%;max-width:calc((100% - var(--blockedUserModal__buttonsBlock--Gap)) / 2)}@media(max-width:768px){.blocked-user-modal-module_drawerWrapper_bND2X{display:flex}.blocked-user-modal-module_modalWrapper_7OLJj{display:none}}}@layer transactionCard{.transactionCard{--transactionCard__mainCard__title--Color: black;--transactionCard__mainCard__title--FontSize: 16px;--transactionCard__mainCard__title--FontWeight: 700;--transactionCard__mainCard__title--TextTransform: capitalize;--transactionCard__mainCard__triggerContent--Gap: 5px;--transactionCard__mainCard__field--BorderRadius: 10px;--transactionCard__mainCard__field--BackgroundColor: lightgrey;--transactionCard__mainCard__field--Padding: 5px 15px;--transactionCard__mainCard__field--AlignItems: center;--transactionCard__mainCard__field--JustifyContent: space-between;--transactionCard__mainCard__subtitle--Color: black;--transactionCard__mainCard__subtitle--FontSize: 12px;--transactionCard__mainCard__subtitle--FontWeight: 600;--transactionCard__mainCard__value--Color: black;--transactionCard__mainCard__value--FontSize: 12px;--transactionCard__mainCard__value--FontWeight: 600;--transactionCard__mainCard__value__statusField--JustifyContent: center;--transactionCard__mainCard__value__statusField--MinWidth: 110px;--transactionCard__mainCard__value__statusField__new--Color: orange;--transactionCard__mainCard__value__statusField__declined--Color: red;--transactionCard__mainCard__value__statusField__paid--Color: green;--transactionCard__mainCard__value__statusField--Gap: 10px;--transactionCard__mainCard__value__buttonQuestion--Height: 18px;--transactionCard__mainCard__value__buttonQuestion--Width: 18px;--transactionCard__mainCard__value__buttonQuestion--Padding: 0;--transactionCard__mainCard__value__buttonQuestion--Border: none;--transactionCard__mainCard__value__buttonQuestion--hover--BoxShadow: none;--transactionCard__mainCard__value__buttonQuestion--hover--Background: transparent;--transactionCard__mainCard__value__buttonQuestion--hover--Border: none;--transactionCard__mainCard__accordionContent__column--Gap: 3px;--transactionCard__mainCard__accordionContent__column__subtitle--Color: black;--transactionCard__mainCard__accordionContent__column__subtitle--FontSize: 12px;--transactionCard__mainCard__accordionContent__column__subtitle--FontWeight: 600;--transactionCard__mainCard__accordionContent__column__value--Color: black;--transactionCard__mainCard__accordionContent__column__value--FontSize: 12px;--transactionCard__mainCard__accordionContent__column__value--FontWeight: 600;--transactionCard__optionsBlock--Padding: 0;--transactionCard__optionsBlock--Border: 1px solid black;--transactionCard__optionsBlock--BoxShadow: 0px 5px 20px 0px black;--transactionCard__optionsBlock--BorderRadius: 20px;--transactionCard__optionsBlock--Background: lightgrey;--transactionCard__optionsList--Gap: 3px;--transactionCard__optionsList--Padding: 15px;--transactionCard__optionsList__option--Gap: 10px;--transactionCard__optionsList__option--Color: black;--transactionCard__optionsList__option--FontSize: 14px;--transactionCard__optionsList__option--FontWeight: 600;--transactionCard__optionsList__option__link--Width: 100%;--transactionCard__optionsList__option__button--Width: 100%;--transactionCard__optionsList__option__button--MinWidth: 220px;--transactionCard__optionsList__option__button--MinHeight: 49px;--transactionCard__optionsList__option__button--Color: black;--transactionCard__optionsList__option__button--FontSize: 14px;--transactionCard__optionsList__option__button--FontWeight: 600;--transactionCard__optionsList__option__button--hover--BackgroundColor: lightgrey;--transactionCard__optionsList__option__iconSupport--Fill: orange;--transactionCard__optionsList__option__iconCancel--Fill: red;--transactionCard__bonusCard--Gap: 12.5px;--transactionCard__bonusCard--Padding: 10px 20px 20px 20px;--transactionCard__bonusCard--BorderRadius: 30px;--transactionCard__bonusCard--BackgroundColor: lightgrey;--transactionCard__bonusCard__name--Color: black;--transactionCard__bonusCard__name--FontSize: 16px;--transactionCard__bonusCard__name--FontWeight: 700;--transactionCard__bonusCard__button--Width: 40px;--transactionCard__bonusCard__button--Height: 40px;--transactionCard__bonusCard__content--Gap: 5px;--transactionCard__bonusCard__field--BorderRadius: 10px;--transactionCard__bonusCard__field--BackgroundColor: lightgrey;--transactionCard__bonusCard__field--Padding: 5px 15px;--transactionCard__bonusCard__field__subtitle--Color: black;--transactionCard__bonusCard__field__subtitle--FontSize: 12px;--transactionCard__bonusCard__field__subtitle--FontWeight: 600;--transactionCard__bonusCard__field__value--Color: black;--transactionCard__bonusCard__field__value--FontSize: 12px;--transactionCard__bonusCard__field__value--FontWeight: 600;--transactionCard__bonusCard__triggerIcon--Fill: black;--transactionCard__bonusCard__triggerIcon--Width: 6px;--transactionCard__bonusCard__triggerIcon--Height: 16px;--transactionCard__modal--MinWidth: 500px;--transactionCard__modal__center--Padding: 15px 35px 25px 35px;--transactionCard__modal__center--TextAlign: center;--transactionCard__modal__center__subtitle--Color: black;--transactionCard__modal__center__subtitle--FontSize: 14px;--transactionCard__modal__center__subtitle--FontWeight: 600;--transactionCard__modal__center__cancelContent--BackgroundColor: white;--transactionCard__modal__center__cancelContent--BorderRadius: 20px;--transactionCard__modal__center__cancelContent--Padding: 20px 30px;--transactionCard__modal__center__cancelContent--MarginTop: 10px;--transactionCard__modal__center__cancelContent--Gap: 10px;--transactionCard__modal__center__cancelContent--Color: black;--transactionCard__modal__center__cancelContent--FontSize: 14px;--transactionCard__modal__center__cancelContent--FontWeight: 600;--transactionCard__modal__center__cancelContent__value--TextTransform: uppercase;--transactionCard__modal__center__declineContent--AlignItems: flex-start;--transactionCard__modal__center__declineContent--BackgroundColor: white;--transactionCard__modal__center__declineContent--BorderRadius: 20px;--transactionCard__modal__center__declineContent--Padding: 20px 30px;--transactionCard__modal__center__declineContent--MarginTop: 10px;--transactionCard__modal__center__declineContent--Gap: 2px;--transactionCard__modal__center__declineContent__text--Color: black;--transactionCard__modal__center__declineContent__text--FontSize: 12px;--transactionCard__modal__center__declineContent__text--FontWeight: 600;--transactionCard__modal__center__declineContent__content--Color: black;--transactionCard__modal__center__declineContent__content--FontSize: 14px;--transactionCard__modal__center__declineContent__content--FontWeight: 500;--transactionCard__modal__bottom--Gap: 8px;--transactionCard__modal__bottom__loader--Height: 16px;--transactionCard__modal__bottom__loader--Width: 16px;--transactionCard__modal__bottom__loader__icon--Fill: black;--transactionCard__drawer__center--Padding: 15px}.totofa-transaction-card-module_title_Vt65o{text-transform:var(--transactionCard__mainCard__title--TextTransform);color:var(--transactionCard__mainCard__title--Color);font-size:var(--transactionCard__mainCard__title--FontSize);font-weight:var(--transactionCard__mainCard__title--FontWeight)}.totofa-transaction-card-module_triggerContent_59rFR{display:grid;grid-template-columns:1fr 1fr min-content;gap:var(--transactionCard__mainCard__triggerContent--Gap)}@media(max-width:576px){.totofa-transaction-card-module_triggerContent_59rFR{grid-template-columns:1fr 1fr}}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY{display:flex;align-items:var(--transactionCard__mainCard__field--AlignItems);justify-content:var(--transactionCard__mainCard__field--JustifyContent);border-radius:var(--transactionCard__mainCard__field--BorderRadius);background-color:var(--transactionCard__mainCard__field--BackgroundColor);padding:var(--transactionCard__mainCard__field--Padding)}@media(max-width:576px){.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY{flex-direction:column}}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_subtitle_KuSG8{font-size:var(--transactionCard__mainCard__subtitle--FontSize);font-weight:var(--transactionCard__mainCard__subtitle--FontWeight);color:var(--transactionCard__mainCard__subtitle--Color)}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS{font-size:var(--transactionCard__mainCard__value--FontSize);font-weight:var(--transactionCard__mainCard__value--FontWeight);color:var(--transactionCard__mainCard__value--Color)}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS.totofa-transaction-card-module_new_lkIdZ{color:var(--transactionCard__mainCard__value__statusField__new--Color)}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS.totofa-transaction-card-module_declined_e9yb3{color:var(--transactionCard__mainCard__value__statusField__declined--Color)}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS.totofa-transaction-card-module_paid_gnGmW,.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS.totofa-transaction-card-module_confirmed_2eoQB{color:var(--transactionCard__mainCard__value__statusField__paid--Color)}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY.totofa-transaction-card-module_statusField_N6S8-{display:flex;align-items:center;justify-content:var(--transactionCard__mainCard__value__statusField--JustifyContent);gap:var(--transactionCard__mainCard__value__statusField--Gap);text-transform:capitalize;min-width:var(--transactionCard__mainCard__value__statusField--MinWidth)}@media(max-width:576px){.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY.totofa-transaction-card-module_statusField_N6S8-{justify-self:end;grid-column:1/-1;flex-direction:unset}}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_buttonQuestion_aaWH7{height:var(--transactionCard__mainCard__value__buttonQuestion--Height);width:var(--transactionCard__mainCard__value__buttonQuestion--Width);padding:var(--transactionCard__mainCard__value__buttonQuestion--Padding);border:var(--transactionCard__mainCard__value__buttonQuestion--Border)}@media(any-hover:hover){.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_buttonQuestion_aaWH7:hover{border:var(--transactionCard__mainCard__value__buttonQuestion--hover--Border);background:var(--transactionCard__mainCard__value__buttonQuestion--hover--Background);box-shadow:var(--transactionCard__mainCard__value__buttonQuestion--hover--BoxShadow)}}.totofa-transaction-card-module_triggerContent_59rFR .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_buttonQuestion_aaWH7 .totofa-transaction-card-module_iconButton_ot647{fill:var(--transactionCard__mainCard__value__statusField__declined--Color)}.totofa-transaction-card-module_accordionContent_Imnwm{display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:576px){.totofa-transaction-card-module_accordionContent_Imnwm{display:flex;justify-content:space-between}}.totofa-transaction-card-module_accordionContent_Imnwm .totofa-transaction-card-module_column_eFyM3{display:flex;flex-direction:column;gap:var(--transactionCard__mainCard__accordionContent__column--Gap)}.totofa-transaction-card-module_accordionContent_Imnwm .totofa-transaction-card-module_column_eFyM3 .totofa-transaction-card-module_subtitle_KuSG8{font-size:var(--transactionCard__mainCard__accordionContent__column__subtitle--FontSize);font-weight:var(--transactionCard__mainCard__accordionContent__column__subtitle--FontWeight);color:var(--transactionCard__mainCard__accordionContent__column__subtitle--Color)}.totofa-transaction-card-module_accordionContent_Imnwm .totofa-transaction-card-module_column_eFyM3 .totofa-transaction-card-module_value_zOhcS{font-size:var(--transactionCard__mainCard__accordionContent__column__value--FontSize);font-weight:var(--transactionCard__mainCard__accordionContent__column__value--FontWeight);color:var(--transactionCard__mainCard__accordionContent__column__value--Color)}.totofa-transaction-card-module_optionsBlock_fC5tL,.totofa-transaction-card-module_tooltip_m50Gn{padding:var(--transactionCard__optionsBlock--Padding);border:var(--transactionCard__optionsBlock--Border);box-shadow:var(--transactionCard__optionsBlock--BoxShadow);border-radius:var(--transactionCard__optionsBlock--BorderRadius);background:var(--transactionCard__optionsBlock--Background)}.totofa-transaction-card-module_optionsList_ojLKb{margin:0;list-style:none;box-sizing:border-box;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--transactionCard__optionsList--Gap);padding:var(--transactionCard__optionsList--Padding)}.totofa-transaction-card-module_optionsList_ojLKb .totofa-transaction-card-module_option_ljFT4{width:100%;display:flex;align-items:center;gap:var(--transactionCard__optionsList__option--Gap);cursor:pointer;font-size:var(--transactionCard__optionsList__option--FontSize);font-weight:var(--transactionCard__optionsList__option--FontWeight);color:var(--transactionCard__optionsList__option--Color)}.totofa-transaction-card-module_optionsList_ojLKb .totofa-transaction-card-module_option_ljFT4 .totofa-transaction-card-module_button_LdsWA{background-color:transparent;border:none;justify-content:start;width:var(--transactionCard__optionsList__option__button--Width);min-width:var(--transactionCard__optionsList__option__button--MinWidth);min-height:var(--transactionCard__optionsList__option__button--MinHeight);font-size:var(--transactionCard__optionsList__option__button--FontSize);font-weight:var(--transactionCard__optionsList__option__button--FontWeight);color:var(--transactionCard__optionsList__option__button--Color)}@media(any-hover:hover){.totofa-transaction-card-module_optionsList_ojLKb .totofa-transaction-card-module_option_ljFT4 .totofa-transaction-card-module_button_LdsWA:hover{background-color:var(--transactionCard__optionsList__option__button--hover--BackgroundColor)}}.totofa-transaction-card-module_optionsList_ojLKb .totofa-transaction-card-module_option_ljFT4 .totofa-transaction-card-module_iconSupport_fbZAC{fill:var(--transactionCard__optionsList__option__iconSupport--Fill)}.totofa-transaction-card-module_optionsList_ojLKb .totofa-transaction-card-module_option_ljFT4 .totofa-transaction-card-module_iconCancel_TRflS{fill:var(--transactionCard__optionsList__option__iconCancel--Fill)}.totofa-transaction-card-module_bonusCard_i43Ex{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:var(--transactionCard__bonusCard--Gap);padding:var(--transactionCard__bonusCard--Padding);border-radius:var(--transactionCard__bonusCard--BorderRadius);background-color:var(--transactionCard__bonusCard--BackgroundColor)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_title_Vt65o{display:flex;align-items:center;justify-content:space-between}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_title_Vt65o .totofa-transaction-card-module_name_kZOkm{color:var(--transactionCard__bonusCard__name--Color);font-size:var(--transactionCard__bonusCard__name--FontSize);font-weight:var(--transactionCard__bonusCard__name--FontWeight)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_button_LdsWA{width:var(--transactionCard__bonusCard__button--Width);height:var(--transactionCard__bonusCard__button--Height)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_content_crU3T{display:flex;gap:var(--transactionCard__bonusCard__content--Gap)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_content_crU3T .totofa-transaction-card-module_field_eObpY{width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:var(--transactionCard__bonusCard__field--BorderRadius);background-color:var(--transactionCard__bonusCard__field--BackgroundColor);padding:var(--transactionCard__bonusCard__field--Padding)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_content_crU3T .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_subtitle_KuSG8{font-size:var(--transactionCard__bonusCard__field__subtitle--FontSize);font-weight:var(--transactionCard__bonusCard__field__subtitle--FontWeight);color:var(--transactionCard__bonusCard__field__subtitle--Color)}.totofa-transaction-card-module_bonusCard_i43Ex .totofa-transaction-card-module_content_crU3T .totofa-transaction-card-module_field_eObpY .totofa-transaction-card-module_value_zOhcS{font-size:var(--transactionCard__bonusCard__field__value--FontSize);font-weight:var(--transactionCard__bonusCard__field__value--FontWeight);color:var(--transactionCard__bonusCard__field__value--Color)}.totofa-transaction-card-module_triggerIcon_b5Q5w{fill:var(--transactionCard__bonusCard__triggerIcon--Fill);width:var(--transactionCard__bonusCard__triggerIcon--Width);height:var(--transactionCard__bonusCard__triggerIcon--Height)}.totofa-transaction-card-module_drawer_qUjSy{display:none}@media(max-width:768px){.totofa-transaction-card-module_drawer_qUjSy{display:flex}}.totofa-transaction-card-module_modal_J3usE{--modal--MinWidth: var(--transactionCard__modal--MinWidth)}@media(max-width:768px){.totofa-transaction-card-module_modal_J3usE{display:none}}.totofa-transaction-card-module_center_DYmhD{padding:var(--transactionCard__modal__center--Padding);text-align:var(--transactionCard__modal__center--TextAlign)}.totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_subtitle_KuSG8{color:var(--transactionCard__modal__center__subtitle--Color);font-size:var(--transactionCard__modal__center__subtitle--FontSize);font-weight:var(--transactionCard__modal__center__subtitle--FontWeight)}.totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_cancelContent_afhU-{background-color:var(--transactionCard__modal__center__cancelContent--BackgroundColor);border-radius:var(--transactionCard__modal__center__cancelContent--BorderRadius);padding:var(--transactionCard__modal__center__cancelContent--Padding);margin-top:var(--transactionCard__modal__center__cancelContent--MarginTop);display:flex;justify-content:center;gap:var(--transactionCard__modal__center__cancelContent--Gap);color:var(--transactionCard__modal__center__cancelContent--Color);font-size:var(--transactionCard__modal__center__cancelContent--FontSize);font-weight:var(--transactionCard__modal__center__cancelContent--FontWeight)}.totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_cancelContent_afhU- .totofa-transaction-card-module_value_zOhcS{text-transform:var(--transactionCard__modal__center__cancelContent__value--TextTransform)}.totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_declineContent_Jl1eS{background-color:var(--transactionCard__modal__center__declineContent--BackgroundColor);border-radius:var(--transactionCard__modal__center__declineContent--BorderRadius);padding:var(--transactionCard__modal__center__declineContent--Padding);margin-top:var(--transactionCard__modal__center__declineContent--MarginTop);display:flex;flex-direction:column;align-items:var(--transactionCard__modal__center__declineContent--AlignItems);gap:var(--transactionCard__modal__center__declineContent--Gap)}.totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_declineContent_Jl1eS .totofa-transaction-card-module_text_8xogD{color:var(--transactionCard__modal__center__declineContent__text--Color);font-size:var(--transactionCard__modal__center__declineContent__text--FontSize);font-weight:var(--transactionCard__modal__center__declineContent__text--FontWeight)}.totofa-transaction-card-module_center_DYmhD .totofa-transaction-card-module_declineContent_Jl1eS .totofa-transaction-card-module_content_crU3T{color:var(--transactionCard__modal__center__declineContent__content--Color);font-size:var(--transactionCard__modal__center__declineContent__content--FontSize);font-weight:var(--transactionCard__modal__center__declineContent__content--FontWeight)}.totofa-transaction-card-module_bottom_3VsXz{display:flex;gap:var(--transactionCard__modal__bottom--Gap)}.totofa-transaction-card-module_bottom_3VsXz .totofa-transaction-card-module_link_QCqp-,.totofa-transaction-card-module_bottom_3VsXz .totofa-transaction-card-module_button_LdsWA{width:100%}.totofa-transaction-card-module_bottom_3VsXz .totofa-transaction-card-module_loader_KR7ZJ{height:var(--transactionCard__modal__bottom__loader--Height);width:var(--transactionCard__modal__bottom__loader--Width);fill:var(--transactionCard__modal__bottom__loader__icon--Fill)}@media(max-width:768px){.totofa-transaction-card-module_center_DYmhD{padding:var(--transactionCard__drawer__center--Padding)}}}@layer changeLoginModal{.changeLoginModal{--changeLoginModal__modal--Background: #ebf1ff;--changeLoginModal__modal--BorderRadius: 12px;--changeLoginModal__modal--MaxWidth: 500px;--changeLoginModal__modal--BoxSizing: border-box;--changeLoginModal__modal--Display: flex;--changeLoginModal__modal--Width: 100%;--changeLoginModal__modal--Padding: 20px;--changeLoginModal__form--Gap: 8px;--changeLoginModal__form--FlexDirection: column;--changeLoginModal__form--Padding: 0;--changeLoginModal__content--Gap: 8px;--changeLoginModal__content--FlexDirection: column;--changeLoginModal__content--Padding: 0;--changeLoginModal__header--JustifyContent: space-between;--changeLoginModal__header--AlignItems: center;--changeLoginModal__header--Padding: 0;--changeLoginModal__header--BorderBottom: none;--changeLoginModal__title--Margin: 0;--changeLoginModal__title--FontSize: 22px;--changeLoginModal__title--FontWeight: 700;--changeLoginModal__title--Color: black;--changeLoginModal__title--TextAlign: left;--changeLoginModal__buttonClose--Width: 32px;--changeLoginModal__buttonClose--Height: 32px;--changeLoginModal__buttonClose--Padding: 4px;--changeLoginModal__buttonClose--Top: 0;--changeLoginModal__buttonClose--Right: 0;--changeLoginModal__iconClose--Width: 16px;--changeLoginModal__iconClose--Height: 16px;--changeLoginModal__iconClose--Fill: black;--changeLoginModal__text--Margin: 0 0 4px;--changeLoginModal__text--FontSize: 14px;--changeLoginModal__text--FontWeight: 600;--changeLoginModal__text--Color: grey;--changeLoginModal__text--TextAlign: left;--changeLoginModal__info--Margin: 0 0 4px;--changeLoginModal__info--JustifyContent: flex-start;--changeLoginModal__info--AlignItems: center;--changeLoginModal__info--Gap: 12px;--changeLoginModal__info--Background: none;--changeLoginModal__info--Padding: 0;--changeLoginModal__info--BorderRadius: 0;--changeLoginModal__input--Margin: 0 0 24px;--changeLoginModal__control--Gap: 8px;--changeLoginModal__control--JustifyContent: space-between;--changeLoginModal__control--AlignItems: center;--changeLoginModal__control--FlexDirection: row;--changeLoginModal__control--Padding: 0;--changeLoginModal__control--BorderTop: none;--modal--BackgroundColor: var(--changeLoginModal__modal--Background);--modal--Padding: var(--changeLoginModal__modal--Padding)}.change-login-modal-module_modal_Qux-Z{--modal--MaxWidth: var(--changeLoginModal__modal--MaxWidth);--modal--BorderRadius: var(--changeLoginModal__modal--BorderRadius);box-sizing:var(--changeLoginModal__modal--BoxSizing);display:var(--changeLoginModal__modal--Display);width:var(--changeLoginModal__modal--Width)}.change-login-modal-module_form_JuUyo{display:flex;flex-direction:var(--changeLoginModal__form--FlexDirection);gap:var(--changeLoginModal__form--Gap);padding:var(--changeLoginModal__form--Padding);box-sizing:border-box}.change-login-modal-module_header_TaucC{display:flex;justify-content:var(--changeLoginModal__header--JustifyContent);align-items:var(--changeLoginModal__header--AlignItems);padding:var(--changeLoginModal__header--Padding);border-bottom:var(--changeLoginModal__header--BorderBottom);width:100%;box-sizing:border-box;position:relative}.change-login-modal-module_title_aFG0Q{margin:var(--changeLoginModal__title--Margin);font-size:var(--changeLoginModal__title--FontSize);font-weight:var(--changeLoginModal__title--FontWeight);color:var(--changeLoginModal__title--Color);text-align:var(--changeLoginModal__title--TextAlign);width:100%}.change-login-modal-module_buttonClose_iaB7n{width:var(--changeLoginModal__buttonClose--Width);height:var(--changeLoginModal__buttonClose--Height);padding:var(--changeLoginModal__buttonClose--Padding);background:none;border:none;box-shadow:none;flex-shrink:0;position:absolute;top:var(--changeLoginModal__buttonClose--Top);right:var(--changeLoginModal__buttonClose--Right)}.change-login-modal-module_iconClose_f9ySk{width:var(--changeLoginModal__iconClose--Width);height:var(--changeLoginModal__iconClose--Height);fill:var(--changeLoginModal__iconClose--Fill);flex-shrink:0}.change-login-modal-module_content_Y0vGP{display:flex;flex-direction:var(--changeLoginModal__content--FlexDirection);gap:var(--changeLoginModal__content--Gap);padding:var(--changeLoginModal__content--Padding);box-sizing:border-box}.change-login-modal-module_info_6TE-u{display:flex;justify-content:var(--changeLoginModal__info--JustifyContent);align-items:var(--changeLoginModal__info--AlignItems);gap:var(--changeLoginModal__info--Gap);background:var(--changeLoginModal__info--Background);padding:var(--changeLoginModal__info--Padding);margin:var(--changeLoginModal__info--Margin);border-radius:var(--changeLoginModal__info--BorderRadius);box-sizing:border-box}.change-login-modal-module_text_pnayd{margin:var(--changeLoginModal__text--Margin);font-size:var(--changeLoginModal__text--FontSize);font-weight:var(--changeLoginModal__text--FontWeight);color:var(--changeLoginModal__text--Color);text-align:var(--changeLoginModal__text--TextAlign)}.change-login-modal-module_input_dBLQv{--input__label__required--TextColor: transparent;margin:var(--changeLoginModal__input--Margin)}.change-login-modal-module_control_vGgQd{display:flex;width:100%;justify-content:var(--changeLoginModal__control--JustifyContent);align-items:var(--changeLoginModal__control--AlignItems);flex-direction:var(--changeLoginModal__control--FlexDirection);gap:var(--changeLoginModal__control--Gap);padding:var(--changeLoginModal__control--Padding);border-top:var(--changeLoginModal__control--BorderTop);box-sizing:border-box}.change-login-modal-module_buttonCancel_U6GpU,.change-login-modal-module_buttonSave_cdKDT{width:100%}}@layer toast{.toast{--toast__modal--Padding: 10px;--toast__modal--HorizontalPlacement: 0;--toast__modal__toastList--Gap: 16px;--toast__modal__toastList__toast--Gap: 16px;--toast__modal__toastList__toast--AlignItems: flex-start;--toast__modal__toastList__toast--Width: 356px;--toast__modal__toastList__toast--Border: none;--toast__modal__toastList__toast--BorderRadius: 8px;--toast__modal__toastList__toast--Padding: 24px;--toast__modal__toastList__toast--BoxShadow: 0px 4px 30px 0px #000000b2;--toast__modal__toastList__toast--Background--error: red;--toast__modal__toastList__toast--Background--success: green;--toast__modal__toastList__toast--Background--warning: rgb(185, 185, 101);--toast__modal__toastList__toast--Border--error: none;--toast__modal__toastList__toast--Border--success: none;--toast__modal__toastList__toast--Border--warning: none;--toast__modal__toastList__toast__content--Gap: 16px;--toast__modal__toastList__toast__content__title--FontWeight: 400;--toast__modal__toastList__toast__content__title--FontSize: 16px;--toast__modal__toastList__toast__content__title--Color: white;--toast__modal__toastList__toast__content__title--Color--success: var( --toast__modal__toastList__toast__content__title--Color );--toast__modal__toastList__toast__content__title--Color--error: var( --toast__modal__toastList__toast__content__title--Color );--toast__modal__toastList__toast__content__title--Color--warning: var( --toast__modal__toastList__toast__content__title--Color );--toast__modal__toastList__toast__content__description--FontWeight: 400;--toast__modal__toastList__toast__content__description--FontSize: 16px;--toast__modal__toastList__toast__content__description--Color: white;--toast__modal__toastList__toast__content__description--Color--success: var( --toast__modal__toastList__toast__content__description--Color );--toast__modal__toastList__toast__content__description--Color--error: var( --toast__modal__toastList__toast__content__description--Color );--toast__modal__toastList__toast__content__description--Color--warning: var( --toast__modal__toastList__toast__content__description--Color );--toast__modal__toastList__toast__content__list--Margin: 0;--toast__modal__toastList__toast__content__list--PaddingInlineStart: 18px;--toast__modal__toastList__toast__content__list--ListStyleType: disc;--toast__modal__toastList__toast__content__list--ListStylePosition: outside;--toast__modal__toastList__toast__content__list--Gap: 0;--toast__modal__toastList__toast__content__list--FontWeight: var( --toast__modal__toastList__toast__content__description--FontWeight );--toast__modal__toastList__toast__content__list--FontSize: var( --toast__modal__toastList__toast__content__description--FontSize );--toast__modal__toastList__toast__content__list__item--Color: var( --toast__modal__toastList__toast__content__description--Color );--toast__modal__toastList__toast__closeButton__closeIcon--Fill: white;--toast__modal__toastList__toast__closeButton__closeIcon--Fill--hover: white;--toast__modal__toastList__toast__closeButton__closeIcon--Width: 14px;--toast__modal__toastList__toast__closeButton__closeIcon--Height: auto;--toast__modal__toastList__toast__closeButton__closeIcon--Fill--warning: var( --toast__modal__toastList__toast__closeButton__closeIcon--Fill );--toast__modal__toastList__toast__closeButton__closeIcon--Fill--warning--hover: var( --toast__modal__toastList__toast__closeButton__closeIcon--Fill--hover );--toast__modal__toastList__toast__closeButton__closeIcon--Fill--error: var( --toast__modal__toastList__toast__closeButton__closeIcon--Fill );--toast__modal__toastList__toast__closeButton__closeIcon--Fill--error--hover: var( --toast__modal__toastList__toast__closeButton__closeIcon--Fill--hover );--toast__modal__toastList__toast__closeButton__closeIcon--Fill--success: var( --toast__modal__toastList__toast__closeButton__closeIcon--Fill );--toast__modal__toastList__toast__closeButton__closeIcon--Fill--success--hover: var( --toast__modal__toastList__toast__closeButton__closeIcon--Fill--hover );--toast__modal__toastList__toast__closeButton--Top: 4px;--toast__modal__toastList__toast__closeButton--Right: 4px;--toast__modal__toastList__toast__closeButton--Width: auto;--toast__modal__toastList__toast__closeButton--Height: auto;--toast__modal__toastList__toast__closeButton--Padding: 4px;--toast__modal__toastList__toast__timer--Height: 4px;--toast__modal__toastList__toast__timer--Background--error: lightgrey;--toast__modal__toastList__toast__timer--Background--success: lightgrey;--toast__modal__toastList__toast__timer--Background--warning: lightgrey}@media(max-width:986px){.toast{--toast__modal--Padding: 2px}}}.toast-list-module_modalWrapper_veQqC{--modal--Padding: var(--toast__modal--Padding);left:auto;right:var(--toast__modal--HorizontalPlacement)}[dir=rtl] .toast-list-module_modalWrapper_veQqC{left:var(--toast__modal--HorizontalPlacement);right:auto}.toast-list-module_modalWrapper_veQqC{width:auto;height:auto;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:transparent}.toast-list-module_modalWrapper_veQqC .toast-list-module_modal_bf2pn{overflow:unset;border-radius:0;width:auto;background-color:transparent;max-width:unset;min-width:unset}.toast-list-module_modalWrapper_veQqC .toast-list-module_modal_bf2pn .toast-list-module_toastList_y7Lk6{display:flex;flex-direction:column;gap:var(--toast__modal__toastList--Gap)}.toast-list-module_toast_7zqn2{-webkit-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;overflow:hidden;position:relative;display:flex;justify-content:start;align-items:var(--toast__modal__toastList__toast--AlignItems);gap:var(--toast__modal__toastList__toast--Gap);width:var(--toast__modal__toastList__toast--Width);border:var(--toast__modal__toastList__toast--Border);border-radius:var(--toast__modal__toastList__toast--BorderRadius);padding:var(--toast__modal__toastList__toast--Padding);box-shadow:var(--toast__modal__toastList__toast--BoxShadow);animation:toast-list-module_slideIn_lntqp var(--toast--slide--Duration)}[dir=rtl] .toast-list-module_toast_7zqn2{animation:toast-list-module_slideInRtl_g6KO0 var(--toast--slide--Duration)}.toast-list-module_toast_7zqn2 .toast-list-module_leftIconWrapper_JJRiI{display:flex}.toast-list-module_toast_7zqn2 .toast-list-module_closeButton_gIG5p{position:absolute;width:var(--toast__modal__toastList__toast__closeButton--Width);height:var(--toast__modal__toastList__toast__closeButton--Height);padding:var(--toast__modal__toastList__toast__closeButton--Padding);top:var(--toast__modal__toastList__toast__closeButton--Top);right:var(--toast__modal__toastList__toast__closeButton--Right)}[dir=rtl] .toast-list-module_toast_7zqn2 .toast-list-module_closeButton_gIG5p{top:var(--toast__modal__toastList__toast__closeButton--Top);left:var(--toast__modal__toastList__toast__closeButton--Right);right:unset}.toast-list-module_toast_7zqn2 .toast-list-module_closeButton_gIG5p .toast-list-module_closeIcon_Mij5J{fill:var(--toast__modal__toastList__toast__closeButton__closeIcon--Fill);width:var(--toast__modal__toastList__toast__closeButton__closeIcon--Width);height:var(--toast__modal__toastList__toast__closeButton__closeIcon--Height);flex-shrink:0}@media(any-hover:hover){.toast-list-module_toast_7zqn2 .toast-list-module_closeButton_gIG5p:hover .toast-list-module_closeIcon_Mij5J{fill:var(--toast__modal__toastList__toast__closeButton__closeIcon--Fill--hover)}}.toast-list-module_toast_7zqn2 .toast-list-module_content_NYoDa{display:flex;flex-direction:column;gap:var(--toast__modal__toastList__toast__content--Gap)}.toast-list-module_toast_7zqn2 .toast-list-module_content_NYoDa .toast-list-module_title_iilyV{font-weight:var(--toast__modal__toastList__toast__content__title--FontWeight);font-size:var(--toast__modal__toastList__toast__content__title--FontSize);color:var(--toast__modal__toastList__toast__content__title--Color)}.toast-list-module_toast_7zqn2 .toast-list-module_content_NYoDa .toast-list-module_description_ImdVo{font-weight:var(--toast__modal__toastList__toast__content__description--FontWeight);font-size:var(--toast__modal__toastList__toast__content__description--FontSize);color:var(--toast__modal__toastList__toast__content__description--Color)}.toast-list-module_toast_7zqn2 .toast-list-module_content_NYoDa .toast-list-module_list_54hAc{margin:var(--toast__modal__toastList__toast__content__list--Margin);padding-inline-start:var(--toast__modal__toastList__toast__content__list--PaddingInlineStart);list-style-type:var(--toast__modal__toastList__toast__content__list--ListStyleType);list-style-position:var(--toast__modal__toastList__toast__content__list--ListStylePosition);display:flex;flex-direction:column;gap:var(--toast__modal__toastList__toast__content__list--Gap)}.toast-list-module_toast_7zqn2 .toast-list-module_content_NYoDa .toast-list-module_listItem_-c-Ug{color:var(--toast__modal__toastList__toast__content__list__item--Color);font-weight:var(--toast__modal__toastList__toast__content__list--FontWeight);font-size:var(--toast__modal__toastList__toast__content__list--FontSize)}.toast-list-module_toast_7zqn2.toast-list-module_exited_g9wf0{transform:translate(200%);animation:toast-list-module_slideOut_GTrih var(--toast--slide--Duration)}[dir=rtl] .toast-list-module_toast_7zqn2.toast-list-module_exited_g9wf0{animation:toast-list-module_slideOutRtl_PUUdR var(--toast--slide--Duration)}.toast-list-module_toast_7zqn2.toast-list-module_error_HbCE7{background:var(--toast__modal__toastList__toast--Background--error);border:var(--toast__modal__toastList__toast--Border--error)}.toast-list-module_toast_7zqn2.toast-list-module_error_HbCE7 .toast-list-module_leftIcon_lfrhu{fill:red}.toast-list-module_toast_7zqn2.toast-list-module_error_HbCE7 .toast-list-module_closeIcon_Mij5J{fill:var(--toast__modal__toastList__toast__closeButton__closeIcon--Fill--error)}@media(any-hover:hover){.toast-list-module_toast_7zqn2.toast-list-module_error_HbCE7 .toast-list-module_closeButton_gIG5p:hover .toast-list-module_closeIcon_Mij5J{fill:var(--toast__modal__toastList__toast__closeButton__closeIcon--Fill--error--hover)}}.toast-list-module_toast_7zqn2.toast-list-module_error_HbCE7 .toast-list-module_content_NYoDa .toast-list-module_title_iilyV{color:var(--toast__modal__toastList__toast__content__title--Color--error)}.toast-list-module_toast_7zqn2.toast-list-module_error_HbCE7 .toast-list-module_content_NYoDa .toast-list-module_description_ImdVo{color:var(--toast__modal__toastList__toast__content__description--Color--error)}.toast-list-module_toast_7zqn2.toast-list-module_success_AkNZZ{background:var(--toast__modal__toastList__toast--Background--success);border:var(--toast__modal__toastList__toast--Border--success)}.toast-list-module_toast_7zqn2.toast-list-module_success_AkNZZ .toast-list-module_leftIcon_lfrhu{fill:#00c72c}.toast-list-module_toast_7zqn2.toast-list-module_success_AkNZZ .toast-list-module_closeIcon_Mij5J{fill:var(--toast__modal__toastList__toast__closeButton__closeIcon--Fill--success)}@media(any-hover:hover){.toast-list-module_toast_7zqn2.toast-list-module_success_AkNZZ .toast-list-module_closeButton_gIG5p:hover .toast-list-module_closeIcon_Mij5J{fill:var(--toast__modal__toastList__toast__closeButton__closeIcon--Fill--success--hover)}}.toast-list-module_toast_7zqn2.toast-list-module_success_AkNZZ .toast-list-module_content_NYoDa .toast-list-module_title_iilyV{color:var(--toast__modal__toastList__toast__content__title--Color--success)}.toast-list-module_toast_7zqn2.toast-list-module_success_AkNZZ .toast-list-module_content_NYoDa .toast-list-module_description_ImdVo{color:var(--toast__modal__toastList__toast__content__description--Color--success)}.toast-list-module_toast_7zqn2.toast-list-module_warning_oz7OG{background:var(--toast__modal__toastList__toast--Background--warning);border:var(--toast__modal__toastList__toast--Border--warning)}.toast-list-module_toast_7zqn2.toast-list-module_warning_oz7OG .toast-list-module_leftIcon_lfrhu{fill:#ff8d08}.toast-list-module_toast_7zqn2.toast-list-module_warning_oz7OG .toast-list-module_closeIcon_Mij5J{fill:var(--toast__modal__toastList__toast__closeButton__closeIcon--Fill--warning)}@media(any-hover:hover){.toast-list-module_toast_7zqn2.toast-list-module_warning_oz7OG .toast-list-module_closeButton_gIG5p:hover .toast-list-module_closeIcon_Mij5J{fill:var(--toast__modal__toastList__toast__closeButton__closeIcon--Fill--success--warning)}}.toast-list-module_toast_7zqn2.toast-list-module_warning_oz7OG .toast-list-module_content_NYoDa .toast-list-module_title_iilyV{color:var(--toast__modal__toastList__toast__content__title--Color--warning)}.toast-list-module_toast_7zqn2.toast-list-module_warning_oz7OG .toast-list-module_content_NYoDa .toast-list-module_description_ImdVo{color:var(--toast__modal__toastList__toast__content__description--Color--warning)}.toast-list-module_timerWrapper_seHMN{position:absolute;bottom:0;left:0;width:100%;height:var(--toast__modal__toastList__toast__timer--Height);background:transparent}.toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez{height:var(--toast__modal__toastList__toast__timer--Height);animation:toast-list-module_timerAnimation_pIvHG var(--toast--timer--Duration);animation-play-state:var(--toast--timer--PlayState);transform-origin:left;will-change:transform}[dir=rtl] .toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez{transform-origin:right}.toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez.toast-list-module_error_HbCE7{background:var(--toast__modal__toastList__toast__timer--Background--error)}.toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez.toast-list-module_success_AkNZZ{background:var(--toast__modal__toastList__toast__timer--Background--success)}.toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez.toast-list-module_warning_oz7OG{background:var(--toast__modal__toastList__toast__timer--Background--warning)}.toast-list-module_timerWrapper_seHMN .toast-list-module_timer_0O2Ez.toast-list-module_exited_g9wf0{background:transparent}@keyframes toast-list-module_slideIn_lntqp{0%{transform:translate(200%)}to{transform:translate(0)}}@keyframes toast-list-module_slideOut_GTrih{0%{transform:translate(0)}to{transform:translate(200%)}}@keyframes toast-list-module_slideInRtl_g6KO0{0%{transform:translate(-200%)}to{transform:translate(0)}}@keyframes toast-list-module_slideOutRtl_PUUdR{0%{transform:translate(0)}to{transform:translate(-200%)}}@keyframes toast-list-module_timerAnimation_pIvHG{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@layer infoAccordion{.infoAccordion{--infoAccordion--MarginBottom: 20px;--infoAccordion--Border: 1px solid black;--infoAccordion--BorderRadius: 12px;--infoAccordion__title--Color: black;--infoAccordion__title--FontSize: 20px;--infoAccordion__title--FontWeight: 700;--infoAccordion__title--Margin: 0 0 20px;--infoAccordion__text--Color: grey;--infoAccordion__text--FontSize: 14px;--infoAccordion__text--FontWeight: 600;--infoAccordion__text--Margin: 0 0 20px;--infoAccordion__text--TextAlign: left;--infoAccordion__trigger--Width: 100%;--infoAccordion__trigger--BorderRadius: 12px;--infoAccordion__trigger--Background: transparent;--infoAccordion__trigger--Padding: 20px 20px 0;--infoAccordion__trigger--Color: black;--infoAccordion__triggerIcon--Fill: black;--infoAccordion__triggerIcon--Transition: .3s all ease-in-out;--infoAccordion__triggerIcon--Width: 12px;--infoAccordion__content--Padding: 0 20px 30px;--infoAccordion__content--BorderRadius: 0 0 12px 12px;--infoAccordion__content--Background: grey;--infoAccordion__content--MarginInline: 0;--infoAccordion__title--TextAlign: start}.info-accordion-module_accordion_tQrie{box-sizing:border-box;margin-bottom:var(--infoAccordion--MarginBottom);border:var(--infoAccordion--Border);border-radius:var(--infoAccordion--BorderRadius)}.info-accordion-module_title_25VKN{font-size:var(--infoAccordion__title--FontSize);font-weight:var(--infoAccordion__title--FontWeight);color:var(--infoAccordion__title--Color);margin:var(--infoAccordion__title--Margin);text-align:var(--infoAccordion__title--TextAlign)}.info-accordion-module_text_nsaTa{color:var(--infoAccordion__text--Color);font-size:var(--infoAccordion__text--FontSize);font-weight:var(--infoAccordion__text--FontWeight);margin:var(--infoAccordion__text--Margin);text-align:var(--infoAccordion__text--TextAlign)}.info-accordion-module_trigger_hHSJD{align-items:flex-start;justify-content:space-between;box-sizing:border-box;width:var(--infoAccordion__trigger--Width);border-radius:var(--infoAccordion__trigger--BorderRadius);background:var(--infoAccordion__trigger--Background);padding:var(--infoAccordion__trigger--Padding);color:var(--infoAccordion__trigger--Color)}.info-accordion-module_trigger_hHSJD.info-accordion-module_openedTrigger_QqINJ{border-radius:var(--infoAccordion__trigger--BorderRadius) var(--infoAccordion__trigger--BorderRadius) 0 0}.info-accordion-module_icon_oDF5J{height:100%;display:flex;align-items:center;fill:var(--infoAccordion__triggerIcon--Fill);width:var(--infoAccordion__triggerIcon--Width)}.info-accordion-module_iconContainer_d-Vxz{display:inline-flex;transition:var(--infoAccordion__triggerIcon--Transition)}.info-accordion-module_opened_p3Hmh{transform:rotate(180deg)}.info-accordion-module_triggerContent_hizCU{display:flex;flex:1;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-sizing:border-box;margin-inline:var(--infoAccordion__content--MarginInline)}.info-accordion-module_content_RG4FH{padding:0 20px 30px;border-radius:0 0 12px 12px;background:var(--infoAccordion__content--Background)}}@layer newTotofaMessages{.newTotofaMessages{--newTotofaMessages__Wrapper--Gap: 24px;--newTotofaMessages__section--Gap: 0;--newTotofaMessages__section--Background: grey;--newTotofaMessages__section--Border: none;--newTotofaMessages__section--BorderRadius: 12px;--newTotofaMessages__section__header--Padding: 10px 15px 6px 16px;--newTotofaMessages__section__header--Gap: 10px;--newTotofaMessages__section__title--Color: rgba(255 255 255 / 70%);--newTotofaMessages__section__title--FontSize: 14px;--newTotofaMessages__section__title--FontWeight: 600;--newTotofaMessages__section__count--Color: rgba(255 255 255 / 50%);--newTotofaMessages__section__count--FontSize: 14px;--newTotofaMessages__section__count--FontWeight: 600;--newTotofaMessages__markButton--Color: green;--newTotofaMessages__markButton--FontSize: 14px;--newTotofaMessages__markButton--FontWeight: 700;--newTotofaMessages__markButton--TextDecoration: underline;--newTotofaMessages__markButton--Background: none;--newTotofaMessages__markButton--Border: none;--newTotofaMessages__markButton--BoxShadow: none;--newTotofaMessages__markButton--Padding: 0;--newTotofaMessages__list--Gap: 0;--newTotofaMessages__listItem--BorderBottom: 1px solid grey;--newTotofaMessages__customCard--Gap: 15px;--newTotofaMessages__customCard--Padding: 10px 15px;--newTotofaMessages__customCard__iconWrapper--Width: 38px;--newTotofaMessages__customCard__iconWrapper--Height: 38px;--newTotofaMessages__customCard__iconWrapper--BorderRadius: 999999px;--newTotofaMessages__customCard__iconWrapper--Background: rgba(255 255 255 / 10%);--newTotofaMessages__customCard__icon--Fill: #fff;--newTotofaMessages__customCard__icon--Width: 18px;--newTotofaMessages__customCard__icon--Height: 18px;--newTotofaMessages__customCard__body--FlexDirection: column;--newTotofaMessages__customCard__body--Gap: 3px;--newTotofaMessages__customCard__title--Color: #fff;--newTotofaMessages__customCard__title--FontSize: 14px;--newTotofaMessages__customCard__title--FontWeight: 600;--newTotofaMessages__customCard__date--Color: rgba(255 255 255 / 50%);--newTotofaMessages__customCard__date--FontSize: 12px;--newTotofaMessages__customCard__date--FontWeight: 600;--newTotofaMessages__customCard__text--Color: rgba(255 255 255 / 80%);--newTotofaMessages__customCard__text--FontSize: 12px;--newTotofaMessages__customCard__text--FontWeight: 600;--newTotofaMessages__customCard__text--Width: calc(100% - 40px) ;--newTotofaMessages__customCard__text--Margin: 0 0 6px;--newTotofaMessages__customCard__arrow--Top: 50%;--newTotofaMessages__customCard__arrow--Transform: translateY(-50%);--newTotofaMessages__customCard__arrow--Right: 10px;--newTotofaMessages__customCard__arrowIcon--Fill: rgba(255 255 255 / 50%);--newTotofaMessages__customCard__arrowIcon--Width: 24px;--newTotofaMessages__customCard__arrowIcon--Height: 24px;--newTotofaMessages__systemCard--Gap: 15px;--newTotofaMessages__systemCard--Padding: 10px 15px;--newTotofaMessages__systemCard__iconWrapper--Width: 38px;--newTotofaMessages__systemCard__iconWrapper--Height: 38px;--newTotofaMessages__systemCard__iconWrapper--BorderRadius: 999999px;--newTotofaMessages__systemCard__iconWrapper--Background: rgba(9, 161, 25, .1);--newTotofaMessages__systemCard__icon--Fill: #3bbe49;--newTotofaMessages__systemCard__icon--Width: 18px;--newTotofaMessages__systemCard__icon--Height: 18px;--newTotofaMessages__systemCard__body--FlexDirection: column;--newTotofaMessages__systemCard__body--Gap: 3px;--newTotofaMessages__systemCard__title--Color: #fff;--newTotofaMessages__systemCard__title--FontSize: 14px;--newTotofaMessages__systemCard__title--FontWeight: 600;--newTotofaMessages__systemCard__date--Color: rgba(255 255 255 / 50%);--newTotofaMessages__systemCard__date--FontSize: 12px;--newTotofaMessages__systemCard__date--FontWeight: 600;--newTotofaMessages__systemCard__text--Gap: 5px;--newTotofaMessages__systemCard__text--Margin: 0 0 6px;--newTotofaMessages__systemCard__amount--Color: #f3fff4;--newTotofaMessages__systemCard__amount--FontSize: 12px;--newTotofaMessages__systemCard__amount--FontWeight: 600;--newTotofaMessages__systemCard__amount--Margin: 0;--newTotofaMessages__systemCard__amountValue--Color: #1fe228;--newTotofaMessages__systemCard__amountValue--FontSize: 12px;--newTotofaMessages__systemCard__amountValue--FontWeight: 600;--newTotofaMessages__systemCard__amountValue--Margin: 0;--newTotofaMessages__systemCard__arrow--Top: 50%;--newTotofaMessages__systemCard__arrow--Transform: translateY(-50%);--newTotofaMessages__systemCard__arrow--Right: 10px;--newTotofaMessages__systemCard__arrowIcon--Fill: #f3fff4;--newTotofaMessages__systemCard__arrowIcon--Width: 24px;--newTotofaMessages__systemCard__arrowIcon--Height: 24px;--newTotofaMessages__empty--Background: rgba(255 255 255 / 5%);--newTotofaMessages__empty--BorderRadius: 16px;--newTotofaMessages__empty--Padding: 12px 20px;--newTotofaMessages__empty--Border: 1px solid grey;--newTotofaMessages__empty__text--Color: rgba(255 255 255 / 50%);--newTotofaMessages__empty__text--FontSize: 14px;--newTotofaMessages__empty__text--FontWeight: 600;--newTotofaMessages__empty__text--TextAlign: center;--newTotofaMessages__pagination--MarginTop: 16px;--newTotofaMessages__messageDetail--Width: 100%;--newTotofaMessages__customMessageDetail--Background: #1b2135;--newTotofaMessages__customMessageDetail--Border: 1px solid rgba(255 255 255 / 10%);--newTotofaMessages__customMessageDetail--BorderRadius: 12px;--newTotofaMessages__customMessageDetail--Padding: 20px;--newTotofaMessages__customMessageDetail--Gap: 20px 36px;--newTotofaMessages__customMessageDetail__imageWrapper--MinWidth: 230px;--newTotofaMessages__customMessageDetail__imageWrapper--AspectRatio: 290 / 165.7142791748047;--newTotofaMessages__customMessageDetail__imageWrapper--BorderRadius: 12px;--newTotofaMessages__customMessageDetail__imageWrapper--Height: initial;--newTotofaMessages__customMessageDetail__content--MinWidth: 220px;--newTotofaMessages__customMessageDetail__content--Gap: 0;--newTotofaMessages__customMessageDetail__header--Gap: 5px;--newTotofaMessages__customMessageDetail__title--Color: #fff;--newTotofaMessages__customMessageDetail__title--FontSize: 22px;--newTotofaMessages__customMessageDetail__title--FontWeight: 700;--newTotofaMessages__customMessageDetail__title--Margin: 0;--newTotofaMessages__customMessageDetail__date--Color: rgba(255 255 255 / 50%);--newTotofaMessages__customMessageDetail__date--FontSize: 12px;--newTotofaMessages__customMessageDetail__date--FontWeight: 600;--newTotofaMessages__customMessageDetail__text--Color: #fff;--newTotofaMessages__customMessageDetail__text--FontSize: 14px;--newTotofaMessages__customMessageDetail__text--FontWeight: 600;--newTotofaMessages__customMessageDetail__text--Margin: 0;--newTotofaMessages__customMessageDetail__text--Height: 100%;--newTotofaMessages__customMessageDetail__image--Height: 100%;--newTotofaMessages__customMessageDetail__image--Width: 100%;--newTotofaMessages__customMessageDetail__arrowIcon--Fill: grey;--newTotofaMessages__customMessageDetail__arrowIcon--Width: 24px;--newTotofaMessages__customMessageDetail__arrowIcon--Height: 24px;--newTotofaMessages__systemMessageDetail--Background: #1b2135;--newTotofaMessages__systemMessageDetail--BorderColor: rgba(255 255 255 / 10%);--newTotofaMessages__systemMessageDetail--BorderRadius: 12px;--newTotofaMessages__systemMessageDetail--Padding: 20px;--newTotofaMessages__systemMessageDetail--Gap: 20px 36px;--newTotofaMessages__systemMessageDetail__imageWrapper--MinWidth: 230px;--newTotofaMessages__systemMessageDetail__imageWrapper--AspectRatio: 290 / 165.7142791748047;--newTotofaMessages__systemMessageDetail__imageWrapper--BorderRadius: 12px;--newTotofaMessages__systemMessageDetail__imageWrapper--Background: rgba(9, 161, 25, .1);--newTotofaMessages__systemMessageDetail__imageWrapper__before--Background: transparent;--newTotofaMessages__systemMessageDetail__icon--Background: rgba(9, 161, 25, .1);--newTotofaMessages__systemMessageDetail__icon--Fill: #1fe228;--newTotofaMessages__systemMessageDetail__icon--Size: 40px;--newTotofaMessages__systemMessageDetail__content--MinWidth: 220px;--newTotofaMessages__systemMessageDetail__content--Gap: 10px;--newTotofaMessages__systemMessageDetail__header--Gap: 5px;--newTotofaMessages__systemMessageDetail__title--Color: #fff;--newTotofaMessages__systemMessageDetail__title--FontSize: 22px;--newTotofaMessages__systemMessageDetail__title--FontWeight: 700;--newTotofaMessages__systemMessageDetail__title--Margin: 0;--newTotofaMessages__systemMessageDetail__date--Color: rgba(255 255 255 / 50%);--newTotofaMessages__systemMessageDetail__date--FontSize: 12px;--newTotofaMessages__systemMessageDetail__date--FontWeight: 600;--newTotofaMessages__systemMessageDetail__body--Gap: 15px;--newTotofaMessages__systemMessageDetail__text--Color: #fff;--newTotofaMessages__systemMessageDetail__text--FontSize: 14px;--newTotofaMessages__systemMessageDetail__text--FontWeight: 600;--newTotofaMessages__systemMessageDetail__text--Margin: 0;--newTotofaMessages__systemMessageDetail__amount--Color: #1fe228;--newTotofaMessages__systemMessageDetail__amount--FontSize: 14px;--newTotofaMessages__systemMessageDetail__amount--FontWeight: 600;--newTotofaMessages__systemMessageDetail__amount--Margin: 0;--newTotofaMessages__systemMessageDetail__amounts--BorderColor: rgba(255 255 255 / 10%);--newTotofaMessages__systemMessageDetail__amounts--PaddingTop: 15px;--newTotofaMessages__systemMessageDetail__amounts--Gap: 10px}.new-totofa-messages-module_wrapper_-EDT4{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:var(--newTotofaMessages__Wrapper--Gap)}.new-totofa-messages-module_loaderWrapper_YJoDk{width:100%;display:flex;justify-content:center;align-items:center;padding:var(--newTotofaMessages__empty--Padding)}.new-totofa-messages-module_emptyState_vIsXJ{flex:1;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:var(--newTotofaMessages__empty--Padding);background:var(--newTotofaMessages__empty--Background);border-radius:var(--newTotofaMessages__empty--BorderRadius);border:var(--newTotofaMessages__empty--Border);width:100%}.new-totofa-messages-module_emptyText_MBg2k{margin:0;color:var(--newTotofaMessages__empty__text--Color);font-size:var(--newTotofaMessages__empty__text--FontSize);font-weight:var(--newTotofaMessages__empty__text--FontWeight);text-align:var(--newTotofaMessages__empty__text--TextAlign)}.new-totofa-messages-module_pagination_RV912{width:100%;display:flex;justify-content:center;margin-top:var(--newTotofaMessages__pagination--MarginTop)}.new-totofa-messages-module_message_WLQMz{width:var(--newTotofaMessages__messageDetail--Width)}}@layer newTotofaMessages{.custom-message-detail-module_container_OBMXD{box-sizing:border-box;width:100%;display:flex;flex-wrap:wrap;gap:var(--newTotofaMessages__customMessageDetail--Gap);padding:var(--newTotofaMessages__customMessageDetail--Padding);background:var(--newTotofaMessages__customMessageDetail--Background);border:var(--newTotofaMessages__customMessageDetail--Border);border-radius:var(--newTotofaMessages__customMessageDetail--BorderRadius)}.custom-message-detail-module_imageWrapper_JMkOj{flex:1 0 0;min-width:var(--newTotofaMessages__customMessageDetail__imageWrapper--MinWidth);height:var(--newTotofaMessages__customMessageDetail__imageWrapper--Height);aspect-ratio:var(--newTotofaMessages__customMessageDetail__imageWrapper--AspectRatio);border-radius:var(--newTotofaMessages__customMessageDetail__imageWrapper--BorderRadius);overflow:hidden}.custom-message-detail-module_image_2A3ek{width:var(--newTotofaMessages__customMessageDetail__image--Width);height:var(--newTotofaMessages__customMessageDetail__image--Height);object-fit:cover;display:block}.custom-message-detail-module_content_dB2N4{flex:1 0 0;min-width:var(--newTotofaMessages__customMessageDetail__content--MinWidth);display:flex;flex-direction:column;gap:var(--newTotofaMessages__customMessageDetail__content--Gap);min-height:100%}.custom-message-detail-module_header_STATE{display:flex;flex-direction:column;gap:var(--newTotofaMessages__customMessageDetail__header--Gap)}.custom-message-detail-module_title_RVLvm{color:var(--newTotofaMessages__customMessageDetail__title--Color);font-size:var(--newTotofaMessages__customMessageDetail__title--FontSize);font-weight:var(--newTotofaMessages__customMessageDetail__title--FontWeight);margin:var(--newTotofaMessages__customMessageDetail__title--Margin)}.custom-message-detail-module_date_-ZVYe{color:var(--newTotofaMessages__customMessageDetail__date--Color);font-size:var(--newTotofaMessages__customMessageDetail__date--FontSize);font-weight:var(--newTotofaMessages__customMessageDetail__date--FontWeight)}.custom-message-detail-module_text_ronZu{color:var(--newTotofaMessages__customMessageDetail__text--Color);font-size:var(--newTotofaMessages__customMessageDetail__text--FontSize);font-weight:var(--newTotofaMessages__customMessageDetail__text--FontWeight);margin:var(--newTotofaMessages__customMessageDetail__text--Margin);height:var(--newTotofaMessages__customMessageDetail__text--Height)}.custom-message-detail-module_actions_J6fDK{display:flex;justify-content:flex-end;width:100%}.custom-message-detail-module_arrowIcon_9vLAm{fill:var(--newTotofaMessages__customMessageDetail__arrowIcon--Fill);width:var(--newTotofaMessages__customMessageDetail__arrowIcon--Width);height:var(--newTotofaMessages__customMessageDetail__arrowIcon--Height)}[dir=rtl] .custom-message-detail-module_arrowIcon_9vLAm{transform:scaleX(-1)}}@layer newTotofaMessages{.amount-row-module_row_uGsj7{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}.amount-row-module_label_EvBmS{margin:0;color:var(--newTotofaMessages__systemMessageDetail__text--Color);font-size:var(--newTotofaMessages__systemMessageDetail__text--FontSize);font-weight:var(--newTotofaMessages__systemMessageDetail__text--FontWeight);white-space:nowrap}.amount-row-module_value_Xqu3M{display:flex;align-items:center;gap:5px;flex-shrink:0}.amount-row-module_amount_noJwe,.amount-row-module_currency_llQ3Y{margin:0;color:var(--newTotofaMessages__systemMessageDetail__amount--Color);font-size:var(--newTotofaMessages__systemMessageDetail__amount--FontSize);font-weight:var(--newTotofaMessages__systemMessageDetail__amount--FontWeight);white-space:nowrap}}@layer newTotofaMessages{.system-message-detail-module_container_kJnCc{box-sizing:border-box;width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--newTotofaMessages__systemMessageDetail--Gap);padding:var(--newTotofaMessages__systemMessageDetail--Padding);background:var(--newTotofaMessages__systemMessageDetail--Background);border:1px solid var(--newTotofaMessages__systemMessageDetail--BorderColor);border-radius:var(--newTotofaMessages__systemMessageDetail--BorderRadius)}.system-message-detail-module_iconSection_y8h6u{flex:1 0 0;min-width:var(--newTotofaMessages__systemMessageDetail__imageWrapper--MinWidth);aspect-ratio:var(--newTotofaMessages__systemMessageDetail__imageWrapper--AspectRatio);border-radius:var(--newTotofaMessages__systemMessageDetail__imageWrapper--BorderRadius);background:var(--newTotofaMessages__systemMessageDetail__imageWrapper--Background);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.system-message-detail-module_iconSection_y8h6u:before{content:"";position:absolute;left:-35px;bottom:-186.714px;border-radius:522px;opacity:.4;background:var(--newTotofaMessages__systemMessageDetail__imageWrapper__before--Background);filter:blur(49.6551704407px);width:522px;height:336px}.system-message-detail-module_icon_Iuvvh{fill:var(--newTotofaMessages__systemMessageDetail__icon--Fill);width:var(--newTotofaMessages__systemMessageDetail__icon--Size);height:var(--newTotofaMessages__systemMessageDetail__icon--Size)}.system-message-detail-module_content_aUpb1{flex:1 0 0;min-width:var(--newTotofaMessages__systemMessageDetail__content--MinWidth);display:flex;flex-direction:column;gap:var(--newTotofaMessages__systemMessageDetail__content--Gap)}.system-message-detail-module_header_wmlus{display:flex;flex-direction:column;gap:var(--newTotofaMessages__systemMessageDetail__header--Gap)}.system-message-detail-module_title_t9kOs{color:var(--newTotofaMessages__systemMessageDetail__title--Color);font-size:var(--newTotofaMessages__systemMessageDetail__title--FontSize);font-weight:var(--newTotofaMessages__systemMessageDetail__title--FontWeight);margin:var(--newTotofaMessages__systemMessageDetail__title--Margin)}.system-message-detail-module_date_-5ZLd{color:var(--newTotofaMessages__systemMessageDetail__date--Color);font-size:var(--newTotofaMessages__systemMessageDetail__date--FontSize);font-weight:var(--newTotofaMessages__systemMessageDetail__date--FontWeight)}.system-message-detail-module_body_GLsfX{display:flex;flex-direction:column;gap:var(--newTotofaMessages__systemMessageDetail__body--Gap)}.system-message-detail-module_text_Vzci0{color:var(--newTotofaMessages__systemMessageDetail__text--Color);font-size:var(--newTotofaMessages__systemMessageDetail__text--FontSize);font-weight:var(--newTotofaMessages__systemMessageDetail__text--FontWeight);margin:var(--newTotofaMessages__systemMessageDetail__text--Margin)}.system-message-detail-module_amounts_RWk6n{display:flex;flex-direction:column;gap:var(--newTotofaMessages__systemMessageDetail__amounts--Gap);width:100%;border-top:1px dashed var(--newTotofaMessages__systemMessageDetail__amounts--BorderColor);padding-top:var(--newTotofaMessages__systemMessageDetail__amounts--PaddingTop)}}@layer newTotofaMessages{.custom-message-card-module_card_YuWis{position:relative;box-sizing:border-box;width:100%;display:flex;align-items:flex-start;gap:var(--newTotofaMessages__customCard--Gap);padding:var(--newTotofaMessages__customCard--Padding)}.custom-message-card-module_iconWrapper_4N7LZ{flex-shrink:0;width:var(--newTotofaMessages__customCard__iconWrapper--Width);height:var(--newTotofaMessages__customCard__iconWrapper--Height);border-radius:var(--newTotofaMessages__customCard__iconWrapper--BorderRadius);background:var(--newTotofaMessages__customCard__iconWrapper--Background);display:flex;align-items:center;justify-content:center}.custom-message-card-module_icon_a2-rc{fill:var(--newTotofaMessages__customCard__icon--Fill);width:var(--newTotofaMessages__customCard__icon--Width);height:var(--newTotofaMessages__customCard__icon--Height)}.custom-message-card-module_body_a1laA{flex:1;min-width:0;display:flex;flex-direction:var(--newTotofaMessages__customCard__body--FlexDirection);gap:var(--newTotofaMessages__customCard__body--Gap)}.custom-message-card-module_title_TSpPM{overflow:hidden;text-overflow:ellipsis;color:var(--newTotofaMessages__customCard__title--Color);font-size:var(--newTotofaMessages__customCard__title--FontSize);font-weight:var(--newTotofaMessages__customCard__title--FontWeight);margin:0;white-space:nowrap;line-height:normal}.custom-message-card-module_date_fqE9T{color:var(--newTotofaMessages__customCard__date--Color);font-size:var(--newTotofaMessages__customCard__date--FontSize);font-weight:var(--newTotofaMessages__customCard__date--FontWeight);flex-shrink:0;line-height:normal}.custom-message-card-module_text_XQwBd{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--newTotofaMessages__customCard__text--Color);font-size:var(--newTotofaMessages__customCard__text--FontSize);font-weight:var(--newTotofaMessages__customCard__text--FontWeight);width:var(--newTotofaMessages__customCard__text--Width);margin:var(--newTotofaMessages__customCard__text--Margin);line-height:normal}.custom-message-card-module_text_XQwBd *{display:inline;margin:0;padding:0}.custom-message-card-module_text_XQwBd br{display:none}.custom-message-card-module_arrow_na4ya{flex-shrink:0;display:flex;align-items:center;align-self:center;position:absolute;top:var(--newTotofaMessages__customCard__arrow--Top);transform:var(--newTotofaMessages__customCard__arrow--Transform);right:var(--newTotofaMessages__customCard__arrow--Right)}.custom-message-card-module_arrowIcon_lSqQu{fill:var(--newTotofaMessages__customCard__arrowIcon--Fill);width:var(--newTotofaMessages__customCard__arrowIcon--Width);height:var(--newTotofaMessages__customCard__arrowIcon--Height)}[dir=rtl] .custom-message-card-module_arrowIcon_lSqQu{transform:scaleX(-1)}}@layer newTotofaMessages{.system-message-card-module_card_sgcMv{position:relative;box-sizing:border-box;width:100%;display:flex;align-items:flex-start;gap:var(--newTotofaMessages__systemCard--Gap);padding:var(--newTotofaMessages__systemCard--Padding)}.system-message-card-module_iconWrapper_lyFlk{flex-shrink:0;width:var(--newTotofaMessages__systemCard__iconWrapper--Width);height:var(--newTotofaMessages__systemCard__iconWrapper--Height);border-radius:var(--newTotofaMessages__systemCard__iconWrapper--BorderRadius);background:var(--newTotofaMessages__systemCard__iconWrapper--Background);display:flex;align-items:center;justify-content:center}.system-message-card-module_icon_qRxJa{fill:var(--newTotofaMessages__systemCard__icon--Fill);width:var(--newTotofaMessages__systemCard__icon--Width);height:var(--newTotofaMessages__systemCard__icon--Height)}.system-message-card-module_body_RCFnb{flex:1;min-width:0;display:flex;flex-direction:var(--newTotofaMessages__systemCard__body--FlexDirection);gap:var(--newTotofaMessages__systemCard__body--Gap)}.system-message-card-module_title_R1Tgq{color:var(--newTotofaMessages__systemCard__title--Color);font-size:var(--newTotofaMessages__systemCard__title--FontSize);font-weight:var(--newTotofaMessages__systemCard__title--FontWeight);margin:0;white-space:nowrap;line-height:normal}.system-message-card-module_date_nE98K{color:var(--newTotofaMessages__systemCard__date--Color);font-size:var(--newTotofaMessages__systemCard__date--FontSize);font-weight:var(--newTotofaMessages__systemCard__date--FontWeight);flex-shrink:0;line-height:normal}.system-message-card-module_text_aIQEJ{display:flex;gap:var(--newTotofaMessages__systemCard__text--Gap);justify-content:flex-start;margin:var(--newTotofaMessages__systemCard__text--Margin);line-height:normal}.system-message-card-module_amount_tU2NQ{color:var(--newTotofaMessages__systemCard__amount--Color);font-size:var(--newTotofaMessages__systemCard__amount--FontSize);font-weight:var(--newTotofaMessages__systemCard__amount--FontWeight);margin:var(--newTotofaMessages__systemCard__amount--Margin);line-height:normal}.system-message-card-module_amountValue_5IUc8{color:var(--newTotofaMessages__systemCard__amountValue--Color);font-size:var(--newTotofaMessages__systemCard__amountValue--FontSize);font-weight:var(--newTotofaMessages__systemCard__amountValue--FontWeight);margin:var(--newTotofaMessages__systemCard__amountValue--Margin);line-height:normal}.system-message-card-module_arrow_Ng0cw{flex-shrink:0;display:flex;align-items:center;align-self:center;position:absolute;top:var(--newTotofaMessages__systemCard__arrow--Top);transform:var(--newTotofaMessages__systemCard__arrow--Transform);right:var(--newTotofaMessages__systemCard__arrow--Right)}.system-message-card-module_arrowIcon_LggDL{width:var(--newTotofaMessages__systemCard__arrowIcon--Width);height:var(--newTotofaMessages__systemCard__arrowIcon--Height);fill:var(--newTotofaMessages__systemCard__arrowIcon--Fill)}[dir=rtl] .system-message-card-module_arrowIcon_LggDL{transform:scaleX(-1)}}@layer newTotofaMessages{.messages-list-module_section_vdvVw{display:flex;flex-direction:column;gap:var(--newTotofaMessages__section--Gap);width:100%;background:var(--newTotofaMessages__section--Background);border:var(--newTotofaMessages__section--Border);border-radius:var(--newTotofaMessages__section--BorderRadius)}.messages-list-module_sectionHeader_P8czg{display:flex;justify-content:space-between;align-items:center;gap:var(--newTotofaMessages__section__header--Gap);padding:var(--newTotofaMessages__section__header--Padding)}.messages-list-module_sectionTitle_2bii-{color:var(--newTotofaMessages__section__title--Color);font-size:var(--newTotofaMessages__section__title--FontSize);font-weight:var(--newTotofaMessages__section__title--FontWeight);line-height:normal;margin:0}.messages-list-module_sectionCount_TJwNc{color:var(--newTotofaMessages__section__count--Color);font-size:var(--newTotofaMessages__section__count--FontSize);font-weight:var(--newTotofaMessages__section__count--FontWeight);line-height:normal}.messages-list-module_markButton_DziQq{flex-shrink:0;background:var(--newTotofaMessages__markButton--Background);border:var(--newTotofaMessages__markButton--Border);padding:var(--newTotofaMessages__markButton--Padding);box-shadow:var(--newTotofaMessages__markButton--BoxShadow);text-decoration:var(--newTotofaMessages__markButton--TextDecoration);color:var(--newTotofaMessages__markButton--Color);font-size:var(--newTotofaMessages__markButton--FontSize);font-weight:var(--newTotofaMessages__markButton--FontWeight)}.messages-list-module_list_jRdS5{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--newTotofaMessages__list--Gap)}.messages-list-module_item_I1DlC{margin:0;padding:0;border-bottom:var(--newTotofaMessages__listItem--BorderBottom)}.messages-list-module_item_I1DlC:last-child{border-bottom:none}}@layer passwordRecoveryModals{.passwordRecoveryModals{--passwordRecoveryModals__modal--Background: #ebf1ff;--passwordRecoveryModals__modal--BorderRadius: 30px;--passwordRecoveryModals__modal--MaxWidth: 500px;--passwordRecoveryModals__modal--BoxSizing: border-box;--passwordRecoveryModals__modal--Display: flex;--passwordRecoveryModals__modal--Width: 100%;--passwordRecoveryModals__container--Display: flex;--passwordRecoveryModals__container--FlexDirection: column;--passwordRecoveryModals__container--AlignItems: flex-start;--passwordRecoveryModals__container--JustifyContent: flex-start;--passwordRecoveryModals__container--Gap: 0;--passwordRecoveryModals__container--BoxSizing: border-box;--passwordRecoveryModals__container--MaxHeight: 80vh;--passwordRecoveryModals__header--Padding: 25px 30px;--passwordRecoveryModals__header--Display: flex;--passwordRecoveryModals__header--JustifyContent: center;--passwordRecoveryModals__header--AlignItems: center;--passwordRecoveryModals__header--BorderBottom: 1px solid rgba(42, 74, 169, .1);--passwordRecoveryModals__title--Margin: 0;--passwordRecoveryModals__title--FontSize: 20px;--passwordRecoveryModals__title--FontWeight: 700;--passwordRecoveryModals__title--Color: #000e51;--passwordRecoveryModals__buttonClose--Right: 30px;--passwordRecoveryModals__buttonClose--Padding: 6px;--passwordRecoveryModals__buttonClose--Background: none;--passwordRecoveryModals__iconClose--Fill: rgba(0, 26, 113, .3);--passwordRecoveryModals__content--Padding: 20px 40px 30px;--passwordRecoveryModals__content--Display: flex;--passwordRecoveryModals__content-FlexDirection: column;--passwordRecoveryModals__content--AlignItems: flex-start;--passwordRecoveryModals__content--JustifyContent: flex-start;--passwordRecoveryModals__content--Gap: 15px;--passwordRecoveryModals__text--Margin: 0;--passwordRecoveryModals__text--FontSize: 14px;--passwordRecoveryModals__text--FontWeight: 600;--passwordRecoveryModals__text--Color: rgba(0, 26, 113, .75);--passwordRecoveryModals__text--TextAlign: center;--passwordRecoveryModals__form--Display: flex;--passwordRecoveryModals__form-FlexDirection: column;--passwordRecoveryModals__form--AlignItems: flex-start;--passwordRecoveryModals__form--JustifyContent: flex-start;--passwordRecoveryModals__form--Gap: 15px;--passwordRecoveryModals__form--Width: 100%;--passwordRecoveryModals__form--Margin: 0;--passwordRecoveryModals__input--Height: 40px;--passwordRecoveryModals__input--BorderRadius: 10px;--passwordRecoveryModals__input--Padding: 8px 10px;--passwordRecoveryModals__input--FontSize: 14px;--passwordRecoveryModals__input--FontWeight: 600;--passwordRecoveryModals__input--Border: 1px solid rgba(42, 74, 169, .1);--passwordRecoveryModals__input--BackgroundColor: #ebf1ff;--passwordRecoveryModals__buttons--Padding: 30px 40px;--passwordRecoveryModals__buttons--Display: flex;--passwordRecoveryModals__buttons--JustifyContent: center;--passwordRecoveryModals__buttons--Gap: 8px;--passwordRecoveryModals__buttons--BorderTop: 1px solid rgba(42, 74, 169, .1);--passwordRecoveryModals__email--Margin: 0;--passwordRecoveryModals__email--FontSize: 16px;--passwordRecoveryModals__email--FontWeight: 700;--passwordRecoveryModals__email--Color: #ffa500;--passwordRecoveryModals__email--TextAlign: center;--passwordRecoveryModals__resendBlock--Display: flex;--passwordRecoveryModals__resendBlock-FlexDirection: column;--passwordRecoveryModals__resendBlock--AlignItems: flex-start;--passwordRecoveryModals__resendBlock--JustifyContent: flex-start;--passwordRecoveryModals__resendBlock--Gap: 15px;--passwordRecoveryModals__resendBlock--Width: 100%;--passwordRecoveryModals__resendBlock--Margin: 0;--passwordRecoveryModals__resendText--Color: #000e51;--passwordRecoveryModals__resendText--FontSize: 14px;--passwordRecoveryModals__resendText--FontWeight: 400;--passwordRecoveryModals__resendText--Margin: 0;--passwordRecoveryModals__resendText--TextAlign: center;--passwordRecoveryModals__resendButton--Width: 100%;--passwordRecoveryModals__icon--Fill: black;--passwordRecoveryModals__loginLabel--FontSize: 14px;--passwordRecoveryModals__loginLabel--FontWeight: 600;--passwordRecoveryModals__loginLabel--Color: rgba(255, 255, 255, .75);--passwordRecoveryModals__loginLabel--TextAlign: center;--passwordRecoveryModals__loginLabel--Margin: 0;--passwordRecoveryModals__login--FontSize: 16px;--passwordRecoveryModals__login--FontWeight: 700;--passwordRecoveryModals__login--Color: #f2dba1;--passwordRecoveryModals__login--TextAlign: center;--passwordRecoveryModals__login--Margin: 0;--passwordRecoveryModals__description--FontSize: 12px;--passwordRecoveryModals__description--FontWeight: 400;--passwordRecoveryModals__description--Color: black;--passwordRecoveryModals__description--TextAlign: left;--passwordRecoveryModals__description--Margin: 0;--passwordRecoveryModals__tabButton--BorderRadius: 15px;--passwordRecoveryModals__tabButton--Border: 1px solid rgba(255, 255, 255, .1);--passwordRecoveryModals__tabButton--BackgroundColor: #231f20;--passwordRecoveryModals__tabButton--Padding: 12px 8px;--passwordRecoveryModals__activeTab--BackgroundColor: #eac566;--passwordRecoveryModals__activeTab--Color: #181516}.password-recovery-module_modal_Q0VF6{--modal--BorderRadius: var(--passwordRecoveryModals__modal--BorderRadius);--modal--BackgroundColor: var(--passwordRecoveryModals__modal--Background);--modal--MaxWidth: var(--passwordRecoveryModals__modal--MaxWidth);box-sizing:var(--passwordRecoveryModals__modal--BoxSizing);display:var(--passwordRecoveryModals__modal--Display);width:var(--passwordRecoveryModals__modal--Width)}.password-recovery-module_container_m1-UZ{display:var(--passwordRecoveryModals__container--Display);flex-direction:var(--passwordRecoveryModals__container--FlexDirection);align-items:var(--passwordRecoveryModals__container--AlignItems);justify-content:var(--passwordRecoveryModals__container--JustifyContent);gap:var(--passwordRecoveryModals__container--Gap);box-sizing:var(--passwordRecoveryModals__container--BoxSizing);width:100%;max-height:var(--passwordRecoveryModals__container--MaxHeight);overflow:hidden;min-height:0}.password-recovery-module_header_fcU2C{padding:var(--passwordRecoveryModals__header--Padding);display:var(--passwordRecoveryModals__header--Display);justify-content:var(--passwordRecoveryModals__header--JustifyContent);align-items:var(--passwordRecoveryModals__header--AlignItems);border-bottom:var(--passwordRecoveryModals__header--BorderBottom);width:100%;position:relative;box-sizing:border-box}.password-recovery-module_title_TuG6H{margin:var(--passwordRecoveryModals__title--Margin);font-size:var(--passwordRecoveryModals__title--FontSize);font-weight:var(--passwordRecoveryModals__title--FontWeight);color:var(--passwordRecoveryModals__title--Color)}.password-recovery-module_buttonClose_g0jmL{position:absolute;top:50%;transform:translateY(-50%);right:var(--passwordRecoveryModals__buttonClose--Right);padding:var(--passwordRecoveryModals__buttonClose--Padding);background:var(--passwordRecoveryModals__buttonClose--Background)}.password-recovery-module_iconClose_PChOt{width:12px;height:12px;fill:var(--passwordRecoveryModals__iconClose--Fill)}.password-recovery-module_content_-YY19{padding:var(--passwordRecoveryModals__content--Padding);display:var(--passwordRecoveryModals__content--Display);flex-direction:var(--passwordRecoveryModals__content-FlexDirection);align-items:var(--passwordRecoveryModals__content--AlignItems);justify-content:var(--passwordRecoveryModals__content--JustifyContent);gap:var(--passwordRecoveryModals__content--Gap);width:100%;box-sizing:border-box;overflow:auto}.password-recovery-module_tabs_EsPrQ.password-recovery-module_hidden_l-iFV{display:none}.password-recovery-module_tabs_EsPrQ .password-recovery-module_tabButton_Yo67q{border-radius:var(--passwordRecoveryModals__tabButton--BorderRadius);border:var(--passwordRecoveryModals__tabButton--Border);background-color:var(--passwordRecoveryModals__tabButton--BackgroundColor);padding:var(--passwordRecoveryModals__tabButton--Padding);flex:1}.password-recovery-module_tabs_EsPrQ .password-recovery-module_activeTab_adOxJ{background-color:var(--passwordRecoveryModals__activeTab--BackgroundColor);color:var(--passwordRecoveryModals__activeTab--Color)}.password-recovery-module_loginLabel_U-AUo{font-size:var(--passwordRecoveryModals__loginLabel--FontSize);font-weight:var(--passwordRecoveryModals__loginLabel--FontWeight);color:var(--passwordRecoveryModals__loginLabel--Color);text-align:var(--passwordRecoveryModals__loginLabel--TextAlign);margin:var(--passwordRecoveryModals__loginLabel--Margin);width:100%}.password-recovery-module_login_uopSm{font-size:var(--passwordRecoveryModals__login--FontSize);font-weight:var(--passwordRecoveryModals__login--FontWeight);color:var(--passwordRecoveryModals__login--Color);text-align:var(--passwordRecoveryModals__login--TextAlign);margin:var(--passwordRecoveryModals__login--Margin);width:100%}.password-recovery-module_description_Qhwll{font-size:var(--passwordRecoveryModals__description--FontSize);font-weight:var(--passwordRecoveryModals__description--FontWeight);color:var(--passwordRecoveryModals__description--Color);text-align:var(--passwordRecoveryModals__description--TextAlign);margin:var(--passwordRecoveryModals__description--Margin);width:100%}.password-recovery-module_text_61N3W{margin:var(--passwordRecoveryModals__text--Margin);font-size:var(--passwordRecoveryModals__text--FontSize);font-weight:var(--passwordRecoveryModals__text--FontWeight);color:var(--passwordRecoveryModals__text--Color);text-align:var(--passwordRecoveryModals__text--TextAlign);width:100%}.password-recovery-module_form_Xno2A{display:var(--passwordRecoveryModals__form--Display);flex-direction:var(--passwordRecoveryModals__form-FlexDirection);align-items:var(--passwordRecoveryModals__form--AlignItems);justify-content:var(--passwordRecoveryModals__form--JustifyContent);gap:var(--passwordRecoveryModals__form--Gap);width:var(--passwordRecoveryModals__form--Width);margin:var(--passwordRecoveryModals__form--Margin)}.password-recovery-module_input_wZYVs{--input--Height--md: var(--passwordRecoveryModals__input--Height);--input--BorderRadius--md: var(--passwordRecoveryModals__input--BorderRadius);--input--Padding--md: var(--passwordRecoveryModals__input--Padding);--input--FontSize--md: var(--passwordRecoveryModals__input--FontSize);--input--FontWeight--md: var(--passwordRecoveryModals__input--FontWeight);--input--Border: var(--passwordRecoveryModals__input--Border);--input--BackgroundColor: var(--passwordRecoveryModals__input--BackgroundColor);fill:var(--passwordRecoveryModals__icon--Fill)}.password-recovery-module_buttons_thEcU{padding:var(--passwordRecoveryModals__buttons--Padding);display:var(--passwordRecoveryModals__buttons--Display);justify-content:var(--passwordRecoveryModals__buttons--JustifyContent);gap:var(--passwordRecoveryModals__buttons--Gap);border-top:var(--passwordRecoveryModals__buttons--BorderTop);width:100%;box-sizing:border-box}.password-recovery-module_button_ZFu4H{width:100%}.password-recovery-module_email_Z8mww{margin:var(--passwordRecoveryModals__email--Margin);font-size:var(--passwordRecoveryModals__email--FontSize);font-weight:var(--passwordRecoveryModals__email--FontWeight);color:var(--passwordRecoveryModals__email--Color);text-align:var(--passwordRecoveryModals__email--TextAlign);width:100%}.password-recovery-module_resendBlock_st3JP{display:var(--passwordRecoveryModals__resendBlock--Display);flex-direction:var(--passwordRecoveryModals__resendBlock-FlexDirection);align-items:var(--passwordRecoveryModals__resendBlock--AlignItems);justify-content:var(--passwordRecoveryModals__resendBlock--JustifyContent);gap:var(--passwordRecoveryModals__resendBlock--Gap);width:var(--passwordRecoveryModals__resendBlock--Width);margin:var(--passwordRecoveryModals__resendBlock--Margin)}.password-recovery-module_resendBlock_st3JP .password-recovery-module_resendText_OCal7{color:var(--passwordRecoveryModals__resendText--Color);font-size:var(--passwordRecoveryModals__resendText--FontSize);font-weight:var(--passwordRecoveryModals__resendText--FontWeight);margin:var(--passwordRecoveryModals__resendText--Margin);text-align:var(--passwordRecoveryModals__resendText--TextAlign);width:100%}.password-recovery-module_resendBlock_st3JP .password-recovery-module_resendButton_G5lHQ{width:var(--passwordRecoveryModals__resendButton--Width)}}.softswiss-module_iframeContainer_zsPTq{height:100%;width:100%}.softswiss-module_iframeContainer_zsPTq iframe{border:none;width:100%;height:100%}@layer staticPage{.staticPage{--staticPage__title--MarginBottom: clamp(16px, .769rem + 1.03vw, 32px);--staticPage__title--FontSize: clamp(24px, 1.154rem + 1.54vw, 48px);--staticPage__title--LineHeight: normal;--staticPage__title--FontWeight: 700;--staticPage__title--TextDecoration: none;--staticPage__title--TextTransform: capitalize;--staticPage__title--Color: black;--staticPage__content--Color: black;--staticPage__content__h2--FontSize: clamp(20px, .962rem + 1.28vw, 40px);--staticPage__content__h3--FontSize: clamp(14px, .673rem + .9vw, 28px);--staticPage__content__list--PaddingLeft: clamp(9px, .433rem + .58vw, 18px);--staticPage__content__list--MarginLeft: clamp(12px, .577rem + .77vw, 24px);--staticPage__content__bold--FontWeight: 700;--staticPage__content__italic--FontStyle: italic;--staticPage__content__blockquote--BorderLeft: 5px solid white;--staticPage__content__blockquote--PaddingLeft: clamp(8px, .385rem + .51vw, 16px)}.static-page-module_title_Oi50j{margin:0 0 var(--staticPage__title--MarginBottom);font-size:var(--staticPage__title--FontSize);font-weight:var(--staticPage__title--FontWeight);line-height:var(--staticPage__title--LineHeight);text-decoration:var(--staticPage__title--TextDecoration);text-transform:var(--staticPage__title--TextTransform);color:var(--staticPage__title--Color);word-wrap:break-word}.static-page-module_content_MrXUD{display:flex;flex-direction:column;color:var(--staticPage__content--Color);word-wrap:break-word}.static-page-module_content_MrXUD h2{font-size:var(--staticPage__content__h2--FontSize)}.static-page-module_content_MrXUD h3{font-size:var(--staticPage__content__h3--FontSize)}.static-page-module_content_MrXUD ul,.static-page-module_content_MrXUD dl,.static-page-module_content_MrXUD ol{padding-left:var(--staticPage__content__list--PaddingLeft);margin-left:var(--staticPage__content__list--MarginLeft)}.static-page-module_content_MrXUD strong,.static-page-module_content_MrXUD b{font-weight:var(--staticPage__content__bold--FontWeight)}.static-page-module_content_MrXUD em,.static-page-module_content_MrXUD i{font-style:var(--staticPage__content__italic--FontStyle)}.static-page-module_content_MrXUD blockquote{border-left:var(--staticPage__content__blockquote--BorderLeft);padding-left:var(--staticPage__content__blockquote--PaddingLeft)}}@layer supportButton{.supportButton{--supportButton--Padding: 0;--supportButton--Position: fixed;--supportButton--Top: auto;--supportButton--Right: 0;--supportButton--Bottom: 150px;--supportButton--Left: auto;--supportButton--Transition: .15s ease-out;--supportButton__wrapper--Background: transparent;--supportButton__container--Background: red;--supportButton__container--MinHeight: 94px;--supportButton__container--Padding: 5px 3px 5px 3px;--supportButton__container--Padding--hover: 5px 8px 5px 8px;--supportButton__container--BorderRadius: 0 10px 10px 0;--supportButton__container--Gap: 5px;--supportButton__container--FontSize: 14px;--supportButton__container--FontWeight: 700;--supportButton__container--Color: white;--supportButton__container__icon--Fill: white;--supportButton__container__icon--Size: 14px;--supportButton__--Fill: white;--supportButton__container--TextTransform: capitalize}[dir=rtl] .supportButton{--supportButton__container--BorderRadius: 10px 0 0 10px;--supportButton--Right: auto;--supportButton--Left: 0}.support-button-module_supportButtonWrapper_ZtF2k{padding:0;background:var(--supportButton__wrapper--Background);position:var(--supportButton--Position);top:var(--supportButton--Top);right:var(--supportButton--Right);bottom:var(--supportButton--Bottom);left:var(--supportButton--Left)}.support-button-module_buttonContainer_WA5Sy{box-sizing:border-box;flex-direction:row-reverse;z-index:1;padding:var(--supportButton__container--Padding);justify-content:center;border-radius:var(--supportButton__container--BorderRadius);writing-mode:vertical-rl;height:fit-content;min-height:var(--supportButton__container--MinHeight);background:var(--supportButton__container--Background);display:flex;align-items:center;gap:var(--supportButton__container--Gap);transition:var(--supportButton--Transition)}[dir=rtl] .support-button-module_buttonContainer_WA5Sy{right:0;left:auto}@media(max-width:1240px){.support-button-module_buttonContainer_WA5Sy{bottom:100px}}@media(any-hover:hover){.support-button-module_buttonContainer_WA5Sy:hover{padding:var(--supportButton__container--Padding--hover)}}.support-button-module_buttonContainer_WA5Sy .support-button-module_icon_4Z-0O{width:var(--supportButton__container__icon--Size);height:var(--supportButton__container__icon--Size);transform:rotate(-90deg)}[dir=rtl] .support-button-module_buttonContainer_WA5Sy .support-button-module_icon_4Z-0O{transform:rotate(90deg)}.support-button-module_buttonContainer_WA5Sy .support-button-module_icon_4Z-0O{fill:var(--supportButton__container__icon--Fill)}.support-button-module_buttonContainer_WA5Sy .support-button-module_title_r0tN4{text-transform:var(--supportButton__container--TextTransform);font-size:var(--supportButton__container--FontSize);font-weight:var(--supportButton__container--FontWeight);color:var(--supportButton__container--Color);transform:rotate(-180deg)}[dir=rtl] .support-button-module_buttonContainer_WA5Sy .support-button-module_title_r0tN4{transform:rotate(0)}}@layer totofaConfirmCancelBonusModal{.totofaConfirmCancelBonusModal{--totofaConfirmCancelBonusModal__modal--MaxWidth: 500px;--totofaConfirmCancelBonusModal__content--Padding: 15px 35px 20px;--totofaConfirmCancelBonusModal__content--FontSize: 14px;--totofaConfirmCancelBonusModal__content--FontWeight: 600;--totofaConfirmCancelBonusModal__content--Color: black;--totofaConfirmCancelBonusModal__content--TextAlign: center;--totofaConfirmCancelBonusModal__buttonsBlock--Gap: 8px;--totofaConfirmCancelBonusModal__buttonsBlock--Padding: 8.5px 20px;--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Background: grey;--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Color: white;--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Background--hover: green;--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--BoxShadow--hover: 0 4px 15px 0 green}.totofa-confirm-cancel-bonus-modal-module_modal_hygaS{--modal--MaxWidth: var(--totofaConfirmCancelBonusModal__modal--MaxWidth)}.totofa-confirm-cancel-bonus-modal-module_content_TJCmV{margin:0;padding:var(--totofaConfirmCancelBonusModal__content--Padding);font-size:var(--totofaConfirmCancelBonusModal__content--FontSize);font-weight:var(--totofaConfirmCancelBonusModal__content--FontWeight);color:var(--totofaConfirmCancelBonusModal__content--Color);text-align:var(--totofaConfirmCancelBonusModal__content--TextAlign)}.totofa-confirm-cancel-bonus-modal-module_buttonsBlock_UUymT{display:flex;gap:var(--totofaConfirmCancelBonusModal__buttonsBlock--Gap);padding:var(--totofaConfirmCancelBonusModal__buttonsBlock--Padding)}.totofa-confirm-cancel-bonus-modal-module_buttonsBlock_UUymT .totofa-confirm-cancel-bonus-modal-module_cancelBtn_BAWk3{background:var(--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Background);color:var(--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Color)}@media(any-hover:hover){.totofa-confirm-cancel-bonus-modal-module_buttonsBlock_UUymT .totofa-confirm-cancel-bonus-modal-module_cancelBtn_BAWk3:hover{box-shadow:var(--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--BoxShadow--hover);background:var(--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Background--hover)}}.totofa-confirm-cancel-bonus-modal-module_buttonsBlock_UUymT .totofa-confirm-cancel-bonus-modal-module_cancelBtn_BAWk3,.totofa-confirm-cancel-bonus-modal-module_buttonsBlock_UUymT .totofa-confirm-cancel-bonus-modal-module_closeBtn_vi9Ar{width:calc((100% - var(--totofaConfirmCancelBonusModal__buttonsBlock--Gap)) / 2)}.totofa-confirm-cancel-bonus-modal-module_drawerWrapper_SeP-w{display:none}@media(max-width:768px){.totofa-confirm-cancel-bonus-modal-module_modalWrapper_88csH{display:none}.totofa-confirm-cancel-bonus-modal-module_drawerWrapper_SeP-w{display:flex}}}@layer primaryPromotionsCard{.primaryPromotionsCard{--primaryPromotionsCard--FlexDirection: column;--primaryPromotionsCard--AlignItems: normal;--primaryPromotionsCard--JustifyContent: normal;--primaryPromotionsCard--Gap: 15px;--primaryPromotionsCard--Background: green;--primaryPromotionsCard--BorderRadius: 30px;--primaryPromotionsCard--Border: none;--primaryPromotionsCard--Padding: 30px;--primaryPromotionsCard__image--AspectRatio: auto;--primaryPromotionsCard--previous--Opacity: .5;--primaryPromotionsCard__imageWrapper--Width: 100%;--primaryPromotionsCard__imageWrapper--Height: 188px;--primaryPromotionsCard__imageWrapper--Border: none;--primaryPromotionsCard__imageWrapper--BorderRadius: 15px;--primaryPromotionsCard__textWrapper--Gap: 10px;--primaryPromotionsCard__textWrapper--Padding: 0;--primaryPromotionsCard__textBlock--Gap: 13px;--primaryPromotionsCard__textBlock--MinHeight: 116px;--primaryPromotionsCard__textBlock--Padding: 0;--primaryPromotionsCard__textBlock__cardTitle--LineClamp: 1;--primaryPromotionsCard__textBlock__cardTitle--WordWrap: break-word;--primaryPromotionsCard__textBlock__cardTitle--LineHeight: normal;--primaryPromotionsCard__textBlock__cardTitle--FontSize: 24px;--primaryPromotionsCard__textBlock__cardTitle--Color: black;--primaryPromotionsCard__textBlock__cardTitle--FontWeight: 700;--primaryPromotionsCard__textBlock__content--MaxHeight: 4lh;--primaryPromotionsCard__textBlock__content--Color: black;--primaryPromotionsCard__textBlock__content--LineClamp: 2;--primaryPromotionsCard__timeLimitBLock--JustifyContent: space-between;--primaryPromotionsCard__timeLimitBLock--Gap: 8px;--primaryPromotionsCard__timeLimitBLock--Padding: 10px 0;--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--FontWeight: var( --primaryPromotionsCard__timeLimitBLock__timeLimit--FontWeight );--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--FontSize: var( --primaryPromotionsCard__timeLimitBLock__timeLimit--FontSize );--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--Color: var( --primaryPromotionsCard__timeLimitBLock__timeLimit--Color );--primaryPromotionsCard__timeLimitBLock__timeLimit--FontWeight: 600;--primaryPromotionsCard__timeLimitBLock__timeLimit--FontSize: 14px;--primaryPromotionsCard__timeLimitBLock__timeLimit--Color: black;--primaryPromotionsCard__buttonsBlock--FlexWrap: nowrap;--primaryPromotionsCard__buttonsBlock--AlignItems: normal;--primaryPromotionsCard__buttonsBlock--JustifyContent: space-between;--primaryPromotionsCard__buttonsBlock--Gap: 13px;--primaryPromotionsCard__buttonsBlock--Padding: 0;--primaryPromotionsCard__buttonsBlock--Margin: 0}@media(max-width:1240px){.primaryPromotionsCard{--primaryPromotionsCard__imageWrapper--Height: 180px}}@media(max-width:768px){.primaryPromotionsCard{--primaryPromotionsCard__imageWrapper--Height: 158px}}.totofa-promotion-card-module_card_DKXwn{box-sizing:border-box;display:flex;flex-direction:var(--primaryPromotionsCard--FlexDirection);align-items:var(--primaryPromotionsCard--AlignItems);justify-content:var(--primaryPromotionsCard--JustifyContent);gap:var(--primaryPromotionsCard--Gap);border-radius:var(--primaryPromotionsCard--BorderRadius);border:var(--primaryPromotionsCard--Border);background:var(--primaryPromotionsCard--Background);padding:var(--primaryPromotionsCard--Padding)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_imageWrapper_Vqv25{box-sizing:border-box;overflow:hidden;position:relative;width:var(--primaryPromotionsCard__imageWrapper--Width);height:var(--primaryPromotionsCard__imageWrapper--Height);border-radius:var(--primaryPromotionsCard__imageWrapper--BorderRadius);border:var(--primaryPromotionsCard__imageWrapper--Border)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_imageWrapper_Vqv25 .totofa-promotion-card-module_image_mK-Fi{display:block;width:100%;height:100%;aspect-ratio:var(--primaryPromotionsCard__image--AspectRatio);object-fit:cover}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8{display:flex;flex-direction:column;gap:var(--primaryPromotionsCard__textWrapper--Gap);padding:var(--primaryPromotionsCard__textWrapper--Padding);flex:1}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8 .totofa-promotion-card-module_textBlock_DNxnC{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--primaryPromotionsCard__textBlock--Gap);min-height:var(--primaryPromotionsCard__textBlock--MinHeight);padding:var(--primaryPromotionsCard__textBlock--Padding)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8 .totofa-promotion-card-module_textBlock_DNxnC .totofa-promotion-card-module_cardTitle_GyXx6{overflow:hidden;text-overflow:ellipsis;margin:0;display:-webkit-box;-webkit-line-clamp:var(--primaryPromotionsCard__textBlock__cardTitle--LineClamp);line-clamp:var(--primaryPromotionsCard__textBlock__cardTitle--LineClamp);-webkit-box-orient:vertical;word-wrap:var(--primaryPromotionsCard__textBlock__cardTitle--WordWrap);line-height:var(--primaryPromotionsCard__textBlock__cardTitle--LineHeight);font-size:var(--primaryPromotionsCard__textBlock__cardTitle--FontSize);color:var(--primaryPromotionsCard__textBlock__cardTitle--Color);font-weight:var(--primaryPromotionsCard__textBlock__cardTitle--FontWeight)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8 .totofa-promotion-card-module_content_PF1N0{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;max-height:var(--primaryPromotionsCard__textBlock__content--MaxHeight);color:var(--primaryPromotionsCard__textBlock__content--Color);-webkit-line-clamp:var(--primaryPromotionsCard__textBlock__content--LineClamp);line-clamp:var(--primaryPromotionsCard__textBlock__content--LineClamp);-webkit-box-orient:vertical}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8 .totofa-promotion-card-module_timeLimitBlock_X5P-R{box-sizing:border-box;display:flex;align-items:center;justify-content:var(--primaryPromotionsCard__timeLimitBLock--JustifyContent);gap:var(--primaryPromotionsCard__timeLimitBLock--Gap);padding:var(--primaryPromotionsCard__timeLimitBLock--Padding)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8 .totofa-promotion-card-module_timeLimitBlock_X5P-R .totofa-promotion-card-module_timeLimitLabel_ZRLwE{font-weight:var(--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--FontWeight);font-size:var(--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--FontSize);color:var(--primaryPromotionsCard__timeLimitBLock__timeLimitLabel--Color)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8 .totofa-promotion-card-module_timeLimitBlock_X5P-R .totofa-promotion-card-module_timeLimit_KgmrD{font-weight:var(--primaryPromotionsCard__timeLimitBLock__timeLimit--FontWeight);font-size:var(--primaryPromotionsCard__timeLimitBLock__timeLimit--FontSize);color:var(--primaryPromotionsCard__timeLimitBLock__timeLimit--Color)}.totofa-promotion-card-module_card_DKXwn .totofa-promotion-card-module_textWrapper_R8uv8 .totofa-promotion-card-module_buttonsBlock_tGbwE{box-sizing:border-box;display:flex;flex-wrap:var(--primaryPromotionsCard__buttonsBlock--FlexWrap);align-items:var(--primaryPromotionsCard__buttonsBlock--AlignItems);justify-content:var(--primaryPromotionsCard__buttonsBlock--JustifyContent);gap:var(--primaryPromotionsCard__buttonsBlock--Gap);margin:var(--primaryPromotionsCard__buttonsBlock--Margin);padding:var(--primaryPromotionsCard__buttonsBlock--Padding)}.totofa-promotion-card-module_card_DKXwn.totofa-promotion-card-module_previous_9Ray9{-webkit-user-select:none;user-select:none;pointer-events:none;opacity:var(--primaryPromotionsCard--previous--Opacity)}.totofa-promotion-card-module_card_DKXwn.totofa-promotion-card-module_previous_9Ray9 .totofa-promotion-card-module_timeLimitBlock_X5P-R{display:none}}@layer wrongBalanceModal{.wrongBalanceModal{--wrongBalanceModal__content--Width: 500px;--wrongBalanceModal__controls--Gap: 8px;--wrongBalanceModall__controls--FlexDirection: row;--wrongBalanceModal__controls--Width: 100%;--wrongBalanceModal__content--Padding: 20px;--wrongBalanceModal__content--Color: red;--wrongBalanceModal__content--TextAlign: center;--wrongBalanceModal__content--AlignItems: center;--wrongBalanceModal__content--JustifyContent: center;--wrongBalanceModal__content--FlexDirection: column;--wrongBalanceModal__linkTitle--Color: blue;--wrongBalanceModal__linkTitle--Color--active: green;--wrongBalanceModal__linkTitle--TextDecoration: underline;--wrongBalanceModal__linkTitle--TextDecoration--active: underline;--wrongBalanceModal__content--FontWeight: 600;--wrongBalanceModal__content--FontSize: 14px}.wrong-balance-modal-module_controls_5D5w-{display:flex;justify-content:stretch;align-items:stretch;flex-direction:var(--wrongBalanceModall__controls--FlexDirection);gap:var(--wrongBalanceModal__controls--Gap)}.wrong-balance-modal-module_button_t-xf1{width:var(--wrongBalanceModal__controls--Width)}.wrong-balance-modal-module_modal_Gy0sl .wrong-balance-modal-module_content_DAAtu{width:var(--wrongBalanceModal__content--Width);box-sizing:border-box}@media(max-width:768px){.wrong-balance-modal-module_modal_Gy0sl{display:none}}.wrong-balance-modal-module_drawer_DPujB{display:none}@media(max-width:768px){.wrong-balance-modal-module_drawer_DPujB{display:flex}}.wrong-balance-modal-module_content_DAAtu{padding:var(--wrongBalanceModal__content--Padding);display:flex;flex-direction:var(--wrongBalanceModal__content--FlexDirection);justify-content:var(--wrongBalanceModal__content--JustifyContent);align-items:var(--wrongBalanceModal__content--AlignItems);text-align:var(--wrongBalanceModal__content--TextAlign);white-space:pre-line;font-weight:var(--wrongBalanceModal__content--FontWeight);font-size:var(--wrongBalanceModal__content--FontSize);color:var(--wrongBalanceModal__content--Color)}.wrong-balance-modal-module_linkTitle_sAHux{padding:0;margin:0;color:var(--wrongBalanceModal__linkTitle--Color);text-decoration:var(--wrongBalanceModal__linkTitle--TextDecoration)}.wrong-balance-modal-module_linkTitle_sAHux:visited{color:var(--wrongBalanceModal__linkTitle--Color--active);text-decoration:var(--wrongBalanceModal__linkTitle--TextDecoration--active)}}.icons-module_warningIcon_H3-xU{width:24px;height:24px;fill:var(--accent--bg--color);flex-shrink:0;display:block}.icons-module_icon_eceVN{width:24px;height:24px}.icons-module_copyIcon_YW8QU{width:14px;height:14px;fill:var(--ui--text--additional50--color);flex-shrink:0}.icons-module_countryPlaceholderIcon_-Az2I{width:20px;height:20px;fill:var(--ui--text--accent1--color);flex-shrink:0}.icons-module_currencyPlaceholderIcon_MlD4l{width:22px;height:18px;fill:var(--ui--text--accent1--color);flex-shrink:0}.icons-module_updateButtonIcon_9zlVS{fill:var(--ui--text--regular--color)}.icons-module_search_qNUFR{width:24px;height:24px;fill:var(--ui--text--regular--color)}.icons-module_balanceSwitcherChevronIcon_SNoYg{margin:3px;fill:var(--ui--text--additional30--color)}.icons-module_carouselArrow_jIr4L{display:block;width:var(--carousel__control__icon--Width);height:var(--carousel__control__icon--Height);fill:var(--carousel__control__icon--Fill);transform:rotate(180deg)}.icons-module_iconBonus_3od-E{width:24px;height:24px;fill:var(--accent--bg--color)}.not-found-module_page_gKcR9{display:flex;flex-direction:column;align-items:center;height:100%;position:relative;padding:42px 0 230px}.not-found-module_page_gKcR9 .not-found-module_imgWrapper_hn5ml{position:absolute;z-index:1;padding:20px;aspect-ratio:866/491}.not-found-module_page_gKcR9 .not-found-module_imgWrapper_hn5ml .not-found-module_img_dOLxd{width:100%;height:100%;object-fit:cover}.not-found-module_page_gKcR9 .not-found-module_logo_y1xUP{height:408px;padding-top:100px;z-index:2}.not-found-module_page_gKcR9 .not-found-module_title_-XVQr{margin:30px auto 64px;text-align:center;white-space:pre-line;font-weight:900;font-size:32px;color:var(--ui--text--regular--color)}.not-found-module_page_gKcR9 .not-found-module_title_-XVQr .not-found-module_coloredText_ul2Sf{color:var(--ui--text--accent1--color)}@media(max-width:1240px){.not-found-module_page_gKcR9{padding:110px 71px 230px}.not-found-module_page_gKcR9 .not-found-module_logo_y1xUP{height:344px}}@media(max-width:768px){.not-found-module_page_gKcR9{padding:93px 20px 0}.not-found-module_page_gKcR9 .not-found-module_logo_y1xUP{height:224px}.not-found-module_page_gKcR9 .not-found-module_title_-XVQr{margin:30px auto 129px;font-weight:700;font-size:20px;color:var(--ui--text--regular--color)}.not-found-module_page_gKcR9 .not-found-module_button_ahD89{width:100%}}@media(max-width:420px){.not-found-module_page_gKcR9 .not-found-module_logo_y1xUP{padding-top:60px;height:160px}}.logout-confirm-modal-module_wrapper_wrIuu{background-color:var(--ui--cards2--color);position:relative;min-width:500px}@media(max-width:768px){.logout-confirm-modal-module_wrapper_wrIuu{min-width:unset}}.logout-confirm-modal-module_wrapper_wrIuu .logout-confirm-modal-module_title_asT55{padding:15px;text-align:center;font-weight:700;font-size:20px;color:var(--ui--text--regular--color)}.logout-confirm-modal-module_wrapper_wrIuu .logout-confirm-modal-module_buttonClose_DYjP6{position:absolute;right:10px;top:10px;background-color:transparent}.logout-confirm-modal-module_wrapper_wrIuu .logout-confirm-modal-module_buttonClose_DYjP6 .logout-confirm-modal-module_iconCross_ymNP4{fill:var(--ui--text--additional30--color)}.logout-confirm-modal-module_wrapper_wrIuu .logout-confirm-modal-module_content_jSZCC{padding:15px;text-align:center;font-weight:600;font-size:14px;color:var(--ui--text--regular--color)}.logout-confirm-modal-module_wrapper_wrIuu .logout-confirm-modal-module_buttons_rW9MO{display:flex;justify-content:space-between;padding:20px 40px;gap:8px}.logout-confirm-modal-module_wrapper_wrIuu .logout-confirm-modal-module_buttons_rW9MO .logout-confirm-modal-module_buttonNew_6szcF{width:100%}@media(max-width:768px){.logout-confirm-modal-module_modal_TE-hp{display:none}}.logout-confirm-modal-module_drawer_-Hpbl{display:none}@media(max-width:768px){.logout-confirm-modal-module_drawer_-Hpbl{display:flex}}.toast-icons-module_warning_Bw1yA{fill:var(--status--warning--color)}.platform-toast-module_toastWrapper_HMjBM{top:calc(var(--header--Height) + 8px)}@media(max-width:1600px){.platform-toast-module_toastWrapper_HMjBM{top:calc(var(--header--Height) + 5px)}}.navbar-module_navbarWrapper_CGVdd{display:none;align-items:end;height:var(--navbar--Height);width:100%;position:fixed;z-index:1;bottom:0}.navbar-module_navbarWrapper_CGVdd:before{content:"";position:absolute;z-index:-1;left:0;bottom:0;width:100%;height:80px;background:linear-gradient(180deg,rgba(9,13,25,0) 0%,var(--ui--bg0--color) 20%,var(--ui--bg0--color) 0%);pointer-events:none}@media(max-width:1240px){.navbar-module_navbarWrapper_CGVdd{display:flex}}.navbar-module_navbarWrapper_CGVdd .navbar-module_tabbarWrapper_-47Vz{position:relative;height:inherit}.navbar-module_navbarWrapper_CGVdd .navbar-module_tabbarWrapper_-47Vz:before{position:absolute;content:"";right:calc(50% - 97px);top:0;width:194px;height:var(--navbar--Height);background:var(--ui--bg0--color);clip-path:path("M 0 0 H 30 C 56.5 0, 67.7 40.2, 97 38 C 126.3 40.2, 137.5 0, 164 0 H 164 V 0 H 0 Z")}.navbar-module_iconCentered_anrB0{box-sizing:border-box;width:59px;height:59px;padding:9px;position:absolute;z-index:2;top:0;left:50%;transform:translate(-50%,-50%);background:linear-gradient(180deg,var(--accent--bg--color) 0%,var(--accent--bg--hover--color) 100%);border:3px solid rgba(255,255,255,.2);box-shadow:0 4px 10px 0 var(--ui--text--accent50--color);border-radius:50%;fill:var(--accent--text--regular--color)}.layout-module_layout_DJw6c{position:relative;display:flex;flex-direction:column;gap:20px;min-height:100%;background-color:var(--ui--bg0--color);overflow:hidden}.layout-module_layout_DJw6c.layout-module_notFound_aQCOE{background:linear-gradient(0deg,#ffa5001a,#ffa5001a),var(--ui--bg0--color)}.layout-module_layout_DJw6c.layout-module_profile_VvaEg .layout-module_bg_uDgk-.layout-module_big_X1RW3{height:240px}.layout-module_layout_DJw6c.layout-module_profile_VvaEg .layout-module_bg_uDgk-.layout-module_small_okQ53{height:124px}@media(max-width:1240px){.layout-module_layout_DJw6c.layout-module_profile_VvaEg .layout-module_bg_uDgk-.layout-module_big_X1RW3{height:226px}.layout-module_layout_DJw6c.layout-module_profile_VvaEg .layout-module_bg_uDgk-.layout-module_small_okQ53{height:110px}}@media(max-width:768px){.layout-module_layout_DJw6c.layout-module_profile_VvaEg .layout-module_bg_uDgk-.layout-module_big_X1RW3{height:266px}}.layout-module_layout_DJw6c .layout-module_bg_uDgk-{z-index:0}.layout-module_layout_DJw6c .layout-module_bg_uDgk-.layout-module_big_X1RW3{height:373px}@media(max-width:768px){.layout-module_layout_DJw6c .layout-module_bg_uDgk-.layout-module_big_X1RW3{height:266px}.layout-module_layout_DJw6c .layout-module_bg_uDgk-.layout-module_small_okQ53{height:124px}}.layout-module_dashboard_Ive1y .layout-module_bg_uDgk-.layout-module_big_X1RW3{height:311px}@media(max-width:1240px){.layout-module_dashboard_Ive1y .layout-module_bg_uDgk-.layout-module_big_X1RW3{height:297px}}@media(max-width:768px){.layout-module_dashboard_Ive1y .layout-module_bg_uDgk-.layout-module_big_X1RW3{height:341px}}.layout-module_infinityBackground_SPsmW{background:var(--ui--cards1--color)}.layout-module_layoutWrapper_P1faM{max-width:var(--layout--maxWidth);width:100%;height:100%;margin-inline:auto}.layout-module_content_tyAYS{margin-top:var(--header--Height);box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;max-width:var(--layout--maxWidth);width:100%;margin-inline:auto}.layout-module_content_tyAYS .layout-module_main_IOQm-{height:100%;flex-direction:column;display:flex;gap:33px;z-index:1}@media(max-width:1240px){.layout-module_content_tyAYS{padding:0}.layout-module_content_tyAYS.layout-module_notFound_aQCOE{padding-bottom:0}.layout-module_content_tyAYS .layout-module_main_IOQm-{gap:21px}}.layout-module_sportLayout_NL7GF{display:flex;overflow:hidden;flex-direction:column;height:100%}.layout-module_sportLayout_NL7GF .layout-module_frameWrapper_hZ2iy{height:100%;margin-top:var(--header--Height)}@media(max-width:1240px){.layout-module_sportLayout_NL7GF{height:calc(100% - var(--navbar--Height) - 5px)}}.logo-module_logo_BNkg1{display:block}.logo-module_logo_BNkg1.logo-module_big_3XxHc{fill:var(--ui--text--regular--color)}.header-module_header_EF5-0{top:0;left:0;width:100%;height:var(--header--Height);background:var(--ui--cards1--color);position:fixed;z-index:101}.header-module_header_EF5-0 .header-module_container_ei6M6{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:2px;margin-inline:auto;max-width:1200px;padding:5px 20px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k{display:flex;align-items:center;gap:32px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_logo_r-tza.header-module_small_ilf11,.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_logo_r-tza.header-module_big_8Hefh{display:none}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_list_3KM1-{box-sizing:border-box;list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline-start:0;display:flex;gap:5px;border-radius:20px;background:var(--ui--cards2--color);padding:5px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_list_3KM1- .header-module_item_Iu7Ns .header-module_navButton_zox1T{display:flex;box-sizing:border-box;align-items:center;border-radius:15px;background:transparent;padding:10px 20px 10px 15px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_list_3KM1- .header-module_item_Iu7Ns .header-module_navButton_zox1T.header-module_activeLink_DOMe1{background:var(--accent--bg--color);color:var(--color--accent--text--regular)}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_list_3KM1- .header-module_item_Iu7Ns .header-module_navButton_zox1T.header-module_activeLink_DOMe1 .header-module_icon_f7EMl{fill:var(--inverse--text--regular--color)}@media(any-hover:hover){.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_list_3KM1- .header-module_item_Iu7Ns .header-module_navButton_zox1T:hover.header-module_activeLink_DOMe1{background:var(--accent--bg--color)}}[dir=rtl] .header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_list_3KM1- .header-module_item_Iu7Ns .header-module_navButton_zox1T{padding:10px 15px 10px 20px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_list_3KM1- .header-module_item_Iu7Ns .header-module_navButton_zox1T{height:44px;font-weight:700;font-size:14px;color:var(--ui--text--regular--color)}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_list_3KM1- .header-module_item_Iu7Ns .header-module_navButton_zox1T .header-module_icon_f7EMl{display:flex;fill:var(--ui--text--additional30--color);transition:var(--button--Transition)}@media(any-hover:hover){.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_list_3KM1- .header-module_item_Iu7Ns:hover .header-module_navButton_zox1T{background:var(--ui--cards3--color)}}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_centralContent_eS-QM{display:grid;gap:5px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_centralContent_eS-QM .header-module_icon_f7EMl{fill:var(--color--accent--text--regular)}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_centralContent_eS-QM .header-module_mobileBonusLink_4ratO{display:none;width:min-content}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_centralContent_eS-QM .header-module_depositLink_-7hAp{width:44px;height:40px}@media(max-width:1240px){.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_centralContent_eS-QM{display:flex}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_centralContent_eS-QM .header-module_depositLink_-7hAp{display:none}}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw{display:flex;align-items:center;gap:10px;height:42px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_icon_f7EMl{fill:var(--color--accent--text--regular)}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_authorized_aDRYt{display:flex;align-items:center;gap:10px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_authorized_aDRYt .header-module_smallProfileLink_Px1se{display:none}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_authorized_aDRYt .header-module_unreadMessages_UpmZ-{position:absolute;bottom:-1px;right:-3px;z-index:1;border:1px solid var(--ui--cards1--color);border-radius:10px;background:linear-gradient(180deg,#ff5a5a,red);padding:0 3px;font-weight:600;font-size:10px;color:var(--status--text--regular--color);text-align:center}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH{display:flex;gap:10px;height:100%}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_loginButton_sjUZk,.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_registerButton_00Oxw{display:flex;align-items:center}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_loginButton_sjUZk .header-module_loginIcon_-ht35,.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_registerButton_00Oxw .header-module_loginIcon_-ht35{fill:var(--ui--text--accent1--color)}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_loginButton_sjUZk .header-module_content_NLSRw,.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_registerButton_00Oxw .header-module_content_NLSRw{display:flex;align-items:center;gap:10px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_loginButton_sjUZk .header-module_icon_f7EMl{height:100%;display:flex;fill:var(--accent--bg--color)}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_registerButton_00Oxw .header-module_icon_f7EMl{display:flex;align-items:center;fill:var(--color--accent--text--regular)}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_controls_hVOeZ{display:flex;gap:10px}@media(max-width:1240px){.header-module_header_EF5-0{border-radius:0 0 10px 10px}.header-module_header_EF5-0 .header-module_container_ei6M6{padding:4px 5px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_logo_r-tza{width:144px;height:40px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_logo_r-tza.header-module_desktop_BRjmw{width:0px;height:0px;overflow:hidden}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_logo_r-tza.header-module_small_ilf11{display:block;width:40px;height:40px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_logo_r-tza.header-module_big_8Hefh{display:block}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_headerNav_v1z8k .header-module_list_3KM1-{display:none}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_centralContent_eS-QM .header-module_mobileBonusLink_4ratO{display:flex;width:fit-content}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw{gap:3px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_authorized_aDRYt{order:1}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_authorized_aDRYt .header-module_desktopBonusLink_g1-et,.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_authorized_aDRYt .header-module_bigProfileLink_-AYW9{display:none}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_authorized_aDRYt .header-module_smallProfileLink_Px1se{display:flex}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_authorized_aDRYt .header-module_divider_0oWWq{display:none}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH{gap:3px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_desktopBonusLink_g1-et{display:none}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_loginButton_sjUZk{padding:8px;gap:0}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_loginButton_sjUZk .header-module_text_XO3Et{display:none}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_registerButton_00Oxw{gap:3px;min-width:78px;padding:0 10px}.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_unauthorized_VOYgH .header-module_registerButton_00Oxw .header-module_icon_f7EMl,.header-module_header_EF5-0 .header-module_container_ei6M6 .header-module_rightContent_aziWw .header-module_controls_hVOeZ .header-module_themeSwitcher_MZaHB,.header-module_divider_0oWWq{display:none}}.divider-module_divider_aQJUS{margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0;border-style:none;border-width:0;background:var(--ui--strokes--color)}.divider-module_divider_aQJUS.divider-module_horizontal_9RUe1{width:100%;height:1px}.divider-module_divider_aQJUS.divider-module_vertical_7l8EH{margin-block-start:4px;margin-block-end:4px;width:1px;min-height:32px}.platform-theme-switcher-module_icon_7dhTj{fill:var(--color--accent--text--regular)}@layer languageSwitcher{.platform-language-switcher-module_languageSwitcher_0xIaq{--languageSwitcher__contentContainer--zIndex: 103;--languageSwitcher__contentContainer--Padding: 15px;--languageSwitcher__contentContainer--Background: var(--ui--cards2--color);--languageSwitcher__contentContainer--Border: none;--languageSwitcher__contentContainer--BorderRadius: 20px;--languageSwitcher__selectOptions--Background: transparent;--languageSwitcher__selectOptions--BorderRadius: 8px;--languageSwitcher__selectOptions--BoxShadow: 0 5px 20px 0 rgba(9, 13, 25, .1);--languageSwitcher__selectTrigger--MinWidth: 75px;--languageSwitcher__selectTrigger--Background: transparent;--languageSwitcher__selectTrigger--Padding: 12px 10px;--languageSwitcher__selectTrigger--Border: none;--languageSwitcher__selectTrigger--BorderRadius: 8px;--languageSwitcher__selectTrigger--Background--hover: var(--bg--surface2--color);--languageSwitcher__content--Border: none;--languageSwitcher__selectOption--Padding: 12px 10px;--languageSwitcher__selectOption--Background: none;--languageSwitcher__selectOption--Border: none;--languageSwitcher__selectOption--Background--selected: var(--color--brand-transparent--500-10);--languageSwitcher__selectOption--Background--hover: var(--color--brand-transparent--500-10);--languageSwitcher__selectOption--Background--selected--hover: var(--color--brand-transparent--500-10);--languageSwitcher__selectOption--BorderRadius: 12px;--languageSwitcher__optionLeftContent--Gap: 10px;--languageSwitcher__option--LineHeight: normal;--languageSwitcher__option--FontSize: 14px;--languageSwitcher__option--FontWeght: 600;--languageSwitcher__option--Color: var(--text--primary--color);--languageSwitcher__option--Color--hover: var(--text--primary--color);--languageSwitcher__option--Color--selected: var(--text--accent--color);--languageSwitcher__option--Color--selected--hover: var(--text--accent--color);--languageSwitcher__option--Gap: 8px;--languageSwitcher__option--TextTransform: uppercase;--languageSwitcher__icon--Size: 22px;--languageSwitcher__icon--Border: 1px solid white;--languageSwitcher__icon--BorderRadius: 50%;--languageSwitcher__icon--Background: white}.platform-language-switcher-module_languageSwitcher_0xIaq .platform-language-switcher-module_selectContainer_5fuAk{--selectContainer__selectList__selectItem--Padding: 0;--selectContainer--Padding: 15px;--selectContainer--Background: none;--selectContainer__selectList--MaxHeight: auto;--selectContainer__selectList__selectItem--Background--active: linear-gradient( 90deg, rgba(255, 165, 0, .1) 0%, rgba(255, 165, 0, .1) 100% );--selectContainer__selectList__selectItem--Background--hover: linear-gradient( 90deg, rgba(255, 165, 0, .1) 0%, rgba(255, 165, 0, .1) 100% )}.platform-language-switcher-module_languageSwitcher_0xIaq .platform-language-switcher-module_buttonWithBothNode_eXZMB{--button__leftContent--Gap--md: var(--languageSwitcher__optionLeftContent--Gap)}}.platform-language-switcher-module_buttonBig_PzWQ0{height:44px;box-sizing:border-box;display:flex;align-items:center;width:100%;gap:5px;justify-content:space-between;background-color:var(--ui--cards3--color);padding:10px;font-weight:400;color:var(--ui--text--regular--color);font-size:14px;transition:none}@media(any-hover:hover){.platform-language-switcher-module_buttonBig_PzWQ0:hover{background-color:var(--ui--cards2--hover--color)}}.platform-language-switcher-module_rightNode_fdvBy{box-sizing:border-box;display:flex;align-items:center;gap:10px;text-transform:uppercase;height:30px}.platform-language-switcher-module_rightNode_fdvBy .platform-language-switcher-module_value_CtY7N{font-family:var(--font-family)}.platform-language-switcher-module_languageSelectTitle_3MYfu{display:flex;flex-grow:1;margin:0;padding:0;width:0;font-weight:600}.platform-language-switcher-module_planetIcon_OmoSF{display:flex;fill:var(--ui--text--additional30--color);transition:all var(--Transition--normal)}.platform-language-switcher-module_trigger_gnUEG .platform-language-switcher-module_planetIcon_OmoSF path{fill:var(--ui--text--additional30--color);fill-opacity:1}.platform-language-switcher-module_trigger_gnUEG .platform-language-switcher-module_planetIcon_OmoSF{transition:all var(--Transition--normal)}.platform-language-switcher-module_option_jB-Vl{display:flex;align-items:center;line-height:var(--languageSwitcher__option--LineHeight);font-size:var(--languageSwitcher__option--FontSize);font-weight:var(--languageSwitcher__option--FontWeght);gap:var(--languageSwitcher__option--Gap);color:var(--languageSwitcher__option--Color);text-transform:var(--languageSwitcher__option--TextTransform)}.platform-language-switcher-module_option_jB-Vl .platform-language-switcher-module_languageIcon_eDGGg{display:block;width:var(--languageSwitcher__icon--Size);height:var(--languageSwitcher__icon--Size);border:var(--languageSwitcher__icon--Border);border-radius:var(--languageSwitcher__icon--BorderRadius);background:var(--languageSwitcher__icon--Background)}.platform-language-switcher-module_rightNode_fdvBy{margin:4px}.platform-language-switcher-module_content_WLG2-{border:var(--languageSwitcher__content--Border)}.platform-language-switcher-module_contentContainer_9co76{--dropdown--ZIndex: var(--languageSwitcher__contentContainer--zIndex);--select__content__optionsList--Gap: var(--languageSwitcher__content__selectOptions--Gap);box-sizing:border-box;width:250px;background:var(--languageSwitcher__contentContainer--Background);border:var(--languageSwitcher__contentContainer--Border);border-radius:var(--languageSwitcher__contentContainer--BorderRadius);box-shadow:var(--languageSwitcher__selectOptions--BoxShadow)}.platform-language-switcher-module_contentContainer_9co76.platform-language-switcher-module_sidebarContentContainer_aqMTJ{width:240px}.platform-language-switcher-module_contentContainer_9co76.platform-language-switcher-module_hidden_04MOv{display:none}.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--selectContainer__selectList--Gap);background:var(--languageSwitcher__selectOptions--Background);border-radius:var(--languageSwitcher__selectOptions--BorderRadius);border:var(--languageSwitcher__selectOptions--Border);padding:0}.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws .platform-language-switcher-module_selectOption_YvIXW{width:100%;padding:var(--languageSwitcher__selectOption--Padding);background:var(--languageSwitcher__selectOption--Background);border:var(--languageSwitcher__selectOption--Border);border-radius:var(--languageSwitcher__selectOption--BorderRadius)}.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws .platform-language-switcher-module_selectOption_YvIXW .platform-language-switcher-module_optionText_0jNF5{color:var(--ui--text--regular--color);text-transform:capitalize;width:100%;text-align:start}.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws .platform-language-switcher-module_selectOption_YvIXW.platform-language-switcher-module_active_bPLJc{background:var(--languageSwitcher__selectOption--Background--selected)}.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws .platform-language-switcher-module_selectOption_YvIXW.platform-language-switcher-module_active_bPLJc .platform-language-switcher-module_option_jB-Vl{color:var(--languageSwitcher__option--Color--selected)}@media(any-hover:hover){.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws .platform-language-switcher-module_selectOption_YvIXW:hover{background:var(--languageSwitcher__selectOption--Background--hover)}.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws .platform-language-switcher-module_selectOption_YvIXW:hover .platform-language-switcher-module_option_jB-Vl{color:var(--languageSwitcher__option--Color--hover)}.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws .platform-language-switcher-module_selectOption_YvIXW:hover.platform-language-switcher-module_active_bPLJc{background:var(--languageSwitcher__selectOption--Background--selected--hover)}.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws .platform-language-switcher-module_selectOption_YvIXW:hover.platform-language-switcher-module_active_bPLJc .platform-language-switcher-module_option_jB-Vl{color:var(--languageSwitcher__option--Color--selected--hover)}}.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws .platform-language-switcher-module_active_bPLJc .platform-language-switcher-module_selectOption_YvIXW{background:var(--languageSwitcher__selectOption--Background--selected);color:var(--languageSwitcher__option--Color--selected)}@media(any-hover:hover){.platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws .platform-language-switcher-module_active_bPLJc .platform-language-switcher-module_selectOption_YvIXW:hover{background:var(--languageSwitcher__selectOption--Background--selected--hover);color:var(--languageSwitcher__option--Color--selected--hover)}}@media(max-width:768px){.platform-language-switcher-module_contentContainer_9co76{width:100%}}.platform-language-switcher-module_drawer_LwTsf{box-shadow:0 -5px 20px #090d19}.platform-language-switcher-module_drawer_LwTsf .platform-language-switcher-module_contentContainer_9co76{max-width:100%;background-color:transparent;box-shadow:none}.platform-language-switcher-module_drawer_LwTsf .platform-language-switcher-module_contentContainer_9co76 .platform-language-switcher-module_selectOptions_EV-ws{list-style-type:none;margin-block-start:0;margin-block-end:0;padding:15px}.platform-language-select-item-module_langIcon_RMjWE{display:block;width:24px;height:24px}.skeleton-loader-module_mainBg_WnxsZ{width:100%;height:100%;border-radius:8px;overflow:hidden;background-color:var(--ui--cards1--color)}.skeleton-loader-module_animateBg_8MdWn{width:100%;height:100%;background:var(--skeleton--gradient);background-size:200%;background-repeat:no-repeat;animation-name:skeleton-loader-module_skeleton_42YbY;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}[dir=rtl] .skeleton-loader-module_animateBg_8MdWn{animation-direction:reverse}@keyframes skeleton-loader-module_skeleton_42YbY{0%{background-position:200%}50%{background-position:0%}to{background-position:-200%}}.platform-language-switcher-skeleton-module_headerTrigger_Eizjb{width:40px;height:40px;border-radius:8px;flex-shrink:0}.platform-language-switcher-skeleton-module_sidebarTrigger_h-Rzl{box-sizing:border-box;width:100%;height:44px;border-radius:8px}.balance-switcher-skeleton-module_trigger_BaurA{box-sizing:border-box;display:flex;width:210px;height:50px;border-radius:var(--balanceSelector__trigger--BorderRadius, 15px)}@media(max-width:1240px){.balance-switcher-skeleton-module_trigger_BaurA{width:158px;height:40px}}.profile-link-module_button_PubFC.profile-link-module_small_0JiAn{padding:0}.profile-link-module_button_PubFC.profile-link-module_small_0JiAn .profile-link-module_icon_nY-HH{display:none}.profile-link-module_button_PubFC .profile-link-module_content_Vt-mt{align-items:flex-start}.profile-link-module_button_PubFC{--button__leftContent--Gap--md: 15px;display:flex;flex-grow:1;align-items:center;gap:13px;border:none;padding:3px 8px 3px 4px;justify-content:flex-start}.profile-link-module_button_PubFC .profile-link-module_icon_nY-HH{fill:var(--ui--text--additional50--color);display:flex;width:32px;height:32px}[dir=rtl] .profile-link-module_button_PubFC .profile-link-module_icon_nY-HH{transform:scaleX(-1)}.profile-link-module_button_PubFC .profile-link-module_avatar_eLQkL{box-sizing:border-box;position:relative;border-radius:10px;width:40px;height:40px}.profile-link-module_button_PubFC .profile-link-module_avatar_eLQkL:after{box-sizing:border-box;content:"";position:absolute;top:0;left:0;z-index:0;display:block;width:100%;height:100%;border:1px solid var(--ui--strokes--color);border-radius:inherit}.profile-link-module_button_PubFC .profile-link-module_avatar_eLQkL .profile-link-module_img_UKbRo{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.profile-link-module_button_PubFC .profile-link-module_info_7SNh2{text-align:start;margin-left:0;margin-right:auto}[dir=rtl] .profile-link-module_button_PubFC .profile-link-module_info_7SNh2{margin-right:0;margin-left:auto}.profile-link-module_button_PubFC .profile-link-module_info_7SNh2 .profile-link-module_name_vSeVh{font-weight:600;font-size:14px;color:var(--inverse--text--accent--color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px}[dir=rtl] .profile-link-module_button_PubFC .profile-link-module_info_7SNh2 .profile-link-module_name_vSeVh{direction:ltr}.profile-link-module_button_PubFC .profile-link-module_info_7SNh2 .profile-link-module_id_5V-ec{font-weight:600;font-size:11px;color:var(--ui--text--additional50--color)}.profile-link-module_button_PubFC .profile-link-module_info_7SNh2 .profile-link-module_id_5V-ec .profile-link-module_idNumber_Q6Eve{color:var(--ui--text--regular--color)}.footer-module_footer_bxmBh{box-sizing:border-box;width:100%;display:flex;justify-content:center;background-color:var(--ui--cards1--color)}.footer-module_contentWrapper_Wct1H{padding:20px 20px 40px;box-sizing:border-box;max-width:1200px;width:100%;margin:0 auto;display:flex;flex-grow:1;flex-direction:column;align-items:center}@media(max-width:1240px){.footer-module_contentWrapper_Wct1H{margin-bottom:50px}}.footer-module_sectionWrapper_v3BQk{width:100%;display:flex;flex-grow:1;flex-direction:column;padding:20px;align-items:center;justify-content:center}.footer-module_sectionProjectInfo_zMJm1{display:grid;grid-template-columns:1fr 1fr;padding:0;min-height:221px}@media(max-width:768px){.footer-module_sectionProjectInfo_zMJm1{grid-template-columns:1fr}}.footer-module_sectionPartnersInfo_9ZCPp{display:flex;flex-direction:row;gap:27px 20px;flex-wrap:wrap}@media(max-width:768px){.footer-module_sectionPartnersInfo_9ZCPp{justify-content:flex-start}}.footer-module_sectionMailList_5yCsU{display:flex;flex-direction:row;gap:40px}@media(max-width:768px){.footer-module_sectionMailList_5yCsU{flex-direction:column;align-items:flex-start;gap:20px}}.footer-module_projectInfoContent_oCf3v{display:flex;flex-direction:column;align-self:start;gap:12px;padding-bottom:10px}@media(max-width:768px){.footer-module_projectInfoContent_oCf3v{padding-bottom:0}}.footer-module_logoWrapper_9NdHp{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-module_logo_ZG3TU{height:69px;width:auto}@media(max-width:1240px){.footer-module_logo_ZG3TU{height:53px}}@media(max-width:768px){.footer-module_logo_ZG3TU{height:37px}}.footer-module_mobileSocialList_Gu9w7{display:none}@media(max-width:768px){.footer-module_mobileSocialList_Gu9w7{display:flex}}.footer-module_desktopSocialList_pwVoU{display:flex}@media(max-width:768px){.footer-module_desktopSocialList_pwVoU{display:none}}.footer-module_text_Edize{margin:0;white-space:nowrap;font-weight:600;font-size:12px;color:var(--ui--text--regular--color);font-weight:400}.footer-module_text_Edize:last-child{text-transform:capitalize}.footer-module_textWrapper_lYCVF{display:flex;align-items:flex-start;flex-direction:column;gap:5px;margin:3px 0 12px;width:100%}@media(max-width:768px){.footer-module_textWrapper_lYCVF{margin:0 0 12px}}.footer-module_grade_UELnT{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:13px;padding:13px;background-color:var(--ui--cards2--color);border-radius:10px;min-width:312px}@media(any-hover:hover){.footer-module_grade_UELnT:hover{background-color:var(--ui--cards3--color)}}.footer-module_icon_p-aKu{width:55px;height:55px;fill:var(--ui--text--additional30--color);opacity:1}.footer-module_iconResponsible_pJfvx{width:120px;height:35px;fill:var(--ui--text--regular--color)}.footer-module_img_VqiVF{width:120px;height:35px}.footer-module_imgIso_ckeNg{width:55px;height:55px}[data-theme=dark] .footer-module_img_VqiVF{filter:brightness(200%)}.footer-module_mailLink_VrBBt{display:flex;align-items:center;gap:10px}.footer-module_mailText_o9kOV{margin:0;font-weight:600;font-size:14px;color:var(--ui--text--regular--color)}.footer-module_gamCare_MQxU3{fill:var(--ui--text--regular--color)}.footer-module_footerLinksBlock_exP89{display:flex;padding:10px 0 30px;gap:20px;width:100%;align-self:flex-start}.footer-module_mailIcon_wkq4c{fill:var(--accent--bg--color)}.social-list-module_socialLink_yvCHo{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;border:1px solid var(--ui--strokes--color);background:var(--ui--cards2--color);transition:all var(--Transition--normal)}.social-list-module_socialLink_yvCHo .social-list-module_icon_RKBuH{overflow:visible;fill:var(--accent--bg--color);transition:all var(--Transition--normal)}@media(any-hover:hover){.social-list-module_socialLink_yvCHo:hover{background:var(--ui--cards2--hover--color)}}.social-list-module_socialLink_yvCHo.social-list-module_footer_rek6t{width:40px;height:40px}.social-list-module_socialLink_yvCHo.social-list-module_footer_rek6t .social-list-module_icon_RKBuH{width:21px;height:21px}.social-list-module_withBorder_5FOQA{--socialList--Gap: 10px}.social-list-module_withBorder_5FOQA .social-list-module_socialLink_yvCHo{outline:1px solid var(--ui--strokes--color)}.social-list-module_socialList_0D8um.social-list-module_footer_rek6t{--socialList__link--Width: 40px;--socialList__link--Height: 40px;--socialList--Gap: 12px}@media(max-width:768px){.social-list-module_socialList_0D8um.social-list-module_footer_rek6t{--socialList--Gap: 8px}}.static-pages-navigation-module_navigation_YQbZw{display:flex;flex-direction:column;width:100%;gap:6px;transition:.3s all}.static-pages-navigation-module_staticPagesNavigation_-5EV8{padding:0;margin:0;display:flex;flex-direction:column;gap:5px}.static-pages-navigation-module_staticLinkWrapper_vE8G4{display:flex;white-space:nowrap;margin:0;padding:0}.static-pages-navigation-module_staticPageLink_3CHgx{font-weight:700;font-size:14px;color:var(--ui--text--regular--color);display:flex;justify-content:start;align-items:center;padding:10px;transition:.3s all}.static-pages-navigation-module_staticPageLink_3CHgx.static-pages-navigation-module_activeLink_aPPHM,.static-pages-navigation-module_staticPageLink_3CHgx.static-pages-navigation-module_activeLink_aPPHM:visited{color:var(--ui--text--accent1--color)}.static-pages-navigation-module_staticPageLink_3CHgx:visited{color:var(--ui--text--regular--color)}@media(any-hover:hover){.static-pages-navigation-module_staticPageLink_3CHgx:hover{color:var(--ui--text--accent1--color)}}.static-pages-navigation-module_linkTitle_fhJ4K{margin:0;text-transform:capitalize}.static-pages-navigation-module_decorate_rGDSI{display:flex;width:100%;flex-grow:1;border-top:1px solid var(--ui--strokes--color)}.static-pages-navigation-module_title_Ke60h{font-weight:600;font-size:11px;color:var(--ui--text--additional50--color);margin:0;padding:0}.static-pages-navigation-module_titleWrapper_9ou2c{display:flex;align-items:center;gap:10px;margin-bottom:5px;padding-inline:5px}.static-pages-navigation-module_footerNavigation_b0FhJ{gap:0}.static-pages-navigation-module_footerNavigation_b0FhJ .static-pages-navigation-module_staticPagesNavigation_-5EV8{display:grid;grid-template-columns:1fr}.static-pages-navigation-module_footerNavigation_b0FhJ .static-pages-navigation-module_titleWrapper_9ou2c{padding:0;margin-bottom:16px}.static-pages-navigation-module_footerNavigation_b0FhJ .static-pages-navigation-module_staticPagesNavigation_-5EV8{gap:16px}.static-pages-navigation-module_footerNavigation_b0FhJ .static-pages-navigation-module_staticPageLink_3CHgx{padding:0;font-weight:600}.static-pages-navigation-module_footerNavigation_b0FhJ .static-pages-navigation-module_decorate_rGDSI{display:none}.static-pages-navigation-module_footerNavigation_b0FhJ .static-pages-navigation-module_title_Ke60h{padding-inline:0;color:var(--ui--text--additional30--color)}.static-pages-navigation-module_accordion_JTXme .static-pages-navigation-module_titleWrapper_9ou2c{width:fit-content;gap:8px;cursor:pointer}.static-pages-navigation-module_accordion_JTXme .static-pages-navigation-module_icon_4lEgJ{width:16px;height:16px;fill:var(--ui--text--additional30--color)}.static-pages-navigation-module_accordion_JTXme .static-pages-navigation-module_icon_4lEgJ.static-pages-navigation-module_opened_KP878{transform:rotate(180deg)}.top-page-bg-module_bg_u-XEx{position:absolute;top:0;left:0;z-index:-1;width:100%;border-radius:0 0 24px 24px;background:var(--inverse--cards1--color)}.profile-menu-module_content_b0iUx{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;position:relative;align-self:center;max-width:var(--layout--maxWidth);width:100%}@media(max-width:768px){.profile-menu-module_content_b0iUx{padding:20px 24px 16px}}.profile-menu-module_userInfoWrapper_pOQ-X{display:grid;grid-template-columns:min-content minmax(0,1fr);align-items:center;gap:16px;min-width:0;flex:1}.profile-menu-module_usernameWrapper_inXL4{display:flex;gap:6px;min-width:0}.profile-menu-module_usernameWrapper_inXL4 .profile-menu-module_usernameSettingIcon_0WZ8u{fill:var(--inverse--text--additional--color);width:20px;height:20px}.profile-menu-module_userMenu_6eVMS{display:flex;flex-shrink:0;gap:8px}.profile-menu-module_link_7pxr2{display:flex;position:relative;background-color:var(--inverse--cards2--color);padding:8px;border-radius:10px}.profile-menu-module_link_7pxr2 .profile-menu-module_icon_VIpsA{width:24px;height:24px;fill:var(--inverse--text--additional--color)}.profile-menu-module_link_7pxr2 .profile-menu-module_messageBadge_JZ6ql{position:absolute;top:-3px;right:-3px;border-radius:99px;padding:0 5px;font-family:var(--font-family);background-color:var(--status--danger--color);color:var(--status--text--regular--color)}.profile-menu-module_imgWrapper_qP4GP{width:48px;height:48px;border-radius:12px;position:relative}@media(max-width:768px){.profile-menu-module_imgWrapper_qP4GP{width:40px;height:40px}}.profile-menu-module_imgWrapper_qP4GP .profile-menu-module_img_TnOI2{width:100%;height:100%;border-radius:inherit;object-fit:cover}.profile-menu-module_imgWrapper_qP4GP .profile-menu-module_iconVerify_-TdLf{position:absolute;bottom:-3px;right:-3px;background-color:var(--inverse--cards1--color);padding:3px;border-radius:50%;width:18px;height:18px}.profile-menu-module_imgWrapper_qP4GP .profile-menu-module_iconVerify_-TdLf.profile-menu-module_checked_YTQLt{fill:var(--status--success--color)}.profile-menu-module_imgWrapper_qP4GP .profile-menu-module_iconVerify_-TdLf.profile-menu-module_alert_AEATM{fill:var(--status--warning--color)}.profile-menu-module_userInfo_3IT7Y{display:flex;flex-direction:column;gap:5px;min-width:0;width:100%}.profile-menu-module_userInfo_3IT7Y .profile-menu-module_userName_HjVAQ{font-weight:700;font-size:20px;color:var(--inverse--text--accent--color);min-width:0}@media(max-width:768px){.profile-menu-module_userInfo_3IT7Y .profile-menu-module_userName_HjVAQ{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700;font-size:16px;color:var(--inverse--text--accent--color)}}.profile-menu-module_userInfo_3IT7Y .profile-menu-module_userId_HwrwG{display:flex;gap:10px;font-weight:700;font-size:14px;color:var(--inverse--text--regular--color)}@media(max-width:768px){.profile-menu-module_userInfo_3IT7Y .profile-menu-module_userId_HwrwG{font-weight:600;font-size:11px;color:var(--inverse--text--regular--color)}}.profile-menu-module_userInfo_3IT7Y .profile-menu-module_userId_HwrwG .profile-menu-module_copyButton_mf-3q .profile-menu-module_copyIcon_ISdpg{width:14px;height:14px;fill:var(--inverse--text--additional--color);transition:fill var(--Transition--normal)}@media(any-hover:hover){.profile-menu-module_userInfo_3IT7Y .profile-menu-module_userId_HwrwG .profile-menu-module_copyButton_mf-3q:hover .profile-menu-module_copyIcon_ISdpg{fill:var(--inverse--text--regular--color)}}.profile-menu-module_userInfo_3IT7Y .profile-menu-module_userId_HwrwG .profile-menu-module_copyButton_mf-3q:active .profile-menu-module_copyIcon_ISdpg{fill:var(--inverse--text--additional--color)}.change-username-setting-module_wrapper_XTL39{width:100%;display:flex;gap:10px;align-items:flex-end}.change-username-setting-module_usernameEditIcon_T-n6l{width:24px;height:24px;fill:var(--ui--text--regular--color)}.change-username-setting-module_usernameEditBtn_ybgjq{box-shadow:none;background:none;border:none;padding:0}.profile-navigation-module_wrapper_HrOmX{z-index:1;display:flex;gap:8px;padding:0 24px;margin-bottom:30px}@media(max-width:768px){.profile-navigation-module_wrapper_HrOmX{display:grid;gap:4px;grid-template-columns:repeat(3,1fr)}}.profile-tab-link-module_link_252u-{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:12px 8px;border-radius:16px;border:1px solid var(--inverse--cards2--color);background-color:var(--inverse--cards2--color);cursor:pointer;transition:all var(--Transition--normal) ease;flex:1 1 0;min-width:0}.profile-tab-link-module_link_252u- .profile-tab-link-module_icon_l9gG5{transition:all var(--Transition--normal) ease;fill:var(--inverse--text--additional--color);fill-opacity:1}.profile-tab-link-module_link_252u- .profile-tab-link-module_label_m1wKt{font-size:12px;color:var(--inverse--text--regular--color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}@media(any-hover:hover){.profile-tab-link-module_link_252u-:hover{border:1px solid var(--inverse--text--regular--color)}.profile-tab-link-module_link_252u-:hover .profile-tab-link-module_icon_l9gG5{fill:var(--inverse--text--regular--color)}}.profile-tab-link-module_link_252u-.profile-tab-link-module_active_MFB6X{background-color:var(--accent--bg--color);border:1px solid var(--accent--bg--color)}.profile-tab-link-module_link_252u-.profile-tab-link-module_active_MFB6X .profile-tab-link-module_icon_l9gG5{fill:var(--inverse--text--regular--color);stroke:var(--inverse--text--regular--color);fill-opacity:1}@media(max-width:768px){.profile-tab-link-module_link_252u-{padding:6px 12px 8px}}.lobby-navigation-module_navigation_tKNxH{box-sizing:border-box;display:flex;gap:10px;margin:0 20px}@media(max-width:768px){.lobby-navigation-module_navigation_tKNxH{margin:0}}.lobby-navigation-module_link_cRp1H{width:min-content;box-sizing:border-box;display:flex;background-color:var(--ui--cards2--color);border-radius:27px;padding:10px 20px;align-items:center;min-height:54px;gap:10px;transition:var(--Transition--normal) all}@media(max-width:1240px){.lobby-navigation-module_link_cRp1H{min-height:40px}}.lobby-navigation-module_link_cRp1H .lobby-navigation-module_label_mXEjd{margin:0;color:var(--ui--text--regular--color);font-weight:600;font-size:14px;white-space:nowrap}.lobby-navigation-module_link_cRp1H .lobby-navigation-module_icon_IiCDk{width:24px;height:24px;fill:var(--accent--bg--color)}.lobby-navigation-module_link_cRp1H .lobby-navigation-module_activeLink_yp57N{background-color:var(--accent--bg--color)}.lobby-navigation-module_link_cRp1H .lobby-navigation-module_activeLink_yp57N .lobby-navigation-module_icon_IiCDk{fill:var(--accent--text--regular--color)}@media(any-hover:hover){.lobby-navigation-module_link_cRp1H:hover{background-color:var(--ui--cards3--color)}}.lobby-navigation-module_link_cRp1H.lobby-navigation-module_linkActive_Q91o-{background-color:var(--accent--bg--color)}.lobby-navigation-module_link_cRp1H.lobby-navigation-module_linkActive_Q91o- .lobby-navigation-module_icon_IiCDk{fill:var(--accent--text--regular--color)}.lobby-navigation-module_link_cRp1H.lobby-navigation-module_linkActive_Q91o- .lobby-navigation-module_label_mXEjd{color:var(--accent--text--regular--color)}@media(any-hover:hover){.lobby-navigation-module_link_cRp1H.lobby-navigation-module_linkActive_Q91o-:hover{box-shadow:0 4px 10px 0 var(--ui--text--accent50--color)}}.lobby-navigation-module_carousel_pYy-H{box-sizing:border-box;cursor:pointer;display:flex;width:100%;gap:10px}.lobby-navigation-module_carouselWrapper_ZBTCL{box-sizing:border-box;cursor:pointer;display:flex;width:100%}@media(max-width:768px){.lobby-navigation-module_carouselWrapper_ZBTCL{width:100vw}}.lobby-navigation-module_externalViewport_Riqn1{box-sizing:border-box}@media(max-width:768px){.lobby-navigation-module_externalViewport_Riqn1{padding-inline:20px}}.lobby-wrapper-module_topBg_iQiV3{height:280px}@media(max-width:1240px){.lobby-wrapper-module_topBg_iQiV3{height:373px}}.lobby-wrapper-module_lobbyContentWrapper_MzNps{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;margin-top:20px}.info-accordion-wrapper-module_wrapper_Ob03c{padding:0 20px}.info-accordion-wrapper-module_title_YZ2V6{font-weight:700;font-size:20px;color:var(--ui--text--regular--color);margin:0 0 20px}.info-accordion-wrapper-module_text_Ahr-Y{font-weight:600;font-size:14px;color:var(--ui--text--additional50--color);margin:0 0 20px;text-align:left}[dir=rtl] .info-accordion-wrapper-module_text_Ahr-Y{text-align:right}.info-accordion-wrapper-module_list_Pcf9u{box-sizing:border-box;font-weight:600;font-size:14px;color:var(--ui--text--additional50--color);padding:0 0 0 25px;margin:0 0 20px;display:flex;flex-direction:column;width:100%;gap:20px}[dir=rtl] .info-accordion-wrapper-module_list_Pcf9u{padding:0 25px 0 0}.platform-banners-module_wrapper_FEgDg{padding:20px 20px 11px}@media(max-width:768px){.platform-banners-module_wrapper_FEgDg{padding-bottom:23px}}.platform-banners-module_wrapperPagination_IDuQr{padding:7px 14px;border-radius:20px;background-color:var(--ui--cards1--color)}.platform-banners-skeleton-module_banners_VRTiJ{width:100%}.platform-banners-skeleton-module_bannerContainer_qwaJd{border-radius:var(--banners__banner--BorderRadius);overflow:hidden;width:100%}.platform-banners-skeleton-module_banner_KJ6Yp{width:100%;aspect-ratio:var(--banners__banner--AspectRatio);border-radius:var(--banners__banner--BorderRadius)}.promotions-page-module_promotionsPage_7ZoKM{--GridTemplateColumns: repeat(auto-fill, minmax(380px, 1fr));--Gap: 10px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px}@media(max-width:1240px){.promotions-page-module_promotionsPage_7ZoKM{--GridTemplateColumns: repeat(2, minmax(0, 1fr))}}.promotions-page-module_topBg_xZvri{height:124px}@media(max-width:1240px){.promotions-page-module_topBg_xZvri{height:110px}}.promotions-page-module_previousTitle_7PHKf{margin:14px 0 0;padding-inline:24px;font-weight:700;font-size:20px;color:var(--ui--text--regular--color)}.promotions-page-module_list_p7wyN,.promotions-page-module_skeleton_wxTh4{box-sizing:border-box;display:grid;gap:var(--Gap);grid-template-columns:var(--GridTemplateColumns);width:100%}@media(max-width:768px){.promotions-page-module_list_p7wyN,.promotions-page-module_skeleton_wxTh4{padding-inline:10px}}.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonCard_VsbsQ{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;padding:16px 24px;border-radius:24px;overflow:hidden;background:var(--ui--cards2--color)}@media(max-width:768px){.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonCard_VsbsQ{gap:0;padding:0}}.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonImage_-4-Yh{width:100%;aspect-ratio:1.77;border-radius:12px;border:none}@media(max-width:768px){.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonImage_-4-Yh{border-radius:16px 16px 0 0}}.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonBody_X5yJe{display:flex;flex-direction:column;gap:12px;flex:1}@media(max-width:768px){.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonBody_X5yJe{gap:6px;padding:11px 14px 14px}}.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonTitle_eXZSg{width:70%;height:22px;border-radius:4px;border:none}@media(max-width:768px){.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonTitle_eXZSg{width:85%;height:14px}}.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonDescription_wUJCy{width:100%;height:48px;border-radius:4px;border:none}@media(max-width:768px){.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonDescription_wUJCy{display:none}}.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonButtons_JHBf6{display:flex;flex-wrap:wrap;gap:13px;margin-top:auto}@media(max-width:768px){.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonButtons_JHBf6{gap:5px}}.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonButton_r-EHr{flex:1 1 calc(50% - var(--primaryPromotionsCard__buttonsBlock--Gap, 13px) / 2);max-width:100%;min-width:min-content;height:40px;border-radius:8px;border:none}@media(max-width:768px){.promotions-page-module_skeleton_wxTh4 .promotions-page-module_skeletonButton_r-EHr{height:32px}}.promotions-page-module_list_p7wyN{list-style-type:none;margin-block-start:0;margin-block-end:0;padding-inline:0}.promotions-page-module_list_p7wyN .promotions-page-module_previousClaim_sBnL6{display:none}@media(max-width:768px){.promotions-page-module_list_p7wyN{padding-inline:10px}.promotions-page-module_list_p7wyN .promotions-page-module_button_ZLI7n{height:32px;min-height:32px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;--button--Padding--primary: 0 8px;--button--Padding--secondary: 0 8px}}.promotions-page-module_backNavigation_Lc0YZ{padding:8px 20px;margin:10px 0 12px}.promotions-page-module_boxIcon_KiRpA{fill:orange}.promotions-page-module_button_ZLI7n{flex:1 1 calc(50% - var(--primaryPromotionsCard__buttonsBlock--Gap, 13px) / 2);max-width:100%;min-width:min-content}.promotions-page-module_button_ZLI7n .promotions-page-module_buttonContent_3f49I{display:flex;align-items:center;gap:8px}@media(max-width:768px){.promotions-page-module_button_ZLI7n .promotions-page-module_buttonContent_3f49I{gap:5px}}.promotions-page-module_infoIcon_BtE0U{width:16px;height:16px;fill:var(--ui--text--regular--color)}@media(max-width:768px){.promotions-page-module_promotionContent_9Z-LE{display:none}}.promotion-link-button-module_claimBonus_FJP6J{flex:1 1 calc(50% - var(--primaryPromotionsCard__buttonsBlock--Gap, 13px) / 2);max-width:100%;min-width:min-content;width:auto}.promotion-link-button-module_claimBonus_FJP6J .promotion-link-button-module_boxIcon_9WI62{display:block;width:16px;height:16px;fill:var(--accent--text--regular--color)}.promotion-link-button-module_claimBonus_FJP6J .promotion-link-button-module_buttonContent_ua5BC{display:flex;align-items:center;gap:6px}@media(max-width:768px){.promotion-link-button-module_default_XKcaH .promotion-link-button-module_boxIcon_9WI62{display:none}}.promotion-link-button-module_promotion_KxvYs .promotion-link-button-module_boxIcon_9WI62{width:24px;height:24px}.promotion-link-button-module_promotion_KxvYs .promotion-link-button-module_buttonContent_ua5BC{gap:10px}.back-navigation-module_backNavigationContent_eAfyw{display:flex;align-items:center;gap:10px}.back-navigation-module_backNavigationContent_eAfyw .back-navigation-module_button_86kpx{background:transparent;padding:0}.back-navigation-module_backNavigationContent_eAfyw .back-navigation-module_button_86kpx .back-navigation-module_icon_pwOVe{display:block;fill:var(--inverse--text--regular--color)}[dir=rtl] .back-navigation-module_backNavigationContent_eAfyw .back-navigation-module_button_86kpx .back-navigation-module_icon_pwOVe{transform:rotate(180deg)}.back-navigation-module_backNavigationContent_eAfyw .back-navigation-module_title_vMfa9{font-weight:700;font-size:16px;color:var(--inverse--text--regular--color)}.promotion-page-module_guardSkeleton_N67Wb{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;gap:36px;width:100%;border-radius:12px;padding:20px}@media(max-width:1240px){.promotion-page-module_guardSkeleton_N67Wb{gap:24px}}.promotion-page-module_guardSkeleton_N67Wb .promotion-page-module_guardSkeletonImg_7BSIH{flex-shrink:0;width:100%;aspect-ratio:1.77;height:auto;border-radius:12px}.promotion-page-module_guardSkeleton_N67Wb .promotion-page-module_guardSkeletonInfo_Yl4UC{display:flex;flex-direction:column;gap:20px;flex:1;min-width:0}.promotion-page-module_guardSkeleton_N67Wb .promotion-page-module_guardSkeletonTitle_XJuVI{width:min(420px,100%);height:36px;border-radius:8px}.promotion-page-module_guardSkeleton_N67Wb .promotion-page-module_guardSkeletonBody_67kiq{box-sizing:border-box;justify-items:start;width:100%;flex:1;min-height:160px;border-radius:8px}.promotion-page-module_promotionPage_LfMrJ{box-sizing:border-box;padding-top:18px}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_topBg_W7gJC{height:124px}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_navigationButton_mrao2{margin-bottom:28px;padding-inline:20px}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_imgWrapper_TGnlb{overflow:hidden;position:relative;width:100%;aspect-ratio:1.77;border-radius:24px}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_imgWrapper_TGnlb .promotion-page-module_img_38-7E{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_infoBlock_nNrLf{display:flex;flex-direction:column;padding:12px 0;gap:12px;max-width:575px;width:100%}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_infoBlock_nNrLf .promotion-page-module_title_tQADV{margin:0;padding-inline:24px;font-weight:900;font-size:32px;color:var(--ui--text--regular--color)}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_infoBlock_nNrLf .promotion-page-module_textBlock_roQ93{display:flex;flex-direction:column;gap:13px;border-radius:24px;background:var(--ui--cards2--color);padding:16px 24px 32px}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_infoBlock_nNrLf .promotion-page-module_textBlock_roQ93 .promotion-page-module_label_4bpHE{margin:0;font-weight:600;font-size:14px;color:var(--ui--text--additional30--color)}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_infoBlock_nNrLf .promotion-page-module_textBlock_roQ93 .promotion-page-module_content_QOQdH{font-weight:600;font-size:14px;color:var(--ui--text--regular--color)}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_infoBlock_nNrLf .promotion-page-module_textBlock_roQ93 .promotion-page-module_content_QOQdH p{margin-top:0}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_infoBlock_nNrLf .promotion-page-module_textBlock_roQ93 .promotion-page-module_claimBonus_V69lA{margin:12px auto 0;max-width:unset;width:fit-content;border-radius:20px;padding:15px 30px 15px 20px;font-weight:700;font-size:16px;color:var(--accent--text--regular--color)}@media(max-width:1240px){.promotion-page-module_promotionPage_LfMrJ{padding-top:19px}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_topBg_W7gJC{height:110px}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX{margin-inline:20px}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_infoBlock_nNrLf{max-width:100%}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_infoBlock_nNrLf .promotion-page-module_title_tQADV{font-weight:900;font-size:25px;color:var(--ui--text--regular--color)}}@media(max-width:768px){.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX{display:flex;flex-direction:column;gap:8px;margin-inline:0}.promotion-page-module_promotionPage_LfMrJ .promotion-page-module_container_F6SZX .promotion-page-module_infoBlock_nNrLf .promotion-page-module_title_tQADV{padding-inline:24px}}.latest-winnings-module_container_peRV3{display:flex;flex-direction:column;align-items:center;gap:15px;padding:0 20px}.latest-winnings-module_container_peRV3 .latest-winnings-module_title_NWurK{padding:0;margin:0;font-size:30px;font-weight:900;color:var(--ui--text--regular--color);text-transform:uppercase}@media(max-width:1240px){.latest-winnings-module_container_peRV3 .latest-winnings-module_title_NWurK{font-size:22px;font-weight:700;text-transform:capitalize}}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9{display:flex;flex-direction:column;gap:5px;width:100%;list-style:none;padding:0;margin:0}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq{cursor:pointer;display:grid;grid-template-columns:minmax(119px,226px) minmax(80px,226px) minmax(119px,226px);justify-content:space-between;align-items:center;padding:10px;border-radius:20px;background-color:var(--ui--cards1--color)}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_gameWrapper_co08u,.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_valueWrapper_ptFoG{display:flex;align-items:center;gap:10px}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_gameWrapper_co08u,.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_coeffWrapper_M5fl0,.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_valueWrapper_ptFoG .latest-winnings-module_subtitle_kDYsf{font-size:12px;font-weight:600;color:var(--ui--text--additional30--color)}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_gameWrapper_co08u .latest-winnings-module_imgWrapper_Xt9SJ{min-width:30px;width:30px;height:30px;border-radius:7px;overflow:hidden}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_gameWrapper_co08u .latest-winnings-module_imgWrapper_Xt9SJ .latest-winnings-module_img_oSape{width:100%;height:100%;object-fit:cover}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_gameWrapper_co08u .latest-winnings-module_gameContent_qChFo{display:flex;flex-direction:column;overflow:hidden}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_gameWrapper_co08u .latest-winnings-module_gameContent_qChFo .latest-winnings-module_gameName_E8X5m{font-size:14px;font-weight:600;color:var(--ui--text--regular--color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[dir=rtl] .latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_gameWrapper_co08u .latest-winnings-module_gameContent_qChFo .latest-winnings-module_gameName_E8X5m{direction:ltr;text-align:end}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_coeffWrapper_M5fl0{display:flex;flex-direction:column;align-items:center}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_coeffWrapper_M5fl0 .latest-winnings-module_coeffValue_0S-tF{font-size:14px;color:var(--ui--text--additional50--color)}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_valueWrapper_ptFoG{justify-self:end}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_valueWrapper_ptFoG .latest-winnings-module_value_dfHcR{display:flex;flex-direction:column;align-items:end}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_valueWrapper_ptFoG .latest-winnings-module_value_dfHcR .latest-winnings-module_valueText_SPN6d{font-size:14px;font-weight:600;color:var(--ui--text--regular--color)}.latest-winnings-module_container_peRV3 .latest-winnings-module_listWrapper_4Xde9 .latest-winnings-module_listItem_JZUIq .latest-winnings-module_valueWrapper_ptFoG .latest-winnings-module_currencyIcon_pdvZv{width:24px;height:24px;fill:var(--accent--bg--color)}.latest-winnings-module_bottomContent_viMh1{padding:8.5px 20px}.latest-winnings-module_bottomContent_viMh1 .latest-winnings-module_button_aL8UY{width:100%;display:flex;align-items:center;justify-content:center;background-color:var(--accent--bg--color);border-radius:10px;padding:12px;padding-inline:0;transition:.3s all;font-weight:700;font-size:14px;color:var(--accent--text--regular--color)}@media(any-hover:hover){.latest-winnings-module_bottomContent_viMh1 .latest-winnings-module_button_aL8UY:hover{box-shadow:0 4px 15px 0 var(--ui--text--accent1--color);background-color:var(--accent--bg--hover--color)}}@media(max-width:768px){.latest-winnings-module_bottomContent_viMh1{padding:0}}.latest-winnings-module_drawer_L2C1O{display:none}@media(max-width:768px){.latest-winnings-module_drawer_L2C1O{display:flex}}.latest-winnings-module_modal_7hMkY{--modal--MaxWidth: 500px}@media(max-width:768px){.latest-winnings-module_modal_7hMkY{display:none}}.provider-card-module_card_yKHfq{box-sizing:border-box;min-width:var(--providerCard--Width);height:var(--providerCard--Height);padding:10px 20px;border-radius:20px;background-color:var(--ui--cards1--color);margin-right:5px}.provider-card-module_card_yKHfq .provider-card-module_logo_pJ18i{object-fit:contain;height:100%;width:100%}.provider-card-module_card_yKHfq .provider-card-module_label_b3NJr{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;color:var(--ui--text--regular--color)}.providers-carousel-module_wrapper_6uuMZ{display:flex;flex-direction:column;align-items:center;gap:15px;padding-inline-start:20px;overflow:visible}.providers-carousel-module_wrapper_6uuMZ .providers-carousel-module_title_RbNm1{text-transform:uppercase;margin:0;font-weight:900;font-size:32px;color:var(--ui--text--regular--color)}@media(max-width:1240px){.providers-carousel-module_wrapper_6uuMZ .providers-carousel-module_title_RbNm1{text-transform:unset;font-weight:700;font-size:22px;color:var(--ui--text--regular--color)}}.providers-carousel-module_wrapper_6uuMZ .providers-carousel-module_viewport_DNEqn{-webkit-user-select:none;user-select:none}.providers-carousel-module_wrapper_6uuMZ .providers-carousel-module_carousel_lFKOo{display:flex;-webkit-user-select:none;user-select:none}.providers-carousel-module_wrapper_6uuMZ .providers-carousel-module_carouselWrapper_ZGx23{width:100%}.providers-carousel-module_wrapper_6uuMZ .providers-carousel-module_skeletonWrapper_MUYeY{display:flex;overflow:hidden;width:var(--layout--maxWidth)}.providers-carousel-module_wrapper_6uuMZ .providers-carousel-module_skeletonWrapper_MUYeY .providers-carousel-module_skeletonLoader_GN-cF{box-sizing:border-box;border-radius:20px;height:var(--providerCard--Height);min-width:var(--providerCard--Width);margin-right:5px}.message-page-module_topBg_NPUvk{height:calc(var(--header--Height) + 60px)}@media(max-width:1240px){.message-page-module_topBg_NPUvk{height:calc(var(--header--Height) + 64px)}}.message-page-module_message_VD6pb{margin:20px}.message-page-module_guardSkeleton_eZbn4{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;gap:36px;width:calc(100% - 40px);margin:20px;padding:20px;background:var(--ui--cards2--color);border:1px solid var(--ui--strokes--color);border-radius:20px}.message-page-module_guardSkeletonImg_v5vpF{width:100%;height:auto;aspect-ratio:1.75;border-radius:12px}.message-page-module_guardSkeletonInfo_CxPI5{display:flex;flex-direction:column;gap:20px;min-width:0}.message-page-module_guardSkeletonTitle_2Do70{width:min(420px,100%);height:36px;border-radius:8px}.message-page-module_guardSkeletonBody_yPI9Z{width:100%;min-height:160px;border-radius:8px}@media(max-width:768px){.message-page-module_guardSkeleton_eZbn4{display:flex;flex-direction:column;gap:24px}}.message-page-content-module_messagePage_jA19F{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto}.message-page-content-module_messageButton_Nlmq2{box-sizing:border-box;height:60px;padding:0 20px}@media(max-width:1240px){.message-page-content-module_messageButton_Nlmq2{height:64px}}.messages-module_wrapperMessages_1S-O6{box-sizing:border-box;display:flex;flex:1;flex-direction:column;align-items:center;width:100%}.messages-module_notificationButton_KI7NG{box-sizing:border-box;width:100%;max-width:1200px;height:60px;padding:0 20px}@media(max-width:1240px){.messages-module_notificationButton_KI7NG{height:64px}}.messages-module_topBg_YG-tY{height:calc(var(--header--Height) + 60px)}@media(max-width:1240px){.messages-module_topBg_YG-tY{height:calc(var(--header--Height) + 64px)}}.messages-module_tabsWrapper_-8X--{box-sizing:border-box;width:100%;max-width:1200px;padding:12px 20px}.messages-module_list_yurJR{box-sizing:border-box;width:100%;max-width:1200px;min-height:600px;padding:0 20px 20px}@media(max-width:768px){.messages-module_list_yurJR{min-height:420px}}.messages-tabs-module_tabs_nt6Ju{display:flex;align-items:center;gap:6px}.messages-tabs-module_tab_RwtWQ{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;color:var(--ui--text--additional75--color);background:transparent;border:1px solid var(--ui--strokes--color);border-radius:10px;box-shadow:none;text-transform:uppercase}.messages-tabs-module_tabActive_LlgAd{color:var(--accent--text--regular--color);background:var(--accent--bg--color);border-color:var(--accent--bg--color)}.messages-skeleton-module_list_dv6O-{display:flex;flex-direction:column;gap:8px;width:100%}.messages-skeleton-module_item_CmspU{width:100%;height:84px;border-radius:16px}.static-module_toggleBlock_J76QW{overflow-x:auto;display:flex;align-items:center;gap:4px}.static-module_toggleWrapper_7AN2z{display:flex;flex-direction:row;gap:5px;margin-bottom:10px}.static-module_staticPageWrapper_cad0b{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;align-items:start}.static-module_staticPageWrapper_cad0b .static-module_staticPage_iwa-R{background-color:red;width:100%}.static-module_active_rXzOk{background:var(--accent--bg--color)}.static-module_topBg_6XHyq{height:calc(var(--header--Height) + 60px)}@media(max-width:1240px){.static-module_topBg_6XHyq{height:calc(var(--header--Height) + 64px)}}.static-module_notificationButton_zbxD6{padding-inline:20px;height:60px;text-transform:capitalize;text-align:start;justify-content:center}@media(max-width:768px){.static-module_notificationButton_zbxD6{height:64px}}.static-module_titleClassName_UDa-O{padding-inline:20px;font-weight:900;font-size:32px;color:var(--ui--text--regular--color)}.static-module_contentWrapperClassName_pmkOx{display:flex;flex-direction:column;gap:20px;box-sizing:border-box;padding:20px 30px;width:100%}@media(max-width:768px){.static-module_contentWrapperClassName_pmkOx{padding:0}}.static-module_staticPageContent_BW0j1{box-sizing:border-box;background:var(--ui--cards2--color);width:100%;border-radius:20px;padding:20px 30px}.app-loader-module_loader_u7ADq{position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;z-index:1000;width:100vw;height:100vh;background-color:var(--ui--bg0--color)}.app-loader-module_loader_u7ADq .app-loader-module_loaderIcon_OJaiG{fill:#4c555e}:root{--color--light--900: #becef8;--color--light--800: #c8d5f9;--color--light--700: #d1dcfa;--color--light--600: #dae3fb;--color--light--500: #e2e9fc;--color--light--400: #e5ecff;--color--light--300: #ebf1ff;--color--light--200: #f4f9ff;--color--light--100: #f8f9fd;--color--light--50: #fafbff;--color--light--0: #ffffff;--color--dark--900: #090d19;--color--dark--850: #0c101c;--color--dark--800: #0f1420;--color--dark--700: #141a27;--color--dark--600: #1a212e;--color--dark--500: #202735;--color--dark--400: #242c3d;--color--dark--300: #283143;--color--dark--200: #2c3649;--color--dark--100: #303a50;--color--brand--900: #eb7900;--color--brand--800: #f08400;--color--brand--700: #f58f00;--color--brand--600: #fa9a00;--color--brand--500: #ffa500;--color--brand--400: #ffb005;--color--brand--300: #ffba0a;--color--brand--200: #ffc30f;--color--brand--100: #ffcc14;--color--brand-transparent--500-100: rgba(255, 165, 0, 1);--color--brand-transparent--500-900: rgba(255, 165, 0, .9);--color--brand-transparent--500-80: rgba(255, 165, 0, .8);--color--brand-transparent--500-70: rgba(255, 165, 0, .7);--color--brand-transparent--500-60: rgba(255, 165, 0, .6);--color--brand-transparent--500-50: rgba(255, 165, 0, .5);--color--brand-transparent--500-40: rgba(255, 165, 0, .4);--color--brand-transparent--500-30: rgba(255, 165, 0, .3);--color--brand-transparent--500-20: rgba(255, 165, 0, .2);--color--brand-transparent--500-10: rgba(255, 165, 0, .1);--color--text-stroke-dark--900: rgba(0, 14, 81, 1);--color--text-stroke-dark--800: rgba(0, 26, 113, 1);--color--text-stroke-dark--800-75: rgba(0, 26, 113, .75);--color--text-stroke-dark--800-50: rgba(0, 26, 113, .5);--color--text-stroke-dark--800-30: rgba(0, 26, 113, .3);--color--text-stroke-dark--500: rgba(42, 74, 169, 1);--color--text-stroke-dark--500-10: rgba(42, 74, 169, .1);--color--text-stroke-light--0-100: rgba(255, 255, 255, 1);--color--text-stroke-light--0-75: rgba(255, 255, 255, .75);--color--text-stroke-light--0-50: rgba(255, 255, 255, .5);--color--text-stroke-light--0-30: rgba(255, 255, 255, .3);--color--text-stroke-light--0-20: rgba(255, 255, 255, .2);--color--text-stroke-light--0-10: rgba(255, 255, 255, .1);--color--accent--text--regular: rgba(255, 255, 255, 1);--color--accent--text--additional: rgba(255, 255, 255, .7);--color--popup--background: rgba(9, 13, 25, .5);--color--box-shadow: rgba(9, 13, 25, .1);--color--info--500: #096ff4;--color--info--400: #278dff;--color--success--500: #09a119;--color--success--500-10: rgba(9, 161, 25, .1);--color--success--300: #31c941;--color--warning--600: #fda700;--color--warning--500: #fdc600;--color--warning--400: #ffe41e;--color--danger--500: #ff2642;--color--danger--400: #ff4460;--color--text--regular: #ffffff}:root{--layout--maxWidth: min(1200px, 100vw);--navbar--Height: 69px;--navbar--MaxHeight: 110px;--header--Height: 64px;--font-family: "Inter", sans-serif;--font-family--fa: "Vazirmatn", "Inter", sans-serif;--drawer--MaxHeight: 80vh;--Transition--normal: .3s;--providerCard--Width: 155px;--providerCard--Height: 60px;--platform__gameCard--MaxWidth: 136px;--platform__gameCard--Width--flex: clamp(100px, 6.5466rem + 2.31vw, 136px);--platform__gameCard--Width--small: 100px;--platform__gameCard--MaxWidth--small: 100px;--platform__carousel__controls--Padding: 5px;--platform__carousel__controls--Gap: 5px;--platform__carousel__control--Width: 40px}@media(max-width:1240px){:root{--header--Height: 50px}}@media(max-width:786px)and (-webkit-min-device-pixel-ratio:3),(min-resolution:350dpi){:root{--navbar--height: 75px}}:root[data-theme=light]{--ui--popup--background: var(--color--popup--background);--ui--bg0--color: var(--color--light--0);--ui--cards1--color: var(--color--light--200);--ui--cards1--hover--color: var(--color--light--50);--ui--cards2--color: var(--color--light--300);--ui--cards2--hover--color: var(--color--light--100);--ui--cards3--color: var(--color--light--500);--ui--cards3--hover--color: var(--color--light--400);--ui--strokes--color: var(--color--text-stroke-dark--500-10);--ui--text--regular--color: var(--color--text-stroke-dark--900);--ui--text--additional75--color: var(--color--text-stroke-dark--800-75);--ui--text--additional50--color: var(--color--text-stroke-dark--800-50);--ui--text--additional30--color: var(--color--text-stroke-dark--800-30);--ui--text--accent1--color: var(--color--brand--500);--ui--text--accent50--color: var(--color--brand-transparent--500-50);--ui--text--accent10--color: var(--color--brand-transparent--500-10);--ui--border--color: var(--color--light--700);--ui--box-shadow--color: var(--color--box-shadow);--accent--bg--color: var(--color--brand--500);--accent--bg--hover--color: var(--color--brand--400);--accent--text--regular--color: var(--color--accent--text--regular);--accent--text--additional--color: var(--color--accent--text--additional);--status--info--color: var(--color--info--500);--status--info--hover--color: var(--color--info--400);--status--success--color: var(--color--success--500);--status--success10--color: var(--color--success--500-10);--status--success--hover--color: var(--color--success--300);--status--warning--color: var(--color--warning--500);--status--warning--hover--color: var(--color--warning--400);--status--danger--color: var(--color--danger--500);--status--danger--hover--color: var(--color--danger--400);--status--text--regular--color: var(--color--text--regular);--status--text--warning--color: var(--color--warning--600);--inverse--cards1--color: var(--color--dark--800);--inverse--cards2--color: var(--color--dark--600);--inverse--strokes--color: var(--color--text-stroke-light--0-20);--inverse--text--regular--color: var(--color--text-stroke-light--0-100);--inverse--text--additional--color: var(--color--text-stroke-light--0-30);--inverse--text--accent--color: var(--color--brand--500);--skeleton--gradient: linear-gradient( -50deg, transparent 34.45%, var(--color--light--400) 53.43%, transparent 69.88% )}:root[data-theme=light][dir=rtl]{--skeleton--gradient: linear-gradient( 50deg, transparent 34.45%, var(--color--light--400) 53.43%, transparent 69.88% )}:root{--ui--popup--background: var(--color--popup--background);--ui--bg0--color: var(--color--dark--900);--ui--cards1--color: var(--color--dark--800);--ui--cards1--hover--color: var(--color--dark--700);--ui--cards2--color: var(--color--dark--600);--ui--cards2--hover--color: var(--color--dark--500);--ui--cards3--color: var(--color--dark--400);--ui--cards3--hover--color: var(--color--dark--300);--ui--strokes--color: var(--color--text-stroke-light--0-10);--ui--text--regular--color: var(--color--text-stroke-light--0-100);--ui--text--additional75--color: var(--color--text-stroke-light--0-75);--ui--text--additional50--color: var(--color--text-stroke-light--0-50);--ui--text--additional30--color: var(--color--text-stroke-light--0-30);--ui--text--accent1--color: var(--color--brand--500);--ui--text--accent10--color: var(--color--brand-transparent--500-10);--ui--text--accent50--color: var(--color--brand-transparent--500-50);--ui--border--color: var(--color--dark--700);--ui--box-shadow--color: var(--color--box-shadow);--accent--bg--color: var(--color--brand--500);--accent--bg--hover--color: var(--color--brand--400);--accent--text--regular--color: var(--color--accent--text--regular);--accent--text--additional--color: var(--color--accent--text--additional);--status--info--color: var(--color--info--500);--status--info--hover--color: var(--color--info--400);--status--success--color: var(--color--success--500);--status--success10--color: var(--color--success--500-10);--status--success--hover--color: var(--color--success--300);--status--warning--color: var(--color--warning--500);--status--warning--hover--color: var(--color--warning--400);--status--danger--color: var(--color--danger--500);--status--danger--hover--color: var(--color--danger--400);--status--text--regular--color: var(--color--text--regular);--status--text--warning--color: var(--color--warning--600);--inverse--cards1--color: var(--color--dark--800);--inverse--cards2--color: var(--color--dark--600);--inverse--strokes--color: var(--color--text-stroke-light--0-20);--inverse--text--regular--color: var(--color--text-stroke-light--0-100);--inverse--text--additional--color: var(--color--text-stroke-light--0-30);--inverse--text--accent--color: var(--color--brand--500);--skeleton--gradient: linear-gradient( -50deg, transparent 34.45%, var(--inverse--cards2--color) 53.43%, transparent 69.88% )}:root[dir=rtl]{--skeleton--gradient: linear-gradient( 50deg, transparent 34.45%, var(--inverse--cards2--color) 53.43%, transparent 69.88% )}@layer accordion{#platform .accordion{--accordion-item--BorderBottomRadius: 30px;--accordion-item--Background: var(--ui--cards1--color);--Transition--normal: .3s}#platform .infoAccordion{--accordion-item__content--minHeight: 75px;--accordion-item__content--BorderRadius: 30px}}@layer button{#platform .button{--button--FontFamily: var(--font-family);--button--Padding--md: 10px;--button--BoxShadow--primary: none;--button--Background--primary: var(--accent--bg--color);--button--Padding--primary: 11px 20px;--button--Color--primary: var(--color--accent--text--regular);--button--BoxShadow--primary--hover: 0 4px 15px 0 var(--ui--text--accent1--color);--button--Background--primary--hover: var(--accent--bg--hover--color);--button--Color--primary--hover: var(--color--accent--text--regular);--button--Border--secondary: 1px solid var(--ui--strokes--color);--button--Background--secondary: var(--ui--cards2--color);--button--Color--secondary: var(--ui--text--regular--color);--button--Border--secondary--hover: 1px solid var(--ui--strokes--color);--button--Background--secondary--hover: var(--ui--cards2--hover--color);--button--Color--secondary--hover: var(--ui--text--regular--color);--button--Border--transparent: 1px solid var(--ui--strokes--color);--button--Color--transparent: var(--ui--text--regular--color);--button--Border--transparent--hover: 1px solid var(--ui--text--accent1--color);--button--Color--transparent--hover: var(--ui--text--regular--color);--button--Color--invisiblePrimary: var(--ui--text--regular--color);--button--Border--invisiblePrimary: 1px solid transparent;--button--Border--invisiblePrimary--hover: 1px solid var(--ui--strokes--color);--button--Background--invisiblePrimary--hover: transparent;--button--Color--invisiblePrimary--hover: var(--ui--text--regular--color);--button--Color--invisibleSecondary: var(--ui--text--accent1--color);--button--Border--invisibleSecondary--hover: 1px solid transparent;--button--Background--invisibleSecondary--hover: linear-gradient( 180deg, rgba(9, 111, 244, .2) 0%, rgba(9, 111, 244, .2) 100% );--button--Color--invisibleSecondary--hover: var(--ui--text--accent1--color);--button--Background--flat: linear-gradient(180deg, rgba(9, 111, 244, .1) 0%, rgba(9, 111, 244, .1) 100%);--button--Color--flat: var(--ui--text--accent1--color);--button--Background--flat--hover: linear-gradient(180deg, rgba(9, 111, 244, .2) 0%, rgba(9, 111, 244, .2) 100%);--button--Color--flat--hover: var(--ui--text--accent1--color)}#platform .button.buttonWithLeftNode{--button--Padding--md: 7px 15px 7px 7px}#platform [dir=rtl] .button.buttonWithLeftNode,#platform .button.buttonWithRightNode{--button--Padding--md: 7px 7px 7px 15px}#platform [dir=rtl] .button.buttonWithRightNode{--button--Padding--md: 15px 7px 7px 7px}#platform .button.buttonWithLeftNode.buttonWithRightNode{--button--Padding--md: 7px}}@layer input{#platform .input{--input__container--Gap--md: 5px;--input--Border: 1px solid var(--ui--strokes--color);--input--BackgroundColor: var(--ui--cards2--color);--input--Color: var(--ui--text--regular--color);--input--Height--md: 40px;--input--Padding--md: 8px 10px;--input--Gap--md: 8px;--input--FontSize--md: 14px;--input--FontWeight--md: 600;--input__placeholder--Color: var(--ui--text--additional30--color);--input__label--TextColor: var(--ui--text--regular--color);--input__label--FontWeight: 600;--input__label--FontSize--md: 12px;--input__errorInline--Color: var(--status--danger--color);--input--Background--hover: var(--ui--cards2--hover--color);--input--Background--hover--readonly: var(--ui--cards2--hover--color);--input--Border--error: var(--status--danger--color);--input--Background--error: var(--ui--cards2--color);--input__label__required--TextColor: var(--status--danger--color);--input--focus--BoxShadow: 0 0 0 3px rgb(255, 165, 0, .2);--input__Border--focus: 1px solid rgb(255, 165, 0, .2)}}@layer tabBar{#platform .tabBar{--tabBar--MinHeight: 68px;--tabBar--Background: var(--ui--cards2--color);--tabBar--BorderRadius: 30px 30px 0 0;--tabBar--Gap: 0;--tabBar--Padding: 0 10px;--tabBar__tabLink--Background: transparent;--tabBar__tabLink--Background--active: transparent;--tabBar__tabLink--Width: 68px;--tabBar__tabLink--Padding: 10px 0;--tabBar__tabLink--Border: none;--tabBar__tabLink--Border--active: none;--tabBar__tabLink--JustifyContent: space-between;--tabBar__tabLink--AlignItems: center;--tabBar__tabLink__label--LineHeight: 1;--tabBar__tabLink__label--FontSize: 11px;--tabBar__tabLink__label--FontWeight: 700;--tabBar__tabLink__label--TextTransform: none;--tabBar__tabLink__label--Color: var(--ui--text--additional50--color);--tabBar__tabLink__label--Color--active: var(--ui--text--accent1--color);--tabBar__tabLink__label--TextShadow: none;--tabBar__tabLink__label--TextShadow--active: none;--tabBar__tabLink__icon--Width: 24px;--tabBar__tabLink__icon--Height: 24px;--tabBar__tabLink__icon--Fill: var(--ui--text--additional30--color);--tabBar__tabLink__icon--Fill--active: var(--ui--text--accent1--color)}@media(max-width:786px)and (-webkit-min-device-pixel-ratio:3),(min-resolution:350dpi){#platform .tabBar{--tabBar__tabLink__label--FontSize: 15px;--tabBar--MinHeight: 75px}}}@layer radio{#platform .radio{--radio--Border: none;--radio--Background: transparent;--radio--Size--sm: 8px;--radio--Border--hover: none;--radio--Background--hover: transparent;--radio__wrapper--Padding: 3px;--radio__wrapper--BorderRadius: 50%;--radio__wrapper--Border: 2px solid var(--ui--strokes--color);--radio--Border--checked: none;--radio--Background--checked: var(--ui--text--accent1--color)}}@layer modal{#platform .modal{--modal--BackgroundColor: var(--ui--cards2--color);--modal__wrapper--BackgroundColor: rgb(0, 0, 0, .7);--modal__wrapper--BackdropFilter: none}}@layer modalContentWrapper{#platform .modalContentWrapper{--modalContentWrapper__top--BorderBottom: 1px solid var(--ui--strokes--color);--modalContentWrapper__top__title--Color: var(--ui--text--regular--color);--modalContentWrapper__top__closeIcon--Fill: var(--ui--text--additional30--color);--modalContentWrapper__bottom--BorderTop: 1px solid var(--ui--strokes--color)}}@layer sidebar{#platform .sidebar{--sidebarWrapper--Width: 100vw;--sidebarWrapper--Background: var(--ui--popup--background);--sidebarWrapper--zIndex: 102;--sidebar--MaxWidth: 280px;--sidebar--Padding: 10px 0px;--sidebar--Background: var(--ui--cards2--color);--sidebar--Width: 280px;--sidebar--Overflow: visible}}@layer socialList{#platform .socialList{--socialList__link--Width: 44px;--socialList__link--Height: 44px}}@layer switch{#platform .switch{--switch--Height: 24px;--switch--Width: 42px;--switch--Opacity--disabled: .5;--switch--BackgroundColor: var(--ui--cards2--color);--switch--BackgroundColor--checked: var(--ui--cards2--color);--switch--Gap: 0;--switch--Border: 2px solid var(--ui--strokes--color);--switch--BorderRadius: 15px;--switch__label--Color: var(--ui--text--regular--color);--switch__label--FontSize: 12px;--switch__label--FontWeight: 600;--switch__circle--Size: 18px;--switch__circle--Top: 1px;--switch__circle--Left: 2px;--switch__circle--BackgroundColor: var(--ui--text--additional30--color);--switch__circle--BackgroundColor--checked: var(--accent--bg--color);--switch__circle--BorderWidth: 3px;--switch__circle--BorderStyle: solid;--switch__circle--BorderColor: transparent;--switch__circle--BorderWidth--checked: 3px;--switch__circle--BorderStyle--checked: solid;--switch__circle--BorderColor--checked: transparent}}@layer divider{#platform .divider{--divider--Background: var(--ui--strokes--color)}}@layer checkbox{#platform .checkbox{--checkbox__label--FontSize--md: 14px;--checkbox--Border: 2px solid var(--ui--strokes--color);--checkbox--Background: transparent;--checkbox__label--Color: var(--ui--text--regular--color);--checkbox__icon--Fill: var(--accent--bg--color);--checkbox--Border--hover: 2px solid var(--ui--strokes--color);--checkbox--Background--hover: var(--ui--cards1--color);--checkbox--Border--checked: 2px solid var(--ui--strokes--color);--checkbox--Background--checked: var(--ui--cards2--color);--checkbox--Border--checked--hover: 2px solid var(--ui--strokes--color);--checkbox--Background--checked--hover: var(--ui--cards2--color)}}@layer banners{#platform .banners{--banners--Gap: 20px;--banners__banner--BorderRadius: 30px;--banners__banner--AspectRatio: 1920 / 520}@media(max-width:768px){#platform .banners{--banners__banner--AspectRatio: 1050 / 520}}}@layer carousel{#platform .carousel{--carousel__link--Width: 110px}#platform [lang=uz] .carousel{--carousel__link--Width: 143px}#platform .carousel{--carousel__control--Width: var(--platform__carousel__control--Width);--carousel__control--Position: absolute;--carousel__control--Left: auto;--carousel__control--Right: calc( var(--carousel__link--Width) + var(--platform__carousel__controls--Gap) * 2 + var(--platform__carousel__control--Width) );--carousel__control--Top: 0;--carousel__control--Bottom: auto;--carousel__control--Height: var(--platform__carousel__control--Width);--carousel__control--Border: none;--carousel__control--Background: none;--carousel__control--Padding: 0;--carousel__control--Opacity: 1;--carousel__control--Display: flex;--carousel__control--JustifyContent: center;--carousel__control--AlignItems: center;--carousel__control--hover--Background: none;--carousel__control--hover--Opacity: 1;--carousel__control--disabled--Display: flex;--carousel__control--disabled--Opacity: .7;--carousel__control__icon--Fill: var(--ui--text--regular--color);--carousel__control__icon--Width: 30px;--carousel__control__icon--Height: auto;--carousel__control__icon--hover--Transform: scale(1.2);--carousel__control__icon--hover--Fill: var(--icon--accent--hover--color);--carousel__control--reverse--Left: auto;--carousel__control--reverse--Right: calc(var(--carousel__link--Width) + var(--platform__carousel__controls--Gap));--carousel__control--reverse--Top: 0;--carousel__control--reverse--Bottom: auto;--carousel__control__icon--reverse--Transform: rotate(180deg);--carousel__pagination--Bottom: calc(-1 * (var(--carousel__pagination-item--Height) + 19px));--carousel__pagination--Gap: 10px;--carousel__pagination--FlexDirection: row;--carousel__pagination--Background: var(--ui--cards1--color);--carousel__pagination-item--Width: 12px;--carousel__pagination-item--Height: 5px;--carousel__pagination-item--BoxShadow: none;--carousel__pagination-item--BoxShadow--active: none;--carousel__pagination-item--BorderRadius: 20px;--carousel__pagination-item--BackgroundColor: var(--ui--strokes--color);--carousel__pagination-item--Opacity: 1;--carousel__pagination-item--Opacity--active: 1;--carousel__pagination-item--Transform--hover: scale(1);--carousel__pagination-item--Transform--active: scale(1);--carousel__pagination-item--BackgroundColor--hover: var(--ui--strokes--color);--carousel__pagination-item--BackgroundColor--active: var(--ui--text--accent1--color)}#platform [dir=rtl] .carousel{--carousel__control--reverse--Left: calc( var(--carousel__link--Width) + var(--platform__carousel__control--Width) + var(--platform__carousel__controls--Gap) * 2 );--carousel__control--reverse--Right: auto;--carousel__control--Right: auto;--carousel__control--Left: calc(var(--carousel__link--Width) + var(--platform__carousel__controls--Gap))}#platform .carousel.gamesCarousel{--carousel__control__icon--Fill: var(--customGamesCarousel__controls__arrow--Fill);--carousel__control__icon--Width: 24px;--carousel__control__icon--Height: 24px;--carousel__control__icon--hover--Transform: scale(1);--carousel__control--Border: 1px solid var(--ui--strokes--color);--carousel__control--BorderRadius: 13px;--carousel__control--Background: var(--ui--cards2--color);--carousel__control--hover--Border: 1px solid var(--ui--strokes--color);--carousel__control--hover--Background: var(--ui--cards2--hover--color)}}@layer gameSection{#platform .gameSectionFrame{--game__gameFrameWrapper__iframe--AspectRatio: auto;--gameSection__modal--Background: var(--ui--cards1--color);--game__modalWrapper--Background: var(--ui--cards1--color)}@media(max-width:1600px){#platform .gameSectionFrame{--game__gameFrameWrapper__iframe--MaxHeight: 100%;--game__gameFrameWrapper__iframe--AspectRatio: 2.6}}}@layer languageSwitcher{#platform .languageSwitcher{--languageSwitcher__contentContainer--zIndex: 103;--languageSwitcher__contentContainer--Padding: 15px;--languageSwitcher__contentContainer--Background: var(--ui--cards2--color);--languageSwitcher__contentContainer--Border: none;--languageSwitcher__contentContainer--BorderRadius: 20px;--languageSwitcher__selectOptions--Background: transparent;--languageSwitcher__selectOptions--BorderRadius: 8px;--languageSwitcher__selectOptions--BoxShadow: 0 5px 20px 0 rgba(9, 13, 25, .1);--languageSwitcher__selectTrigger--MinWidth: 75px;--languageSwitcher__selectTrigger--Background: transparent;--languageSwitcher__selectTrigger--Padding: 12px 10px;--languageSwitcher__selectTrigger--Border: none;--languageSwitcher__selectTrigger--BorderRadius: 8px;--languageSwitcher__selectTrigger--Background--hover: var(--bg--surface2--color);--languageSwitcher__content--Border: none;--languageSwitcher__selectOption--Padding: 12px 10px;--languageSwitcher__selectOption--Background: none;--languageSwitcher__selectOption--Border: none;--languageSwitcher__selectOption--Background--selected: var(--color--brand-transparent--500-10);--languageSwitcher__selectOption--Background--hover: var(--color--brand-transparent--500-10);--languageSwitcher__selectOption--Background--selected--hover: var(--color--brand-transparent--500-10);--languageSwitcher__selectOption--BorderRadius: 12px;--languageSwitcher__optionLeftContent--Gap: 10px;--languageSwitcher__option--LineHeight: normal;--languageSwitcher__option--FontSize: 14px;--languageSwitcher__option--FontWeght: 600;--languageSwitcher__option--Color: var(--text--primary--color);--languageSwitcher__option--Color--hover: var(--text--primary--color);--languageSwitcher__option--Color--selected: var(--text--accent--color);--languageSwitcher__option--Color--selected--hover: var(--text--accent--color);--languageSwitcher__option--Gap: 8px;--languageSwitcher__option--TextTransform: uppercase;--languageSwitcher__icon--Size: 22px;--languageSwitcher__icon--Border: 1px solid white;--languageSwitcher__icon--BorderRadius: 50%;--languageSwitcher__icon--Background: white}#platform .languageSwitcher .selectContainer{--selectContainer__selectList__selectItem--Padding: 0;--selectContainer--Padding: 15px;--selectContainer--Background: none;--selectContainer__selectList--MaxHeight: auto;--selectContainer__selectList__selectItem--Background--active: linear-gradient( 90deg, rgba(255, 165, 0, .1) 0%, rgba(255, 165, 0, .1) 100% );--selectContainer__selectList__selectItem--Background--hover: linear-gradient( 90deg, rgba(255, 165, 0, .1) 0%, rgba(255, 165, 0, .1) 100% )}#platform .languageSwitcher .buttonWithBothNode{--button__leftContent--Gap--md: var(--languageSwitcher__optionLeftContent--Gap)}}@layer fileInput{#platform .fileInput{--fileInput--Background: var(--ui--cards2--color);--fileInput--Border: 2px dashed var(--ui--strokes--color);--fileInput--Padding: 8px 10px;--fileInput--Gap: 8px;--fileInput--BorderRadius: 10px;--fileInput__placeholder--Color: var(--ui--text--additional30--color);--fileInput__placeholder--FontSize: 14px;--fileInput__placeholder--FontWeight: 600;--fileInput__placeholder--LineHeight: normal;--fileInputHaveFile__previewImg--MaxWidth: 380px;--fileInputHaveFile__previewImg--MaxHeight: auto;--fileInputHaveFile__previewImg--BorderRadius: 20px;--fileInputHaveFile--Padding: 0;--fileInputHaveFile--Gap: 10px;--fileInputHaveFile__previewInfo__previewInfoRight__removeFileButton__removeFileIcon--Width: 16px;--fileInputHaveFile__previewInfo__previewInfoRight__removeFileButton__removeFileIcon--Height: 16px;--fileInputHaveFile__previewInfo__previewInfoLeft__previewName--Color: var(--ui--text--additional30--color);--fileInputHaveFile__previewInfo__previewInfoLeft__previewIcon--Fill: var(--ui--text--additional30--color);--fileInputHaveFile__previewInfo__previewInfoRight__previewSize--Color: var(--ui--text--additional30--color);--fileInput__fileUpload--JustifyContent: space-between;--fileInput__uploadIcon--Stroke: var(--ui--text--additional30--color);--fileInput__loaderIcon--Fill: var(--ui--text--additional30--color)}}@layer primaryPromotionsCard{#platform .primaryPromotionsCard{--primaryPromotionsCard--Background: var(--ui--cards2--color);--primaryPromotionsCard--BorderRadius: 24px;--primaryPromotionsCard--Padding: 16px 24px;--primaryPromotionsCard--Gap: 12px;--primaryPromotionsCard__imageWrapper--Height: auto;--primaryPromotionsCard__imageWrapper--Width: 100%;--primaryPromotionsCard__imageWrapper--Border: none;--primaryPromotionsCard__imageWrapper--BorderRadius: 12px;--primaryPromotionsCard__image--AspectRatio: 1.77;--primaryPromotionsCard__textWrapper--MinHeight: 120px;--primaryPromotionsCard__textWrapper--Padding: 0;--primaryPromotionsCard__textWrapper__cardTitle--FontSize: 22px;--primaryPromotionsCard__textWrapper__cardTitle--Color: var(--ui--text--regular--color);--primaryPromotionsCard__textWrapper__content--Color: var(--ui--text--regular--color);--primaryPromotionsCard__buttonsBlock--Padding: 0;--primaryPromotionsCard__buttonsBlock--Margin: auto 0 0;--primaryPromotionsCard__buttonsBlock--Gap: 8px;--primaryPromotionsCard__textBlock--Gap: 10px;--primaryPromotionsCard__textBlock--MinHeight: initial;--primaryPromotionsCard__textBlock--Padding: 0;--primaryPromotionsCard__textBlock__cardTitle--LineClamp: 2;--primaryPromotionsCard__textBlock__cardTitle--Color: var(--ui--text--regular--color);--primaryPromotionsCard__textBlock__content--Color: var(--ui--text--regular--color);--primaryPromotionsCard__textBlock__content--LineClamp: 3}@media(max-width:768px){#platform .primaryPromotionsCard{--primaryPromotionsCard--Padding: 0;--primaryPromotionsCard--Gap: 0;--primaryPromotionsCard__buttonsBlock--Gap: 5px;--primaryPromotionsCard__buttonsBlock--AlignItems: stretch;--primaryPromotionsCard__buttonsBlock--FlexWrap: wrap;--primaryPromotionsCard__textBlock--MinHeight: 38px;--primaryPromotionsCard__textBlock__cardTitle--FontSize: 14px;--primaryPromotionsCard__textBlock__cardTitle--FontWeight: 600;--primaryPromotionsCard__imageWrapper--BorderRadius: 16px 16px 0 0;--primaryPromotionsCard__textWrapper--Padding: 11px 14px 14px;--primaryPromotionsCard__textWrapper--Gap: 6px}}#platform .primaryPromotionsCard .button{--button--Padding--md: 7px}}@layer select{#platform .selectContainer{--selectContainer__selectList--Height: 250px;--selectContainer--Gap: 6px;--selectContainer--Border: 1px solid var(--ui--strokes--color);--selectContainer--BorderRadius: 12px;--selectContainer--Background: var(--ui--cards2--color);--selectContainer--Padding: 0;--selectContainer__selectList--Gap: 5px;--selectContainer__selectList--Padding: 0;--selectContainer__selectList--MaxHeight: 250px;--selectContainer__selectList__selectItem--BorderRadius: 10px;--selectContainer__selectList__selectItem--Background: transparent;--selectContainer__selectList__selectItem--Background--hover: var(--ui--cards2--hover--color);--selectContainer__selectList__selectItem--Background--active: color-mix( in srgb, var(--ui--text--accent1--color) 10%, transparent )}#platform .selectItem{--selectItem--Border: none;--selectItem--BorderRadius: 10px;--selectItem--Padding: 6px 10px;--selectItem--Width: 100%;--selectItem--Background: transparent;--selectItem--Background--hover: var(--ui--cards2--hover--color);--selectItem--Background--active: var(--color--brand-transparent--500-10);--selectItem--FontSize: 14px;--selectItem--FontWeight: 600;--selectItem--Color: var(--ui--text--regular--color);--selectItem__leftNode--MarginInlineEnd: 7px;--selectItem__rightNode--MarginInlineStart: 7px}#platform .selectItem.providerSelectItem,#platform .selectItem.categorySelectItem{--selectItem--Padding: 10px}#platform .selectItem.languageSelectItem{--selectItem--Padding: 6px 10px}#platform .selectItem.countryCodeSelectItem .selectItemTextNode{--selectItemTextNode--Padding: 0}#platform .selectItem.countryCodeSelectItem{--selectItem--Padding: 6px 10px 6px 6px}#platform [dir=rtl] .selectItem.countryCodeSelectItem{--selectItem--Padding: 6px 6px 6px 10px}#platform .selectItemCounterNode{--selectItemCounterNode--MinWidth: 29px;--selectItemCounterNode--Height: 29px;--selectItemCounterNode--BorderRadius: 20px;--selectItemCounterNode--FontSize: 12px;--selectItemCounterNode--FontWeight: 600;--selectItemCounterNode--LineHeight: normal;--selectItemCounterNode--Color: var(--ui--text--regular--color);--selectItemCounterNode--Color--active: var(--accent--text--regular--color);--selectItemCounterNode--Padding: 7px;--selectItemCounterNode--Border: 2px solid var(--ui--border--primary--color);--selectItemCounterNode--Border--active: 2px solid var(--accent--bg--color);--selectItemCounterNode--Background: var(--ui--cards3--color);--selectItemCounterNode--Background--active: var(--accent--bg--color)}#platform .languageSelectItem{--selectItem--Padding: 6px 14px 6px 10px}#platform [dir=rtl] .languageSelectItem{--selectItem--Padding: 6px 10px 6px 14px}#platform .providerSelectItem{--providerSelectItem--Content--Gap: 10px;--selectItem__rightNode--MarginInlineStart: 7px}#platform .providerSelectItem .selectItemImageNode{--selectItemImageNode--Padding: 0}#platform .providerSelectItem .selectItemTextNode{--selectItemTextNode--Padding: 0}#platform .selectItemTextNode{--selectItemTextNode--Padding: 10px 0;--selectItemTextNode--WordBreak: none}#platform .selectItemImageNode{--selectItemImageNode--Padding: 0;--selectItemImageNode__image--BorderRadius: 5px;--selectItemImageNode__image--ObjectFit: cover}#platform .categorySelectItem{--categorySelectItem--Content--Gap: 10px;--selectItem__rightNode--MarginInlineStart: 7px}#platform .categorySelectItem .selectItemImageNode{--selectItemImageNode--Padding: 0}#platform .categorySelectItem .selectItemTextNode,#platform .countryCodeSelectItem{--selectItemTextNode--Padding: 0}#platform .countryCodeSelectItem .selectItemCountryCodeNode{--selectItemTextNode--Padding: 0;--selectItemCountryCodeNode--Gap: 5px;--selectItemCountryCodeNode--Padding: 6px;--selectItemCountryCodeNode__icon--Size: 24px;--selectItemCountryCodeNode--BorderRadius: 10px;--selectItemCountryCodeNode--Background: var(--ui--cards3--color);--selectItemCountryCodeNode--Background--active: var(--ui--cards2--color)}#platform .countryCodeSelectItem .selectItemImageNode{--selectItemImageNode__image--BorderRadius: 50px}}@layer betsStatisticsList{#platform .betsStatisticsList{--betsStatisticsList--Gap: 8px;--betsStatisticsList--Padding: 16px 12px;--betsStatisticsList--BackgroundColor: var(--ui--cards2--color);--betsStatisticsList--Width: auto;--betsStatisticsList__title--Padding: 0 12px;--betsStatisticsList__title--Color: var(--ui--text--regular--color);--betsStatisticsList__loader--Fill: var(--ui--text--additional30--color);--betsStatisticsList__content--Gap: 2px;--betsStatisticsList__content__date__label--Color: var(--ui--text--regular--color);--betsStatisticsList__content__card--Padding: 12px;--betsStatisticsList__content__card--BackgroundColor: var(--ui--cards1--color);--betsStatisticsList__content__card__label--Color: var(--ui--text--regular--color);--betsStatisticsList__content__card__count--Color: var(--ui--text--regular--color);--betsStatisticsList__content__card__count__currency--Color: var(--ui--text--additional30--color);--betsStatisticsList__content__total--Padding: 10px 14px 0;--betsStatisticsList__content__total--Gap: 16px;--betsStatisticsList__content__total__subtitle--Color: var(--ui--text--regular--color);--betsStatisticsList__content__total__income__count--Color: var(--status--success--color);--betsStatisticsList__content__total__income__currency--Color: var(--ui--text--additional30--color);--betsStatisticsList__content__total__bets__count--Color: var(--ui--text--regular--color);--betsStatisticsList__content__iconShare--Fill: var(--accent--text--regular--color);--betsStatisticsList__content__iconArrow--Fill: var(--ui--text--regular--color);--betsStatisticsList__modal__wrapper--BackgroundColor: var(--ui--cards2--color);--betsStatisticsList__modal__wrapper__title--Color: var(--ui--text--regular--color);--betsStatisticsList__modal__wrapper__buttonClose__iconClose--Fill: var(--ui--text--additional30--color);--betsStatisticsList__modal__wrapper__buttons__iconShare--Fill: var(--ui--text--accent1--color);--betsStatisticsList__modal__wrapper__buttons__iconSave--Fill: var(--accent--text--regular--color);--betsStatisticsList__content__selectContainer--Gap: 3px;--betsStatisticsList__content__selectContainer--BorderRadius: 10px;--betsStatisticsList__content__selectContainer--Border: none;--betsStatisticsList__content__selectContainer--BoxShadow: 0px 5px 20px 0px rgba(9, 13, 25, .1);--betsStatisticsList__content__selectContainer--Padding: 15px;--betsStatisticsList__content__selectContainer--MinWidth: 250px;--betsStatisticsList__content__selectContainer--Background: var(--ui--cards2--color);--selectContainer__selectList__selectItem--Padding: 15px;--betsStatisticsList__content__selectList--Padding: 15px;--betsStatisticsList__content__selectList--Gap: 20px;--betsStatisticsList__content__selectItem--FontSize: 14px;--betsStatisticsList__content__selectItem--FontWeight: 600;--betsStatisticsList__content__selectItem--Color: var(--ui--text--regular--color);--betsStatisticsList__content__selectItem--BorderRadius: 10px;--betsStatisticsList__content__selectItem--Background: transparent;--betsStatisticsList__content__selectItem--Background--hover: var(--ui--cards2--hover--color);--betsStatisticsList__content__selectItem--Background--active: linear-gradient( 90deg, var(--ui--text--accent1--color) 0%, var(--ui--text--accent1--color) 100% );--betsStatisticsList__content__selectItem--Padding: 16px 20px;--betsStatisticsList__content__selectItem--Transition: all var(--Transition--normal);--betsStatisticsList__updateButton--Border: 1px solid var(--ui--strokes--color);--betsStatisticsList__updateButton--Background: var(--ui--cards2--color);--betsStatisticsList__updateButton--Background--hover: var(--ui--cards2--hover--color);--betsStatisticsList__updateButton--Border--hover: 1px solid var(--ui--strokes--color)}@media(max-width:768px){#platform .betsStatisticsList{--betsStatisticsList__modal__wrapper--MinWidth: unset;--betsStatisticsList__modal__wrapper__contentWrapper--Padding: 15px;--betsStatisticsList__modal__wrapper__buttonsWrapper--Padding: 20px}}}@layer gamesList{#platform .gamesList{--gamesList__MarginBottom: 30px;--gamesList__loadMoreWrapper--Padding: 20px 0;--gamesList__loadMoreWrapper__progressBar--Background: var(--ui--cards1--color);--gamesList__loadMoreWrapper__progressBar__loaded--Background: var(--ui--text--accent1--color);--gamesList__loadMoreWrapper__progressBar__title--Color: var(--ui--text--regular--color);--gamesList__loadMoreWrapper__progressBar__title--FontSize: 14px;--gamesList__loadMoreWrapper__progressBar__title--FontWeight: 600;--gamesList__Gap: 10px;--gamesList__GridTemplateColumns: repeat(auto-fill, minmax(130px, 1fr))}@media(max-width:768px){#platform .gamesList{--gamesList__GridTemplateColumns: repeat(auto-fill, minmax(100px, 1fr))}}}@layer tooltip{#platform .tooltip{--tooltip--FontSize: 12px;--tooltip--FontWeight: 400;--tooltip--BorderRadius: 8px;--tooltip--Padding: 8px;--tooltip--BoxShadow: 0px 5px 20px 0px var(--ui--box-shadow--color);--tooltip--BackgroundColor: var(--ui--cards2--color);--tooltip--Border: none;--tooltip--Color: var(--ui--text--regular--color)}}@layer authModal{#platform .authModal{--auth-modal--BackgroundColor: var(--ui--cards2--color);--auth-modal--Padding: 0;--auth-modal--Overflow: visible;--auth-modal__divider--Background: var(--ui--strokes--color);--auth-modal__accordion--Background: var(--ui--cards2--color);--register-steps__heading--BorderBottom: 1px solid var(--ui--strokes--color);--register-initial-step__title--Color: var(--ui--text--regular--color);--register-initial-step__haveAccount--Color: var(--ui--text--additional75--color);--register-steps__checkboxWrapper__checkboxLabel--Color: var(--ui--text--regular--color);--register-steps__checkboxWrapper__checkboxLabel__checkboxLabelLink--Color: var(--ui--text--accent1--color);--bonus-after-register__title--Color: var(--ui--text--regular--color);--bonus-after-register__description--Color: var(--ui--text--additional75--color);--register-initial-step__trigger--Color: var(--ui--text--additional75--color);--register-initial-step__trigger--FontWeight: 600;--register-initial-step__iconInput--Color: var(--ui--text--regular--color);--register-initial-step__iconPasswordInput--Color: var(--ui--text--additional30--color);--register-initial-step__divider--Color: var(--ui--text--additional50--color);--register-initial-step__divider--FontWeight: 600;--register-steps__heading-logoWrapper-Background: var(--ui--cards3--color);--register-initial-step__bonusInfo--Color: var(--ui--text--accent1--color);--button--Background--primary: var(--ui--text--accent1--color);--button--Color--primary: #fff}#platform .authModal .selectContainer{--selectContainer--Background: var(--ui--cards2--color);--selectContainer--Border: 1px solid var(--ui--strokes--color);--selectContainer--BoxShadow: 0 5px 20px 0 rgba(var(--ui--text--regular--color), .1)}}@layer topOfTheWeek{#platform .topOfTheWeek{--topOfTheWeek--Gap: 20px}@media(max-width:986px){#platform .topOfTheWeek{--topOfTheWeek--Gap: 10px}}}@layer history{#platform .history{--history__filter--Gap: 20px;--history__loader--Fill: var(--ui--text--additional50--color);--history__wrapper--Border: 1px solid var(--ui--strokes--color);--history__wrapper--Background: var(--ui--cards2--color);--history__wrapper--BorderRadius: 20px;--history__wrapper--Padding: 0;--history__list--Gap: 10px;--history__listWrapper--Gap: 10px;--history__list__item--BackgroundColor: var(--ui--cards2--color);--history__list__item__column--Gap: 5px;--history__list__item__column__label--Color: var(--ui--text--additional30--color);--history__list__item__column__value--FontSize: 12px;--history__list__item__column__value--Color: var(--ui--text--regular--color);--history__list__item__column__value__amount--Color: var(--status--success--color)}}#platform .air-datepicker{--air-datepicker--Background: var(--ui--cards2--color);--air-datepicker--BoxShadow: none;--air-datepicker--Border: 1px solid var(--ui--strokes--color);--air-datepicker--Width: 100%;--air-datepicker-nav__action--Background: var(--ui--cards3--color);--air-datepicker-nav--action--Stroke: var(--ui--text--additional30--color);--air-datepicker-nav__title--Color: var(--ui--text--regular--color);--air-datepicker-nav__title--TextShadow: none;--air-datepicker-nav__title--Color--hover: var(--ui--cards3--hover--color);--air-datepicker-body__cells--GridAutoRows: 31px;--air-datepicker-body__day-name--Color: var(--ui--text--additional30--color);--air-datepicker-cell__other-month--Color--not-selected: var(--ui--text--additional30--color);--air-datepicker-cell--Background: var(--ui--cards3--color);--air-datepicker-cell--Color: var(--ui--text--regular--color);--air-datepicker-cell--Background--hover--not-selected: var(--ui--cards3--hover--color);--air-datepicker-cell--Background--selected: var(--accent--bg--color);--air-datepicker-cell--Color--selected: var(--ui--text--regular--color);--adp-cell-background-color-selected: var(--accent--bg--color);--adp-color-current-date: var(--accent--bg--color);--adp-cell-background-color-selected-hover: var(--accent--bg--color);--air-datepicker-cell--Color--selected: var(--accent--text--regular--color)}@layer datePicker{#platform .datePicker{--datePickerWrapper--BorderRadius: 8px;--datePickerWrapper--Border: 1px solid var(--ui--strokes--color);--datePickerWrapper--Background: var(--ui--cards2--color);--datePickerWrapper--Overflow: hidden;--datePickerWrapper__divider--Background: var(--ui--strokes--color)}}@layer pagination{#platform .pagination{--pagination__page--Background: var(--ui--cards2--color);--pagination__page--Color: var(--ui--text--regular--color);--pagination__page--Border: 1px solid var(--ui--strokes--color);--pagination__page--BorderRadius: 10px;--pagination__page--MinWidth: 32px;--pagination__page--Background--selected: var(--accent--bg--color);--pagination__page--Color--selected: var(--accent--text--regular--color);--pagination__page--Border--selected: var(--accent--bg--color);--pagination__arrowButton--Width: 32px;--pagination__arrowButton__icon--Fill: var(--ui--text--regular--color);--pagination__arrowButton__icon--Fill--hover: var(--ui--text--regular--color);--pagination__dots--Color: var(--ui--text--regular--color)}}@layer toast{#platform .toast{--toast__modal__toastList__toast--Width: 340px;--toast__modal--HorizontalPlacement: 12px;--toast__modal--Padding: 0;--toast__modal__toastList--Gap: 10px;--toast__modal__toastList__toast--Padding: 13px 35px 13px 13px;--toast__modal__toastList__toast--BoxShadow: 0px 5px 10px 0px var(--color--box-shadow);--toast__modal__toastList__toast--Border: var(--ui--strokes--color);--toast__modal__toastList__toast--Background--error: linear-gradient(90deg, rgba(255, 38, 66, .2) 0%, rgba(255, 38, 66, 0) 100%), linear-gradient(0deg, var(--ui--cards1--color), var(--ui--cards1--color));--toast__modal__toastList__toast--Background--success: linear-gradient(85.23deg, rgba(9, 161, 25, .2) 0%, rgba(9, 161, 25, 0) 92.3%), linear-gradient(0deg, var(--ui--cards1--color), var(--ui--cards1--color));--toast__modal__toastList__toast--Background--warning: linear-gradient(90deg, rgba(253, 198, 0, .2) 0%, rgba(253, 198, 0, 0) 100%), linear-gradient(0deg, var(--ui--cards1--color), var(--ui--cards1--color));--toast__modal__toastList__toast__timer--Background--error: var(--status--danger--color);--toast__modal__toastList__toast__timer--Background--success: var(--status--success--color);--toast__modal__toastList__toast__timer--Background--warning: var(--status--warning--color);--toast__modal__toastList__toast__closeButton__closeIcon--Fill: var(--ui--text--additional30--color);--toast__modal__toastList__toast__closeButton__closeIcon--Fill--hover: var(--ui--text--additional30--color);--toast__modal__toastList__toast__closeButton__closeIcon--FillOpacity: 1;--toast__modal__toastList__toast__closeButton__closeIcon--Top: 13px;--toast__modal__toastList__toast__closeButton__closeIcon--Right: 13px;--toast__modal__toastList__toast__closeButton__closeIcon--Width: 12px;--toast__modal__toastList__toast__content--Gap: 2px;--toast__modal__toastList__toast__content__title--FontWeight: 600;--toast__modal__toastList__toast__content__title--FontSize: 14px;--toast__modal__toastList__toast__content__title--Color: var(--ui--text--regular--color);--toast__modal__toastList__toast__content__description--FontWeight: 600;--toast__modal__toastList__toast__content__description--FontSize: 12px;--toast__modal__toastList__toast__content__description--Color: var(--ui--text--additional50--color);--toast__modal__toastList__toast__content__list--FontWeight: 600;--toast__modal__toastList__toast__content__list--FontSize: 12px;--toast__modal__toastList__toast__content__list__item--Color: var(--ui--text--additional50--color)}#platform [dir=rtl] .toast{--toast__modal__toastList__toast--Padding: 13px 13px 13px 35px}@media(max-width:768px){#platform .toast{--toast__modal--HorizontalPlacement: calc(50vw - 170px) }}}@layer drawerContentWrapper{#platform .drawerContentWrapper{--drawerContentWrapper__top--BorderBottom: 1px solid var(--ui--strokes--color);--drawerContentWrapper__title--Color: var(--ui--text--regular--color);--drawerContentWrapper__contentCloseIcon--Fill: var(--ui--text--additional30--color);--drawerContentWrapper__bottom--BorderTop: 1px solid var(--ui--strokes--color)}}@layer searchEmpty{#platform .searchEmpty{--searchEmpty__text--Color: var(--ui--text--additional30--color)}}@layer payments{#platform .payments{--payments__form__currencyNode--Color: var(--ui--text--accent1--color);--payments__form__minMaxInfo--Color: var(--ui--text--regular--color);--payments__form__commissionFees__label--Color: var(--ui--text--regular--color);--payments__form__commissionFees__feesBlock--Background: var(--ui--cards3--color);--payments__form__commissionFees__feesBlock__title--Color: var(--ui--text--additional50--color);--payments__form__commissionFees__feesBlock__value--Color: var(--ui--text--regular--color);--payments__form__commissionFees__feesBlock__value__cryptoCurrency--Color: var(--ui--text--additional50--color);--payments__comissionInfo__note--Border: var(--ui--strokes--color);--payments__voucherIcon--Fill: var(--ui--text--additional30--color);--payments__form__submit--AlignSelf: normal;--payments__fileInputLabel--Color: var(--ui--text--regular--color);--payments__comissionInfo__note--Background: var(--ui--cards1--color);--payments__comissionInfo__noteText--Color: var(--ui--text--regular--color);--payments__comissionInfo__noteValue--Color: var(--ui--text--regular--color);--payments__comissionInfo__noteCurrency--Color: var(--ui--text--regular--color);--payments__successModal__title--Color: var(--ui--text--regular--color);--payments__successModal__text--Color: var(--ui--text--additional75--color);--payments__successModal__link--Border: 1px solid var(--ui--strokes--color);--payments__successModal__link--Color: var(--ui--text--regular--color);--payments__successModal--BackgroundColor: var(--ui--cards2--color);--payments__successModal--Width: 330px;--payments__successModal--Padding: 30px 20px 20px;--payments__form__fastAmountBlock--Gap: 4px;--payments__form__divider--MarginTop: 15px}}@layer staticPage{#platform .staticPage{--staticPage__title--MarginBottom: 0;--staticPage__title--Color: var(--ui--text--regular--color);--staticPage__content--Color: var(--ui--text--regular--color)}}@layer dropdown{#platform .dropdown{--dropdown--ZIndex: 1000}}@layer filterQuickSelect{#platform .filterQuickSelect{--filterQuickSelect--BackgroundColor: var(--ui--cards2--color);--filterQuickSelect--Padding: 20px 20px 10px;--filterQuickSelect--BorderRadius: 30px;--filterQuickSelect--Gap: 10px;--filterQuickSelect__filters--PaddingBottom: 10px;--filterQuickSelect__filters--Gap: 10px;--filterQuickSelect__divider--Height: 30px;--filterQuickSelect__divider--Width: 2px;--filterQuickSelect__label--Color: var(--ui--text--regular--color);--filterQuickSelect__filter--Fill: var(--accent--bg--color);--filterQuickSelect__filter--Border: 1px solid var(--ui--strokes--color);--filterQuickSelect__filter--BackgroundColor: var(--ui--cards2--color);--filterQuickSelect__filter--TextTransform: capitalize;--filterQuickSelect__filter--Selected--BackgroundColor: var(--accent--bg--color);--filterQuickSelect__filter--Selected--Fill: var(--accent--text--regular--color);--filterQuickSelect__filter--Border--hover: 1px solid var(--ui--strokes--color);--filterQuickSelect__filter--Background--hover: var(--ui--cards2--hover--color);--filterQuickSelect__filter--Fill--hover: var(--accent--bg--color)}}@layer newFilterChips{#platform .filterChips{--filterChips--Padding: 0 20px;--filterChips--Gap: 5px;--filterChips__chip--BackgroundColor: var(--ui--cards1--color);--filterChips__chip--Padding: 5px 5px 5px 10px;--filterChips__chip--BorderRadius: 10px;--filterChips__chip--Gap: 5px;--filterChips__chip__text--FontSize: 12px;--filterChips__chip__text--FontWeight: 600;--filterChips__chip__text--Color: var(--ui--text--additional30--color);--filterChips__chip__icon--Width: 8px;--filterChips__chip__icon--Height: 8px;--filterChips__chip__icon--Color: var(--ui--text--additional30--color)}}@layer emailSetting{#platform .emailSetting{--emailSetting__timeout--Color: var(--ui--text--regular--color)}}@layer personalInfoSetting{#platform .personalInfoSetting{--personalInfoSetting__emptyText--Color: var(--ui--text--additional30--color);--phoneInput__trigger--Padding: 0}}@layer confirmSettingModal{#platform .confirmSettingModal{--confirmSettingModal__form--Width: 100%;--confirmSettingModal__form--Gap: 0;--confirmSettingModal__contentModalWrapper--Gap: 15px;--confirmSettingModal__contentModalWrapper--Padding: 16px 36px;--confirmSettingModal__timeout--Color: var(--ui--text--regular--color);--confirmSettingModal__buttonsWrapper--Width: 100%;--confirmSettingModal__buttonsWrapper--JustifyContent: space-between;--confirmSettingModal__buttonsWrapper--Gap: 8px;--confirmSettingModal__buttonsWrapper--Padding: 28px 40px;--confirmSettingModal__timeout--TextAlign: center;--confirmSettingModal__sentSummary--Color: var(--ui--text--regular--color)}@media(max-width:768px){#platform .confirmSettingModal{--confirmSettingModal__contentModalWrapper--Padding: 16px;--confirmSettingModal__buttonsWrapper--Padding: 8px 20px}}}@layer settingsModalWrapper{#platform .settingsModalWrapper{--settingsModalWrapper__closeButton--Color: transparent;--settingsModalWrapper__closeButton--Position: 10px;--emailSetting__Form--Gap: 0;--settingsModalWrapper__title--FontSize: 20px;--settingsModalWrapper__closeButton--Position: 24px;--settingsModalWrapper__title--Color: var(--ui--text--regular--color);--settingsModalWrapper__icon--Size: 12px;--settingsModalWrapper__icon--Color: var(--ui--strokes--color);--settingsModalWrapper__icon--Color--hover: var(--accent--bg--color)}@media(max-width:768px){#platform .settingsModalWrapper{--settingsModalWrapper__title--FontSize: 16px;--settingsModalWrapper__title--Padding: 15px;--settingsModalWrapper__closeButton--Position: 13px}}}@layer betsCard{#platform .betsCard{--betsCard--Background: var(--ui--cards2--color);--betsCard--Border: none;--betsCard--Padding: 10px 20px 20px;--betsCard--Gap: 5px;--betsCard--BorderRadius: 30px;--betsCard__providerImgWrapper--Background: transparent;--betsCard__gameName--Color: var(--ui--text--regular--color);--betsCard__idText--Color: var(--ui--text--regular--color);--betsCard__idLabel--Color: var(--ui--text--additional30--color);--betsCard__idIcon--Fill: var(--ui--text--accent1--color);--betsCard__tag--BackgroundColor: var(--ui--cards1--color);--betsCard__tag--Border: none;--betsCard__tagName--Color: var(--ui--text--additional30--color);--betsCard__tagValue--Color: var(--ui--text--regular--color);--betsCard__cardStatus--Color: var(--ui--text--regular--color);--betsCard__cardStatus--Background: var(--ui--cards1--color);--betsCard__cardStatus--Border: none;--betsCard__cardStatus--MinWidth: 130px;--betsCard__cardStatus--Color--opened: var(--ui--text--additional30--color);--betsCard__cardStatus--Color--success: var(--status--success--color);--betsCard__cardStatus--Color--loses: var(--status--danger--color);--betsCard__cardStatus--Color--warning: var(--status--warning--color);--betsCard__triggerIcon--Fill: var(--ui--text--regular--color);--betsCard__actions--Background: var(--ui--cards2--color);--betsCard__actions--Border: 1px solid var(--ui--strokes--color);--betsCard__actions--BoxShadow: 0 5px 20px 0 rgba(var(--color--dark--900), .1);--betsCard__actions--BorderRadius: 20px;--betsCard__action--Background--hover: var(--ui--cards2--hover--color);--betsCard__actionLink--Color: var(--ui--text--regular--color);--betsCard__actionIcon--Fill: var(--ui--text--accent1--color);--betsCard__eventCard--BackgroundColor: var(--ui--cards2--color);--betsCard__league--Color: var(--ui--text--additional30--color);--betsCard__match--Color: var(--ui--text--regular--color);--betsCard__condition--Color: var(--ui--text--regular--color);--betsCard__condition--BackgroundColor: var(--ui--cards1--color);--betsCard__info--Color: var(--ui--text--additional30--color);--betsCard__type--Color: var(--ui--text--regular--color)}@media(max-width:768px){#platform .betsCard{--betsCard__actions--Border: none}}}@layer compositeFiltersPanel{#platform .compositeFiltersPanel{--compositeFiltersPanel__drawerWithSearch--Height: 80vh;--compositeFiltersPanel__datepickerIcon--Fill: var(--ui--text--regular--color);--compositeFiltersPanel__datepickerArrowIcon--Fill: var(--ui--text--additional30--color);--compositeFiltersPanel__datepickerArrowIcon--Width: 12px;--compositeFiltersPanel__select__triggerLabel--Color: var(--ui--text--regular--color);--compositeFiltersPanel__select__triggerRight--Border: 1px solid var(--ui--strokes--color);--compositeFiltersPanel__select__triggerRight--Background: var(--ui--cards2--color);--compositeFiltersPanel__select__triggerRight--Color: var(--ui--text--regular--color);--compositeFiltersPanel__select__triggerRight--BorderRadius: 10px;--compositeFiltersPanel__select__triggerIcon--Fill: var(--ui--text--additional30--color);--compositeFiltersPanel__select__list--Gap: 3px;--compositeFiltersPanel__select__checkboxIcon--Stroke: var(--ui--strokes--color);--compositeFiltersPanel__select__checkboxIcon--Fill: var(--ui--cards2--color);--compositeFiltersPanel__select__selectItem--Gap: 8px;--compositeFiltersPanel__select__itemWrapper--Gap: 8px;--compositeFiltersPanel__select__itemWrapper--Color: var(--ui--text--regular--color);--compositeFiltersPanel__select__itemWrapper--Padding: 0;--compositeFiltersPanel__select__selectItemCheckbox--Background: var(--ui--cards2--color);--compositeFiltersPanel__select__selectItemCheckbox--Border: 2px solid var(--ui--cards3--color);--compositeFiltersPanel__select__selectItemCheckbox--Fill: var(--ui--cards2--color);--compositeFiltersPanel__select__selectItemRadioButton--Background: var(--ui--cards2--color);--compositeFiltersPanel__select__selectItemRadioButton--Border: 2px solid var(--ui--cards3--color);--compositeFiltersPanel__select__selectItemRadioButton--Fill: var(--ui--cards2--color);--compositeFiltersPanel__select__selectItemCheckboxIcon--Fill: var(--ui--text--accent1--color);--compositeFiltersPanel__select__filterSelectItemIcon--Color: var(--ui--text--accent1--color);--compositeFiltersPanel__select__filterSelectItemIcon--Width: 24px;--compositeFiltersPanel__select__filterSelectItemIcon--Height: 24px;--compositeFiltersPanel__select__filterSelectItemText--Color: var(--ui--text--regular--color);--compositeFiltersPanel__select__filterSelectItemCounter--Border: 2px solid var(--ui--strokes--color);--compositeFiltersPanel__select__filterSelectItemCounter--Background: var(--ui--cards3--color);--compositeFiltersPanel__select__filterSelectItemCounter--Color: var(--ui--text--regular--color);--compositeFiltersPanel__select__filterSelectItemCounter--Border--selected: 2px solid var(--ui--text--accent1--color);--compositeFiltersPanel__select__filterSelectItemCounter--Background--selected: var(--ui--text--accent1--color);--compositeFiltersPanel__select__filterSelectItemCounter--Color--selected: var(--accent--text--regular--color);--compositeFiltersPanel__select__filterSelectItemCounter--Background--active: var(--ui--text--accent1--color);--compositeFiltersPanel__select__filterSelectItemCounter--Border--active: 2px solid var(--ui--text--accent1--color);--compositeFiltersPanel__select__filterSelectItemCounter--Color--active: var(--accent--text--regular--color);--compositeFiltersPanel__select__drawerSearchIcon--Fill: var(--ui--text--regular--color);--compositeFiltersPanel__select__drawerCloseIcon--Fill: var(--ui--text--additional30--color);--compositeFiltersPanel__select__drawerSearchIcon--Size: 12px;--compositeFiltersPanel__select__drawerCloseIcon--Size: 12px;--compositeFiltersPanel__select__drawerSearchInput--BorderBottom: 1px solid var(--ui--strokes--color);--compositeFiltersPanel__select__drawerSelectOptions--Padding: 15px;--compositeFiltersPanel__select__drawerSelectOption--Background--hover: var(--ui--cards2--hover--color);--compositeFiltersPanel__triggerButton--Background: var(--ui--cards2--color);--compositeFiltersPanel__triggerButton--Height: 100%;--compositeFiltersPanel__triggerIcon--Fill: var(--ui--text--regular--color);--compositeFiltersPanel__filters--Background: var(--ui--cards2--color);--compositeFiltersPanel__filters--BorderRadius: 20px;--compositeFiltersPanel__filters--BoxShadow: none;--compositeFiltersPanel__filters--Border: none;--compositeFiltersPanel__buttons--Padding: 15px;--compositeFiltersPanel__wrapper--Gap: 8px;--compositeFiltersPanel__wrapper--Padding: 15px;--compositeFiltersPanel__mobileWrapper--Gap: 15px;--compositeFiltersPanel__mobileWrapper--Padding: 15px;--compositeFiltersPanel__select__drawerSelectOption--Background: transparent;--compositeFiltersPanel__select__drawerSelectOption--Background--active: rgba(31, 226, 40, .1);--compositeFiltersPanel__select__checkbox--Background: transparent;--compositeFiltersPanel__select__checkbox--Background--hover: transparent;--compositeFiltersPanel__select__checkbox--Background--checked: var(--accent--bg--color);--compositeFiltersPanel__select__checkbox--Background--checked--hover: var(--accent--bg--hover--color);--compositeFiltersPanel__select__checkbox--Border: 1px solid var(--ui--strokes--color);--compositeFiltersPanel__select__checkbox--Border--hover: 1px solid var(--ui--strokes--color);--compositeFiltersPanel__select__checkbox--Border--checked: 1px solid var(--accent--bg--color);--compositeFiltersPanel__select__checkbox--Border--checked--hover: 1px solid var(--accent--bg--hover--color);--compositeFiltersPanel__select__checkbox--Fill: var(--accent--text--regular--color);--compositeFiltersPanel__select__buttonsWrapper--MinWidth: auto;--compositeFiltersPanel__select__buttonsWrapper--Padding: 10px 20px}#platform .compositeFiltersPanel.drawerContentWrapper{--drawerContentWrapper__bottom--BorderTop: none;--drawerContentWrapper__bottom--Padding: 0;--compositeFiltersPanel__select__drawerSearchInput--Padding: 10px 20px;--compositeFiltersPanel__select__drawerSearchInput--BorderBottom: none}#platform .compositeFiltersPanel .selectContainer{--selectContainer--Gap: 0;--selectContainer--Padding: 0;--selectContainer__selectList--Padding: 15px;--drawerContentWrapper__bottom--Padding: 8.5px 0;--compositeFiltersPanel__select__drawerSearchInput--Padding: 20px 20px 0}}@layer infoAccordion{#platform .infoAccordion{--infoAccordion--Border: none;--infoAccordion--BorderRadius: 30px;--infoAccordion--MarginBottom: 0;--infoAccordion__title--Color: var(--ui--text--regular--color);--infoAccordion__title--Margin: 0;--infoAccordion__text--Color: var(--ui--text--additional50--color);--infoAccordion__trigger--BorderRadius: 30px;--infoAccordion__trigger--Color: var(--ui--text--regular--color);--infoAccordion__triggerIcon--Fill: var(--ui--text--regular--color);--infoAccordion__triggerIcon--Width: 17px;--infoAccordion__trigger--Padding: 20px 25px 40px 20px;--infoAccordion__content--BorderRadius: 0 0 30px 30px;--infoAccordion__content--Background: var(--ui--cards1--color);--infoAccordion__content--MarginInline: 0 auto}#platform [dir=rtl] .infoAccordion{--infoAccordion__trigger--Padding: 20px 20px 40px 25px}}@layer changePasswordForm{#platform .changePasswordForm{--changePasswordForm__form--Gap: 8px;--changePasswordForm__form__ButtonsWrapper--Gap: 8px}}@layer gamesCarousel{#platform .gamesCarousel{--gamesCarousel__wrapper--Background: var(--ui--cards2--color);--systemGamesCarousel__wrapperMobile--Background: var(--ui--cards2--color);--systemGamesCarousel__wrapperMobile__label--Color: var(--ui--text--regular--color);--gamesCarousel__container__header__title--Color: var(--ui--text--regular--color);--gamesCarousel__container__contentNoData--Color: var(--ui--text--additional30--color);--customGamesCarousel__gameCard--MaxWidth: var(--platform__gameCard--Width--flex);--customGamesCarousel__controls--Gap: 5px;--customGamesCarousel__controls__arrow--Fill: var(--ui--text--regular--color);--systemGamesCarousel__wrapper--Height: 100%}}@layer balanceSelector{#platform .balanceSelector{--balanceSelector__option--Color: var(--ui--text--regular--color);--balanceSelector__options--Gap: 10px;--balanceSelector__optionIcon--Fill: var(--ui--text--accent1--color);--balanceSelector__option--Background--active: var(--color--brand-transparent--500-10);--balanceSelector__triggerIcon--Fill: var(--ui--text--accent1--color);--balanceSelector__currency--Color: var(--ui--text--additional30--color);--balanceSelector__convertBalance--Color: var(--ui--text--additional30--color);--balanceSelector__triggerIconArrow--Fill: var(--ui--text--additional30--color);--balanceSelector__triggerIcon--BorderRadius: 50%;--balanceSelector__optionIcon--BorderRadius: 50%;--balanceSelector__triggerIcon--Background: radial-gradient( 90% 90%, var(--accent--text--regular--color) 50%, var(--accent--bg--color) 50% );--balanceSelector__optionIcon--Background: radial-gradient( 90% 90%, var(--accent--text--regular--color) 50%, var(--accent--bg--color) 50% );--balanceSelector__triggerAmount--Color: var(--ui--text--regular--color);--balanceSelector__trigger--Background: var(--ui--cards2--color);--balanceSelector__link--Background: var(--ui--text--accent1--color);--balanceSelector__bottom--BorderTop: 1px solid var(--ui--strokes--color);--balanceSelector__bottom--Padding: 15px 15px 5px 15px;--balanceSelector__bottom--Color: var(--ui--text--regular--color);--balanceSelector__checkbox--Background: var(--ui--cards2--color);--balanceSelector__checkbox--Background--hover: var(--ui--cards2--color);--balanceSelector__contentContainer--Padding: 5px 0 0;--balanceSelector__wrapperRadioButton--Border: 2px solid var(--ui--strokes--color);--balanceSelector__loader--Fill: var(--ui--text--regular--color);--balanceSelector__link--hover--Background: #ffb005;--balanceSelector__link--hover--BoxShadow: 0 4px 15px 0 #ffa500;--balanceSelector__triggerAmounts--MinWidth: 80px;--balanceSelector__triggerAmounts--MaxWidth: calc(100vw - 300px) ;--balanceSelector__triggerAmounts--FlexDirection: column;--balanceSelector__triggerAmounts--AlignItems: flex-start;--balanceSelector__amounts--FlexDirection: column;--balanceSelector__amounts--AlignItems: flex-end}#platform .balanceSelector .radio{margin:4px}#platform .balanceSelector .selectItem{--selectItem--Padding: 9px 10px;--selectItem__leftNode--MarginInlineEnd: 10px;--selectItem__rightNode--MarginInlineStart: 10px;--button__leftContent--MarginInlineStart--md: 14px;--button__leftContent--MarginInlineEnd--md: 14px}#platform .balanceSelector .selectContainer{--selectContainer--Padding: 15px;--selectContainer__selectList__selectItem--Width: calc(340px - 2 * var(--selectContainer--Padding))}@media(max-width:1240px){#platform .balanceSelector{--balanceSelector__trigger--Padding: 5px 5px 5px 10px}}@media(max-width:420px){#platform .balanceSelector{--balanceSelector__triggerAmounts--MinWidth: 60px;--balanceSelector__triggerAmounts--MaxWidth: 60px}}}@layer totofaAuthModal{#platform .totofaAuthModal{--totofaAuthModal__divider--Color: var(--ui--text--additional50--color);--totofaAuthModal__leftNode--Fill: var(--ui--text--regular--color);--totofaAuthModal__passwordIcon--Fill: var(--ui--text--additional30--color);--totofaAuthModal__link--Color: var(--ui--text--accent1--color);--totofaAuthModal__option--Color: var(--ui--text--regular--color);--totofaAuthModal__option__trigger--Border: 1px solid var(--ui--strokes--color);--totofaAuthModal__optionIcon--Color: var(--ui--text--regular--color);--totofaAuthModal__icon__show--Color: var(--ui--text--regular--color);--totofaAuthModal__buttonTelegram__telegramIcon--Fill: #309bff;--totofaAuthModal__buttonTelegram__wrapText__bonusInfo--Color: var(--ui--text--accent1--color);--totofaAuthModal__oneClickButton__oneClickIcon--Fill: var(--ui--text--accent1--color);--totofaAuthModal__oneClickButton__text--Width: 100%;--totofaAuthModal__otherVariantsButtons--GridTemplateColumns: 1fr;--totofaAuthModal__saveButtons__copyIcon--Fill: var(--ui--text--accent1--color);--totofaAuthModal__saveButtons__pdfIcon--Fill: var(--accent--text--regular--color);--totofaAuthModal__checkboxWrapper__checkboxLabel--Color: var(--ui--text--regular--color);--totofaAuthModal__checkboxWrapper__checkboxLabel__checkboxLabelLink--Color: var(--ui--text--accent1--color);--totofaAuthModal__registrationSocialDivider--Display: flex;--totofaAuthModal__buttonTelegram__wrapText--WhiteSpace: normal;--totofaAuthModal__countryDefaultOptionIcon--Fill: var(--ui--text--accent1--color);--totofaAuthModal__currencyDefaultOptionIcon--Fill: var(--ui--text--accent1--color);--totofaAuthModal__countryDefaultOptionIcon--Width: 20px;--totofaAuthModal__countryDefaultOptionIcon--Height: 20px;--totofaAuthModal__currencyDefaultOptionIcon--Width: 22px;--totofaAuthModal__currencyDefaultOptionIcon--Height: 18px;--modal--MaxWidth: 500px;--selectTrigger__leftNodeIcon--ObjectFit: cover;--selectTrigger__leftNodeIcon--BorderRadius: 5px}#platform .totofaAuthModal .controlSelect{--selectTrigger__leftNodeIcon--Width: 24px;--selectTrigger__leftNodeIcon--Height: 24px;--selectTrigger__leftNodeIcon--ObjectFit: cover;--selectTrigger__leftNodeIcon--BorderRadius: 5px}#platform .totofaAuthModal .selectItemTextNode{--selectItemTextNode--Padding: 0;--selectItemTextNode--Margin: 10px 0}@media(max-width:768px){#platform .totofaAuthModal{--modal--MaxWidth: 100%}}#platform .bonusAfterRegistration{--bonusAfterRegistration__title--Color: var(--ui--text--regular--color);--bonusAfterRegistration__description--Color: var(--ui--text--additional75--color)}}@layer controlSelect{#platform .controlSelect{--selectTrigger__chevronIcon--Fill: var(--ui--text--regular--color)}}@layer passwordRecoveryModals{#platform .passwordRecoveryModals{--passwordRecoveryModals__modal--Background: var(--ui--cards2--color);--passwordRecoveryModals__header--BorderBottom: 1px solid var(--ui--strokes--color);--passwordRecoveryModals__title--Color: var(--ui--text--regular--color);--passwordRecoveryModals__iconClose--Fill: var(--ui--text--additional30--color);--passwordRecoveryModals__text--Color: var(--ui--text--additional75--color);--passwordRecoveryModals__input--Border: 1px solid var(--ui--strokes--color);--passwordRecoveryModals__input--BackgroundColor: var(--ui--cards2--color);--passwordRecoveryModals__buttons--BorderTop: 1px solid var(--ui--strokes--color);--passwordRecoveryModals__email--Color: var(--ui--text--accent1--color: );--passwordRecoveryModals__resendText--Color: var(--ui--text--regular--color);--passwordRecoveryModals__icon--Fill: var(--ui--text--regular--color);--passwordRecoveryModals__description--Color: var(--ui--text--regular--color)}}@layer activeBonusCard{#platform .activeBonusCard{--activeBonusCard--Background: var(--ui--cards1--color);--activeBonusCard__title--Color: var(--ui--text--regular--color);--activeBonusCard__timeLimitText--Color: var(--ui--text--regular--color);--activeBonusCard__timeLimit--Color: var(--ui--text--accent1--color);--activeBonusCard__content--Background: var(--ui--cards2--color);--activeBonusCard__text--Color: var(--ui--text--regular--color);--activeBonusCard__bigValue--Color: var(--ui--text--regular--color);--activeBonusCard__smallValue--Color: var(--ui--text--regular--color);--activeBonusCard__currency--Color: var(--ui--text--regular--color);--activeBonusCard__requirements--FlexDirection: column;--activeBonusCard__requirementsTitle--Color: var(--ui--text--regular--color);--activeBonusCard__arrowIcon--Fill: var(--accent--text--regular--color);--activeBonusCard__tooltip--Background: var(--ui--cards2--color);--activeBonusCard__dotsIcon--Fill: var(--ui--text--regular--color);--activeBonusCard__cancelIcon--Fill: var(--color--danger--500);--activeBonusCard__questionIcon--Fill: var(--accent--bg--color);--activeBonusCard__link--BoxShadow--hover: 0 4px 15px 0 var(--ui--text--accent1--color);--activeBonusCard__tooltipLink--Color: var(var(--ui--text--regular--color))}}@layer progressBar{#platform .progressBar{--progressBar--Background: var(--color--brand-transparent--500-10);--progressBar__item--Background: var(--color--brand-transparent--500-20);--progressBar__item--Background--active: var(--ui--text--accent1--color);--progressBar__item--Background--finished: var(--status--success--color);--progressBar__completed--Background: var(--status--success--color);--progressBar__tickIcon--Fill: var(--status--text--regular--color)}}@layer verificationInfo{#platform .verificationInfo{--verificationInfo--BorderRadius: 30px;--verificationInfo--Background: var(--ui--cards1--color);--verificationInfo--Border: 1px solid var(--ui--strokes--color);--verificationInfo__title--Color: var(--ui--text--regular--color);--verificationInfo__text--Color: var(--ui--text--regular--color);--verificationInfo__link--Color: var(--ui--text--accent1--color);--verificationInfo__iconArrow--Fill: var(--ui--text--accent1--color);--verificationInfo__iconAlert--Fill: var(--status--warning--color)}}@layer balanceInfo{#platform .balanceInfo{--balanceInfo--GridTemplateRows: 82px 102px;--balanceInfo--Gap: 10px;--balanceInfo--MarginInline: 0;--balanceInfo__balanceCard--Padding: 30px;--balanceInfo__balanceCard--BorderRadius: 30px;--balanceInfo__balanceCard--Border: none;--balanceInfo__balanceCard--BackgroundImage: url("data:image/svg+xml;charset=UTF-8,%3csvg width='360' height='141' viewBox='0 0 360 141' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath class='non-editable' d='M419 139C419 191.467 376.467 234 324 234C271.533 234 229 191.467 229 139C229 86.5329 271.533 44 324 44C376.467 44 419 86.5329 419 139ZM265.949 139C265.949 171.061 291.939 197.051 324 197.051C356.061 197.051 382.051 171.061 382.051 139C382.051 106.939 356.061 80.9486 324 80.9486C291.939 80.9486 265.949 106.939 265.949 139Z' fill='white' fill-opacity='0.2'/%3e%3cpath class='non-editable' d='M294 13C294 26.2548 283.255 37 270 37C256.745 37 246 26.2548 246 13C246 -0.254834 256.745 -11 270 -11C283.255 -11 294 -0.254834 294 13ZM260.289 13C260.289 18.363 264.637 22.7107 270 22.7107C275.363 22.7107 279.711 18.363 279.711 13C279.711 7.63695 275.363 3.28934 270 3.28934C264.637 3.28934 260.289 7.63695 260.289 13Z' fill='white' fill-opacity='0.2'/%3e%3cpath class='non-editable' d='M78 124C78 145.539 60.5391 163 39 163C17.4609 163 0 145.539 0 124C0 102.461 17.4609 85 39 85C60.5391 85 78 102.461 78 124ZM23.2202 124C23.2202 132.715 30.285 139.78 39 139.78C47.715 139.78 54.7798 132.715 54.7798 124C54.7798 115.285 47.715 108.22 39 108.22C30.285 108.22 23.2202 115.285 23.2202 124Z' fill='white' fill-opacity='0.2'/%3e%3ccircle class='non-editable' cx='232.5' cy='52.5' r='3.5' fill='white' fill-opacity='0.2'/%3e%3c/svg%3e ");--balanceInfo__balanceCard--BackgroundColor: var(--accent--bg--color);--balanceInfo__balanceCard__title--FontSize: 14px;--balanceInfo__balanceCard__title--Color: var(--accent--text--regular--color);--balanceInfo__balanceCard__eyeIcon--Fill: var(--accent--text--additional--color);--balanceInfo__balanceCard__balance--FontSize: 22px;--balanceInfo__balanceCard__balance--FontWeight: 900;--balanceInfo__balanceCard__balance--Color: var(--accent--text--regular--color);--balanceInfo__balanceCard__balance--AlignItems: baseline;--balanceInfo__balanceCard__currency--Color: var(--accent--text--additional--color);--balanceInfo__balanceCard__convertBalance--FontWeight: 700;--balanceInfo__balanceCard__convertBalance--Color: var(--accent--text--additional--color);--balanceInfo__balanceCard__convertCurrency--Color: var(--accent--text--additional--color);--balanceInfo__balanceCard__control--Gap: 11px;--balanceInfo__balanceCard__link--Width: max-content;--balanceInfo__balanceCard__link--Background: var(--ui--cards2--color);--balanceInfo__balanceCard__link--Color: var(--ui--text--regular--color);--balanceInfo__card--BorderRadius: 30px;--balanceInfo__card--Border: none;--balanceInfo__card--Background: var(--ui--cards2--color);--balanceInfo__card--Padding: 20px 30px;--balanceInfo__card__title--Color: var(--ui--text--additional30--color);--balanceInfo__card__balance--Color: var(--ui--text--regular--color);--balanceInfo__card__balance--AlignItems: baseline;--balanceInfo__card__currency--Color: var(--ui--text--additional30--color);--balanceInfo__card__questionIcon--Fill: var(--ui--text--additional30--color);--balanceInfo__card__timeInfo--Color: var(--ui--text--additional30--color);--balanceInfo__card__timeInfo--JustifyContent: space-between;--balanceInfo__card__time--Color: var(--ui--text--regular--color)}}@layer accordionWrapperCard{#platform .accordionWrapperCard{--accordionWrapperCard--Background: var(--ui--cards3--color);--accordionWrapperCard__triggerWrapper--Background: var(--ui--cards2--color);--accordionWrapperCard__triggerWrapper--Padding: 20px;--accordionWrapperCard__triggerIcon--Fill: var(--ui--text--regular--color);--accordionWrapperCard__icon--Fill: var(--ui--text--regular--color);--accordionWrapperCard__triggerIcon--Width: 16px;--accordionWrapperCard__triggerIcon--Width: 4px;--accordionWrapperCard__triggerIcon--Height: 16px}}@layer transactionCard{#platform .transactionCard{--accordionWrapperCard__triggerWrapper--Padding: 10px 20px 20px 20px;--transactionCard__mainCard__title--Color: var(--ui--text--regular--color);--transactionCard__mainCard__field--BackgroundColor: var(--ui--cards1--color);--transactionCard__mainCard__field--AlignItems: center;--transactionCard__mainCard__subtitle--Color: var(--ui--text--additional30--color);--transactionCard__mainCard__value--Color: var(--ui--text--regular--color);--transactionCard__mainCard__value__statusField__new--Color: var(--status--warning--color);--transactionCard__mainCard__value__statusField__declined--Color: var(--status--danger--color);--transactionCard__mainCard__value__statusField__paid--Color: var(--status--success--color);--transactionCard__mainCard__accordionContent__column__subtitle--Color: var(--ui--text--additional30--color);--transactionCard__mainCard__accordionContent__column__value--Color: var(--ui--text--regular--color);--transactionCard__tooltip--Border: 1px solid var(--ui--strokes--color);--transactionCard__tooltip--BoxShadow: 0px 5px 20px 0px var(--ui--box-shadow--color);--transactionCard__tooltip--Background: var(--ui--cards2--color);--transactionCard__optionsBlock--Border: 1px solid var(--ui--strokes--color);--transactionCard__optionsBlock--Padding: 0;--transactionCard__optionsBlock--BoxShadow: 0 5px 20px 0 rgba(var(--color--dark--900), .1);--transactionCard__optionsBlock--BorderRadius: 12px;--transactionCard__optionsBlock--Background: var(--ui--cards2--color);--transactionCard__optionsList__option__button--Color: var(--ui--text--regular--color);--transactionCard__optionsList__option__button--hover--Background: var(--ui--cards2--hover--color);--transactionCard__optionsList__option__iconSupport--Fill: var(--ui--text--accent1--color);--transactionCard__optionsList__option__iconCancel--Fill: var(--status--danger--color);--transactionCard__optionsList__option__button--hover--BackgroundColor: var(--ui--cards2--hover--color);--transactionCard__bonusCard--BackgroundColor: var(--ui--cards2--color);--transactionCard__bonusCard__name--Color: var(--ui--text--regular--color);--transactionCard__bonusCard__field--BackgroundColor: var(--ui--cards1--color);--transactionCard__bonusCard__field__subtitle--Color: var(--ui--text--additional30--color);--transactionCard__bonusCard__field__value--Color: var(--ui--text--regular--color);--transactionCard__bonusCard__triggerIcon--Fill: var(--ui--text--regular--color);--transactionCard__modal__top__title--Color: var(--ui--text--regular--color);--transactionCard__modal__top__closeButton__closeIcon--Fill: var(--ui--text--additional30--color);--transactionCard__modal__center__subtitle--Color: var(--ui--text--regular--color);--transactionCard__modal__center__cancelContent--BackgroundColor: var(--ui--cards1--color);--transactionCard__modal__center__cancelContent--Color: var(--ui--text--regular--color);--transactionCard__modal__center__declineContent--BackgroundColor: var(--ui--cards1--color);--transactionCard__modal__center__declineContent__text--Color: var(--ui--text--regular--color);--transactionCard__modal__center__declineContent__content--Color: var(--ui--text--regular--color);--transactionCard__modal__bottom__loader__icon--Fill: var(--ui--text--regular--color);--transactionCard__drawer__top__title--Color: var(--ui--text--regular--color)}@media(max-width:576px){#platform .transactionCard{--transactionCard__mainCard__field--AlignItems: flex-start}}}@layer blockedUserModal{#platform .blockedUserModal{--blockedUserModal__content--Before--Background: var(--status--danger--color);--blockedUserModal__iconWrapper--Background: linear-gradient( 180deg, rgba(255, 38, 66, .2) 0%, rgba(255, 38, 66, .2) 100% );--blockedUserModal__icon--Fill: var(status--danger--color);--blockedUserModal__title--Color: var(--ui--text--regular--color);--blockedUserModal__bottomContent--Color: var(--ui--text--regular--color)}}@layer totofaVerification{#platform .totofaVerification{--totofaVerification__title--Color: var(--ui--text--regular--color);--totofaVerification__formLabel--Color: var(--ui--text--regular--color);--totofaVerification__formReq--Color: var(--color--danger--500);--totofaVerification__formIcon--Color: var(--ui--text--regular--color);--totofaVerification__blockTitle--Color: var(--ui--text--regular--color);--totofaVerification__text--Color: var(--ui--text--regular--color);--totofaVerification__status--Background: var(--ui--cards2--color);--totofaVerification__status__before--Background--pending: var(--status--warning--color);--totofaVerification__status__before--Background--reject: var(--status--danger--color);--totofaVerification__status__before--Background--success: var(--status--success--color);--totofaVerification__status__title--Color: var(--ui--text--regular--color);--totofaVerification__status__text--Color: var(--ui--text--regular--color);--totofaVerification__status__icon--Color: var(--status--warning--color);--totofaVerification__link--Background--primary: var(--accent--bg--color);--totofaVerification__link--Background--primary--hover: var(--accent--bg--hover--color);--totofaVerification__link--Background--secondary: var(--ui--cards2--color);--totofaVerification__link--Background--secondary--hover: var(--button--Background--secondary-hover);--totofaVerification__link--Color--primary: var(--color--accent--text--regular);--totofaVerification__link--Color--secondary: var(--ui--text--regular--color);--totofaVerification__link--Border--secondary: 1px solid var(--ui--strokes--color);--totofaVerification__link--BoxShadow--primary--hover: 0 4px 15px 0 var(--ui--text--accent1--color);--totofaVerification__reason--BackgroundColor: var(--ui--cards1--color);--totofaVerification__reasonLabel--Color: var(--ui--text--regular--color);--totofaVerification__control--Background: var(--ui--cards2--color);--totofaVerification__uploadFields--Color: var(--ui--text--regular--color);--totofaVerification__uploadFields--Background: var(--ui--cards2--color);--totofaVerification__remark--Color: var(--ui--text--regular--color);--totofaVerification__instruction--Background: var(--ui--cards2--color);--totofaVerification__userFields--Background: var(--ui--cards2--color)}}@layer totofaConfirmCancelBonusModal{#platform .totofaConfirmCancelBonusModal{--totofaConfirmCancelBonusModal__content--Color: var(--ui--text--regular--color);--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Background: var(--status--danger--color);--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Color: var(--status--text--regular--color);--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--Background--hover: var(--status--danger--color);--totofaConfirmCancelBonusModal__buttonsBlock__cancelBtn--BoxShadow--hover: 0 4px 15px 0 var(--status--danger--color)}}@layer searchInput{#platform .searchInput{--searchInput__searchIcon--Fill: var(--ui--text--regular--color)}}@layer newTotofaMessages{#platform .newTotofaMessages{--newTotofaMessages__Wrapper--Gap: 8px;--newTotofaMessages__section--Background: var(--ui--cards2--color);--newTotofaMessages__section--Border: 1px solid var(--ui--strokes--color);--newTotofaMessages__section--BorderRadius: 16px;--newTotofaMessages__section__header--Padding: 9px 15px;--newTotofaMessages__section__title--Color: var(--ui--text--regular--color);--newTotofaMessages__section__count--Color: var(--ui--text--additional50--color);--newTotofaMessages__markButton--Color: var(--ui--text--accent1--color);--newTotofaMessages__listItem--BorderBottom: 1px solid var(--ui--strokes--color);--newTotofaMessages__customCard__title--Color: var(--ui--text--regular--color);--newTotofaMessages__customCard__date--Color: var(--ui--text--additional30--color);--newTotofaMessages__customCard__text--Color: var(--ui--text--regular--color);--newTotofaMessages__customCard__iconWrapper--Background: var(--ui--cards3--color);--newTotofaMessages__customCard__icon--Fill: var(--ui--text--regular--color);--newTotofaMessages__customCard__arrowIcon--Fill: var(--ui--text--additional30--color);--newTotofaMessages__systemCard__title--Color: var(--ui--text--regular--color);--newTotofaMessages__systemCard__date--Color: var(--ui--text--additional30--color);--newTotofaMessages__systemCard__text--Color: var(--ui--text--regular--color);--newTotofaMessages__systemCard__iconWrapper--Background: var(--status--success10--color);--newTotofaMessages__systemCard__icon--Fill: var(--status--success--color);--newTotofaMessages__systemCard__arrowIcon--Fill: var(--ui--text--additional30--color);--newTotofaMessages__systemCard__amount--Color: var(--ui--text--regular--color);--newTotofaMessages__systemCard__amountValue--Color: var(--ui--text--accent1--color);--newTotofaMessages__empty--Background: var(--ui--cards1--color);--newTotofaMessages__empty--Border: 1px solid var(--ui--strokes--color);--newTotofaMessages__empty--BorderRadius: 20px;--newTotofaMessages__empty__text--Color: var(--ui--text--additional50--color);--newTotofaMessages__empty__text--FontSize: 22px;--newTotofaMessages__empty__text--FontWeight: 700;--newTotofaMessages__messageDetail--Width: calc(100% - 40px) ;--newTotofaMessages__customMessageDetail--Background: var(--ui--cards2--color);--newTotofaMessages__customMessageDetail--Border: 1px solid var(--ui--strokes--color);--newTotofaMessages__customMessageDetail--BorderRadius: 20px;--newTotofaMessages__customMessageDetail__title--Color: var(--ui--text--regular--color);--newTotofaMessages__customMessageDetail__date--Color: var(--ui--text--additional50--color);--newTotofaMessages__customMessageDetail__text--Color: var(--ui--text--regular--color);--newTotofaMessages__customMessageDetail__imageWrapper--MinWidth: 326px;--newTotofaMessages__customMessageDetail__imageWrapper--AspectRatio: 326 / 194;--newTotofaMessages__customMessageDetail__imageWrapper--BorderRadius: 30px;--newTotofaMessages__customMessageDetail__imageWrapper--Height: min-content;--newTotofaMessages__customMessageDetail__image--Height: initial;--newTotofaMessages__systemMessageDetail--Background: var(--ui--cards2--color);--newTotofaMessages__systemMessageDetail--BorderColor: var(--ui--strokes--color);--newTotofaMessages__systemMessageDetail--BorderRadius: 20px;--newTotofaMessages__systemMessageDetail__title--Color: var(--ui--text--regular--color);--newTotofaMessages__systemMessageDetail__date--Color: var(--ui--text--additional50--color);--newTotofaMessages__systemMessageDetail__text--Color: var(--ui--text--regular--color);--newTotofaMessages__systemMessageDetail__icon--Background: var(--status--success10--color);--newTotofaMessages__systemMessageDetail__icon--Fill: var(--status--success--color);--newTotofaMessages__systemMessageDetail__amount--Color: var(--ui--text--accent1--color);--newTotofaMessages__systemMessageDetail__amounts--BorderColor: var(--ui--strokes--color);--newTotofaMessages__systemMessageDetail__content--MinWidth: initial;--newTotofaMessages__systemMessageDetail__imageWrapper__before--Background: radial-gradient( 50% 50% at 50% 50%, var(--status--success--color) 0%, var(--status--success10--color) 100% )}@media(max-width:768px){#platform .newTotofaMessages{--newTotofaMessages__customMessageDetail__imageWrapper--MinWidth: 230px;--newTotofaMessages__empty__text--FontSize: 14px;--newTotofaMessages__empty__text--FontWeight: 600}}}@layer phoneSettings{#platform .phoneSettings{--phoneSetting__phoneIcon--Border: none;--phoneSetting__phoneIcon--BoxShadow: none;--phoneSetting__countrySelectTrigger__leftContent--MarginInlineEnd: 8px;--phoneSetting__countryDrawer__searchInput--BorderBottom: 1px solid var(--ui--strokes--color);--phoneSetting__phoneInput__trigger--BackgroundColor: var(--ui--cards3--color);--phoneSetting__phoneInput__trigger--BackgroundColor--hover: var(--ui--cards3--color);--phoneSetting__phoneInput__trigger--Color: var(--ui--text--regular--color);--phoneSetting__countryListItem__text--Color: var(--ui--text--regular--color);--phoneSetting__countryList--Padding: 15px 0 15px 15px}#platform .phoneSettings .selectContainer{gap:0;padding-bottom:15px}#platform .phoneSettings .selectList{margin-bottom:15px}#platform [dir=rtl] .phoneSettings{--phoneSetting__countryList--Padding: 15px 15px 15px 0}#platform .phoneSettings{--phoneSetting__phoneInput__contentWrapper--Padding: 15px 0 15px 15px}#platform [dir=rtl] .phoneSettings{--phoneSetting__phoneInput__contentWrapper--Padding: 15px 15px 15px 0}}@layer phoneInput{#platform .phoneInput{--phoneInput__content--Padding: 15px;--phoneInput__contentContainer--MaxWidth: 400px;--phoneInput__contentContainer__selectList--MinHeight: 200px;--phoneInput__contentContainer__selectList--MaxHeight: 250px;--phoneInput__selectContainer--Border: 1px solid var(--ui--strokes--color);--phoneInput__selectContainer--BorderRadius: 12px;--phoneInput__selectContainer--Background: var(--ui--cards2--color);--phoneInput__selectContainer--Padding: 0px 0px 15px;--phoneInput__selectContainer__selectList__selectItem--Background--hover: var(--ui--cards2--color);--phoneInput__selectContainer__selectList__selectItem--Padding: 0;--phoneInput__trigger--BackgroundColor: var(--ui--cards3--color);--phoneInput__trigger--BackgroundColor--hover: var(--ui--cards3--color);--phoneInput__trigger--BorderRadius: 10px;--phoneInput__trigger--Padding: 5px;--phoneInput__trigger--Color: var(--ui--text--regular--color);--phoneInput__Color: var(--ui--text--regular--color);--phoneInput__placeholder--Color: var(--ui--text--regular--color);--phoneInput__BorderRadius: 10px;--phoneInput__BackgroundColor--hover: var(--ui--cards2--color);--phoneInput__Padding: 4px;--phoneInput__button__Padding: 0 40px;--phoneInput__option--Gap: 5px;--phoneInput__option--Color: var(--ui--text--regular--color);--phoneInput__option--Height: 32px;--phoneInput__option--FontSize: 14px;--phoneInput__option--Color--hover: var(--ui--text--regular--color);--phoneInput__optionWrapper--Gap: 3px;--phoneInput__optionWrapper--BackgroundColor: var(--ui--cards2--color);--phoneInput__optionWrapper--BackgroundColor--hover: var(--ui--text--accent10--color);--phoneInput__optionWrapper--BackgroundColor--active: var(--ui--text--accent10--color);--phoneInput--icon--Width: 24px;--phoneInput--icon--Height: 24px;--phoneInput__icon--BackgroundColor: transparent;--phoneInput__icon--Scale: 1.6;--phoneInput__icon--BorderRadius: 50%;--phoneInput__text--MinWidth: min-content;--phoneInput__text--Padding: 0px;--phoneInput--arrowIcon--Width: 24px;--phoneInput--arrowIcon--Height: 24px;--phoneInput--arrowIcon--Fill: var(--ui--text--regular--color);--phoneInput__arrowIcon--Transform: rotate(180deg);--phoneInput__contentWrapper--BackgroundColor: var(--ui--cards2--color);--phoneInput__contentWrapper--BorderRadius: 10px;--phoneInput__searchInput--BackgroundColor: var(--ui--cards3--color);--phoneInput__searchInput--BackgroundColor--hover: var(--ui--cards3--color);--phoneInput__searchInput--Color: var(--ui--text--regular--color);--phoneInput__searchInput--Color--hover: var(--ui--text--regular--color)}#platform .phoneInput .searchInput{padding:15px;border-bottom:1px solid var(--ui--strokes--color)}#platform .phoneInput,#platform .phoneInput .contentContainer{--phoneInput__contentWrapper--Padding: 15px}@media(max-width:1024px){#platform .phoneInput{--phoneInput__contentContainer--MaxWidth: 250px}}}@layer wrongBalanceModal{#platform .wrongBalanceModal{--wrongBalanceModal__content--Color: var(--ui--text--additional75--color);--wrongBalanceModal__linkTitle--Color: var(--ui--text--accent1--color);--wrongBalanceModal__linkTitle--Color--active: var(--ui--text--accent1--color)}@media(max-width:768px){#platform .wrongBalanceModal{--wrongBalanceModal__controls--Gap: 10px;--wrongBalanceModall__controls--FlexDirection: column}}}@layer singleCurrencySelector{#platform .singleCurrencySelector{--singleCurrencySelector__currencyIcon--Fill: var(--ui--text--regular--color)}}@layer collapsibleCard{#platform .collapsibleCard{--collapsibleCard--BorderRadius: 24px;--collapsibleCard--Background: var(--ui--cards1--color);--collapsibleCard__triggerWrapper--BorderRadius: 24px;--collapsibleCard__triggerWrapper--Padding: 20px 24px;--collapsibleCard__triggerWrapper--Background: var(--ui--cards2--color);--collapsibleCard__icon--Fill: var(--ui--text--additional30--color);--collapsibleCard__contentWrapper--BorderRadius: 24px;--collapsibleCard__contentWrapper--Background: var(--ui--cards1--color);--collapsibleCard__iconButton--Position: absolute;--collapsibleCard__iconButton--Top: 20px;--collapsibleCard__iconButton--Right: 20px}@media(max-width:1240px){#platform .collapsibleCard{--collapsibleCard__iconButton--Top: 16px;--collapsibleCard__iconButton--Right: 24px;--collapsibleCard__triggerWrapper--Padding: 16px 24px;flex-direction:column}}}@layer changeLoginModal{#platform .changeLoginModal{--changeLoginModal__modal--Background: var(--ui--cards2--color);--changeLoginModal__modal--Padding: 0;--changeLoginModal__modal--BorderRadius: 30px;--changeLoginModal__title--Color: var(--ui--text--regular--color);--changeLoginModal__title--FontSize: 20px;--changeLoginModal__title--TextAlign: center;--changeLoginModal__buttonClose--Width: 24px;--changeLoginModal__buttonClose--Height: 24px;--changeLoginModal__buttonClose--Padding: 4px;--changeLoginModal__buttonClose--Top: 25px;--changeLoginModal__buttonClose--Right: 25px;--changeLoginModal__iconClose--Fill: var(--ui--text--additional30--color);--changeLoginModal__iconClose--Width: 12px;--changeLoginModal__iconClose--Height: 12px;--changeLoginModal__text--Color: var(--ui--text--accent1--color);--changeLoginModal__info--Background: var(--color--brand-transparent--500-10);--changeLoginModal__info--Padding: 10px 20px;--changeLoginModal__info--BorderRadius: 30px;--changeLoginModal__info--Margin: 7px 0 17px;--changeLoginModal__content--Padding: 0 35px;--changeLoginModal__header--Padding: 25px;--changeLoginModal__header--BorderBottom: 1px solid var(--ui--strokes--color);--changeLoginModal__control--Padding: 28px 40px;--changeLoginModal__control--BorderTop: 1px solid var(--ui--strokes--color);--changeLoginModal__input--Margin: 0 0 18px}@media(max-width:768px){#platform .changeLoginModal{--changeLoginModal__title--FontSize: 16px;--changeLoginModal__header--Padding: 15px;--changeLoginModal__buttonClose--Top: 15px;--changeLoginModal__buttonClose--Right: 15px;--changeLoginModal__content--Padding: 0 15px;--changeLoginModal__input--Margin: 0 0 8px;--changeLoginModal__control--Padding: 8px 20px;--modal--BorderRadius: 30px 30px 0 0}}}@layer supportButton{#platform .supportButton{--supportButton--Padding: 0;--supportButton--Right: auto;--supportButton--Bottom: 110px;--supportButton--Left: 0;--supportButton__container--Background: var(--accent--bg--color);--supportButton__container--Padding: 10px 3px 5px;--supportButton__container--Padding--hover: 10px 8px 5px;--supportButton__container--BorderRadius: 0 10px 10px 0;--supportButton__container--Color: var(--accent--text--regular--color);--supportButton__container__icon--Fill: var(--accent--text--regular--color);--supportButton__container__icon--Size: 18px}#platform [dir=rtl] .supportButton{--supportButton__container--BorderRadius: 10px 0 0 10px;--supportButton--Right: 0;--supportButton--Left: auto}#platform .supportButton{z-index:1000}}@layer telegramAllowMessages{#platform .telegramAllowMessages{--modal--BorderRadius: 30px;--telegramAllowMessages__modal--Display: flex;--telegramAllowMessages__modal--FlexDirection: column;--telegramAllowMessages__modal--Padding: 0;--telegramAllowMessages__modal--MaxWidth: 500px;--telegramAllowMessages__header--Display: flex;--telegramAllowMessages__header--AlignItems: center;--telegramAllowMessages__header--JustifyContent: space-between;--telegramAllowMessages__header--Gap: 8px;--telegramAllowMessages__header--Padding: 25px 30px;--telegramAllowMessages__header--BorderBottom: 1px solid var(--ui--strokes--color);--telegramAllowMessages__close--Top: 25px;--telegramAllowMessages__close--InsetInlineEnd: 25px;--telegramAllowMessages__close__icon--Width: 12px;--telegramAllowMessages__close__icon--Height: 12px;--telegramAllowMessages__close__icon--Fill: var(--ui--text--additional50--color);--telegramAllowMessages__title--FontSize: 20px;--telegramAllowMessages__title--FontWeight: 700;--telegramAllowMessages__title--Color: var(--ui--text--regular--color);--telegramAllowMessages__title--TextAlign: center;--telegramAllowMessages__body--Display: flex;--telegramAllowMessages__body--FlexDirection: column;--telegramAllowMessages__body--Gap: 15px;--telegramAllowMessages__body--MarginTop: 0;--telegramAllowMessages__body--Padding: 15px 35px;--telegramAllowMessages__description--FontSize: 14px;--telegramAllowMessages__description--FontWeight: 400;--telegramAllowMessages__description--Color: var(--ui--text--regular--color);--telegramAllowMessages__description--TextAlign: center;--telegramAllowMessages__description--Margin: 0 0 10px;--telegramAllowMessages__continueButton--Margin: 0 35px 15px;--telegramAllowMessages__preview--Width: 360px;--telegramAllowMessages__preview--Height: auto;--telegramAllowMessages__preview--MaxWidth: none;--telegramAllowMessages__preview--BorderRadius: 20px;--telegramAllowMessages__preview--AlignSelf: center;--telegramAllowMessages__checkboxRequired--Display: block}}html,body{margin:0;padding:0;height:100%;box-sizing:border-box;font-family:var(--font-family);font-size:14px;background-color:var(--ui--bg0--color);scrollbar-color:var(--ui--strokes--color) transparent}:lang(fa){font-family:var(--font-family--fa)}input:focus{outline:none}a,a:visited{text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:none}::-webkit-scrollbar-thumb{background-color:#c1c1c14d;border-radius:4px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{cursor:pointer}#root{height:100%}
