@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._blurBgContainer_avzfy_42{position:absolute;height:100%;width:100%;z-index:-1}._image_avzfy_49{object-fit:cover;height:100%;width:100%}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._loginContainer_jeqfx_42{height:100vh}@supports (height: 100dvh){._loginContainer_jeqfx_42{height:100dvh}}._loginFormWrapper_jeqfx_51{transform:translate(-50%,-50%);justify-content:center;align-items:center;position:absolute;display:flex;height:100%;width:100%;left:50%;top:50%}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._topBlock_k03to_42{background:#1f1f27;padding:37px 70px;display:flex;align-items:center;justify-content:center;gap:20px}@media (max-width: 768px){._topBlock_k03to_42{padding:17px 20px}}@media (max-width: 425px){._topBlock_k03to_42{gap:5px}}._title_k03to_61{font-size:clamp(10px,1.5vw,18px);color:#fff}@media (max-width: 768px){._title_k03to_61{font-size:clamp(5px,.5vw,9px)}}._infoBlock_k03to_71{font-size:clamp(10px,1.5vw,15px);color:#ffffff80;text-decoration:none;cursor:pointer;display:grid;gap:8px}._bottomBlock_k03to_80{width:100%;height:58px;display:flex;justify-content:center;align-items:center;background:#0f0f0f;color:#ffffff80;font-size:clamp(10px,2.5vw,16px)}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._default_1b8ll_42{background-color:transparent;color:#dcdcdc;display:flex;justify-content:center;align-items:center;cursor:pointer}button:disabled,button[disabled]{pointer-events:none;opacity:.5}._themed_1b8ll_57{transition:border-color .4s ease 0s,background-color .4s ease 0s;font-size:clamp(10px,2.5vw,18px);background-color:#ff5900;border:2px solid #ff5900;justify-content:center;padding-bottom:10px;align-items:center;padding-top:10px;max-height:50px;cursor:pointer;color:#fff;display:flex;width:200px}._themed_1b8ll_57:hover{background-color:transparent;color:#ff5900}._outlined_1b8ll_77{transition:border-color .4s ease 0s,background-color .4s ease 0s;font-size:clamp(10px,2.5vw,18px);background-color:transparent;border:2px solid #ff5900;justify-content:center;color:#ff5900;padding-top:10px;padding-bottom:10px;display:flex;align-items:center;cursor:pointer;width:200px;max-height:50px}._outlined_1b8ll_77:hover{background-color:#ff5900;color:#fff}._filled_1b8ll_97{background-color:#ff5900;justify-content:center;align-items:center;position:relative;color:#fff;font-size:30px;cursor:pointer;display:flex;outline:none;border:0px}._black_1b8ll_110{color:#0f0f0f;border:0px;display:flex;justify-content:center;align-items:center;cursor:pointer}._white_1b8ll_119{border:0px;color:#fff;background-color:#0f0f0f;display:flex;justify-content:center;align-items:center;cursor:pointer}._white_1b8ll_119:hover{background-color:bg-t(#0f0f0f,70%)}._icon_1b8ll_132{margin-right:10px;width:12px;height:12px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._header_g5eo8_42{position:fixed;z-index:9999;display:flex;justify-content:center;align-items:center;height:70px;width:100%;background:linear-gradient(0deg,#16181a00,#0b0b0b)}@media (max-width: 768px){._header_g5eo8_42{top:-18px}._header_g5eo8_42:before{content:"";position:absolute;top:0;left:0;width:100%;height:200%;background:linear-gradient(0deg,#16181a00,#0b0b0b);z-index:-1}}._logo_g5eo8_68{position:absolute;aspect-ratio:2/3;cursor:pointer;height:40px;width:140px;left:-9px;top:0}._itemsWrapper_g5eo8_78{margin:0 30px;justify-content:center;position:relative;display:flex;width:100%}@media (max-width: 768px){._itemsWrapper_g5eo8_78{justify-content:space-between;margin:0 20px}}._leftSection_g5eo8_92{display:flex;align-items:center;justify-content:center}@media (max-width: 768px){._leftSection_g5eo8_92{position:absolute;top:50px;width:100%;overflow-x:auto}}._rightSection_g5eo8_106{align-items:center;position:absolute;display:flex;right:0}._buttonBlock_g5eo8_113{display:flex;gap:20px}@media (max-width: 768px){._buttonBlock_g5eo8_113{justify-content:space-between;width:100%}}._button_g5eo8_113{padding:10px 0;margin:0 10px;border:none;white-space:nowrap;cursor:pointer;border-radius:4px;font-size:clamp(14px,1.5vw,16px);color:#fff}._button_g5eo8_113:hover{color:#ff5900}@media (max-width: 768px){._button_g5eo8_113{margin:0;padding:5px 0;font-weight:700}}._divider_g5eo8_145{width:100%;height:1px;background-color:#b2b2b2}._buttonActive_g5eo8_151{color:#ff5900;border-radius:0}@media (max-width: 768px){._buttonActive_g5eo8_151{border-bottom:2px solid #ff5900}}._searchIcon_g5eo8_161{cursor:pointer;margin-top:4px}._avatar_g5eo8_166{width:30px!important;height:30px;border-radius:50%;margin-left:25px;cursor:pointer;border:1px solid #ffffff;object-fit:cover}._avatarFallback_g5eo8_176{background-color:#ccc}._dropdown_g5eo8_180{cursor:pointer;color:#fff;font-size:clamp(14px,1.5vw,16px);position:relative;width:100%;box-sizing:border-box;border:2px solid #ff5900;padding:4px}._dropdownMenu_g5eo8_191{position:absolute;top:100%;left:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;padding:8px 12px;z-index:9999;min-width:120px;box-shadow:0 4px 12px #0006}._dropdownItem_g5eo8_204{padding:8px 0;color:#fff;cursor:pointer;white-space:nowrap}._dropdownItem_g5eo8_204:hover{color:#ff5900}._dropdownItem_g5eo8_204._disabled_g5eo8_214{color:gray;pointer-events:none;cursor:default}._info_g5eo8_220{display:flex;color:#0f0f0f;flex:1;font-size:clamp(14px,1.5vw,16px);position:relative;margin-right:20px}@media (max-width: 1024px){._info_g5eo8_220{flex:2}}@media (max-width: 600px){._info_g5eo8_220{flex:3}}._info_g5eo8_220 input{outline:none;border:none;padding:0}._arrow_g5eo8_244{font-size:12px;padding-left:5px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._appMainWrapperStyle_2dpsc_42{justify-content:space-between;background-color:#0f0f0f;flex-direction:column;min-height:100vh;display:flex}@supports (min-height: 100dvh){._appMainWrapperStyle_2dpsc_42{min-height:100dvh}}._appContentWrapperStyle_2dpsc_55{flex-grow:1}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._container_1bgh5_42{background-color:#000;transition:all .3s ease-in-out;opacity:0;visibility:hidden;z-index:-1}._container_1bgh5_42._fullLoader_1bgh5_49{position:fixed;width:100vw;height:100vh;top:0;left:0}._container_1bgh5_42:not(._fullLoader_1bgh5_49){background-color:#0f0f0f;position:absolute;left:50%;top:50%}@supports (height: 100dvh){._container_1bgh5_42{height:100dvh}}._show_1bgh5_68{z-index:var(--loaderIndex);opacity:1;visibility:visible}._compressed_1bgh5_74{position:initial;width:unset;height:unset}._adapt_1bgh5_80{width:100%;height:100%;background-color:bg-t(#000000,70%)}._visible_1bgh5_86{background-color:bg-t(#000000,70%)}._transparent_1bgh5_90{background-color:#000;opacity:.7}._wrapper_1bgh5_95{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:30px;height:30px}._wrapper_1bgh5_95:before{content:"";position:relative;display:block;width:300%;height:300%;box-sizing:border-box;margin-left:-100%;margin-top:-100%;border-radius:45px;background-color:var(--mainColor);animation:_pulse-ring_1bgh5_1 1.25s cubic-bezier(.215,.61,.355,1) infinite}._wrapper_1bgh5_95:after{content:"";position:absolute;left:0;top:0;display:block;width:100%;height:100%;background-color:var(--mainColor);border-radius:15px;box-shadow:0 0 8px #0000004d;animation:_pulse-dot_1bgh5_1 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite}@keyframes _pulse-ring_1bgh5_1{0%{transform:scale(.33)}80%,to{opacity:0}}@keyframes _pulse-dot_1bgh5_1{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._thirdOption_xmz8p_42{display:flex;flex-direction:column;gap:16px;align-items:center}._ageCheckbox_xmz8p_49{display:flex;color:#fff;flex-direction:column;font-size:clamp(10px,2.5vw,16px)}._pinInputContainer_xmz8p_56{display:flex;justify-content:space-between;margin-bottom:20px;color:#fff}._pinConfirmBlock_xmz8p_63{display:flex;flex-direction:column;align-items:center}._pinInput_xmz8p_56{width:55px;color:#fff;height:49px;text-align:center;font-size:24px;margin:0 5px;outline:none;background:#0f0f0f;border:2px solid transparent;background:gray}._pinBlock_xmz8p_82{display:flex;flex-direction:column;justify-content:center;align-items:center}._pinInput_xmz8p_56:focus{border-color:#ff5900}._pinInput_xmz8p_56::placeholder{color:transparent}._optionContainer_xmz8p_97{height:260px;display:flex;flex-direction:column;overflow-y:auto;gap:10px;width:calc(100% - 60px)}@media (max-width: 425px){._optionContainer_xmz8p_97{width:100%}}._optionBlock_xmz8p_111{display:flex;align-items:flex-start}._checkbox_xmz8p_116{margin-right:12px;margin-left:0;width:20px!important;height:20px;border:2px solid #ccc;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;position:relative;padding:8px}._checkbox_xmz8p_116:hover{border-color:#ff5900}._checkbox_xmz8p_116:checked{background-color:#ff5900;border-color:#ff5900}._checkbox_xmz8p_116:checked:before{content:"";position:absolute;top:-1px;left:3px;width:8px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}._optionText_xmz8p_150{display:flex;flex-direction:column;gap:10px}._optionTitle_xmz8p_156{color:#fff}._optionDescription_xmz8p_160{font-size:clamp(10px,2.5vw,14px);color:#666}._divider_xmz8p_165{width:100%;height:1px;background-color:#b2b2b2}._errorText_xmz8p_171{color:red;margin-top:8px}._errorInput_xmz8p_176{border-color:red}._pinError_xmz8p_180{color:red;font-size:clamp(10px,2.5vw,14px);margin-bottom:10px}._resetPin_xmz8p_186{color:#fff;display:flex;justify-content:space-between;align-items:center;cursor:pointer;width:calc(100% - 60px)}@media (max-width: 425px){._resetPin_xmz8p_186{width:100%}}._shortPin_xmz8p_200{display:flex}._shortBlock_xmz8p_204{gap:30px;display:flex;flex-direction:column;align-items:center}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._overlay_9hikz_42{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:#000c;z-index:9999999}._modalTitleContainer_9hikz_55{flex-direction:column;margin-bottom:30px;text-align:center;display:flex;gap:30px}._modalContent_9hikz_63{background-color:#0f0f0f;max-height:575px;max-width:680px;padding:80px 30px 30px;width:100%;height:100%;border:1px solid #ff5900;display:flex;flex-direction:column;align-items:center;gap:10px;width:90%;position:relative;box-sizing:border-box;overflow:hidden}._closeButton_9hikz_81{position:absolute;cursor:pointer;right:10px;top:10px;z-index:1}._modalTitle_9hikz_55{font-size:clamp(20px,1.5vw,24px);letter-spacing:1.06px;line-height:28px;color:#fafafa;font-weight:700}._modalSubtitle_9hikz_97{font-size:clamp(14px,1vw,16px);letter-spacing:.62px;text-align:center;line-height:22px;color:#fafafa;font-weight:600;opacity:.6}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._notFoundContainer_13rjd_42{display:flex;flex-direction:column;padding:130px 70px 70px;align-items:center;gap:20px}._notFoundCode_13rjd_50{color:#fff;font-size:clamp(14px,3.5vw,46px)}._notFoundDescription_13rjd_55{font-size:clamp(14px,2.5vw,20px);color:#fff}._notFoundButton_13rjd_60{width:fit-content}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._sidebarWrapperStyle_1bfnc_42{padding:80px 30px 80px 10px;transition:transform .3s ease-in-out;background-color:#0f0f0f;transform:translate(100%);box-sizing:border-box;max-width:473px;color:#fff;z-index:1000;opacity:.8;height:100%;width:50%}._sidebarWrapperStyle_1bfnc_42._open_1bfnc_55{transform:translate(0);display:block}._sidebarWrapperStyle_1bfnc_42._close_1bfnc_59{display:none}._sidebarWrapperStyle_1bfnc_42._fullscreen_1bfnc_62,._sidebarWrapperStyle_1bfnc_42._mobileView_1bfnc_68{position:fixed;right:0;z-index:999999999;top:0}@media (max-width: 768px){._sidebarWrapperStyle_1bfnc_42{padding:40px 10px;max-width:unset;width:100%}}._closeButtonWrapperStyle_1bfnc_82{right:17px;position:absolute;top:71px}@media (max-width: 768px){._closeButtonWrapperStyle_1bfnc_82{right:10px;top:30px}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._container_2n4vz_42{display:flex;justify-content:center;align-items:center;text-align:center;height:50px;width:90%;position:absolute;bottom:15%;left:50%;z-index:2}@media (max-height: 675px) and (max-width: 768px){._container_2n4vz_42{bottom:25%}}@media (max-height: 600px){._container_2n4vz_42{top:50%}}._container_2n4vz_42>p{-webkit-text-stroke:.01em var(--mono600);font-family:sans-serif;font-weight:700;font-size:4vmin;letter-spacing:.02px;color:var(--mono200);text-shadow:.04em .04em .04em rgba(0,0,0,.4)}._subtitleWrapperStyle_2n4vz_74{position:absolute;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;width:90%;max-width:100%;pointer-events:none;z-index:10}._subtitleWrapperStyle_2n4vz_74 span{display:inline-flex;justify-content:center;align-items:center;text-align:center;background-color:#080808bf;font-size:clamp(15px,2vw,35px);color:#fff;padding:.3rem .5rem;border-radius:6px;max-width:100%;word-break:break-word;line-height:1.3;min-height:2.5rem;box-sizing:border-box;white-space:pre-wrap}._subtitleWrapperStyle_2n4vz_74 span:empty{display:none}._ptBrSubtitle_2n4vz_107{color:#ff0!important}@supports (-webkit-touch-callout: none){video::-webkit-media-text-track-display{bottom:10%!important}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._subtitleSettingsWrapperStyle_g5js2_42{flex-direction:column;display:flex;gap:20px}._checkboxStyle_g5js2_48{align-items:center;font-size:clamp(15px,1.5vw,18px);cursor:pointer;display:flex}._checkIcon_g5js2_55{margin-right:8px;width:18px;height:18px}._labelStyle_g5js2_61{letter-spacing:.38px;font-size:24px}._titleStyle_g5js2_66{letter-spacing:.38px;font-size:clamp(15px,1.5vw,24px);margin-left:27px}._activeSubtitleStyle_g5js2_72{color:#ff5900;font-weight:700}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._playerContainer_1v2on_42{flex-direction:column;position:absolute;display:flex;z-index:20;height:100%;width:100%;top:0}._playerFullContainer_1v2on_52{flex-direction:column;position:absolute;display:flex;height:100%;z-index:20;width:100%;bottom:0}._playerWrapper_1v2on_62{background:linear-gradient(180deg,#0000,#0f0f0f 78.52%);justify-content:space-between;position:absolute;height:147px;display:flex;width:100%;bottom:0}@media (max-width: 768px){._playerWrapper_1v2on_62{height:100px}}._descriptionWrapper_1v2on_77{background-color:#000;position:absolute;height:100%;opacity:.7;width:100%;left:0;top:0}._groupControl_1v2on_87{align-items:center;margin-left:70px;display:flex;gap:30px}@media (max-width: 768px){._groupControl_1v2on_87{gap:15px;margin-left:20px}}._group_1v2on_87{align-items:center;margin-right:70px;cursor:pointer;display:flex;gap:20px}@media (max-width: 768px){._group_1v2on_87{margin-right:20px}}._speedControl_1v2on_113{border:2px solid #ffffff;justify-content:center;background:transparent;align-items:center;text-align:center;border-radius:5px;color:#fff;display:flex;height:25px;width:32px}._descriptionContainer_1v2on_126{flex-direction:column;position:absolute;max-width:100%;display:flex;left:70px;right:50px;gap:15px;top:50%}@media (max-width: 768px){._descriptionContainer_1v2on_126{left:20px;right:15px}}._title_1v2on_143{font-size:clamp(10px,2.5vw,43px);color:#fff}._description_1v2on_77{font-size:clamp(10px,2.5vw,28px);color:#fff;opacity:.7}._crossIcon_1v2on_154{position:absolute;cursor:pointer;right:57px;top:81px;color:#fff;z-index:20;font-size:clamp(10px,2.5vw,14px);display:flex;gap:4px;align-items:center}@media (max-width: 768px){._crossIcon_1v2on_154{right:20px;top:41px}}._controlSpeed_1v2on_173{position:relative}._muteWrapper_1v2on_177{display:flex;align-items:center;gap:10px}._volumeSlider_1v2on_183{width:100px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px;outline:none;cursor:pointer;margin-bottom:5px}._volumeSlider_1v2on_183::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0px;height:0px}@media (max-width: 768px){._volumeSlider_1v2on_183{width:70px}}._nextVideoMessage_1v2on_203{color:#fff;position:absolute;z-index:9999999;font-size:clamp(10px,2vw,15px);border:2px solid #ff5900;right:70px;bottom:325px;background-color:#000000b3;padding:0 5px 0 15px;cursor:pointer;display:flex}@media (max-width: 768px){._nextVideoMessage_1v2on_203{bottom:270px;right:21px}}@media (max-width: 425px){._nextVideoMessage_1v2on_203{bottom:215px;right:22px;padding:0 10px}}._nextVideoMessageInactive_1v2on_230{bottom:160px;right:70px}@media (max-width: 768px){._nextVideoMessageInactive_1v2on_230{bottom:105px;right:20px}}._nextBlock_1v2on_241{display:flex;align-items:center;gap:8px}._crossNextVideoBlock_1v2on_247{display:flex;justify-content:end;height:40px;position:relative}._crossNextVideoIcon_1v2on_254{right:-9px}._countdown_1v2on_258{width:18px}._liveBadge_1v2on_262{line-height:27px;color:#fff}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._container_1v8gg_42{position:absolute;width:100%;z-index:1;cursor:pointer;display:flex;align-items:center}._container_1v8gg_42 ._progressBar_1v8gg_50{padding:0 70px;width:100%;height:5px;z-index:2;top:50%;right:0;border-radius:9px;background-color:#fff;position:relative}._container_1v8gg_42 ._progressBar_1v8gg_50._isTablet_1v8gg_62:before{content:"";position:absolute;top:-10px;bottom:-10px;left:0;right:0}._container_1v8gg_42 ._progressBar_1v8gg_50:hover{height:8px}._container_1v8gg_42 ._progressCircle_1v8gg_73{transform:translate(-50%,-50%);background-color:#ff5900;position:absolute;border-radius:50%;height:12px;width:12px;z-index:3;top:50%}._container_1v8gg_42 ._previewImage_1v8gg_83{box-shadow:0 2px 8px #0000004d;border:2px solid #ffffff;position:absolute;border-radius:4px;pointer-events:none;height:180px;width:320px;bottom:35px;z-index:4}._container_1v8gg_42 ._previewImage_1v8gg_83 img{object-fit:cover;display:block;height:100%;width:100%}._container_1v8gg_42 ._previewImage_1v8gg_83 ._previewTime_1v8gg_100{text-shadow:0 1px 2px rgba(0,0,0,.5);text-align:center;color:#fff;font-weight:500;font-size:14px;margin-top:4px;padding:2px 0}._container_1v8gg_42 ._currentTime_1v8gg_109{color:#fff;margin-left:70px;margin-right:10px}@media (max-width: 768px){._container_1v8gg_42 ._currentTime_1v8gg_109{margin-left:20px}}._container_1v8gg_42 ._duration_1v8gg_119{color:#fff;margin-right:70px;margin-left:10px}@media (max-width: 768px){._container_1v8gg_42 ._duration_1v8gg_119{margin-right:20px}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._videoWrapper_1k06n_42{position:relative;width:100%;background:#0f0f0f}._videoFullWrapper_1k06n_48{position:relative;height:100%;width:100%}._videoPlayer_1k06n_54{height:calc(var(--vh, 1vh) * 100);width:100%}._videoFullPlayer_1k06n_59{height:100%;width:100%;z-index:1}._backIcon_1k06n_65{position:absolute;cursor:pointer;left:57px;top:70px;z-index:999999999;font-size:clamp(10px,2.5vw,14px);color:#fff;display:flex;gap:4px;align-items:center}@media (max-width: 768px){._backIcon_1k06n_65{right:20px;top:41px;left:12px}}@media (orientation: landscape){._backIcon_1k06n_65{top:15px}}._videoContainer_1k06n_90._flex_1k06n_90{display:flex}._errorMessage_1k06n_94{position:absolute;top:100px;right:57px;z-index:999999999;font-size:clamp(12px,2.5vw,16px);color:#fff;font-weight:700;background-color:red;padding:8px 12px;border-radius:4px;max-width:250px;text-align:right}@media (max-width: 768px){._errorMessage_1k06n_94{right:20px;top:70px}}@media (orientation: landscape){._errorMessage_1k06n_94{top:60px;max-width:250px}}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._subscriptionWrapper_covpz_43{text-align:center;display:flex;flex-direction:column;justify-content:space-around;align-items:center;position:relative}._closeButton_covpz_52{position:absolute;cursor:pointer;top:10px;right:20px}._headerTextBlockStyle_covpz_59{flex-direction:column;display:flex;gap:20px}._title_covpz_65{font-size:clamp(10px,2.5vw,30px)}._subTitle_covpz_69{font-size:clamp(10px,2.5vw,12px);color:#727980}._planTitle_covpz_74{font-weight:500;font-size:clamp(10px,2.5vw,17px);text-align:center;margin-bottom:48px}._planDuration_covpz_82{font-size:clamp(10px,2.5vw,12px);color:#727980}._planDescription_covpz_87{font-size:clamp(10px,2.5vw,12px);display:flex;align-items:center;text-align:start;margin-bottom:20px;min-height:32px}._planDescriptionDash_covpz_96{width:8px;height:2px;background-color:#ff5900;margin-right:8px}._planPrice_covpz_103{font-size:clamp(10px,2.5vw,20px);font-weight:700;color:#ff5900;margin-top:auto}._plan_covpz_74{height:241px;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background:#19191a;border:2px solid transparent;color:#fafafa;padding:20px 10px;box-sizing:border-box}._planNotSelectAble_covpz_124{height:241px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background:#19191a;border:2px solid transparent;color:#fafafa;padding:20px 10px;box-sizing:border-box}._selectedPlan_covpz_137{border-color:#ff5900;background-color:transparent}._customArrow_covpz_142{background-color:transparent;border:none;color:#ff5900;font-size:20px;position:absolute;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer}._customPrevArrow_covpz_154{left:-40px;transform:translateY(-50%) rotate(180deg)}._customNextArrow_covpz_159{right:-40px}.splide{width:100%}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._container_1phkl_42{font-size:clamp(10px,2.5vw,17px);align-items:center;color:#e7e7e8;cursor:pointer;display:flex;gap:10px}._container_1phkl_42 ._checkbox_1phkl_50{border:1px solid #ff5900;background:#fff;position:relative;min-height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:24px;cursor:pointer;outline:none;height:24px;width:24px}._container_1phkl_42 ._checkbox_1phkl_50:checked{border:1px solid #ff5900;background:#ff5900}._container_1phkl_42 ._checkbox_1phkl_50:checked:after{content:"";top:10px;left:3px;width:10px;height:15px;position:absolute;border:solid #ffffff;border-width:0 3px 3px 0;transform-origin:center;transform:rotate(45deg) translate(-50%,-50%)}._container_1phkl_42 ._checkbox_1phkl_50:not(:checked):hover{border:1px solid #ff5900}._container_1phkl_42 ._checkbox_1phkl_50:checked:hover{border:1px solid #ff5900;background:#ff5900}._container_1phkl_42 ._titles_1phkl_85{flex-direction:column;display:flex;gap:5px}._labelText_1phkl_91{color:#fff}._labelText_1phkl_91 a{color:inherit;text-decoration:underline}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._checkboxBlock_1gkat_42{flex-direction:column;margin-top:20px;display:flex;width:100%;gap:10px}._acceptButton_1gkat_50{margin-top:40px;width:100%}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._carouselTitleStyle_ucyzf_42{font-size:clamp(24px,2.5vw,18px);margin-bottom:15px;align-items:center;padding-top:15px;color:#fff;display:flex;gap:8px}._fullWidthStyle_ucyzf_52{padding:0}._wrapperStyle_ucyzf_56{padding:10px 30px}@media (max-width: 768px){._wrapperStyle_ucyzf_56{padding:10px 20px}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._splideSlideFooterWrapper_1jsv6_42{flex-direction:column;color:#fff;padding:5px 0;display:flex;gap:10px}._splideSlideFooterWrapper_1jsv6_42 ._slideTitle_1jsv6_49{font-size:clamp(10px,2.5vw,14px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer}._splideSlideFooterWrapper_1jsv6_42 ._slideDate_1jsv6_56{font-size:clamp(8px,2vw,14px)}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._overlay_1ndn9_42{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}._overlay_1ndn9_42._visible_1ndn9_56{opacity:1;visibility:visible}._mobileOverlay_1ndn9_61{position:absolute;top:0;left:0;width:100%;height:100%}._centered_1ndn9_69{display:grid;gap:10px}._button_1ndn9_74{cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:clamp(10px,2.5vw,20px);position:relative;gap:10px;color:#fff}@media (max-width: 768px){._button_1ndn9_74{font-size:clamp(10px,2.5vw,13px);gap:3px}._button_1ndn9_74 svg{width:12px;height:12px}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._gridContainer_10fhi_42{display:grid;gap:16px}@media (max-width: 1024px){._gridContainer_10fhi_42{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 425px){._gridContainer_10fhi_42{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}._fixTemplateColumns_10fhi_57{grid-template-columns:repeat(auto-fit,minmax(300px,355px))}._autoTemplateColumns_10fhi_61{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}._portraitTemplateColumns_10fhi_65{grid-template-columns:repeat(auto-fit,minmax(200px,20%))}._portrait_10fhi_65{aspect-ratio:2/3}._landscape_10fhi_73{aspect-ratio:16/9}._gridImageWrapper_10fhi_77{border:1px solid transparent;position:relative;height:auto;width:100%}._gridImageWrapper_10fhi_77:hover{border:1px solid #ff5900}._gridImageWrapper_10fhi_77 img{position:absolute;object-fit:cover;height:100%;width:100%;left:0;top:0}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._tabs_151oo_42{display:flex;gap:40px;overflow-y:auto}._tab_151oo_42{font-size:clamp(10px,3.5vw,18px)!important;text-align:center;background:none;color:#e7e7e8;cursor:pointer;font:inherit;border:none;height:45px;padding:0;white-space:nowrap}._tab_151oo_42:hover{color:#ff5900}._tab_151oo_42:focus{outline:none}._tab_151oo_42._active_151oo_68{position:relative}._tab_151oo_42._active_151oo_68:after{background-color:#ff5900;transform:translate(-50%);position:absolute;content:"";width:17px;height:2px;bottom:0;left:50%}._content_151oo_83{font-size:clamp(10px,2.5vw,18px);letter-spacing:.62px;padding:15px 0;color:#e7e7e8}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._wrapper_1aomo_42{display:flex;flex-direction:column;gap:20px;margin-top:100px;padding:0 70px}@media (max-width: 768px){._wrapper_1aomo_42{padding:0;gap:0}}._wrapper_1aomo_42 ._notFound_1aomo_55{text-align:center;font-size:clamp(10px,2.5vw,25px);margin-top:100px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._skeleton_1gtwv_42{display:inline-block;width:100%;height:150px;background:linear-gradient(90deg,#333 25%,#555,#333 75%);background-size:200% 100%;animation:_shimmer_1gtwv_1 1.5s infinite}@keyframes _shimmer_1gtwv_1{0%{background-position:-200% 0}to{background-position:200% 0}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}.landscape-carousel .splide__arrow{top:0;right:0;gap:0}.landscape-carousel .splide__arrow--prev{position:absolute;top:-25px;right:40px;left:unset}.landscape-carousel .splide__arrow--next{position:absolute;top:-25px}.landscape-carousel .splide{position:relative}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._billboardFooterWrapper_104yh_42{flex-direction:column;color:#fff;padding:5px 0;display:flex;gap:10px;margin-left:48%;width:100%}._billboardFooterWrapper_104yh_42 ._slideTitle_104yh_51{font-size:clamp(10px,1.5vw,14px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer}._billboardFooterWrapper_104yh_42 ._slideDate_104yh_58{font-size:clamp(8px,1vw,14px)}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._billboardSlideItem_1si95_42{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:center}._billboard_1si95_42{aspect-ratio:16/9;width:100%;position:relative;z-index:2;border:1px solid transparent;left:25%}._billboard_1si95_42:hover{border:1px solid #ff5900}._billboard_1si95_42 img{position:absolute;object-fit:cover;width:100%;height:100%;top:0;left:0}._bilboardNumber_1si95_70{color:#fff3;position:absolute;bottom:-2px;left:-35px!important;line-height:70px;font-size:96px;z-index:0}@media (max-width: 768px){._bilboardNumber_1si95_70{line-height:46px;font-size:64px}}@media (max-width: 570px){._bilboardNumber_1si95_70{left:-25px!important}}.billboard-carousel .splide__arrow{top:0;right:0;gap:0}.billboard-carousel .splide__arrow--prev{position:absolute;top:-25px;right:40px;left:unset}.billboard-carousel .splide__arrow--next{position:absolute;top:-25px}.billboard-carousel .splide{position:relative}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._portraitSlideItem_1l6od_42{justify-content:center;flex-direction:column;cursor:pointer;display:flex}._portrait_1l6od_42{aspect-ratio:16/9;position:relative;height:auto;width:100%;border:1px solid transparent}._portrait_1l6od_42:hover{border:1px solid #ff5900}._portrait_1l6od_42 img{position:absolute;object-fit:cover;height:100%;width:100%;left:0;top:0}.portrait-carousel .splide__arrow{top:0;right:0;gap:0}.portrait-carousel .splide__arrow--prev{position:absolute;top:-25px;right:40px;left:unset}.portrait-carousel .splide__arrow--next{position:absolute;top:-25px}.portrait-carousel .splide{position:relative}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._squareSlideItem_u3m2q_42{justify-content:center;flex-direction:column;cursor:pointer;display:flex}._square_u3m2q_42{aspect-ratio:1/1;position:relative;height:auto;width:100%;border:1px solid transparent}._square_u3m2q_42:hover{border:1px solid #ff5900}._square_u3m2q_42 img{position:absolute;object-fit:cover;height:100%;width:100%;left:0;top:0}.square-carousel .splide__arrow{top:0;right:0;gap:0}.square-carousel .splide__arrow--prev{position:absolute;top:-25px;right:40px;left:unset}.square-carousel .splide__arrow--next{position:absolute;top:-25px}.square-carousel .splide{position:relative}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._carousel_nkgdr_42{padding:70px}@media (max-width: 768px){._carousel_nkgdr_42{padding:20px}}._carousel_nkgdr_42 ._carouselTitle_nkgdr_50{color:#fff;display:flex;align-items:center;gap:8px;font-size:clamp(10px,2.5vw,18px);margin-bottom:15px}._carousel_nkgdr_42 ._splideItem_nkgdr_58{color:#fff;cursor:pointer}._carousel_nkgdr_42 ._splideItem_nkgdr_58:hover{color:#ff5900}._carousel_nkgdr_42 ._splideImg_nkgdr_65{object-fit:cover;max-height:270px;height:100%;width:100%}._catalogPageWrapper_nkgdr_72{background-color:#0f0f0f}._carouselItemTitle_nkgdr_76{color:#fff;display:flex;align-items:center;gap:8px;font-size:clamp(10px,1.5vw,14px);margin-top:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._carouselItemTitle_nkgdr_76:hover{color:#ff5900}._carouselItemYear_nkgdr_91{color:#fff;display:flex;align-items:center;gap:8px;font-size:clamp(10px,1.5vw,12px);margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._bgShadowGradientWrapperStyle_4uwk6_42{position:relative;width:100%}._bgShadowGradientWrapperStyle_4uwk6_42 img{width:100%;height:100%;object-fit:cover;object-position:center}._gradientOverlay_4uwk6_53{position:absolute;width:100%;height:calc(100% + 1px);top:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 20%,rgba(0,0,0,.3) 50%,transparent 70%);z-index:1}.__9_16_4uwk6_63,.__16_9_4uwk6_64,.__4_2_4uwk6_65{aspect-ratio:9/16;width:100%;height:auto!important}@supports not (aspect-ratio: 1){.__9_16_4uwk6_63,.__16_9_4uwk6_64,.__4_2_4uwk6_65{padding-top:177.7777777778%}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._modalRating_1f0t8_42{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:transparent;z-index:1000;border:1px solid #ff5900;padding:20px 40px}._modalRatingContent_1f0t8_53{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:10px}._ratingStars_1f0t8_61{display:flex;margin:10px 0}._modalTitle_1f0t8_66{margin-top:40px;color:#fff;font-size:clamp(16px,1.5vw,22px);line-height:28px;opacity:.9}._starButton_1f0t8_74{background:none;border:none;cursor:pointer;margin:0 5px}._commentInput_1f0t8_81{width:calc(100% - 60px);height:150px;padding:10px;margin-top:10px;background-color:transparent;color:#0f0f0f;outline:none;border-color:#fff;color:#fff}._commentInput_1f0t8_81::placeholder{color:#fff}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._tabsWrapper_tz073_42{background:#0f0f0f;padding:0 60px;height:100%;position:relative}@media (max-width: 768px){._tabsWrapper_tz073_42{padding:0 20px}}._commentCounter_tz073_54{position:absolute;right:60px;font-size:clamp(8px,2vw,14px);color:#fff;opacity:.5;top:50px;display:flex;align-items:center;gap:10px}@media (max-width: 768px){._commentCounter_tz073_54{right:20px}}._textBlock_tz073_71{font-size:clamp(10px,3vw,16px);line-height:1.5;margin-bottom:20px;color:#fff;max-width:70%;letter-spacing:.62px}@media (max-width: 845px){._textBlock_tz073_71{max-width:85%}}._descriptionText_tz073_85{font-size:clamp(10px,1.5vw,16px);line-height:1.5;margin-bottom:20px;width:80%;letter-spacing:.62px}._credits_tz073_93{display:flex;flex-direction:column;gap:10px;width:45%}@media (max-width: 768px){._credits_tz073_93{margin-top:10px;width:100%}}._creditGroup_tz073_106{width:100%;display:flex;gap:10px}@media (max-width: 768px){._creditGroup_tz073_106{flex-direction:column}}._creditRole_tz073_117{display:flex;font-size:clamp(10px,2.5vw,14px);opacity:.5;flex:1.5}@media (max-width: 768px){._creditRole_tz073_117{flex:1}}._creditValues_tz073_129{font-size:clamp(10px,2.5vw,14px);width:65%}._creditValues_tz073_129._flexValues_tz073_133{display:flex;gap:5px}@media (max-width: 768px){._creditValues_tz073_129{width:100%}}._descriptionBlock_tz073_143{display:flex;gap:10px}@media (max-width: 768px){._descriptionBlock_tz073_143{display:unset;gap:0px}}._creditBlock_tz073_154{display:grid;grid-template-columns:1.5fr 5.5fr;margin-bottom:8px;gap:5px}._creditValue_tz073_129{white-space:nowrap;text-align:left}._creditCollection_tz073_166{white-space:nowrap}p{margin:0}._reviewsBlock_tz073_174{position:relative;height:150px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._overlay_1jlxl_42{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}._overlay_1jlxl_42._visible_1jlxl_56{opacity:1;visibility:visible}._centered_1jlxl_61{display:grid;gap:10px}._button_1jlxl_66{cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:clamp(10px,2.5vw,20px);position:relative;gap:10px;color:#fff}@media (max-width: 768px){._button_1jlxl_66{font-size:clamp(10px,2.5vw,13px);gap:3px}._button_1jlxl_66 svg{width:12px;height:12px}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._splideSlideFooterWrapper_1hnc2_42{flex-direction:column;color:#fff;cursor:pointer;padding:5px 0;display:flex;gap:5px}._splideSlideFooterWrapper_1hnc2_42 ._slideTitle_1hnc2_50{font-size:clamp(10px,2.5vw,15px);font-weight:700;overflow:hidden}._splideSlideFooterWrapper_1hnc2_42 ._slideText_1hnc2_55{font-size:clamp(10px,2.5vw,13px);-webkit-box-orient:vertical;display:-webkit-box;font-weight:300;opacity:.7}._splideSlideFooterWrapper_1hnc2_42 ._slideDate_1hnc2_62{font-size:clamp(8px,2vw,12px);align-items:center;font-weight:300;display:flex;opacity:.7;gap:5px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._landscapeSlideItem_ypk4h_42{justify-content:center;flex-direction:column;cursor:pointer;display:flex}._landscape_ypk4h_42{aspect-ratio:16/9;position:relative;height:auto;width:100%;border:1px solid transparent}._landscape_ypk4h_42:hover{border:1px solid #ff5900}._landscape_ypk4h_42 img{position:absolute;object-fit:cover;height:100%;width:100%;left:0;top:0}.playlist-carousel .splide__arrow{top:0;right:0;gap:0}.playlist-carousel .splide__arrow--prev{position:absolute;top:-25px;right:40px;left:unset}.playlist-carousel .splide__arrow--next{position:absolute;top:-25px}.playlist-carousel .splide{position:relative}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._playlistContainer_1pmcr_42{display:flex;flex-direction:column}._seasonSelector_1pmcr_47{position:relative;cursor:pointer;width:fit-content;margin-left:1px;margin-bottom:10px}._seasonSelectorButtonGroup_1pmcr_55{position:relative;cursor:pointer;display:flex;flex-wrap:nowrap;width:fit-content;overflow-x:auto;gap:1rem;margin-left:1px;margin-bottom:10px}._seasonSelectorScrollable_1pmcr_67{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:1rem;margin-bottom:10px}._seasonButtonUnSelect_1pmcr_75{font-size:clamp(14px,2.5vw,18px);overflow:hidden;height:50px}._seasonButtonSelected_1pmcr_81{background-color:#ff5900;color:#fff;overflow:hidden;height:50px;font-size:clamp(14px,2.5vw,18px)}._seasonButton_1pmcr_75{padding:10px 15px;background-color:#ff5900;color:#fff;transition:background-color .3s ease;font-size:clamp(10px,1.5vw,16px)}._dropdownMenu_1pmcr_97{position:absolute;left:0;right:0;background-color:#0f0f0f;font-size:clamp(10px,1.5vw,16px);z-index:100;white-space:nowrap}._dropdownItem_1pmcr_107{padding:10px 15px;cursor:pointer;transition:background-color .3s ease}._dropdownItem_1pmcr_107:hover{background-color:#ff5900}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._reviewerAvatar_tfl03_42{width:30px!important;height:30px;border-radius:50%;margin-left:10px;cursor:pointer;border:1px solid #ffffff}._reviewsContainer_tfl03_51{display:flex;gap:20px;margin-bottom:10px}._commentBlock_tfl03_57{width:100%}._reviewsComment_tfl03_61{font-size:14px;border-bottom:1px solid gray;font-weight:400;padding:15px 0;opacity:.5}._timeAgo_tfl03_69{opacity:.5;display:flex;gap:20px;align-items:center}._dot_tfl03_76{align-self:center;width:4px;height:4px;border-radius:50%;background-color:#fff;opacity:.5}._reviewerName_tfl03_85{display:flex;gap:20px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._shareWrapper_s6pji_42{display:flex;align-items:center}._shareWrapper_s6pji_42 ._actionContainer_s6pji_46{display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:32px;gap:25px}._shareWrapper_s6pji_42 ._actionContainer_s6pji_46 ._shareButton_s6pji_54{display:flex;align-items:center;cursor:pointer}@media (max-width: 435px){._shareWrapper_s6pji_42 ._actionContainer_s6pji_46{margin-bottom:0}}._iconWrapper_s6pji_65{margin-right:8px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._contentPageWrapperStyle_isnx4_42{position:relative}._backgroundBlockStyle_isnx4_46{position:relative;height:100vh}@supports (height: 100dvh){._backgroundBlockStyle_isnx4_46{min-height:100dvh}}._contentBlockStyle_isnx4_56{position:relative;margin-bottom:0}._actionsBlockStyle_isnx4_61{width:calc(100% - 60px);position:absolute;z-index:2;bottom:0;left:0;padding-left:60px}@media (max-width: 845px){._actionsBlockStyle_isnx4_61{width:calc(100% - 20px);padding-left:20px;bottom:0;left:0}}._artistBlock_isnx4_78{display:flex;margin-bottom:20px}._avatar_isnx4_83{width:50px;height:50px;border-radius:50%;overflow:hidden;border:1px solid #ffffff}._avatarImage_isnx4_91{width:100%;height:100%;object-fit:cover}._artistInfo_isnx4_97{margin-left:15px;display:flex;flex-direction:column;justify-content:space-around}._name_isnx4_104{font-size:clamp(18px,2.5vw,28px);letter-spacing:.62px;color:#fff;font-weight:600;margin-top:155px}._description_isnx4_112{font-size:clamp(10px,2.5vw,12px);color:#fff;letter-spacing:.62px}._playerBlock_isnx4_118{margin-bottom:20px;font-size:clamp(10px,2.5vw,18px)}._date_isnx4_123{display:flex;color:#fff;margin-top:10px;font-size:clamp(10px,2.5vw,14px);gap:25px;letter-spacing:1.3px}._button_isnx4_132{display:flex;gap:20px;margin-bottom:20px;margin-top:38px}@media (max-width: 845px){._button_isnx4_132{flex-wrap:wrap;gap:20px;margin-top:15px}}._playButton_isnx4_146{font-size:clamp(14px,2.5vw,18px);overflow:hidden;height:50px}._plusButton_isnx4_152{height:50px;width:50px;padding:0}._episodeButton_isnx4_158{font-size:clamp(10px,2.5vw,14px);border-radius:3px;width:146px;height:50px;color:#fff;padding:15px 16px;border:1px solid #ffffff}._textBlock_isnx4_168{font-size:clamp(10px,1.5vw,16px);line-height:1.5;margin-bottom:20px;color:#fff;max-width:70%;letter-spacing:.62px}@media (max-width: 845px){._textBlock_isnx4_168{margin-top:20px;max-width:85%}}._bottomBlock_isnx4_183{display:flex;align-items:center;margin-bottom:10px}@media (max-width: 845px){._bottomBlock_isnx4_183{flex-direction:column;align-items:flex-start;gap:10px}}._ratingBlock_isnx4_196{display:flex;align-items:center}._stars_isnx4_201{display:flex}._starButton_isnx4_205{background:none;border:none;padding:0;outline:none;margin-right:4px}._starButton_isnx4_205:hover svg{fill:#ff5900}._count_isnx4_217{font-size:1rem;color:#fff;margin-left:10px}._tagsBlock_isnx4_223{margin-left:40px;display:flex;gap:10px}@media (max-width: 845px){._tagsBlock_isnx4_223{margin-left:0}}._tag_isnx4_223{font-size:clamp(10px,2.5vw,12px);color:#999;border:1px solid #999999;border-radius:44px;padding:5px;cursor:pointer}._tag_isnx4_223:hover{border:1px solid #ff5900;color:#ff5900}._actionsBlock_isnx4_61{gap:20px;display:flex;margin-bottom:10px}@media (max-width: 845px){._actionsBlock_isnx4_61{margin-top:20px;align-items:start;justify-content:flex-start}}@media (max-width: 425px){._actionsBlock_isnx4_61{gap:10px}}._actionsButton_isnx4_265{font-size:12px;border-radius:3px;height:30px;color:#fff;padding:7px 14px;background:#656565cc;border:none}._actionsButton_isnx4_265:hover{background-color:#656565cc}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._wrapper_s7a08_42{flex-direction:column;min-height:100vh;display:flex;width:100%}._headerBlock_s7a08_49{justify-content:space-between;margin-top:45px;display:flex;width:100%}._singInButton_s7a08_56{font-size:clamp(10px,2.5vw,20px);color:#fff}._logo_s7a08_61{aspect-ratio:1/3;height:160px;width:100%;left:0}._logo_s7a08_61 img{object-fit:cover;height:100%;width:160px}._bodyBlock_s7a08_73{background:url(../../../16x9_LandingPage.png);background-repeat:no-repeat;background-position:left;justify-content:center;background-size:cover;align-items:center;position:relative;min-height:110vh;display:flex;padding:2rem;flex:1;background-size:100vw 110vh}@media (max-width: 768px){._bodyBlock_s7a08_73{padding:1rem;background-size:100vw 105vh;background-image:url(../../../9x16_LandingPage.png)}}@supports (min-height: 100dvh){._bodyBlock_s7a08_73{min-height:100dvh}}._bodyBlock_SP_s7a08_100{background:url(../../../16x9_LandingPage_SP.png);background-repeat:no-repeat;background-position:left;justify-content:center;background-size:cover;align-items:center;position:relative;min-height:110vh;display:flex;padding:2rem;flex:1;background-size:100vw 110vh}@media (max-width: 768px){._bodyBlock_SP_s7a08_100{padding:1rem;background-size:100vw 105vh;background-image:url(../../../9x16_LandingPage_SP.png)}}@supports (min-height: 100dvh){._bodyBlock_SP_s7a08_100{min-height:100dvh}}._contentWrapper_s7a08_127{position:relative;max-width:1200px;margin:0 auto;width:100%;z-index:2}._textBlock_s7a08_135{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:2rem;color:#fff}@media (max-width: 768px){._textBlock_s7a08_135{padding:1rem;gap:1rem}}._preTitle_s7a08_151{font-size:clamp(1rem,2vw,1.5rem);font-weight:300;letter-spacing:.1em;text-transform:uppercase;opacity:.9}._title_s7a08_159{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;line-height:1.2;margin:.5rem 0;text-shadow:0 2px 4px rgba(0,0,0,.3);white-space:nowrap;max-width:100%;padding:0 1rem}@media (max-width: 480px){._title_s7a08_159{font-size:clamp(1.2rem,2.5vw,2rem)}}._subTitle_s7a08_175{font-size:clamp(1.1rem,3vw,1.8rem);font-weight:400;line-height:1.4;opacity:.9}._commingSoon_s7a08_182{font-size:clamp(16px,6vw,30px);color:#fff}._bottomBlock_s7a08_187{background:#0f0f0f;padding:3rem 2rem;text-align:center}@media (max-width: 768px){._bottomBlock_s7a08_187{padding:2rem 1rem}}._description_s7a08_198{font-size:clamp(1rem,2vw,1.2rem);margin:0 auto;color:#fafafa;line-height:1.6}._description_s7a08_198 p{margin:1rem 0;opacity:.9}._gradientBlock_s7a08_209{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000000b3,#0000004d);z-index:1}._headerBlock_s7a08_49{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;z-index:5;position:relative}._signInButton_s7a08_228{background:#fff;color:#000;padding:.5rem 1.2rem;border-radius:8px;border-color:#000;font-weight:700;font-size:18px;cursor:pointer;transition:all .3s ease}._signInButton_s7a08_228:hover{background:#eee}@media (max-width: 768px){._signInButton_s7a08_228{width:100%;max-width:150px}}._buttonBlock_s7a08_249{padding-bottom:1rem;padding-right:1rem;margin-left:auto}@media (max-width: 768px){._buttonBlock_s7a08_249{width:100%;max-width:150px}}._ButtonLeft_s7a08_261,._ButtonCenter_s7a08_262,._ButtonRight_s7a08_263{width:10%;height:9%;position:absolute;z-index:10}._ButtonLeft_s7a08_261{top:73.5%;left:30%;height:6%}._ButtonCenter_s7a08_262{top:72%;width:17%;left:42%}._ButtonRight_s7a08_263{top:73.5%;left:61%;height:6%}@media (width: 768px){._ButtonLeft_s7a08_261,._ButtonCenter_s7a08_262,._ButtonRight_s7a08_263{position:absolute;cursor:pointer;width:58%;height:8%;z-index:10}._ButtonLeft_s7a08_261{width:33%;height:6%;top:65.5%;left:13%}._ButtonCenter_s7a08_262{top:56%;left:21%}._ButtonRight_s7a08_263{width:33%;height:6%;top:65.5%;left:53%}}@media (max-width: 767px){._ButtonLeft_s7a08_261,._ButtonCenter_s7a08_262,._ButtonRight_s7a08_263{position:absolute;width:58%;height:8%;cursor:pointer;z-index:10}._ButtonLeft_s7a08_261{top:65.5%;left:13.5%;width:33%;height:6%}._ButtonCenter_s7a08_262{top:56%;left:21.5%}._ButtonRight_s7a08_263{top:65.5%;left:52.5%;width:33%;height:6%}}@media (min-width: 769px) and (max-width: 1200px){._ButtonLeft_s7a08_261,._ButtonCenter_s7a08_262,._ButtonRight_s7a08_263{position:absolute;width:20%;height:8%;cursor:pointer;z-index:10}._ButtonLeft_s7a08_261{top:74%;left:19.5%;width:20%;height:6%}._ButtonCenter_s7a08_262{top:73%;left:40%}._ButtonRight_s7a08_263{top:74%;left:61%;width:20%;height:6%}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._price_button_16yeo_42{background-color:#fff;color:#000;font-weight:800;font-size:clamp(16px,2.5vw,20px);width:100%;height:100%;border-radius:12px;border:none;cursor:pointer;box-shadow:0 2px 6px #00000040;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:120px;min-height:36px}._price_button_16yeo_42:hover{background-color:#f2f2f2}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._coming_soon_button_d89zq_42{width:100%;height:100%;border-radius:12px;background-color:#c2c2c2;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 2px 6px #0003;text-align:center;cursor:pointer}._coming_soon_strip_d89zq_55{background-color:#5b5b5b;font-style:italic;font-size:clamp(12px,1.5vw,14px);color:#fff;margin-top:3px;width:100%}._main_label_d89zq_64{font-weight:800;font-size:clamp(18px,4vw,27px);color:#111;text-transform:uppercase;padding:8px 0;flex-grow:1;display:flex;align-items:center;justify-content:center}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._container_1t8wv_42{overflow:hidden;height:calc(100vh - 137px);width:100%;margin:0 auto;justify-content:start;padding:0 30px;background-color:#fff;display:flex;flex-direction:column;box-sizing:border-box}@media (max-width: 768px){._container_1t8wv_42{padding:0 20px}}@supports (height: 100dvh){._container_1t8wv_42{height:calc(100dvh - 137px)}}._textBlock_1t8wv_66{display:flex;justify-content:center;background-color:transparent;color:#fff;margin-top:20px}._textWrapper_1t8wv_74{max-width:720px;width:100%;text-align:center}@media (max-width: 768px){._userMargin_1t8wv_81{margin-top:20px}}._title_1t8wv_86{font-size:clamp(14px,2.5vw,18px);color:#0f0f0f;margin-bottom:8px;margin-top:100px}._text_1t8wv_66{color:#0f0f0f;font-size:clamp(14px,2.5vw,18px);text-align:center;white-space:normal;word-wrap:break-word}._text_1t8wv_66 b{display:inline;font-weight:700;white-space:normal}._underline_1t8wv_106{width:100%;height:3px;background-color:#ff5900;margin:0}._logo_1t8wv_113{position:absolute;aspect-ratio:2/3;cursor:pointer;height:40px;width:140px;left:12px;top:10px}@media (max-width: 768px){._logo_1t8wv_113{left:6px}}._titleContainer_1t8wv_128{width:fit-content}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._authButton_ub010_42{font-size:clamp(10px,2.5vw,16px);background-color:transparent;border:2px solid #ff5900;justify-content:center;letter-spacing:.44px;align-items:center;border-radius:3px;line-height:23px;max-width:230px;color:#ff5900;cursor:pointer;display:flex;height:48px;width:230px;gap:15px}._authButton_ub010_42:hover{background:#ff5900;color:#fff}@media (max-width: 1024px){._authButton_ub010_42{padding:0 1rem;width:100%;gap:1rem}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._loginFormContainer_1pqzn_42{padding-top:60px;flex-direction:column;align-items:center;display:flex;gap:27px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._confirmButton_1xj12_42{padding-top:60px;display:flex;width:100%;justify-content:center;flex-direction:column;align-items:center;gap:27px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}._wrapper_acqcl_42{background-color:#fff;box-sizing:border-box;overflow:hidden;padding:90px 70px 70px;height:100%}@media (max-width: 768px){._wrapper_acqcl_42{padding:70px 20px}}._logoutWrapper_acqcl_55{justify-content:center;display:flex}._avatarBlock_acqcl_60{display:flex;width:100%;align-items:center;flex:1}@media (max-width: 1024px){._avatarBlock_acqcl_60{flex:2}}@media (max-width: 600px){._avatarBlock_acqcl_60{flex:3}}._avatar_acqcl_60{position:relative;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;border:2px solid transparent;border-radius:50%}._avatar_acqcl_60 ._editIcon_acqcl_87{position:absolute;display:none}._avatar_acqcl_60:hover{border:2px solid #ff5900}._avatar_acqcl_60:hover img{opacity:.2}._avatar_acqcl_60:hover ._editIcon_acqcl_87{display:flex}._avatarFallback_acqcl_101{background-color:#ccc}._avatarLoaderWrapper_acqcl_105{position:absolute;background:gray;border-radius:50%;bottom:0;right:0;left:0;top:0}._titleProfile_acqcl_115{font-size:clamp(10px,3.5vw,32px);color:#0f0f0f;font-weight:700;margin:30px 0}@media (max-width: 768px){._titleProfile_acqcl_115{margin:50px 0 20px}}._divider_acqcl_127{width:100%;height:1px;background-color:#b2b2b2}._block_acqcl_133{gap:20px;display:grid;grid-template-columns:4.5fr 1.5fr;margin-bottom:100px}@media (max-width: 768px){._block_acqcl_133{margin-bottom:35px;display:flex;flex-direction:column}}._blockDeviceInfo_acqcl_147{gap:20px;display:flex;margin-bottom:100px}@media (max-width: 768px){._blockDeviceInfo_acqcl_147{margin-bottom:35px;flex-direction:column}}._wrapBlock_acqcl_159{width:100%;display:flex;display:grid;grid-template-columns:1fr 3fr;gap:20px}@media (max-width: 768px){._wrapBlock_acqcl_159{display:unset}}._wrapDeviceBlock_acqcl_172{width:100%;display:grid;grid-template-columns:1fr 4.15fr}@media (max-width: 768px){._wrapDeviceBlock_acqcl_172{display:unset}}._infoBlock_acqcl_183{width:100%}@media (max-width: 768px){._infoBlock_acqcl_183{max-width:unset}}._infoDeviceBlock_acqcl_192{flex:5;width:100%}._infoWrapper_acqcl_197{display:flex;border-bottom:1px solid #e5e5e5;padding:15px 0;gap:20px}@media (max-width: 425px){._infoWrapper_acqcl_197{gap:5px}}._infoDeviceWrapper_acqcl_209{display:flex;align-items:center;display:grid;grid-template-columns:4fr 4.1fr 3.4fr 1fr;border-bottom:1px solid #e5e5e5;padding:15px 0;gap:20px}@media (max-width: 768px){._infoDeviceWrapper_acqcl_209{grid-template-columns:2.4fr 2.5fr 1.8fr 1fr}}@media (max-width: 425px){._infoDeviceWrapper_acqcl_209{gap:5px}}._infoWrapperSub_acqcl_229{display:grid;border-bottom:1px solid #e5e5e5;padding:15px 0;gap:5px;grid-template-columns:2.9fr 2fr 2fr 1fr;font-size:clamp(10px,3.5vw,14px);color:gray}@media (max-width: 425px){._infoWrapperSub_acqcl_229{gap:5px;grid-template-columns:4.5fr 3fr 2fr 2fr}}._noSub_acqcl_245{border-bottom:1px solid #e5e5e5;padding:15px 0;font-size:clamp(10px,3.5vw,14px);color:gray}._nameBlock_acqcl_252,._nameDeviceBlock_acqcl_259{font-size:clamp(10px,3.5vw,15px);font-weight:700;color:#0f0f0f;padding-top:15px}._placeholder_acqcl_266{font-size:clamp(10px,3.5vw,14px);color:gray;flex:1}@media (max-width: 768px){._placeholder_acqcl_266{flex:2}}._actionsWrapper_acqcl_277{display:flex;justify-content:end}@media (max-width: 768px){._actionsWrapper_acqcl_277{justify-content:space-between}}._info_acqcl_183{color:#0f0f0f;flex:1;font-size:clamp(10px,3.5vw,14px);position:relative}@media (max-width: 1024px){._info_acqcl_183{flex:2}}@media (max-width: 600px){._info_acqcl_183{flex:3}}._info_acqcl_183 input{outline:none;border:none;padding:0}._parentalInfo_acqcl_309{color:#0f0f0f;flex:1.5;font-size:clamp(10px,3.5vw,14px);position:relative}@media (max-width: 600px){._parentalInfo_acqcl_309{flex:3}}._infoPack_acqcl_321{color:#0f0f0f;font-size:clamp(10px,3.5vw,14px)}._infoDevicePack_acqcl_326{color:#0f0f0f;font-size:clamp(9px,2.5vw,14px)}._placeholderPack_acqcl_331{font-size:clamp(10px,3.5vw,14px);color:gray;flex:1}@media (max-width: 1048px){._placeholderPack_acqcl_331{flex:2}}@media (max-width: 600px){._placeholderPack_acqcl_331{flex:2}}._actionsBlock_acqcl_347{padding-top:46px;display:flex;flex-direction:column;gap:13px;width:220px}@media (max-width: 768px){._actionsBlock_acqcl_347{width:100%;padding-top:15px}}._action_acqcl_277{color:#ff5900;font-size:clamp(7px,3.5vw,14px);cursor:pointer;width:unset}._appVersion_acqcl_368{display:flex;width:100%;justify-content:flex-end;margin-top:30px;margin-bottom:20px;color:#ff5900;font-size:clamp(10px,3.5vw,16px);cursor:pointer}@media (max-width: 768px){._appVersion_acqcl_368{gap:10px}}._dropdown_acqcl_384{cursor:pointer;color:#000;font-size:clamp(14px,1.5vw,16px);position:relative;width:85px;box-sizing:border-box;border:2px solid #ff5900;padding:4px}@media (max-width: 768px){._dropdown_acqcl_384{width:76px}}._dropdownMenu_acqcl_400{position:absolute;top:100%;left:0;background:#000000e6;border-radius:6px;padding:8px 12px;z-index:9999;min-width:120px;box-shadow:0 4px 12px #0006}._dropdownItem_acqcl_412{padding:8px 0;color:#fff;cursor:pointer;white-space:nowrap}._dropdownItem_acqcl_412:hover{color:#ff5900}._dropdownItem_acqcl_412._disabled_acqcl_422{color:gray;pointer-events:none;cursor:default}._invoice_acqcl_428{cursor:pointer;height:15px;width:24px}._avatarImg_acqcl_434{object-fit:cover;height:87px;width:87px;border-radius:50%}._headerRow_acqcl_441{display:grid;grid-template-columns:4.3fr 3.4fr 2fr 2fr;font-weight:700;margin-top:15px;font-size:clamp(10px,3.5vw,14px);gap:5px}@media (max-width: 425px){._headerRow_acqcl_441{grid-template-columns:4.1fr 3fr 2fr 2fr}}._headerDeviceRow_acqcl_455{display:grid;grid-template-columns:4fr 4.1fr 3.4fr 1fr;font-weight:700;margin-top:15px;font-size:clamp(10px,3.5vw,14px)}@media (max-width: 768px){._headerDeviceRow_acqcl_455{grid-template-columns:2.4fr 2.5fr 1.8fr 1fr}}@media (max-width: 425px){._headerDeviceRow_acqcl_455{grid-template-columns:2.4fr 2.5fr 1.8fr 1fr}}._profileFooter_acqcl_473{display:flex}._deviceContainer_acqcl_477{display:flex;width:100%;justify-content:flex-start;margin-top:30px;margin-bottom:20px;color:#ff5900;font-size:clamp(10px,3.5vw,16px);cursor:pointer}._deleteIcon_acqcl_488{cursor:pointer;height:20px;width:20px}._arrow_acqcl_494{font-size:12px;padding-left:5px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal}body{font-family:SpaceGrotesk,sans-serif;margin:0;background-color:#000}button{font-family:SpaceGrotesk,sans-serif;outline:none}button:focus{outline:none}button:focus-visible{outline:none}:where(button){-webkit-tap-highlight-color:transparent}:root{--toastIndex: 9999999999;--loaderIndex: 999999999;--mainColor: #ff5900}._searchPage_v2kb5_42{background:#0f0f0f;height:100vh;padding:70px 70px 0;overflow-y:auto}@media (max-width: 768px){._searchPage_v2kb5_42{padding:70px 20px 0}}._resultSlide_v2kb5_54{justify-content:center;flex-direction:column;cursor:pointer;align-items:center;display:flex;background:gray;height:100%}._search_v2kb5_42{aspect-ratio:1/1;position:relative;height:auto;width:100%;color:#fff}._search_v2kb5_42 img{position:absolute;object-fit:cover;height:100%;width:100%;left:0;top:0}._noResult_v2kb5_80{color:#fff;display:flex;justify-content:center;padding-top:100px;font-size:clamp(10px,2.5vw,25px)}._inputWrapper_v2kb5_88{position:relative;width:100%;display:flex;align-items:center;border-bottom:1px solid #ffffff;margin-bottom:20px;z-index:9}@media (max-width: 768px){._inputWrapper_v2kb5_88{margin-top:20px}}._clearButton_v2kb5_103{height:24px;cursor:pointer}._input_v2kb5_88{width:100%;padding:8px 0;border:none;outline:none;font-size:clamp(10px,1.5vw,16px);color:#fff;background:transparent;margin-left:10px}._input_v2kb5_88::placeholder{color:#fff;opacity:1}
