:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:1;opacity:.7;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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._chooseWalletModal_1rptu_1{background:#fff;border-radius:24px;padding:24px;width:100%;box-shadow:0 2px 16px #00000014;position:relative}@media(max-width:600px){._chooseWalletModal_1rptu_1{border-radius:16px;padding:16px}}._chooseWalletModal_1rptu_1 hr{border:none;border-top:1px solid rgba(0,0,0,.06);margin:16px 0}._title_1rptu_21{color:#141414;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.3}@media(max-width:600px){._title_1rptu_21{font-size:18px}}._content_1rptu_34{color:#141414;margin-top:24px}._header_1rptu_39{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.06)}@media(max-width:600px){._header_1rptu_39{padding-bottom:12px}}._walletsList_1rptu_52{display:grid;grid-template-columns:repeat(2,1fr);list-style:none;gap:12px;padding:0;margin:0}@media(max-width:600px){._walletsList_1rptu_52{gap:10px}}@media(max-width:385px){._walletsList_1rptu_52{grid-template-columns:1fr}}._walletsList__wallet_1rptu_70{all:unset;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:14px 16px;cursor:pointer;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.06);transition:all .2s cubic-bezier(.4,0,.2,1);width:100%;box-sizing:border-box}@media(max-width:600px){._walletsList__wallet_1rptu_70{padding:12px 14px;gap:10px;border-radius:12px}}._walletsList__wallet_1rptu_70:hover{background:#f5f7f9;border-color:#0000001f;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}@media(max-width:600px){._walletsList__wallet_1rptu_70:hover{transform:none;box-shadow:0 2px 8px #0000000f}}._walletsList__wallet_1rptu_70:active{transform:translateY(0);box-shadow:0 2px 6px #00000014}@media(max-width:600px){._walletsList__wallet_1rptu_70:active{background:#e8ecf0}}._walletsList__wallet_1rptu_70>span{font-size:15px;font-weight:600;color:#141414;letter-spacing:-.01em}@media(max-width:600px){._walletsList__wallet_1rptu_70>span{font-size:14px}}._walletsList_1rptu_52>li{display:flex;margin:0;padding:0}._walletsList_1rptu_52>li>button{all:unset;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:14px 16px;cursor:pointer;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.06);transition:all .2s cubic-bezier(.4,0,.2,1);width:100%;box-sizing:border-box}@media(max-width:600px){._walletsList_1rptu_52>li>button{padding:12px 14px;gap:10px;border-radius:12px}}._walletsList_1rptu_52>li>button:hover{background:#f5f7f9;border-color:#0000001f;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}@media(max-width:600px){._walletsList_1rptu_52>li>button:hover{transform:none;box-shadow:0 2px 8px #0000000f}}._walletsList_1rptu_52>li>button:active{transform:translateY(0);box-shadow:0 2px 6px #00000014}@media(max-width:600px){._walletsList_1rptu_52>li>button:active{background:#e8ecf0}}._walletsList__icon_1rptu_172,._walletsList_1rptu_52>li>button>img{width:48px;height:48px;border-radius:12px;flex-shrink:0}@media(max-width:600px){._walletsList__icon_1rptu_172,._walletsList_1rptu_52>li>button>img{width:40px;height:40px;border-radius:10px}}._walletsList__label_1rptu_187,._walletsList_1rptu_52>li>button>span{font-size:15px;font-weight:600;color:#141414;letter-spacing:-.01em}@media(max-width:600px){._walletsList__label_1rptu_187,._walletsList_1rptu_52>li>button>span{font-size:14px}}._walletLogo_1rptu_201{width:48px;height:48px;border-radius:12px;flex-shrink:0}@media(max-width:600px){._walletLogo_1rptu_201{width:40px;height:40px;border-radius:10px}}._qrCodeContainer_1rptu_215{display:flex;flex-direction:column;align-items:center;padding:20px 0}@media(max-width:600px){._qrCodeContainer_1rptu_215{padding:12px 0}}._qrCodeWrapper_1rptu_227{background:#fff;padding:16px;border-radius:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a;margin-bottom:20px}@media(max-width:600px){._qrCodeWrapper_1rptu_227{padding:12px;border-radius:16px;margin-bottom:16px}}._qrCodeWrapper_1rptu_227 canvas{display:block;border-radius:12px}@media(max-width:600px){._qrCodeWrapper_1rptu_227 canvas{width:220px!important;height:220px!important}}._qrCodeInstructions_1rptu_253{font-size:14px;color:#666;text-align:center;margin:0;line-height:1.5;max-width:280px}@media(max-width:600px){._qrCodeInstructions_1rptu_253{font-size:13px;max-width:240px}}._loadingText_1rptu_268{font-size:16px;font-weight:600;color:#141414;margin:0}@media(max-width:600px){._loadingText_1rptu_268{font-size:14px}}._timerText_1rptu_280{font-size:14px;font-weight:500;color:#999;margin:0 0 12px;font-variant-numeric:tabular-nums}@media(max-width:600px){._timerText_1rptu_280{font-size:13px}}._timerDescription_1rptu_293{font-size:13px;font-weight:400;color:#999;margin:0 0 8px}@media(max-width:600px){._timerDescription_1rptu_293{font-size:12px}}._main_jekqk_1{background-color:#000}._overlay_ok102_1{display:none}@media(max-width:768px){._overlay_ok102_1{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;display:block;animation:_fadeIn_ok102_1 .3s ease}}@keyframes _fadeIn_ok102_1{0%{opacity:0}to{opacity:1}}@keyframes _slideInRight_ok102_1{0%{transform:translate(-210%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _slideUpMobile_ok102_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._dropdown_ok102_45{position:fixed;top:70px;right:16px;background:#1a1a1a;border:1px solid #2d2d2d;border-radius:12px;width:420px;max-width:calc(100vw - 32px);max-height:calc(100vh - 100px);display:flex;flex-direction:column;z-index:1000;box-shadow:0 8px 32px #0006;animation:_slideInRight_ok102_1 .4s cubic-bezier(.25,.1,.25,1)}@media(max-width:920px){._dropdown_ok102_45{width:360px}}@media(max-width:768px){._dropdown_ok102_45{inset:auto 0 0;width:100%;max-width:100%;max-height:90vh;border-radius:20px 20px 0 0;animation:_slideUpMobile_ok102_1 .4s cubic-bezier(.36,.66,.04,1)}}._header_ok102_80{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #2d2d2d;flex-shrink:0}@media(max-width:768px){._header_ok102_80{padding:20px}}._title_ok102_94{color:#fff;font-size:20px;font-weight:600;margin:0}@media(max-width:768px){._title_ok102_94{font-size:18px}}._closeButton_ok102_106{width:36px;height:36px;border-radius:50%;background-color:transparent;border:1px solid #2d2d2d;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}._closeButton_ok102_106:hover{background:#ffffff1a;border-color:#404040}._closeButton_ok102_106:active{transform:scale(.95)}._closeIcon_ok102_126{color:#fff;width:18px;height:18px}._wrapper_ok102_132{width:100%;overflow:hidden auto;flex:1}@media(max-width:768px){._wrapper_ok102_132{height:100%;max-height:110vh;padding:0 8px}}@media(max-width:576px){._wrapper_ok102_132{padding:0}}._mobileContent_ok102_150{padding:24px}@media(max-width:768px){._mobileContent_ok102_150{padding:20px!important}}._burger_ok102_159{padding:0}._placeholder_ok102_163{color:#888;font-size:16px;text-align:center;margin:20px 0}._header_doimd_1{background-color:#000!important}._settingsIconButton_doimd_5{background:transparent;border:none;padding:0;cursor:pointer;transition:transform .2s ease}._settingsIconButton_doimd_5:hover{transform:scale(1.05)}._settingsIconButton_doimd_5:active{transform:scale(.95)}._iconWrapper_doimd_19{width:40px;height:40px;border-radius:50%;background-color:transparent;border:1px solid #2d2d2d;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._settingsIconButton_doimd_5:hover ._iconWrapper_doimd_19{background:#ffffff1a;border-color:#404040}@media(max-width:576px){._iconWrapper_doimd_19{width:35px;height:35px}}._settingsIcon_doimd_5{color:#fff;width:24px;height:24px}@media(max-width:576px){._settingsIcon_doimd_5{width:35px;height:35px;width:20px;height:20px}}._logoIcon_doimd_55{color:#fff;width:32px;height:32px}@media(max-width:576px){._logoIcon_doimd_55{width:21px;height:24px}}._logoText_doimd_67{color:#fff;margin-left:10px}._logoWrapper_doimd_72{display:flex;align-items:center}._toolbar_doimd_77{justify-content:space-between;height:80px}@media(max-width:768px){._toolbar_doimd_77{height:68px}}@media(max-width:576px){._toolbar_doimd_77{height:56px}}._footer_1scap_1{background-color:#191919;width:100%;padding:60px 40px 30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:auto}._footer__container_1scap_8{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:40px}._footer__social_1scap_16{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}._footer__socialLink_1scap_23{text-decoration:none;transition:transform .3s ease,opacity .3s ease}._footer__socialLink_1scap_23:hover{transform:translateY(-4px);opacity:.8}._footer__socialLink_1scap_23:active{transform:translateY(-2px)}._footer__socialIcon_1scap_34{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative}._footer__socialIcon_1scap_34:hover{background:#00ffc233;border-color:#00ffc2;box-shadow:0 0 20px #00ffc24d}._footer__socialIconSvg_1scap_52{width:24px;height:24px;color:#fff;transition:color .3s ease}._footer__copy_1scap_58{text-align:center;color:#fff9;font-size:14px;line-height:1.5;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);width:100%}._footer__copy_1scap_58 p{margin:0}@media(max-width:768px){._footer_1scap_1{padding:40px 20px 20px}._footer__container_1scap_8{gap:30px}._footer__social_1scap_16{gap:16px}._footer__socialIcon_1scap_34{width:48px;height:48px}._footer__socialIconSvg_1scap_52{width:20px;height:20px}._footer__copy_1scap_58{font-size:12px}}._main_qvrj8_1{width:100%;padding:80px;position:relative;overflow:hidden;background:url(icons/aml-checker-bg.svg) no-repeat;background-size:cover}._main_qvrj8_1:before{content:"";position:absolute;top:102px;right:-125px;width:672px;height:672px;background:#6270a4cc;opacity:.3;filter:blur(45px);transform:rotate(-39deg);z-index:1}._main_qvrj8_1:after{content:"";position:absolute;width:370px;height:370px;right:350px;top:123.13px;background:#cdefc1;border-radius:200px;filter:blur(200px);transform:rotate(-39deg);z-index:1}@media(max-width:1440px){._main_qvrj8_1{padding:40px 80px}}@media(max-width:768px){._main_qvrj8_1{padding:32px}}@media(max-width:576px){._main_qvrj8_1{padding:32px 16px}}._content_qvrj8_51{max-width:1280px;margin:0 auto;display:flex;gap:100px;align-items:center;position:relative;z-index:2}@media(max-width:920px){._content_qvrj8_51{flex-direction:column;gap:56px}}@media(max-width:576px){._content_qvrj8_51{gap:40px}}._leftSection_qvrj8_72{flex:1.2;color:#fff}@media(max-width:920px){._leftSection_qvrj8_72{width:100%}}._title_qvrj8_82{font-size:60px;font-weight:700;line-height:1.2;margin:0 0 24px;color:#fff}@media(max-width:768px){._title_qvrj8_82{font-size:48px}}@media(max-width:576px){._title_qvrj8_82{font-size:32px;margin:0 0 16px}}._subtitle_qvrj8_101{font-size:24px;color:#aaa;margin:0;line-height:1.5}@media(max-width:768px){._subtitle_qvrj8_101{font-size:20px}}@media(max-width:576px){._subtitle_qvrj8_101{font-size:16px}}._rightSection_qvrj8_118{flex:1}@media(max-width:920px){._rightSection_qvrj8_118{width:100%}}._formCard_qvrj8_127{background:#1a1a1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:32px;border:1px solid #2d2d2d;transition:.5s ease}._formCard_qvrj8_127:hover{border:1px solid #a1a1a1}@media(max-width:920px){._formCard_qvrj8_127{max-width:100%;width:100%}}@media(max-width:576px){._formCard_qvrj8_127{padding:24px 16px}}._tabs_qvrj8_150{display:flex;gap:30px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}._tab_qvrj8_150{background:none;border:none;color:#888;font-size:16px;font-weight:600;padding:0 0 16px;cursor:pointer;position:relative;transition:color .3s ease}._tab_qvrj8_150._activeTab_qvrj8_168{color:#fff}._tab_qvrj8_150._activeTab_qvrj8_168:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;border-top-left-radius:4px;border-top-right-radius:4px;background:#fff}._tab_qvrj8_150:hover{color:#aaa}._formFields_qvrj8_186{display:flex;flex-direction:column;gap:26px}._select_qvrj8_192{display:flex;align-items:center;gap:12px;background:#14141499;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px 20px;color:#fff;cursor:pointer;transition:all .3s ease}._select_qvrj8_192:hover{border-color:#fff3;background:#19191999}._coinIcon_qvrj8_209{width:24px;height:24px;border-radius:50%;background:#26a17b;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;font-weight:700}._networkSub_qvrj8_222{color:#888;margin-left:auto}._arrow_qvrj8_227{color:#666;font-size:12px;margin-left:auto}._input_qvrj8_233{background:#14141499;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px 20px;color:#fff;font-size:16px;transition:all .3s ease}._input_qvrj8_233::placeholder{color:#666}._input_qvrj8_233:focus{outline:none;border-color:#ffffff4d;background:#19191999}._submitButton_qvrj8_251{width:100%;background:#fff;border:none;border-radius:16px;padding:18px;color:#000;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:16px}._submitButton_qvrj8_251:hover{background:#ffffffe6}._submitButton_qvrj8_251:active{transform:scale(.98)}._checksRemaining_qvrj8_271{text-align:center;color:#666;font-size:14px;margin:16px 0 0}._selectItem_qvrj8_278{display:flex;align-items:center;gap:12px}._networkItem_qvrj8_284{display:flex;flex-direction:column;gap:2px}._coinTitle_qvrj8_290{color:#fff}._networkName_qvrj8_294{color:#fff;font-size:16px;font-weight:400}._networkSubtitle_qvrj8_300{color:#b1b1b1;font-size:14px;font-weight:400}._riskSection_qvrj8_306{max-width:1280px;margin:160px auto 0;display:flex;gap:21px;align-items:flex-start;padding:56px;position:relative;z-index:2;background-image:url(icons/risks-bg.svg);background-size:cover;background-repeat:no-repeat;border-radius:20px}@media(max-width:920px){._riskSection_qvrj8_306{flex-direction:column;margin:80px auto 0;padding:40px}}@media(max-width:576px){._riskSection_qvrj8_306{margin:56px auto 0;padding:24px 16px}}._riskLeft_qvrj8_334{flex:1}@media(max-width:920px){._riskLeft_qvrj8_334{width:100%}}._riskTitle_qvrj8_343{font-size:48px;font-weight:700;color:#fff;margin:0;line-height:1.2}@media(max-width:768px){._riskTitle_qvrj8_343{font-size:36px}}@media(max-width:576px){._riskTitle_qvrj8_343{font-size:28px}}._riskRight_qvrj8_361{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:920px){._riskRight_qvrj8_361{width:100%;grid-template-columns:1fr}}._riskCard_qvrj8_374{width:100%;max-width:330px;padding:24px;background:#1a1a1a;border:1px solid #2d2d2d;border-radius:20px;display:flex;flex-direction:column}@media(max-width:920px){._riskCard_qvrj8_374{max-width:100%}}._riskIcon_qvrj8_390{width:50px;height:50px;background:#343434;border-radius:100%;display:flex;align-items:center;justify-content:center;color:#fff}._riskIcon_qvrj8_390 svg{width:24px;height:24px}._riskCardTitle_qvrj8_405{font-size:24px;font-weight:600;color:#fff;margin-top:48px;line-height:34px}@media(max-width:576px){._riskCardTitle_qvrj8_405{font-size:20px;line-height:28px;margin-top:32px}}._riskCardText_qvrj8_420{font-size:18px;color:#fff;margin-top:12px;line-height:24px}@media(max-width:576px){._riskCardText_qvrj8_420{font-size:16px;line-height:22px}}._selectedIcon_qvrj8_433{width:24px;height:24px;margin-right:7px;margin-left:7px;display:flex;align-items:center;justify-content:center}._networkPrefix_qvrj8_443{margin-left:7px}._field_1xyrd_1{display:flex;flex-direction:column;gap:8px}._label_1xyrd_7{color:#fff;font-size:14px;font-weight:500}._autocomplete_1xyrd_13{width:100%}._autocomplete_1xyrd_13 .MuiOutlinedInput-root{background:transparent;border:1px solid #2d2d2d;border-radius:10px;padding:12px 16px;color:#fff;transition:all .3s ease}._autocomplete_1xyrd_13 .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:none}._autocomplete_1xyrd_13 .MuiOutlinedInput-root:hover{background:#1a1a1a;border-color:#2d2d2d}._autocomplete_1xyrd_13 .MuiOutlinedInput-root.Mui-focused{border-color:#fff}._autocomplete_1xyrd_13 .MuiAutocomplete-endAdornment .MuiSvgIcon-root{color:#b1b1b1;transition:transform .4s ease}._autocomplete_1xyrd_13 .MuiAutocomplete-popupIndicatorOpen .MuiSvgIcon-root{transform:rotate(180deg)}._autocomplete_1xyrd_13 .MuiAutocomplete-input{color:#fff!important;padding:0!important;cursor:pointer}._autocomplete_1xyrd_13 .MuiAutocomplete-input::placeholder{color:#888;opacity:1}._autocompletePaper_1xyrd_51{background:#2c2c2c!important;border:1px solid #3c3c3c!important;border-radius:10px!important;margin-top:8px;box-shadow:0 4px 20px #0000004d!important}._autocompletePaper_1xyrd_51 .MuiAutocomplete-listbox{padding:0;max-height:224px}._autocompletePaper_1xyrd_51 .MuiAutocomplete-listbox .MuiAutocomplete-option{padding:12px 16px;transition:background-color .3s ease}._autocompletePaper_1xyrd_51 .MuiAutocomplete-listbox .MuiAutocomplete-option:hover,._autocompletePaper_1xyrd_51 .MuiAutocomplete-listbox .MuiAutocomplete-option:active,._autocompletePaper_1xyrd_51 .MuiAutocomplete-listbox .MuiAutocomplete-option.Mui-focused,._autocompletePaper_1xyrd_51 .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=true]{background:#333!important}._autocompletePaper_1xyrd_51 .MuiAutocomplete-noOptions{color:#888;padding:16px}._main_1efzt_1{padding:80px 19%;display:flex;flex-direction:column;align-items:center;background-image:url(img/aml-risks-bg.png);background-size:auto 100%;background-position:50%;background-repeat:no-repeat}@media(max-width:1440px){._main_1efzt_1{padding:40px 10%}}@media(max-width:576px){._main_1efzt_1{padding:32px 40px;background-image:url(img/aml-risks-bg-mobile.png);background-size:cover}}._title_1efzt_24{max-width:586px;text-align:center;font-weight:700;font-size:48px;line-height:60px;color:#fff}@media(max-width:768px){._title_1efzt_24{font-size:44px;line-height:56px}}@media(max-width:576px){._title_1efzt_24{font-weight:600;font-size:22px;line-height:32px}}._subtitle_1efzt_46{margin-top:24px;text-align:center;font-weight:400;font-size:24px;line-height:32px;color:#fff}@media(max-width:576px){._subtitle_1efzt_46{font-size:14px;line-height:20px}}._risksList_1efzt_61{margin-top:40px;margin-bottom:40px;max-width:900px;list-style-type:none;padding:0;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}._risksList_1efzt_61 li{padding:8px 16px;display:flex;align-items:center;gap:8px;background:#1a1a1a;border-radius:41.63px;border:1px solid #2d2d2d;font-weight:400;font-size:18px;line-height:24px;color:#fff}@media(max-width:576px){._risksList_1efzt_61 li{font-size:14px;line-height:20px}}._riskIcon_1efzt_92{width:14px;height:14px;flex-shrink:0}._startButton_1qz8p_1{padding:16px 47.5px;background:#fff;border:none;border-radius:10px;font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#0a0a0a;cursor:pointer;transition:background .2s}._startButton_1qz8p_1:hover{background:#ffffffe6}@media(max-width:576px){._startButton_1qz8p_1{max-width:298px;width:100%}}._main_blnfv_1{max-width:1280px;width:100%;margin:0 auto;padding:0 80px;display:flex;justify-content:space-between;align-items:center;gap:60px;box-sizing:border-box}@media(max-width:1024px){._main_blnfv_1{padding:0 40px;gap:40px}}@media(max-width:920px){._main_blnfv_1{flex-direction:column;gap:40px}}@media(max-width:768px){._main_blnfv_1{padding:40px 32px}}@media(max-width:576px){._main_blnfv_1{padding:32px 16px;gap:24px}}._info_blnfv_36{flex:1;max-width:531px;min-width:0}@media(max-width:920px){._info_blnfv_36{width:100%;max-width:100%}}._title_blnfv_48{font-weight:700;font-size:48px;line-height:60px;color:#fff;margin:0 0 24px}@media(max-width:576px){._title_blnfv_48{font-weight:600;font-size:22px;line-height:32px;text-align:center}}._description_blnfv_64{font-weight:400;font-size:18px;line-height:24px;color:#fff;margin:0 0 56px}@media(max-width:576px){._description_blnfv_64{display:none}}._banner_blnfv_77{flex:1;max-width:645px;min-width:0;padding:40px;aspect-ratio:645/315;border-radius:20px;background-image:url(icons/risk-score-bg.svg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px;box-sizing:border-box}@media(max-width:920px){._banner_blnfv_77{width:100%;max-width:100%}}@media(max-width:768px){._banner_blnfv_77{padding:24px}}@media(max-width:576px){._banner_blnfv_77{padding:20px;gap:12px}}._banner_blnfv_77 img{flex:1;min-width:0;max-width:100%;height:auto;object-fit:contain}._bannerText_blnfv_120{display:flex;justify-content:flex-start;gap:20px;flex-direction:column;flex-shrink:0;min-width:0}._logoWrapper_blnfv_129{display:flex;align-items:center}._logoText_blnfv_134{color:#fff;margin-left:7px}._riskText_blnfv_139{font-weight:700;font-size:42px;line-height:52px;color:#ee404f}@media(max-width:920px){._riskText_blnfv_139{font-size:30px}}@media(max-width:768px){._riskText_blnfv_139{font-size:24px;line-height:32px}}@media(max-width:425px){._riskText_blnfv_139{font-size:18px;line-height:24px}}@media(max-width:576px){._buttons_blnfv_164{display:none}}._logoIcon_blnfv_169{color:#fff;width:24px;height:22px}@media(max-width:576px){._logoIcon_blnfv_169{width:21px;height:24px}}._main_1n71n_1{margin:160px auto 0;position:relative;max-width:1280px;padding:60px 185px;background-color:#1a1a1a;background-image:url(icons/history-container-bg.svg);background-size:cover;background-repeat:no-repeat;border:1px solid #2d2d2d;border-radius:20px;overflow:hidden}@media(max-width:1440px){._main_1n71n_1{margin:80px 80px 40px;padding:32px}}@media(max-width:768px){._main_1n71n_1{margin:32px}}@media(max-width:576px){._main_1n71n_1{margin:32px 16px;padding:24px;background-image:url(icons/history-container-bg-tabletS.svg);background-size:130%;background-position:50%}}._title_1n71n_35{text-align:center;font-weight:700;font-size:48px;line-height:60px;color:#fff}@media(max-width:768px){._title_1n71n_35{font-size:44px;line-height:56px}}@media(max-width:576px){._title_1n71n_35{font-weight:600;font-size:22px;line-height:32px}}._description_1n71n_56{margin-top:24px;text-align:center;font-weight:400;font-size:24px;line-height:32px;color:#fff}@media(max-width:768px){._description_1n71n_56{font-size:22px;line-height:32px}}@media(max-width:576px){._description_1n71n_56{font-size:14px;line-height:20px}}._tableWrapper_1n71n_77{margin-top:32px;width:100%;padding:28px 30px;background:#0a0a0a;border-radius:14.41px}@media(max-width:768px){._tableWrapper_1n71n_77{background:transparent;padding:0}}._tableHeader_1n71n_91{margin-bottom:17.29px;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:17.29px;line-height:23.05px;color:#fff}@media(max-width:768px){._tableHeader_1n71n_91{margin-bottom:12.15px;font-size:12.15px;line-height:16.2px}}@media(max-width:576px){._tableHeader_1n71n_91{margin-bottom:21.52px;font-size:19.73px;line-height:28.69px}}._tableButton_1n71n_116{display:flex;align-items:center;gap:4px;background:none;border:none;font-weight:500;font-size:11.53px;line-height:17.29px;color:#b1b1b1;text-decoration:none;cursor:default}@media(max-width:768px){._tableButton_1n71n_116{font-size:8.1px;line-height:12.15px}}@media(max-width:576px){._tableButton_1n71n_116{font-size:14.35px;line-height:21.52px}}._arrowIcon_1n71n_142{transform:rotate(-90deg) scale(.8);color:#b1b1b1}._historyTable_1n71n_147{width:100%;table-layout:auto;background:#191919;border-radius:10px;border-spacing:0;border-collapse:separate}@media(max-width:576px){._historyTable_1n71n_147{table-layout:auto}}._historyTable_1n71n_147 thead{padding:14px 20px;text-align:left;vertical-align:middle;background:transparent;color:#b1b1b1;transition:all .3s ease}._historyTable_1n71n_147 thead th{padding:10.08px 14.41px;font-size:10.08px;line-height:14.41px;color:#888;border-top:.72px solid #2d2d2d;border-bottom:1px solid #2d2d2d}._historyTable_1n71n_147 thead th span{display:none}._historyTable_1n71n_147 thead th:first-child{border-top-left-radius:10px;border:solid #2d2d2d;border-width:.72px .72px 1px;border-right:0}._historyTable_1n71n_147 thead th:last-child{border-top-right-radius:10px;border:solid #2d2d2d;border-width:.72px .72px 1px;border-left:0}@media(max-width:768px){._historyTable_1n71n_147 thead th{padding:7.09px 10.13px;font-size:7.09px;line-height:10.13px}._historyTable_1n71n_147 thead th:nth-child(2),._historyTable_1n71n_147 thead th:nth-child(3){display:none}._historyTable_1n71n_147 thead th span{display:initial}}@media(max-width:576px){._historyTable_1n71n_147 thead th{padding:12.55px 17.93px;font-size:12.55px;line-height:17.93px}}._historyTable_1n71n_147 tbody tr{box-sizing:content-box;background:transparent;transition:all .3s ease}._historyTable_1n71n_147 tbody tr:focus-visible{outline:1px solid #fff;outline-offset:3px}._historyTable_1n71n_147 tbody tr:hover{background:#252525}._historyTable_1n71n_147 tbody tr:not(:first-of-type) td{border-top:.72px solid #2d2d2d}._historyTable_1n71n_147 tbody tr:nth-child(2) td:first-child div:not(._requestCell_1n71n_226),._historyTable_1n71n_147 tbody tr:nth-child(2) td:nth-child(3){color:#ee404f}._historyTable_1n71n_147 tbody tr:nth-child(3) td:first-child div:not(._requestCell_1n71n_226),._historyTable_1n71n_147 tbody tr:nth-child(3) td:nth-child(3){color:#ef9d4c}._historyTable_1n71n_147 tbody tr:last-of-type td:first-child div{color:#3fc374}._historyTable_1n71n_147 tbody tr:last-of-type td:nth-child(3){color:#3fc374}._historyTable_1n71n_147 tbody tr:last-of-type td{border-bottom:.72px solid #2d2d2d}._historyTable_1n71n_147 tbody tr:last-of-type td:first-child{border-bottom-left-radius:10px}._historyTable_1n71n_147 tbody tr:last-of-type td:last-child{border-bottom-right-radius:10px}._historyTable_1n71n_147 tbody td{padding:11.53px 14.41px;vertical-align:middle;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;font-weight:400;font-size:11.53px;line-height:17.29px;color:#fff}._historyTable_1n71n_147 tbody td:first-child{max-width:450px;border-left:.72px solid #2d2d2d}@media(max-width:1024px){._historyTable_1n71n_147 tbody td:first-child{max-width:185px}}._historyTable_1n71n_147 tbody td:nth-child(3){min-width:120px}._historyTable_1n71n_147 tbody td:last-child{max-width:48px;border-right:.72px solid #2d2d2d}._historyTable_1n71n_147 tbody td p,._historyTable_1n71n_147 tbody td span{overflow:hidden;text-overflow:ellipsis}._historyTable_1n71n_147 tbody td button{cursor:default;background:none;border:none;padding:0}@media(max-width:768px){._historyTable_1n71n_147 tbody td{padding:8.1px 10.13px}._historyTable_1n71n_147 tbody td:nth-child(2),._historyTable_1n71n_147 tbody td:nth-child(3){display:none}._historyTable_1n71n_147 tbody td:last-child{text-align:right}}@media(max-width:425px){._historyTable_1n71n_147 tbody td{padding:14.35px 17.93px}}._requestCell_1n71n_226{display:flex;flex-direction:column}._requestCell_1n71n_226 span:nth-child(2){font-size:10.08px;line-height:14.41px;color:#888}._requestCell_1n71n_226 div{display:none}@media(max-width:768px){._requestCell_1n71n_226 div{display:flex}}._inProgressContainer_1n71n_322{display:flex;align-items:center;gap:4.32px}._buttons_1n71n_328{margin-top:40px;display:flex;justify-content:center;gap:36px}@media(max-width:576px){._buttons_1n71n_328{margin-top:25px;flex-direction:column;align-items:center;gap:16px}}._startButton_1n71n_343{padding:16px 47.5px;background:#fff;border:none;border-radius:10px;font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#0a0a0a;cursor:pointer;transition:background .2s}._startButton_1n71n_343:hover{background:#ffffffe6}@media(max-width:576px){._startButton_1n71n_343{max-width:298px;width:100%}}._main_1t4o6_1{margin-top:80px;width:100%;padding:80px;background-image:url(img/tariff-packages-bg.png);background-position:0 0;background-size:cover;background-repeat:no-repeat}@media(max-width:768px){._main_1t4o6_1{padding:40px 32px}}@media(max-width:576px){._main_1t4o6_1{padding:32px 16px}}._title_1t4o6_21{text-align:center;font-weight:700;font-size:48px;line-height:60px;color:#fff}@media(max-width:768px){._title_1t4o6_21{font-size:44px;line-height:56px}}@media(max-width:576px){._title_1t4o6_21{font-weight:600;font-size:22px;line-height:32px}}._swiperOuterWrapper_1t4o6_42{position:relative;margin:40px auto 0;max-width:1280px;width:auto;padding:40px 0;border-radius:20px;background-color:#191919}._swiperWrapper_1t4o6_52{position:relative;width:100%;overflow:hidden;display:flex;align-self:center;padding:15px 75px}@media(max-width:768px){._swiperWrapper_1t4o6_52{padding:15px 24px}}@media(max-width:576px){._swiperWrapper_1t4o6_52{padding:15px}}._swiper_1t4o6_42{display:flex;flex-direction:row;overflow:hidden;align-items:stretch;position:relative;height:auto;padding:15px 75px}@media(max-width:768px){._swiper_1t4o6_42{padding:15px 24px;overflow:visible;height:auto}}@media(max-width:576px){._swiper_1t4o6_42{padding:15px 16px}}._swiper_1t4o6_42 .swiper-wrapper{align-items:stretch}._swiperSlide_1t4o6_96{width:min-content!important;padding:0}@media(max-width:768px){._swiperSlide_1t4o6_96{width:361px!important}}@media(max-width:425px){._swiperSlide_1t4o6_96{width:301px!important}}._card_1t4o6_111{width:361px;min-width:361px;height:100%;display:flex;flex-direction:column;background:#0a0a0a;border-radius:20px;position:relative;padding:24px 20px;z-index:1}@media(max-width:425px){._card_1t4o6_111{width:301px;min-width:301px}}._cardFeatured_1t4o6_130 p,._cardFeatured_1t4o6_130 ._pricePerCheck_1t4o6_131{color:#ef9d4c}._cardHeading_1t4o6_135{display:flex;gap:8px;align-items:center}._cardHeading_1t4o6_135 span{font-weight:600;font-size:16px;line-height:24px;color:#fff}._cardIcon_1t4o6_147{width:24px;height:24px;color:#fff}._pricePlan_1t4o6_153{margin-top:24px;font-weight:600;font-size:24px;line-height:32px;color:#fff}._pricePerCheck_1t4o6_131{margin-top:2px;font-weight:400;font-size:14px;line-height:20px;color:#b1b1b1}._linkWrapper_1t4o6_169{margin-top:auto;padding-top:20px}._buyButton_1t4o6_174{width:100%;padding:8px 0;display:inline-block;border-radius:10px;border:1px solid #fff;text-align:center;font-weight:500;font-size:16px;line-height:24px;color:#fff;text-decoration:none;transition:all .3s ease}._buyButton_1t4o6_174:hover{background-color:#fff;color:#0a0a0a}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}._main_si56f_1{margin:80px auto 160px;max-width:1280px}@media(max-width:1440px){._main_si56f_1{margin:80px 80px 160px}}@media(max-width:768px){._main_si56f_1{margin:40px 32px}}@media(max-width:576px){._main_si56f_1{margin:32px 16px}}._title_si56f_21{margin-bottom:56px;color:#fff;font-weight:700;font-size:48px;line-height:60px}@media(max-width:576px){._title_si56f_21{margin-bottom:48px;font-weight:600;font-size:22px;line-height:32px}}._accordion_si56f_37{width:100%;color:#fff}._accordionItem_si56f_42{overflow:hidden;display:flex;flex-direction:column;padding-top:24px;border-bottom:1px solid #2d2d2d;cursor:pointer}@media(max-width:576px){._accordionItem_si56f_42{padding-top:20px}}._accordionHeader_si56f_56{display:flex;justify-content:space-between;color:#fff}._accordionHeader_si56f_56 h3{font-weight:600;font-size:18px;line-height:24px;margin:0 0 24px;max-width:80%}._plusIcon_si56f_69{width:16px;height:16px;position:relative;flex-shrink:0}._plusIcon_si56f_69:before,._plusIcon_si56f_69:after{content:"";position:absolute;background-color:#fff;transition:all .3s ease;border-radius:2px}._plusIcon_si56f_69:before{width:16px;height:2px;top:7.5px;left:0}._plusIcon_si56f_69:after{width:2px;height:16px;top:1px;left:7px;transform:scaleX(1.1);transform-origin:center}._plusIcon_si56f_69._minusIcon_si56f_96:after{transform:scaleY(0)}._accordionContentWrapper_si56f_100{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}._accordionContentWrapper_si56f_100._open_si56f_106{max-height:500px;opacity:1}._accordionContent_si56f_100{margin:0;font-weight:400;letter-spacing:-.12px;font-size:16px;line-height:24px;padding-bottom:24px;color:#fff}._coins_si56f_121{margin-top:16px;display:flex;flex-flow:column;line-height:24px}._coinsList_si56f_128{list-style:disc;padding:0 24px}._coinsList_si56f_128 li{margin-top:8px}*{margin:0;padding:0;box-sizing:border-box;font-family:Golos,sans-serif}html,body{-webkit-overflow-scrolling:touch;background-color:#000}@font-face{font-family:Golos;src:url(/fonts/Golos-Text/Golos-Text_Regular.woff2) format("woff2"),url(/fonts/Golos-Text/Golos-Text_Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Golos;src:url(/fonts/Golos-Text/Golos-Text_Medium.woff2) format("woff2"),url(/fonts/Golos-Text/Golos-Text_Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Golos;src:url(/fonts/Golos-Text/Golos-Text_DemiBold.woff2) format("woff2"),url(/fonts/Golos-Text/Golos-Text_DemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Golos;src:url(/fonts/Golos-Text/Golos-Text_Bold.woff2) format("woff2"),url(/fonts/Golos-Text/Golos-Text_Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Golos;src:url(/fonts/Golos-Text/Golos-Text_Black.woff2) format("woff2"),url(/fonts/Golos-Text/Golos-Text_Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}
