.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;flex:1 1 auto}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.text-m{font-size:.18rem}@media (max-width: 768px){.text-m{font-size:.28rem}}._telegram-container_1t2ug_1{margin-bottom:.3rem;display:flex;justify-content:center}@media (max-width: 768px){._telegram-container_1t2ug_1{width:auto!important}}._telegram-container_1t2ug_1 ._telegram-button_1t2ug_11{height:.6rem;border:.01rem solid rgba(162,170,189,.2);border-radius:.07rem;background:transparent;display:flex;justify-content:center;align-items:center;color:#fff;padding:0 .2rem;cursor:pointer}@media (max-width: 768px){._telegram-container_1t2ug_1 ._telegram-button_1t2ug_11{height:1.3rem;padding:.2rem .5rem}}._telegram-container_1t2ug_1 ._telegram-button_1t2ug_11 svg{width:.4rem;height:.4rem}@media (max-width: 768px){._telegram-container_1t2ug_1 ._telegram-button_1t2ug_11 svg{width:.8rem;height:.8rem}}._telegram-container_1t2ug_1 ._telegram-button_1t2ug_11 span{margin-left:.1rem;font-size:.2rem}@media (max-width: 768px){._telegram-container_1t2ug_1 ._telegram-button_1t2ug_11 span{font-size:.5rem}}._login-telegram-container_1t2ug_49 ._telegram-button_1t2ug_11{border:.01rem solid #C9C9C9;border-radius:.07rem;color:#6c6c6c}._TelegramGuidelinePopupOverlay_1t2ug_55{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7215686275);display:flex;align-items:center;justify-content:center;z-index:9999}._TelegramGuidelinePopupOverlay_1t2ug_55 ._TelegramGuidelinePopupContainer_1t2ug_67{width:4.8rem;background:white;padding:.6rem .67rem}@media (max-width: 768px){._TelegramGuidelinePopupOverlay_1t2ug_55 ._TelegramGuidelinePopupContainer_1t2ug_67{width:10rem}}@media (max-width: 768px){._TelegramContent_1t2ug_79{font-size:.4rem}}._breakLineContainer_1t2ug_84{margin:0 auto .3rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){._breakLineContainer_1t2ug_84{flex-direction:row!important}}._breakLineContainer_1t2ug_84 ._breakLine_1t2ug_84{height:.01rem;background:rgba(162,170,189,.2);margin:.15rem 0;width:44%}@media (max-width: 768px){._breakLineContainer_1t2ug_84 ._breakLine_1t2ug_84{height:.04rem}}._breakLineContainer_1t2ug_84 ._breakLineSpan_1t2ug_106{color:#c9c9c9;font-size:.2rem}@media (max-width: 768px){._breakLineContainer_1t2ug_84 ._breakLineSpan_1t2ug_106{font-size:.6rem}}._loginBreakLineContainer_1t2ug_116{width:60%}@media (max-width: 768px){._loginBreakLineContainer_1t2ug_116{width:90%}}._loginBreakLineContainer_1t2ug_116 ._loginBreakLine_1t2ug_116{width:40%;background:rgba(108,108,108,.5)}@media (max-width: 768px){._loginBreakLineContainer_1t2ug_116 ._loginBreakLine_1t2ug_116{width:44%;height:.01rem}}._loginBreakLineContainer_1t2ug_116 ._loginBreakLineSpan_1t2ug_134{color:#6c6c6c}._menuItem_c75mu_1{display:flex;align-items:center}._menuItem_c75mu_1 svg{width:.3rem;height:.3rem}._menuItem_c75mu_1._left_c75mu_9{margin-bottom:.25rem}._menuItem_c75mu_1._left_c75mu_9 svg{margin-right:.25rem}._menuItem_c75mu_1._on_c75mu_15,._menuItem_c75mu_1:hover{cursor:pointer}._menuItem_c75mu_1._on_c75mu_15[data-page=home],._menuItem_c75mu_1._on_c75mu_15[data-page=sportsbook],._menuItem_c75mu_1._on_c75mu_15[data-page=esportsbook],._menuItem_c75mu_1._on_c75mu_15[data-page=casino],._menuItem_c75mu_1._on_c75mu_15[data-page=slot],._menuItem_c75mu_1._on_c75mu_15[data-page=fishing],._menuItem_c75mu_1._on_c75mu_15[data-page=fourd],._menuItem_c75mu_1._on_c75mu_15[data-page=lottery],._menuItem_c75mu_1._on_c75mu_15[data-page=fastgames],._menuItem_c75mu_1._on_c75mu_15[data-page=sponsors],._menuItem_c75mu_1._on_c75mu_15[data-page=promotions],._menuItem_c75mu_1._on_c75mu_15[data-page=vip],._menuItem_c75mu_1._on_c75mu_15[data-page=leaderboard],._menuItem_c75mu_1._on_c75mu_15[data-page=cockfight],._menuItem_c75mu_1:hover[data-page=home],._menuItem_c75mu_1:hover[data-page=sportsbook],._menuItem_c75mu_1:hover[data-page=esportsbook],._menuItem_c75mu_1:hover[data-page=casino],._menuItem_c75mu_1:hover[data-page=slot],._menuItem_c75mu_1:hover[data-page=fishing],._menuItem_c75mu_1:hover[data-page=fourd],._menuItem_c75mu_1:hover[data-page=lottery],._menuItem_c75mu_1:hover[data-page=fastgames],._menuItem_c75mu_1:hover[data-page=sponsors],._menuItem_c75mu_1:hover[data-page=promotions],._menuItem_c75mu_1:hover[data-page=vip],._menuItem_c75mu_1:hover[data-page=leaderboard],._menuItem_c75mu_1:hover[data-page=cockfight]{color:#ff4e00}._menuItem_c75mu_1._on_c75mu_15[data-page=home]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=sportsbook]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=esportsbook]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=casino]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=slot]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=fishing]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=fourd]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=lottery]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=fastgames]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=sponsors]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=promotions]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=vip]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=leaderboard]:before,._menuItem_c75mu_1._on_c75mu_15[data-page=cockfight]:before,._menuItem_c75mu_1:hover[data-page=home]:before,._menuItem_c75mu_1:hover[data-page=sportsbook]:before,._menuItem_c75mu_1:hover[data-page=esportsbook]:before,._menuItem_c75mu_1:hover[data-page=casino]:before,._menuItem_c75mu_1:hover[data-page=slot]:before,._menuItem_c75mu_1:hover[data-page=fishing]:before,._menuItem_c75mu_1:hover[data-page=fourd]:before,._menuItem_c75mu_1:hover[data-page=lottery]:before,._menuItem_c75mu_1:hover[data-page=fastgames]:before,._menuItem_c75mu_1:hover[data-page=sponsors]:before,._menuItem_c75mu_1:hover[data-page=promotions]:before,._menuItem_c75mu_1:hover[data-page=vip]:before,._menuItem_c75mu_1:hover[data-page=leaderboard]:before,._menuItem_c75mu_1:hover[data-page=cockfight]:before{color:#ff4e00}._buttonWrapper_wpgyu_1{background:none;border:none}._svgIcon_wpgyu_6{display:flex;cursor:pointer}._svgIcon_wpgyu_6._iconHamburger_wpgyu_10{width:.32rem;height:.23rem}._verticalMenus_1lza6_1{display:flex;flex-flow:column}._horizontalMenus_1lza6_6{display:flex;flex-flow:row}._hamburgerOrganisms_eka6z_1{position:relative}._hamburgerContentContainer_eka6z_5{display:block;position:absolute;background:#111111;color:#a2aabd;top:.52rem;right:0;z-index:2;transition:height .5s cubic-bezier(.4,0,.2,1);overflow:hidden}@media (max-width: 1024px){._hamburgerContentContainer_eka6z_5{top:.82rem}}._hamburgerContentContainer_eka6z_5._fadeIn_eka6z_21{min-height:6rem;height:auto}._hamburgerContentContainer_eka6z_5._fadeOut_eka6z_25{height:0}._hamburgerContent_eka6z_5{display:grid;border-radius:0 0 .1rem .1rem;grid-template-columns:auto 55.136268%;width:5.53rem;z-index:1;padding:.28rem .31rem .39rem .48rem}._left_eka6z_38{padding-top:.23rem}._right_eka6z_42{background:linear-gradient(180deg,rgba(41,43,46,.4) 0%,rgba(17,17,17,0) 126.7%);border-radius:.1rem .1rem 0 0;padding:.23rem 0 .28rem .34rem;display:flex;flex-flow:column;justify-content:space-between}._button_xckzq_1:hover{cursor:pointer}._button_xckzq_1:disabled{cursor:unset}._largeAuthButton_xckzq_8{width:1.8rem;border:.05rem;border:.01rem solid #fff;border-radius:.05rem;background:linear-gradient(180deg,#292B2E 0%,rgba(17,17,17,0) 126.7%);padding:.08rem 0 .07rem}._submitButton_xckzq_17{display:flex;align-items:center;justify-content:center;border-radius:.09rem;border:.01rem solid #ff4e00;background:#ff4e00;color:#fff;font-size:.18rem;height:.5rem;padding:.1rem .5rem;cursor:pointer}@media (max-width: 768px){._submitButton_xckzq_17{font-size:.42rem;height:1.2rem;width:5rem}}._labelWrapper_k5ezi_1{color:#4d4d4d;display:flex;justify-content:space-between;font-size:.16rem;padding:0 .09rem 0 0;transform:translateY(.02rem);width:1.6rem;word-break:break-word}@media (max-width: 768px){._labelWrapper_k5ezi_1{color:#000;justify-content:flex-start;font-size:16PX;font-weight:700;transform:unset;width:100%}}._labelWrapper_k5ezi_1 ._required_k5ezi_21{color:red}@media (max-width: 768px){._labelWrapper_k5ezi_1 ._required_k5ezi_21{margin:0 0 0 .1rem}}._reminderNote_1s11y_1{color:red;font-size:.13rem;margin:.1rem 0 0;width:6rem}@media (max-width: 768px){._reminderNote_1s11y_1{font-size:13PX;margin:.17rem auto 0;width:100%}}@media (max-width: 768px){._bankStatementUploadContainer_gnbhd_2{width:10.86rem;margin:.75rem auto 0}}._bankStatementUploadContainer_gnbhd_2 ._bankStatementUploadWrapper_gnbhd_7{display:flex;margin:0 0 .23rem}@media (max-width: 768px){._bankStatementUploadContainer_gnbhd_2 ._bankStatementUploadWrapper_gnbhd_7{flex-direction:column}}._imgContainer_gnbhd_17{display:flex;align-items:center;font-size:.16rem;margin:0 0 .23rem 1.6rem;width:2.66rem}@media (max-width: 768px){._imgContainer_gnbhd_17{font-size:.5rem;margin:.5rem auto;width:100%}}._imgContainer_gnbhd_17 ._receiptImg_gnbhd_31{height:100%;width:100%}._imgContainer_gnbhd_17 ._label_gnbhd_35{color:#0524dd;margin:0 .1rem 0 0}._imgContainer_gnbhd_17 ._pdfName_gnbhd_39{margin:0 .1rem 0 0}@media (max-width: 768px){._imgContainer_gnbhd_17 ._pdfName_gnbhd_39{font-weight:700}}._imgContainer_gnbhd_17 ._clearImg_gnbhd_47{height:.15rem;width:.15rem}@media (max-width: 768px){._imgContainer_gnbhd_17 ._clearImg_gnbhd_47{height:.5rem;width:.5rem}}._bankStatementUploadButton_gnbhd_58{display:flex;align-items:center;justify-content:center;background:#cdcdcd;border:0;border-radius:.05rem;color:#fff;font-size:.16rem;font-weight:900;height:.3rem;width:2.66rem;padding:0 .2rem;cursor:pointer}@media (max-width: 768px){._bankStatementUploadButton_gnbhd_58{height:1.27rem;border-radius:.13rem;font-size:.42rem;font-weight:800;width:100%}}._cryptoAddressPopupOverlay_hwvtm_1{display:unset!important;align-items:unset!important}._cryptoAddressPopupOverlay_hwvtm_1 ._popupInnerContainer_hwvtm_5 ._cryptoAddressPopup_hwvtm_1{width:5.81rem}@media (max-width: 768px){._cryptoAddressPopupOverlay_hwvtm_1 ._popupInnerContainer_hwvtm_5 ._cryptoAddressPopup_hwvtm_1{border-radius:.28rem;width:90.7%}}@media (max-width: 768px){._cryptoAddressPopupOverlay_hwvtm_1 ._popupInnerContainer_hwvtm_5 ._cryptoAddressPopupHeader_hwvtm_15{padding:.34rem}}._cryptoAddressPopupOverlay_hwvtm_1 ._popupInnerContainer_hwvtm_5 ._cryptoAddressPopupBody_hwvtm_19{padding:.2rem .44rem .35rem}@media (max-width: 768px){._cryptoAddressPopupOverlay_hwvtm_1 ._popupInnerContainer_hwvtm_5 ._cryptoAddressPopupBody_hwvtm_19{padding:.98rem}}._cryptoAddressPopup_hwvtm_1 ._formField_hwvtm_28{gap:.06rem .12rem;margin-bottom:.24rem}@media (max-width: 768px){._cryptoAddressPopup_hwvtm_1 ._formField_hwvtm_28{gap:.17rem .23rem;margin-bottom:.69rem}}._cryptoAddressPopup_hwvtm_1 ._formField_hwvtm_28 input{background:#F2F2F2}._cryptoAddressPopup_hwvtm_1 ._formInput_hwvtm_41,._cryptoAddressPopup_hwvtm_1 ._formSelect_hwvtm_41{min-height:.48rem;height:.48rem}@media (max-width: 768px){._cryptoAddressPopup_hwvtm_1 ._formInput_hwvtm_41,._cryptoAddressPopup_hwvtm_1 ._formSelect_hwvtm_41{min-height:1.27rem;height:1.27rem}}._cryptoAddressPopup_hwvtm_1 ._submitBtnSection_hwvtm_51{margin-top:.76rem}@media (max-width: 768px){._cryptoAddressPopup_hwvtm_1 ._submitBtnSection_hwvtm_51{margin-top:.92rem}}._cryptoAddressPopup_hwvtm_1 ._submitBtnSection_hwvtm_51 ._submitBtnContainer_hwvtm_59{height:.48rem}@media (max-width: 768px){._cryptoAddressPopup_hwvtm_1 ._submitBtnSection_hwvtm_51 ._submitBtnContainer_hwvtm_59{height:1.27rem}}._standardPopupModalContainer_ni0at_1{width:6.38rem}@media (max-width: 768px){._standardPopupModalContainer_ni0at_1{width:90.7%}}@media (max-width: 768px){._standardPopupModalContainer_ni0at_1 ._standardPopupModalHeader_ni0at_10{padding:.34rem}}._standardPopupModalContainer_ni0at_1 ._standardPopupModalHeader_ni0at_10 ._standardModalTitle_ni0at_14{margin:auto;text-transform:capitalize}._standardPopupModalContainer_ni0at_1 ._standardPopupModalHeader_ni0at_10._popUpHeaderWithOneDIV_ni0at_18 ._standardModalTitle_ni0at_14{display:flex;justify-content:center;width:90%;padding:.05rem 0}._standardPopupModalContainer_ni0at_1 ._standardPopupModalHeader_ni0at_10 ._iconClose_ni0at_24{display:flex}._standardPopupModalContainer_ni0at_1 ._standardPopupModalHeader_ni0at_10 ._iconClose_ni0at_24 svg{cursor:pointer}._standardPopupModalContainer_ni0at_1 ._standardPopupModalBody_ni0at_30{background:#fff;padding:.25rem .35rem}@media (max-width: 768px){._standardPopupModalContainer_ni0at_1 ._standardPopupModalBody_ni0at_30{padding:.55rem .85rem}}._standardPopupModalContainer_ni0at_1 ._standardPopupModalFooter_ni0at_39{display:flex;align-items:center;justify-content:center;margin:0 0 .25rem}@media (max-width: 768px){._standardPopupModalContainer_ni0at_1 ._standardPopupModalFooter_ni0at_39{margin:0 0 .5rem}}._Input_input_g1j9e_1{border-radius:.09rem;border:.01rem solid rgba(25,25,25,.2);color:#000;min-height:.48rem;height:100%;width:100%;padding:0 .22rem}@media (max-width: 768px){._Input_input_g1j9e_1{height:1.27rem}}._Input_input_g1j9e_1::placeholder{font-size:.18rem}@media (max-width: 768px){._Input_input_g1j9e_1::placeholder{font-size:.42rem}}._otpField_zhxd4_1 ._otpFieldLabel_zhxd4_1 span{color:#ff4e00}._otpField_zhxd4_1 ._otpFieldWrapper_zhxd4_4{width:100%;display:grid;gap:4.062%}._otpField_zhxd4_1 ._otpFieldWrapper_zhxd4_4._withOtpButton_zhxd4_9{grid-template-columns:67.54% 28.398%}._otpField_zhxd4_1 ._otpButtonContainer_zhxd4_12{width:100%;display:flex;justify-content:center;align-items:center;grid-template-columns:unset;height:100%}._otpField_zhxd4_1 ._otpButtonContainer_zhxd4_12 ._otpButton_zhxd4_12{width:100%;height:100%;border-radius:.05rem}._otpField_zhxd4_1 ._otpButtonContainer_zhxd4_12 ._otpButton_zhxd4_12:disabled{opacity:.5}._passwordRulesMsgWrapper_17y73_1{display:flex;align-items:center;gap:.06rem;margin:.04rem .02rem .04rem 0rem}@media (max-width: 768px){._passwordRulesMsgWrapper_17y73_1{margin:.078rem .078rem .078rem 0rem}}._passwordRulesMsgWrapper_17y73_1 ._errorMessageText_17y73_12{margin:auto auto 0 .02rem;flex:1;color:#8697a2}._passwordGuideMessage_17y73_18{color:#8697a2;font-size:.12rem}@media (max-width: 768px){._passwordGuideMessage_17y73_18{font-size:.236rem}}._statusIcon_17y73_28{width:.12rem;height:.12rem;flex-shrink:0}@media (max-width: 768px){._statusIcon_17y73_28{width:.236rem;height:.236rem}}._passwordRevealIconContainer_18ixz_1{width:.3rem;position:absolute;right:.1rem;top:.15rem;cursor:pointer}@media (max-width: 768px){._passwordRevealIconContainer_18ixz_1{width:.7rem;right:.28rem;top:.4rem}.standard-form-field ._passwordRevealIconContainer_18ixz_1{top:1.15rem}}._passwordRevealIconContainer_18ixz_1 ._hasLabel_18ixz_18{top:1rem}._passwordRevealIconContainer_18ixz_1._vertical_18ixz_21._hasLabel_18ixz_18{top:.4rem}@media (max-width: 768px){._passwordRevealIconContainer_18ixz_1._vertical_18ixz_21._hasLabel_18ixz_18{top:1.1rem}}._passwordRevealIconContainer_18ixz_1 img{height:100%;width:100%}._standardFormField_493tz_1{position:relative;display:grid;grid-template-columns:35% 61%;gap:.2rem;align-items:center;margin:0 0 .25rem}@media (max-width: 768px){._standardFormField_493tz_1{font-size:.42rem;gap:.15rem;grid-template-columns:auto;margin:0 0 .45rem}}._standardFormField_493tz_1._vertical_493tz_17{grid-template-columns:unset;gap:.06rem .12rem;margin-bottom:.24rem}@media (max-width: 768px){._standardFormField_493tz_1._vertical_493tz_17{gap:.17rem .23rem;margin-bottom:.69rem}}._standardFormField_493tz_1 ._fieldLabel_493tz_28{display:block}._standardFormField_493tz_1 ._errorMessageWrapper_493tz_31{font-size:.18rem}._standardFormField_493tz_1 ._errorMessageWrapper_493tz_31._left-right_493tz_34{grid-column:2/3}@media (max-width: 768px){._standardFormField_493tz_1 ._errorMessageWrapper_493tz_31{font-size:.42rem;grid-column:unset}}._standardFormField_493tz_1 ._standardErrorValidation_493tz_43{font-size:.18rem;color:red}@media (max-width: 768px){._standardFormField_493tz_1 ._standardErrorValidation_493tz_43{font-size:.42rem}}._standardFormField_493tz_1 ._standardErrorValidation_493tz_43._leftRight_493tz_52{grid-column:2/3}._standardFormField_493tz_1 ._formFieldWrapper_493tz_55{display:grid;align-items:center}._standardFormField_493tz_1 ._formFieldWrapper_493tz_55 input{padding-right:.6rem}@media (max-width: 768px){._standardFormField_493tz_1 ._formFieldWrapper_493tz_55 input{padding-right:1.4rem}}._standardFormField_493tz_1 ._formFieldWrapper_493tz_55 ._copy_493tz_67{position:absolute;margin:0;border-radius:100%;padding:.03rem;right:.2758rem;z-index:1;fill:#fff;display:flex;cursor:pointer;width:.2242rem;height:.2822rem}._standardFormField_493tz_1 ._formFieldWrapper_493tz_55 ._copy_493tz_67 svg{width:100%;height:100%}@media (max-width: 768px){._standardFormField_493tz_1 ._formFieldWrapper_493tz_55 ._copy_493tz_67{right:.3726rem;width:.64rem;height:.81rem}}._setupPinPopupOverlay_lz9jm_1{display:unset!important;align-items:unset!important}._setupPinPopupOverlay_lz9jm_1 ._popupInnerContainer_lz9jm_5 ._setupPinPopup_lz9jm_1{width:5.81rem}@media (max-width: 768px){._setupPinPopupOverlay_lz9jm_1 ._popupInnerContainer_lz9jm_5 ._setupPinPopup_lz9jm_1{border-radius:.28rem;width:90.7%}}@media (max-width: 768px){._setupPinPopupOverlay_lz9jm_1 ._popupInnerContainer_lz9jm_5 ._setupPinPopupHeader_lz9jm_15{padding:.34rem}}._setupPinPopupOverlay_lz9jm_1 ._popupInnerContainer_lz9jm_5 ._setupPinPopupBody_lz9jm_19{padding:.2rem .44rem .35rem}@media (max-width: 768px){._setupPinPopupOverlay_lz9jm_1 ._popupInnerContainer_lz9jm_5 ._setupPinPopupBody_lz9jm_19{padding:.98rem}}._setupNoticeContainer_lz9jm_28{display:flex;align-items:center;margin:.2rem 0}._setupNoticeContainer_lz9jm_28 ._iconWarning_lz9jm_33{width:.2rem;height:.2rem;margin-right:.17rem;display:flex}._setupNoticeContainer_lz9jm_28 ._iconWarning_lz9jm_33 svg{width:.2rem;height:.2rem}@media (max-width: 768px){._setupNoticeContainer_lz9jm_28 ._iconWarning_lz9jm_33{width:.52rem;height:.52rem;margin-right:.4rem}._setupNoticeContainer_lz9jm_28 ._iconWarning_lz9jm_33 svg{width:.52rem;height:.52rem}}._setupNoticeContainer_lz9jm_28 span{color:#0071e3;cursor:pointer}._breakPoint_lz9jm_59{margin:.48rem -.15rem .38rem;border:.01rem solid rgba(142,142,142,.3)}@media (max-width: 768px){._breakPoint_lz9jm_59{margin:1.15rem 0}}._btnActionContainerSection_lz9jm_69{margin-top:.76rem}@media (max-width: 768px){._btnActionContainerSection_lz9jm_69{margin-top:2.19rem}}._btnActionContainer_lz9jm_69{display:grid;grid-template-columns:1.76rem 1.76rem;height:.48rem;gap:.19rem;justify-content:flex-end}._btnActionContainer_lz9jm_69 button{text-transform:uppercase}@media (max-width: 768px){._btnActionContainer_lz9jm_69{height:1.27rem;grid-template-columns:4.42rem 4.42rem;gap:.4rem}}._authOtpTabsSection_lz9jm_96{margin-bottom:.3695rem}@media (max-width: 768px){._authOtpTabsSection_lz9jm_96{margin-bottom:.92rem}}._formField_lz9jm_105{display:grid;gap:.06rem .12rem;margin-bottom:.24rem}@media (max-width: 768px){._formField_lz9jm_105{gap:.17rem .23rem;margin-bottom:.69rem}}._formField_lz9jm_105 input{background:#F2F2F2}._container_14s6l_1{border-bottom:.01rem solid #d9d9d9;display:flex;gap:.1rem;margin:.56rem .4rem 0;padding:0 .06rem .02rem}@media (max-width: 768px){._container_14s6l_1{gap:.2rem;margin:0 auto .5rem;padding:0 0 .04rem;width:10.84rem}}._container_14s6l_1 ._header_14s6l_16{background:#cdcdcd;border-radius:.1rem .1rem 0 0;display:flex;align-items:center;justify-content:center;height:.33rem;width:1.77rem;cursor:pointer}@media (max-width: 768px){._container_14s6l_1 ._header_14s6l_16{border-radius:.25rem .25rem 0 0;height:.99rem;width:5rem}}._container_14s6l_1 ._active_14s6l_33{background:#ff4e00;color:#fff}._container_18sl9_1{margin:.44rem .45rem 0}@media (max-width: 768px){._container_18sl9_1{width:10.84rem;margin:0 auto;padding:0 0 2.23rem}}@media (max-width: 768px){._container_18sl9_1 ._titleWrapper_18sl9_12{background:#f3f2f2;border-radius:.2rem;padding:.22rem .4rem}}._container_18sl9_1 ._title_18sl9_12{color:#2f2f2f;margin:0 0 .04rem}@media (max-width: 768px){._container_18sl9_1 ._title_18sl9_12{margin:0 0 .1rem}}._container_18sl9_1 ._subTitle_18sl9_27{color:#2f2f2f;font-size:.13rem}@media (max-width: 768px){._container_18sl9_1 ._subTitle_18sl9_27{font-size:.38rem}}._container_18sl9_1 ._notice_18sl9_36{display:flex;align-items:center;gap:.08rem;padding:0 .15rem}@media (max-width: 768px){._container_18sl9_1 ._notice_18sl9_36{gap:.15rem}}._container_18sl9_1 ._notice_18sl9_36 svg{height:.2rem;width:.2rem}@media (max-width: 768px){._container_18sl9_1 ._notice_18sl9_36 svg{height:.5rem;width:.5rem}}._container_18sl9_1 ._notice_18sl9_36 ._message_18sl9_57{color:red}._documentLevelContainer_18sl9_61{display:flex;flex-direction:column;gap:.2rem;margin:.3rem 0 .1rem}@media (max-width: 768px){._documentLevelContainer_18sl9_61{gap:.4rem;margin:.5rem 0}}._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61{display:grid;align-items:center;gap:.16rem;grid-template-areas:"details iconButton startButton";grid-template-columns:48% 3% 15%}@media (max-width: 1024px){._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61{grid-template-columns:42% 3% 15%}}@media (max-width: 768px){._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61{gap:.32rem;grid-template-areas:"details startButton iconButton";grid-template-columns:55% 30% 10%}}._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92{grid-area:details;border:.01rem solid #c9c9c9;border-radius:.08rem;display:flex;align-items:center;justify-content:space-between;height:.48rem;width:4.2rem;padding:0 .15rem}@media (max-width: 768px){._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92{background:#f2f2f2;border:0;border-radius:.2rem;height:1.2rem;width:auto;padding:0 .3rem}}._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92 ._textContainer_18sl9_113{display:flex;align-items:center;gap:.17rem}@media (max-width: 768px){._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92 ._textContainer_18sl9_113{gap:.3rem}}._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92 ._textContainer_18sl9_113 svg{height:.22rem;width:.3rem}@media (max-width: 768px){._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92 ._textContainer_18sl9_113 svg{height:.8rem;width:.8rem}}._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92 ._textContainer_18sl9_113 ._text_18sl9_113{color:#ff4e00;font-weight:700}._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92 ._statusContainer_18sl9_137{display:flex;align-items:center;gap:.1rem}._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92 ._statusContainer_18sl9_137 svg{height:.16rem;width:.16rem}@media (max-width: 768px){._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92 ._statusContainer_18sl9_137 svg{height:.5rem;width:.5rem}}._documentLevelContainer_18sl9_61 ._documentLevel_18sl9_61 ._levelDetails_18sl9_92 ._statusContainer_18sl9_137 ._text_18sl9_113{color:#252525}._iconButton_18sl9_156{grid-area:iconButton;border:0;background:transparent}._iconButton_18sl9_156 svg{height:.2rem;width:.2rem}@media (max-width: 768px){._iconButton_18sl9_156 svg{height:.5rem;width:.5rem}}._tooltipArrow_18sl9_172{fill:#d9d9d9;height:.14rem;width:.14rem}@media (max-width: 768px){._tooltipArrow_18sl9_172{height:.4rem;width:.4rem}}._tooltipContainer_18sl9_184{background:#d9d9d9;border-radius:.08rem;padding:.1rem .2rem}@media (max-width: 768px){._tooltipContainer_18sl9_184{padding:.4rem}}._tooltipContainer_18sl9_184 ._tooltipText_18sl9_194{width:3rem;color:#000}@media (max-width: 768px){._tooltipContainer_18sl9_184 ._tooltipText_18sl9_194{width:5rem}}._startButton_18sl9_204{grid-area:startButton;border:0;background:#ff4e00;border-radius:.06rem;color:#fff;display:flex;align-items:center;justify-content:center;height:.44rem;width:1.25rem;cursor:pointer}@media (max-width: 768px){._startButton_18sl9_204{border-radius:.15rem;height:1.2rem;width:100%}}._startButton_18sl9_204:disabled{opacity:.5;cursor:not-allowed}._errorPopup_18sl9_230 ._body_18sl9_230{background:#f2f1f1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem}@media (max-width: 768px){._errorPopup_18sl9_230 ._body_18sl9_230{gap:.4rem}}._errorPopup_18sl9_230 ._body_18sl9_230 button{border:0;background:#ff4e00;border-radius:.06rem;color:#fff;display:flex;align-items:center;justify-content:center;height:.44rem;width:1.25rem;cursor:pointer}@media (max-width: 768px){._errorPopup_18sl9_230 ._body_18sl9_230 button{border-radius:.15rem;height:1.2rem;width:100%}}._sumsubModalContainer_18sl9_263{min-width:6.89rem;min-height:3.96rem}._sumsubModalContainer_18sl9_263 ._modalCloseButton_18sl9_267{right:.1rem;top:.1rem;position:absolute;cursor:pointer;overflow:hidden;z-index:1}@media (max-width: 768px){._sumsubModalContainer_18sl9_263 ._modalCloseButton_18sl9_267{right:.2rem;top:.2rem}}._sumsubModalContainer_18sl9_263 ._modalCloseButton_18sl9_267 svg{height:.3rem;width:.3rem}@media (max-width: 768px){._sumsubModalContainer_18sl9_263 ._modalCloseButton_18sl9_267 svg{height:.6rem;width:.6rem}}._sumsubModalContainer_18sl9_263 ._modalContent_18sl9_291{border-radius:0;border:.01rem solid rgba(0,0,0,0);padding:.02rem;position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;outline:0}._sumsubModalContainer_18sl9_263 ._modalContent_18sl9_291 iframe{display:unset}._authOtpTabsContainer_olhhc_1{width:50%;margin-bottom:.24rem}._specialForYouContainer_1chd9_1{padding:.45rem .59rem 1rem .47rem;background:#fff}._specialForYouContainer_1chd9_1 ._tabList_1chd9_5{display:grid;grid-gap:.15rem;grid-template-columns:21% 21% 21%;padding:0 0 .03rem;margin:0 0 .3rem;border:.01rem #eee;border-style:none none solid;color:#fff}@media (max-width: 1024px){._specialForYouContainer_1chd9_1 ._tabList_1chd9_5{grid-template-columns:auto auto auto;grid-gap:.4rem;overflow:scroll}}._specialForYouContainer_1chd9_1 ._tabList_1chd9_5 ._tabHeader_1chd9_22{font-size:.14rem;align-items:center;background:#cdcdcd;border-radius:.1rem .1rem 0 0;display:flex;flex-direction:row;justify-content:center;height:.3rem;cursor:pointer}._specialForYouContainer_1chd9_1 ._tabList_1chd9_5 ._tabHeader_1chd9_22._active_1chd9_33{background:#ff4e00}@media (max-width: 1024px){._specialForYouContainer_1chd9_1 ._tabList_1chd9_5 ._tabHeader_1chd9_22{height:1.2rem;width:5rem;font-size:.34rem;border-radius:.3rem .3rem 0 0}}._specialForYouContainer_1chd9_1 ._noPromotionYet_1chd9_44{font-weight:700;display:flex;justify-content:center;padding:.6rem}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50{position:relative;border-radius:.1rem;background:#dedede}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._newIcon_1chd9_55{position:absolute;top:0;width:.55rem}@media (max-width: 1024px){._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._newIcon_1chd9_55{width:1rem}}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50:nth-child(2n){background:#f3f1f2}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._unclaimedDetailsContainer_1chd9_68{font-weight:700;height:.65rem;padding:.14rem .35rem;margin:.18rem 0;display:grid;grid-template-columns:80% auto;justify-content:space-between;align-items:center}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._unclaimedDetailsContainer_1chd9_68:hover{border:.01rem solid #FF4E00;border-radius:.1rem;cursor:pointer}@media (max-width: 1024px){._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._unclaimedDetailsContainer_1chd9_68{height:1.65rem;border-radius:.3rem;padding:.14rem .6rem}}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._unclaimedDetailsContainer_1chd9_68 ._unclaimedName_1chd9_90{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.16rem;color:#ff4e00;cursor:pointer;grid-row:1/span 1}@media (max-width: 1024px){._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._unclaimedDetailsContainer_1chd9_68 ._unclaimedName_1chd9_90{font-size:.4rem}}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._unclaimedDetailsContainer_1chd9_68 ._remainingTimeContainer_1chd9_105{font-size:.12rem;display:flex;grid-row:2/span 1}@media (max-width: 1024px){._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._unclaimedDetailsContainer_1chd9_68 ._remainingTimeContainer_1chd9_105{font-size:.28rem}}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._unclaimedDetailsContainer_1chd9_68 ._remainingTimeContainer_1chd9_105 ._remaningTime_1chd9_115{color:#4c4c4c}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 ._unclaimedDetailsContainer_1chd9_68 ._remainingTimeContainer_1chd9_105 ._remaningCountdown_1chd9_118{color:#ff4e00}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 button{width:1.19rem;height:.32rem;border-radius:.05rem;background:#ff4c00;color:#fff;border:none;cursor:pointer}@media (max-width: 1024px){._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 button{width:2rem;height:1rem;border-radius:.25rem}}._specialForYouContainer_1chd9_1 ._unclaimedContainer_1chd9_50 button:disabled{background:#ffa67f;cursor:not-allowed}._specialForYouContainer_1chd9_1 ._paginationContainer_1chd9_141{display:flex;justify-content:space-between;color:#939393;font-size:.14rem}@media (max-width: 1024px){._specialForYouContainer_1chd9_1 ._paginationContainer_1chd9_141{font-size:.35rem}}._specialForYouContainer_1chd9_1 ._paginationContainer_1chd9_141 ._paginationPage_1chd9_152 button{padding:.08rem .1rem;background:transparent;font-size:.14rem;border:.01rem solid rgba(0,0,0,.25);cursor:pointer}@media (max-width: 1024px){._specialForYouContainer_1chd9_1 ._paginationContainer_1chd9_141 ._paginationPage_1chd9_152 button{font-size:.35rem}}._promosDetailPopup_1chd9_165 ._popup_1chd9_165{max-width:90%;max-height:90%;top:50%;transform:translate(-50%,-50%)}._promosDetailPopup_1chd9_165 ._popupHeader_1chd9_171{background:#ff4e00}._promosDetailPopup_1chd9_165 ._popupHeader_1chd9_171 ._popupHeaderRight_1chd9_174 svg{fill:#ff4e00}._promosDetailPopup_1chd9_165 ._promo_1chd9_165{width:100%}._promosDetailPopup_1chd9_165 ._promo_1chd9_165 ._promoTitle_1chd9_180{color:#2f2f2f}._promosDetailPopup_1chd9_165 ._promo_1chd9_165 ._promoInput_1chd9_183{background:#f2f2f2;border-radius:.09rem;height:.4rem;align-items:center;display:flex;padding:0 .22rem;color:#2f2f2f}@media (max-width: 1024px){._promosDetailPopup_1chd9_165 ._promo_1chd9_165 ._promoInput_1chd9_183{height:.7rem}}@media (max-width: 768px){._promosDetailPopup_1chd9_165 ._promo_1chd9_165 ._promoInput_1chd9_183{height:1rem;border-radius:.2rem}}._promosDetailPopup_1chd9_165 ._promo_1chd9_165 ._promoInput_1chd9_183 span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:pre-line;text-decoration:none}._promosDetailPopup_1chd9_165 ._buttonContainer_1chd9_211{gap:.2rem}@media (max-width: 1024px){._promosDetailPopup_1chd9_165 ._buttonContainer_1chd9_211{display:grid;grid-template-columns:49% 49%}}._promosDetailPopup_1chd9_165 ._buttonContainer_1chd9_211 ._submitButton_1chd9_220{background:#ff4e00!important}@media (max-width: 1024px){._promosDetailPopup_1chd9_165 ._buttonContainer_1chd9_211 ._submitButton_1chd9_220{cursor:pointer;height:1.27rem;border-radius:.13rem;border-style:none;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center}}._promosDetailPopup_1chd9_165 ._buttonContainer_1chd9_211 ._cancelButton_1chd9_236{background:#cdcdcd}@media (max-width: 1024px){._promosDetailPopup_1chd9_165 ._buttonContainer_1chd9_211 ._cancelButton_1chd9_236{cursor:pointer;height:1.27rem;border-radius:.13rem;border-style:none;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center}}._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252{min-height:.75rem;width:100%;display:grid;font-size:.2rem;color:#787878;background:#fff;padding:.4rem .3rem;overflow-y:scroll}@media (max-width: 1024px){._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252{font-size:.4rem;padding:.4rem .5rem}}._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContent_1chd9_252{padding:0 .65rem .4rem;display:grid;row-gap:.2rem}._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContent_1chd9_252 ._popupContentDetails_1chd9_273{display:grid;grid-template-columns:35% 20% 30%}._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContentProvider_1chd9_277{display:grid;grid-template-columns:45% auto;border-radius:.1rem;background:#e5e5e5;padding:.2rem .35rem;color:#2f2f2f}._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContentProvider_1chd9_277 ._productTitle_1chd9_285,._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContentProvider_1chd9_277 ._providerTitle_1chd9_286{border-bottom:.01rem solid;display:flex;align-items:center;font-weight:700}@media (max-width: 1024px){._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContentProvider_1chd9_277 ._productTitle_1chd9_285,._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContentProvider_1chd9_277 ._providerTitle_1chd9_286{border-bottom:0}}._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContentProvider_1chd9_277 ._productContent_1chd9_298,._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContentProvider_1chd9_277 ._providerContent_1chd9_299{display:grid;padding:.1rem 0}@media (max-width: 1024px){._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContentProvider_1chd9_277{display:flex;flex-direction:column}._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._popupContentProvider_1chd9_277 ._providerContentContainer_1chd9_308{border-bottom:.01rem solid;padding:.3rem 0}}._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._tncText_1chd9_313{font-size:.12rem}@media (max-width: 1024px){._promosDetailPopup_1chd9_165 ._popupContentBody_1chd9_252 ._tncText_1chd9_313{font-size:.24rem}}._promosDetailPopup_11tox_1 ._popup_11tox_1{max-width:90%;max-height:90%;top:50%;transform:translate(-50%,-50%)}._promosDetailPopup_11tox_1 ._popupHeader_11tox_7{background:#ff4e00}._promosDetailPopup_11tox_1 ._popupHeader_11tox_7 ._popupHeaderRight_11tox_10 svg{fill:#ff4e00}._promosDetailPopup_11tox_1 ._promo_11tox_1{width:100%}._promosDetailPopup_11tox_1 ._promo_11tox_1 ._promoTitle_11tox_16{color:#2f2f2f}._promosDetailPopup_11tox_1 ._promo_11tox_1 ._promoInput_11tox_19{background:#f2f2f2;border-radius:.09rem;height:.4rem;align-items:center;display:flex;padding:0 .22rem;color:#2f2f2f}@media (max-width: 1024px){._promosDetailPopup_11tox_1 ._promo_11tox_1 ._promoInput_11tox_19{height:1.27rem;border-radius:.29rem}}@media (max-width: 768px){._promosDetailPopup_11tox_1 ._promo_11tox_1 ._promoInput_11tox_19{height:1rem;border-radius:.2rem}}._promosDetailPopup_11tox_1 ._promo_11tox_1 ._promoInput_11tox_19 span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:pre-line;text-decoration:none}._promosDetailPopup_11tox_1 ._buttonContainer_11tox_48{gap:.2rem}@media (max-width: 768px){._promosDetailPopup_11tox_1 ._buttonContainer_11tox_48{display:grid;grid-template-columns:49% 49%}}._promosDetailPopup_11tox_1 ._buttonContainer_11tox_48 ._submitButton_11tox_57{background:#ff4e00!important}@media (max-width: 1024px){._promosDetailPopup_11tox_1 ._buttonContainer_11tox_48 ._submitButton_11tox_57{cursor:pointer;height:1.27rem;border-radius:.13rem;border-style:none;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center;width:100%;font-size:.4rem}}._promosDetailPopup_11tox_1 ._buttonContainer_11tox_48 ._cancelButton_11tox_75{background:#cdcdcd}@media (max-width: 1024px){._promosDetailPopup_11tox_1 ._buttonContainer_11tox_48 ._cancelButton_11tox_75{cursor:pointer;height:1.27rem;border-radius:.13rem;border-style:none;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center;width:100%;font-size:.4rem}}._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93{min-height:.75rem;width:100%;display:grid;font-size:.2rem;color:#787878;background:#fff;padding:.4rem .3rem;overflow-y:scroll}@media (max-width: 768px){._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93{font-size:.4rem;padding:.4rem .5rem}}._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContent_11tox_93{padding:0 .65rem .4rem;display:grid;row-gap:.2rem}._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContent_11tox_93 ._popupContentDetails_11tox_114{display:grid;grid-template-columns:35% 20% 30%}._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContentProvider_11tox_118{display:grid;grid-template-columns:45% auto;border-radius:.1rem;background:#e5e5e5;padding:.2rem .35rem;color:#2f2f2f}._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContentProvider_11tox_118 ._productTitle_11tox_126,._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContentProvider_11tox_118 ._providerTitle_11tox_127{border-bottom:.01rem solid;display:flex;align-items:center;font-weight:700}@media (max-width: 768px){._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContentProvider_11tox_118 ._productTitle_11tox_126,._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContentProvider_11tox_118 ._providerTitle_11tox_127{border-bottom:0}}._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContentProvider_11tox_118 ._productContent_11tox_139,._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContentProvider_11tox_118 ._providerContent_11tox_140{display:grid;padding:.1rem 0}@media (max-width: 768px){._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContentProvider_11tox_118{display:flex;flex-direction:column}._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._popupContentProvider_11tox_118 ._providerContentContainer_11tox_149{border-bottom:.01rem solid;padding:.3rem 0}}._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._tncText_11tox_154{font-size:.12rem}@media (max-width: 768px){._promosDetailPopup_11tox_1 ._popupContentBody_11tox_93 ._tncText_11tox_154{font-size:.24rem}}._userVerifications_1bp4h_1{background:#D9D9D9;border-radius:.05rem;padding:.12rem .14rem .16rem}@media (max-width: 768px){._userVerifications_1bp4h_1{display:grid;grid-template-columns:35% auto;align-items:center;padding:.3rem .5rem;gap:.4rem}}._verificationIcons_1bp4h_16{display:flex}._verifyIcon_1bp4h_20{height:.39rem;width:.39rem;background:#ABABAB;border-radius:50%;display:flex;padding:.06rem;margin-right:.05rem;cursor:pointer}._verifyIcon_1bp4h_20:last-child{margin-right:0}._verifyIcon_1bp4h_20._active_1bp4h_33{background:#FF4E00}._verifyIcon_1bp4h_20 svg{width:100%;height:100%}@media (max-width: 768px){._verifyIcon_1bp4h_20{width:1rem;height:1rem;padding:.15rem;margin-right:.4rem}}
