@keyframes _shimmer_34zpt_1{0%{background-position:-200% 0}to{background-position:200% 0}}._customToast_34zpt_9{display:flex;flex-direction:column;gap:24px;width:100%}._header_34zpt_16{display:flex;align-items:center;gap:8px}._icon_34zpt_22{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px}._title_34zpt_31{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;line-height:33px;color:#010002}._message_34zpt_39{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;line-height:30px;color:#000c}: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)}}@keyframes _shimmer_93v5s_1{0%{background-position:-200% 0}to{background-position:200% 0}}._modalContainer_93v5s_9{position:fixed;bottom:20px;right:20px;z-index:1000;background:#fff;max-width:600px;width:calc(100vw - 40px);box-shadow:0 8px 18px -6px #18274b1f,0 12px 42px -4px #18274b1f;animation:_slideInUp_93v5s_1 .3s ease-out}._modalContainer_93v5s_9._closing_93v5s_20{animation:_slideOutDown_93v5s_1 .2s ease-in forwards}._modalImage_93v5s_24{width:100%;height:auto;overflow:hidden;display:flex}._modalImage_93v5s_24 img{width:100%;height:100%;object-fit:cover}._modalContent_93v5s_36{display:flex;flex-direction:column;gap:16px;padding:20px}._title_93v5s_43{font-weight:600;font-size:20px;line-height:24px;color:#010002}._description_93v5s_50{display:flex;flex-direction:column;font-weight:400;font-size:14px;line-height:22px}._modalFooter_93v5s_58{display:flex;gap:24px}._footerButton_93v5s_63{max-width:240px}@keyframes _slideInUp_93v5s_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slideOutDown_93v5s_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes _shimmer_xfz1w_1{0%{background-position:-200% 0}to{background-position:200% 0}}._languageAndCurrencySwitcherWrapper_xfz1w_9{position:relative}._languageAndCurrencySwitcher_xfz1w_9{display:flex;align-items:center;gap:8px;height:44px;padding:10px 8px;gap:10px;border:1px solid #ffffff;width:fit-content;cursor:pointer}._languageAndCurrencyItemActive_xfz1w_25{border:1px solid #a2dcf8}._languageAndCurrencySwitcherDropdown_xfz1w_29{position:absolute;z-index:10;top:-200%;right:-180%;display:flex;flex-direction:column;gap:16px;border:1px solid #010002;background:#fff;padding:32px;opacity:0;transform:translateY(-10px);visibility:hidden;transition:all .3s ease}._languageAndCurrencySwitcherDropdown_xfz1w_29._popupActive_xfz1w_45{opacity:1;transform:translateY(0);visibility:visible}@media only screen and (max-width:767px){._languageAndCurrencySwitcherDropdown_xfz1w_29{position:fixed;top:50%;left:50%;right:auto;transform:translate(-50%,-50%);width:calc(100% - 32px);max-width:375px;padding:32px 16px;gap:16px;z-index:100}._languageAndCurrencySwitcherDropdown_xfz1w_29._popupActive_xfz1w_45{transform:translate(-50%,-50%)}}._closeIcon_xfz1w_68{padding:5px;position:absolute;top:5px;right:5px;cursor:pointer}@media only screen and (max-width:767px){._closeIcon_xfz1w_68{top:7px;right:7px;width:24px;height:24px}}._listOfOptions_xfz1w_84{display:flex;gap:16px}@media only screen and (max-width:767px){._listOfOptions_xfz1w_84{flex-direction:column;gap:16px;width:100%}}._listOfOptionsItem_xfz1w_96{display:flex;flex-direction:column;gap:16px;background:#a2dcf833;width:182px;flex-shrink:0;cursor:pointer;padding:20px 0}@media only screen and (max-width:767px){._listOfOptionsItem_xfz1w_96{width:100%;padding:20px 0}}._listOfOptionsItemKey_xfz1w_113{padding:0 20px}._listOfOptionsItemKey_xfz1w_113._listOfOptionsItemKeyActive_xfz1w_116{background:#a2dcf8}@media only screen and (max-width:767px){._listOfOptionsItemKey_xfz1w_113{padding:0 20px;width:100%}}._listOfOptionsItemKeyText_xfz1w_126{color:#010002;font-size:24px;font-weight:600;line-height:33px}@media only screen and (max-width:767px){._listOfOptionsItemKeyText_xfz1w_126{font-size:24px;line-height:33px}}@keyframes _shimmer_18m4w_1{0%{background-position:-200% 0}to{background-position:200% 0}}._footerWrapper_18m4w_9{color:#fff;padding-top:40px;background:#010002}._footerCompany_18m4w_15,._footerContainer_18m4w_16{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:60px;max-width:1440px;width:100%;margin:0 auto;padding:20px 40px 40px}@media only screen and (max-width:767px){._footerCompany_18m4w_15,._footerContainer_18m4w_16{flex-direction:column;gap:16px;padding:16px}}._footerCompany_18m4w_15{border-top:1px solid rgba(255,255,255,.6);border-bottom:1px solid rgba(255,255,255,.6)}._footerBottom_18m4w_41{display:flex;align-items:center;justify-content:center;gap:16px;padding:10px;color:#fffc;text-align:center}@media only screen and (max-width:767px){._footerBottom_18m4w_41{flex-direction:column;gap:8px;padding:10px 20px;font-size:16px;line-height:24px}}._logoInfoWrapper_18m4w_60{display:flex;flex-direction:column;gap:24px;max-width:200px;width:100%}@media only screen and (max-width:767px){._logoInfoWrapper_18m4w_60{max-width:100%;width:100%;gap:16px;position:relative}}._logoIcon_18m4w_76{display:flex;align-items:center;gap:8px;cursor:pointer;height:34px}@media only screen and (max-width:767px){._logoIcon_18m4w_76{height:auto;width:auto;flex:1}}@media only screen and (max-width:767px){._logoInfoWrapper_18m4w_60>div:last-child{position:absolute;top:0;right:0}}._headerLogo_18m4w_99{color:#fff;font-size:24px;font-weight:600;line-height:33.6px}._info_18m4w_106{color:#fff9;font-size:18px;font-weight:400;line-height:30.6px}@media only screen and (max-width:767px){._info_18m4w_106{font-size:18px;line-height:30.6px;max-width:172px}}._footerSocials_18m4w_120{display:flex;gap:16px}._footerSocialsItem_18m4w_125{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer}._footerLinkBlock_18m4w_134{display:flex;flex-direction:column;gap:24px;max-width:200px;width:100%}@media only screen and (max-width:767px){._footerLinkBlock_18m4w_134{max-width:100%;width:100%}}._footerLinkList_18m4w_148{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:767px){._footerLinkList_18m4w_148{font-size:16px;line-height:24px}}._footerLinkItem_18m4w_160{transition:color .2s ease;width:fit-content}@media only screen and (max-width:767px){._footerLinkItem_18m4w_160{font-size:16px;line-height:24px;color:#fff}}@media(hover:hover)and (pointer:fine){._footerLinkItem_18m4w_160:hover{color:#31a6df;transition:color .2s ease}}._footerLinkTitle_18m4w_178{color:#f97316;font-size:24px;font-weight:600;line-height:33.6px;height:33.6px}._paymentMethodsWrapper_18m4w_186{max-width:175px;width:100%;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:767px){._paymentMethodsWrapper_18m4w_186{max-width:172px;width:100%}}@media only screen and (max-width:767px){._paymentMethodsTitle_18m4w_201{font-size:16px;line-height:24px;color:#fff}}._paymentMethodsList_18m4w_208{display:flex;gap:4px}._paymentMethodsItem_18m4w_213{border-radius:3.75px;border:.75px solid #757575;background:#fff;box-shadow:0 6.723px 13.446px #b7b7b714,0 .672px 6.723px #b7b7b714;display:flex;justify-content:center;align-items:center;width:38px;height:23px}._footerCompanyItem_18m4w_225{display:flex;flex-direction:column;gap:24px;max-width:192px;width:100%}@media only screen and (max-width:767px){._footerCompanyItem_18m4w_225{max-width:100%;width:100%}}._companyItemTitleWrapper_18m4w_239{display:flex;align-items:center;gap:8px}._companyItemTitle_18m4w_239{color:#f97316;font-size:24px;font-weight:600;line-height:33.6px}._footerCompanyValue_18m4w_252{white-space:nowrap}@media only screen and (max-width:767px){._footerCompanyValue_18m4w_252{font-size:16px;line-height:24px;color:#fff;white-space:normal}}@keyframes _shimmer_1skag_1{0%{background-position:-200% 0}to{background-position:200% 0}}._authLayout_1skag_9{display:flex;flex-direction:column;min-height:100vh;background:#010002}._logoIcon_1skag_16{display:flex;align-items:center;gap:8px;cursor:pointer;height:34px}._headerLogo_1skag_24{color:#010002;font-size:24px;font-weight:600;line-height:33.6px}._authLayoutHeader_1skag_31{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;height:90px;background:#fff;max-width:1440px;width:100%;margin:0 auto;border-bottom:4px solid #010002}@media only screen and (max-width:1023px){._authLayoutHeader_1skag_31{padding:20px 16px}}@media only screen and (max-width:767px){._authLayoutHeader_1skag_31{padding:10px 16px}}._authLayoutContent_1skag_54{max-width:1440px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:40px;margin:0 auto;flex:1;padding:40px 40px 76px}@media only screen and (max-width:1023px){._authLayoutContent_1skag_54{flex-direction:column;justify-content:center;padding:40px 16px}}@media only screen and (max-width:767px){._authLayoutContent_1skag_54{padding:20px 0}}._imageWrapper_1skag_78{display:flex;flex-direction:column;gap:20px;max-width:634px;width:100%}@media only screen and (max-width:1023px){._imageWrapper_1skag_78{display:none}}._image_1skag_78{max-width:634px;width:100%;height:auto}@keyframes _shimmer_dmy4w_1{0%{background-position:-200% 0}to{background-position:200% 0}}._catalogMenuWrapper_dmy4w_9{position:static}._catalogMenu_dmy4w_9{display:flex;justify-content:center;align-items:center;gap:10px;background:#e7919e;cursor:pointer;width:158px;height:44px;padding:10px;transition:background .2s ease}@media(hover:hover)and (pointer:fine){._catalogMenu_dmy4w_9:hover{background:#d4828f}}._catalogMenu_dmy4w_9._active_dmy4w_30{background:#c1737f}._catalogMenuTitle_dmy4w_34{color:#fff;font-size:16px;font-weight:700;line-height:24px}._catalogMenuIcon_dmy4w_41{transition:transform .3s ease}._catalogMenuIcon_dmy4w_41._rotated_dmy4w_44{transform:rotate(180deg)}._catalogDropdown_dmy4w_48{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;max-width:1440px;width:100%;margin:0 auto;padding:20px 40px;background:#fff;box-shadow:0 8px 18px -6px #18274b1f,0 12px 42px -4px #18274b1f;animation:_fadeIn_dmy4w_1 .2s ease}@media only screen and (max-width:1023px){._catalogDropdown_dmy4w_48{max-width:100%;padding:20px 16px}}._catalogDropdownContent_dmy4w_69{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}._catalogDropdownCategories_dmy4w_76{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:16px 32px;max-width:740px;width:100%}@media only screen and (max-width:1280px){._catalogDropdownCategories_dmy4w_76{max-width:100%}}._catalogDropdownCategory_dmy4w_90{display:flex;align-items:center;gap:8px;cursor:pointer;transition:background .2s ease;transition:background-color .2s ease}@media(hover:hover)and (pointer:fine){._catalogDropdownCategory_dmy4w_90:hover{transition:background-color .2s ease;background-color:#a2dcf8}}._catalogDropdownCategory_dmy4w_90._hovered_dmy4w_104{background-color:#a2dcf8}._catalogDropdownCategoryIcon_dmy4w_108{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0}._catalogDropdownCategoryIcon_dmy4w_108 img{width:100%;height:100%;object-fit:contain}._catalogDropdownCategoryTitle_dmy4w_122{font-weight:600;font-size:24px;line-height:33px;transition:color .2s ease}._catalogDropdownRight_dmy4w_129{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:16px;flex:1;max-width:558px;width:100%;margin-top:58px}@media only screen and (max-width:1280px){._catalogDropdownRight_dmy4w_129{display:none}}._catalogDropdownImage_dmy4w_146{max-width:558px;height:auto;width:100%;object-fit:cover}._catalogDropdownDescription_dmy4w_153{font-weight:500;font-size:16px;line-height:24px;color:#000c;animation:_fadeInContent_dmy4w_1 .3s ease}._catalogDropdownCollapse_dmy4w_161{display:flex;align-items:center;gap:4px;background:transparent;font-weight:700;font-size:16px;line-height:24px;letter-spacing:0px;color:#0009;cursor:pointer;transition:color .2s ease}@media(hover:hover)and (pointer:fine){._catalogDropdownCollapse_dmy4w_161:hover{color:#010002}}@keyframes _fadeIn_dmy4w_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInContent_dmy4w_1{0%{opacity:0}to{opacity:1}}@keyframes _shimmer_1rqen_1{0%{background-position:-200% 0}to{background-position:200% 0}}._menuModalOverlay_1rqen_9{position:fixed;inset:0;z-index:1000;background:#010002;overflow-y:auto;animation:_fadeIn_1rqen_1 .3s ease}._menuModalOverlay_1rqen_9._menuModalOverlayClosing_1rqen_20{animation:_fadeOut_1rqen_1 .3s ease forwards}._menuModal_1rqen_9{position:absolute;top:0;right:0;width:100%;max-width:100%;min-height:100vh;background:#010002;display:flex;flex-direction:column;animation:_slideInFromRight_1rqen_1 .3s ease}._menuModal_1rqen_9._menuModalClosing_1rqen_36{animation:_slideOutToRight_1rqen_1 .3s ease forwards}._closeButton_1rqen_40{position:absolute;top:16px;right:16px;z-index:10;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0}._menuModalContent_1rqen_56{display:flex;flex-direction:column;gap:20px;padding:56px 0 38px}._searchSection_1rqen_63{position:relative;width:100%}._searchFormWrapper_1rqen_68{padding:10px 16px;background:#fff}._searchForm_1rqen_68{display:flex;align-items:center;gap:10px;height:44px;padding:10px 28px;background:#fff;border:1px solid #010002;border-radius:1px;width:100%}._searchIcon_1rqen_85{flex-shrink:0;width:20px;height:20px}._searchInput_1rqen_91{flex:1;border:none;outline:none;background:transparent;font-size:16px;font-weight:700;line-height:24px;color:#010002}._searchInput_1rqen_91::placeholder{color:#0006}._searchDropdown_1rqen_105{position:absolute;top:calc(100% + 4px);left:16px;right:16px;z-index:1001;background:#fff;border:1px solid #010002;border-radius:1px;box-shadow:0 25px 50px -12px #00000040;max-height:440px;overflow-y:auto}._searchDropdown_1rqen_105::-webkit-scrollbar{width:4px}._searchDropdown_1rqen_105::-webkit-scrollbar-track{background:transparent}._searchDropdown_1rqen_105::-webkit-scrollbar-thumb{background:#0006;border-radius:4px}._searchDropdown_1rqen_105::-webkit-scrollbar-thumb:hover{background:#0009}._searchDropdownSection_1rqen_132{display:flex;flex-direction:column;gap:12px;padding:18px}._searchDropdownSection_1rqen_132:not(:last-child){border-bottom:1px solid rgba(0,0,0,.4)}._searchSectionHeader_1rqen_142{display:flex;align-items:center;gap:8px}._searchSectionTitle_1rqen_148{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.31px;color:#0006}._searchSectionItems_1rqen_156{display:flex;flex-direction:column;gap:8px}._searchItem_1rqen_162{display:flex;align-items:center;padding:10px 16px;background:transparent;border-radius:10px;border:none;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.31px;color:#010002;cursor:pointer;text-align:left;width:100%;transition:background .2s ease}@media(hover:hover)and (pointer:fine){._searchItem_1rqen_162:hover{background:#f3f3f3}}._noResults_1rqen_185{display:flex;align-items:center;justify-content:center;padding:40px 24px;font-size:16px;font-weight:400;line-height:24px;color:#0006;text-align:center}._navLinksSection_1rqen_197{display:flex;flex-direction:column;gap:32px;padding:0 16px;align-items:flex-start}._navLink_1rqen_197{color:#fff;font-size:32px;font-weight:700;line-height:42px;transition:color .2s ease}._loginButton_1rqen_213{width:100%;background:#a2dcf8;color:#010002;border:1px solid #010002;margin-top:0}._catalogSection_1rqen_221{display:flex;flex-direction:column;margin-top:auto}._catalogHeader_1rqen_227{display:flex;align-items:center;justify-content:center;gap:10px;height:80px;padding:10px;background:#e7919e;border:none;cursor:pointer}._catalogTitle_1rqen_239{color:#fff;font-size:16px;font-weight:700;line-height:24px}._catalogIcon_1rqen_246{width:16px;height:16px;transition:transform .3s ease;transform:rotate(180deg)}._catalogIconRotated_1rqen_253{transform:rotate(0)}._catalogList_1rqen_257{display:flex;flex-direction:column;gap:16px;padding:32px 16px 0}._catalogItem_1rqen_264{display:flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .2s ease}._catalogItemIcon_1rqen_272{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0}._catalogItemTitle_1rqen_281{font-weight:600;font-size:20px;line-height:33px;letter-spacing:0px;color:#f3f3f3}@keyframes _fadeIn_1rqen_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1rqen_1{0%{opacity:1}to{opacity:0}}@keyframes _slideInFromRight_1rqen_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideOutToRight_1rqen_1{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes _shimmer_1aa1i_1{0%{background-position:-200% 0}to{background-position:200% 0}}._searchModalOverlay_1aa1i_9{position:fixed;inset:0;z-index:300;background:#000c;display:flex;justify-content:center;align-items:flex-start;padding-top:107px}._searchModal_1aa1i_9{background:#fff;border-radius:1px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:672px;display:flex;flex-direction:column;animation:_fadeIn_1aa1i_1 .2s ease}._searchModalForm_1aa1i_34{display:flex;align-items:center;gap:8px;padding:20px 24px;border-bottom:1px solid #010002}._searchIcon_1aa1i_42{flex-shrink:0;width:20px;height:20px}._searchInput_1aa1i_48{flex:1;border:none;outline:none;font-size:16px;font-weight:700;line-height:24px;color:#010002}._searchInput_1aa1i_48::placeholder{color:#0006}._closeButton_1aa1i_61{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border-radius:10px;cursor:pointer;transition:background .2s ease}@media(hover:hover)and (pointer:fine){._closeButton_1aa1i_61:hover{background:#f3f3f3}}._searchModalContent_1aa1i_79{display:flex;flex-direction:column;gap:24px;padding:24px;overflow-y:auto;max-height:440px}._searchModalContent_1aa1i_79::-webkit-scrollbar{width:4px}._searchModalContent_1aa1i_79::-webkit-scrollbar-track{background:transparent}._searchModalContent_1aa1i_79::-webkit-scrollbar-thumb{background:#0006;border-radius:4px}._searchModalContent_1aa1i_79::-webkit-scrollbar-thumb:hover{background:#0009}._noResults_1aa1i_101{display:flex;align-items:center;justify-content:center;padding:40px 24px;font-size:16px;font-weight:400;line-height:24px;color:#0006;text-align:center}._searchSection_1aa1i_113{display:flex;flex-direction:column;gap:12px}._searchSectionHeader_1aa1i_119{display:flex;align-items:center;gap:8px}._searchSectionTitle_1aa1i_125{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.31px;color:#0006}._searchSectionItems_1aa1i_133{display:flex;flex-direction:column;gap:8px}._searchItem_1aa1i_139{display:flex;align-items:left;padding:10px 16px;background:transparent;border-radius:10px;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.31px;color:#010002;text-align:left;cursor:pointer;transition:background .2s ease}@media(hover:hover)and (pointer:fine){._searchItem_1aa1i_139:hover{background:#f3f3f3}}._searchModalFooter_1aa1i_160{display:flex;align-items:center;justify-content:space-between;padding:17px 24px;background:#f3f3f3;border-top:1px solid rgba(0,0,0,.4)}._footerHint_1aa1i_169{display:flex;align-items:center;gap:16px}._kbd_1aa1i_175{display:flex;align-items:center;justify-content:center;padding:5px 8px;background:#fff;border:1px solid rgba(0,0,0,.4);border-radius:4px;font-size:12px;font-weight:400;line-height:16px;color:#0006}._hintText_1aa1i_189{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.31px;color:#0006}@keyframes _fadeIn_1aa1i_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _shimmer_juh4n_1{0%{background-position:-200% 0}to{background-position:200% 0}}._search_juh4n_9{padding:10px;display:flex;align-items:center;gap:10px;height:44px;min-width:44px;border:1px solid #000000;cursor:pointer}._placeholder_juh4n_20{color:#0006;text-align:center;font-size:16px;font-weight:700;line-height:24px}@media only screen and (max-width:1023px){._placeholder_juh4n_20{display:none}}@keyframes _shimmer_1pafw_1{0%{background-position:-200% 0}to{background-position:200% 0}}._headerWrapper_1pafw_9{position:relative;background:#fff;border-bottom:4px solid #010002;max-width:1440px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:24px;padding:20px 40px}@media only screen and (max-width:1023px){._headerWrapper_1pafw_9{padding:20px 16px}}@media only screen and (max-width:767px){._headerWrapper_1pafw_9{padding:10px 16px}}._header_1pafw_9{display:flex;justify-content:space-between;align-items:center;background:#fff}._logoIcon_1pafw_39{display:flex;align-items:center;gap:8px;cursor:pointer;height:34px}._headerLogo_1pafw_47{color:#010002;font-size:24px;font-weight:600;line-height:33.6px}._headerLeft_1pafw_54{display:flex;align-items:center;gap:16px}@media only screen and (max-width:767px){._headerLeft_1pafw_54{gap:0}}._desktopOnly_1pafw_65{display:flex;align-items:center;gap:16px}@media only screen and (max-width:767px){._desktopOnly_1pafw_65{display:none}}._headerRight_1pafw_76{display:flex;align-items:center;gap:32px}@media only screen and (max-width:767px){._headerRight_1pafw_76{gap:6px}}._basketButton_1pafw_87{position:relative;cursor:pointer}@media only screen and (max-width:767px){._basketButton_1pafw_87{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px}}._basketCounter_1pafw_102{position:absolute;bottom:8px;left:8px;border-radius:50%;background:#f97316;color:#fff;font-size:12px;font-weight:400;line-height:16px;display:flex;justify-content:center;align-items:center;height:20px;min-width:20px}._basketButtonIcon_1pafw_119{line-height:0}@media only screen and (max-width:767px){._basketButtonIcon_1pafw_119{display:flex;align-items:center;justify-content:center}}@media only screen and (max-width:767px){._loginButton_1pafw_131{display:none}}._mobileMenuButton_1pafw_136{display:none}@media only screen and (max-width:767px){._mobileMenuButton_1pafw_136{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:0}}._navLinks_1pafw_153{display:flex;align-items:center;gap:32px;margin-left:auto}@media only screen and (max-width:767px){._navLinks_1pafw_153{display:none}}._navLink_1pafw_153{font-weight:400;font-size:18px;line-height:30px;color:#000c;text-decoration:none;transition:color .2s ease}@media(hover:hover)and (pointer:fine){._navLink_1pafw_153:hover{color:#010002}}._navLinkActive_1pafw_179{color:#010002;text-decoration:underline;text-underline-offset:4px}@keyframes _shimmer_15rd3_1{0%{background-position:-200% 0}to{background-position:200% 0}}._layout_15rd3_9{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;background:#010002}._main_15rd3_17{flex:1}@keyframes _shimmer_104zc_1{0%{background-position:-200% 0}to{background-position:200% 0}}._mobileHeader_104zc_9{display:none;align-items:center;justify-content:space-between;padding:10px 16px;background:#fff;height:54px}@media only screen and (max-width:1023px){._mobileHeader_104zc_9{display:flex}}._menuButton_104zc_23{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;cursor:pointer}._logoWrapper_104zc_33{display:flex;align-items:center;gap:8px;cursor:pointer}._logoIcon_104zc_40{display:flex;align-items:center;gap:8px;cursor:pointer;height:34px}._actionButton_104zc_48{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0;background:transparent}._logoText_104zc_58{color:#010002;font-size:24px;font-weight:600;line-height:33.6px}._mobileHeaderRight_104zc_65{display:flex;gap:6px;align-items:center}._basketButton_104zc_71{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent}._basketCounter_104zc_82{position:absolute;bottom:8px;left:8px;border-radius:50%;background:#f97316;color:#fff;font-size:12px;font-weight:400;line-height:16px;display:flex;justify-content:center;align-items:center;height:20px;min-width:20px}._basketButtonIcon_104zc_99{line-height:0}@keyframes _shimmer_1st6n_1{0%{background-position:-200% 0}to{background-position:200% 0}}._overlay_1st6n_9{display:none;position:fixed;inset:0;background:#000000b3;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}@media only screen and (max-width:1023px){._overlay_1st6n_9{display:block}}._overlayVisible_1st6n_28{opacity:1;visibility:visible}._sidebar_1st6n_33{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;min-height:890px;height:100%;width:296px;padding:16px 12px 32px;background:#010002}@media only screen and (max-width:1023px){._sidebar_1st6n_33{background:#a2dcf8;position:fixed;top:0;left:0;bottom:0;z-index:1000;width:269px;transform:translate(-100%);transition:transform .3s ease;min-height:100%}}@media only screen and (max-width:1023px){._sidebarOpen_1st6n_60{transform:translate(0)}}._sidebarContent_1st6n_65{display:flex;flex-direction:column;gap:48px}._sidebarHeader_1st6n_71{display:flex;align-items:center;justify-content:space-between}._closeButton_1st6n_77{display:none;align-items:center;justify-content:center;background:transparent;outline:none;border:none;cursor:pointer;line-height:0}@media only screen and (max-width:1023px){._closeButton_1st6n_77{display:flex}}._sidebarLogoIconDesktop_1st6n_93{display:flex;line-height:0}@media only screen and (max-width:1023px){._sidebarLogoIconDesktop_1st6n_93{display:none}}._sidebarLogoIconMobile_1st6n_103{display:none;line-height:0}@media only screen and (max-width:1023px){._sidebarLogoIconMobile_1st6n_103{display:flex}}._logoIcon_1st6n_113{display:flex;align-items:center;gap:8px;cursor:pointer;height:34px}._headerLogo_1st6n_121{color:#fff;font-size:24px;font-weight:600;line-height:33.6px}@media only screen and (max-width:1023px){._headerLogo_1st6n_121{color:#010002}}._sidebarNav_1st6n_133{display:flex;flex-direction:column;gap:16px}._sidebarLink_1st6n_139{display:flex;align-items:center;gap:12px;padding:12px;height:48px;border-radius:8px;transition:background-color .2s ease}._sidebarLinkActive_1st6n_149{background:#a2dcf8}._sidebarLinkActive_1st6n_149 ._sidebarLinkIcon_1st6n_152 path{stroke:#010002}@media only screen and (max-width:1023px){._sidebarLinkActive_1st6n_149{background:#fff}}._sidebarLinkIcon_1st6n_152 path{flex-shrink:0;width:24px;height:24px}@media only screen and (max-width:1023px){._sidebarLinkIcon_1st6n_152 path{stroke:#010002}}._sidebarLinkText_1st6n_172{flex:1;font-size:18px;font-weight:500;line-height:24px;color:#a2dcf8}@media only screen and (max-width:1023px){._sidebarLinkText_1st6n_172{color:#010002}}._sidebarLinkActive_1st6n_149 ._sidebarLinkText_1st6n_172{color:#010002}._sidebarFooter_1st6n_189{border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:8px;width:100%;max-width:272px;border:1px solid #f3f3f3}._sidebarFooter_1st6n_189._sidebarFooterOpen_1st6n_199{background:#a2dcf866}._sidebarFooter_1st6n_189._sidebarFooterOpen_1st6n_199 path{stroke:#229cd7}@media only screen and (max-width:1023px){._sidebarFooter_1st6n_189{max-width:245px;border:1px solid rgba(0,0,0,.3019607843)}}._sidebarFooterUser_1st6n_212{display:flex;align-items:center;gap:16px;width:100%}._sidebarFooterAvatar_1st6n_219{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#f97316;border-radius:8px;flex-shrink:0}._sidebarFooterAvatarText_1st6n_230{font-size:16px;font-weight:500;line-height:24px;color:#fff;letter-spacing:-.16px}@media only screen and (max-width:1023px){._sidebarFooterAvatarText_1st6n_230{color:#010002}}._sidebarFooterUserInfo_1st6n_243{display:flex;flex-direction:column;justify-content:center}._sidebarFooterUserName_1st6n_249{font-size:16px;font-weight:500;line-height:24px;color:#f3f3f3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:1023px){._sidebarFooterUserName_1st6n_249{color:#010002}}._sidebarFooterUserLevel_1st6n_266{font-size:14px;font-weight:500;line-height:20px;color:#a2dcf8}@media only screen and (max-width:1023px){._sidebarFooterUserLevel_1st6n_266{color:#0009}}._sidebarFooterButton_1st6n_278{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:4px;cursor:pointer;background:transparent;border:none}._sidebarFooterWrapper_1st6n_290{display:flex;flex-direction:column}._logoutButton_1st6n_295{display:flex;align-items:center;justify-content:center;width:122px;height:40px;padding:8px 4px 8px 8px;border-radius:12px;border:1px solid #f3f3f3;background:transparent;color:#a2dcf8;text-align:center;font-size:16px;font-weight:400;line-height:24px;margin-left:auto;cursor:pointer;transition:all .2s linear}@media(hover:hover)and (pointer:fine){._logoutButton_1st6n_295:hover{background:#a2dcf833;border-color:#a2dcf8}}@media only screen and (max-width:1023px){._logoutButton_1st6n_295{border-color:#0009;background:transparent;color:#010002}}@keyframes _shimmer_1xb8x_1{0%{background-position:-200% 0}to{background-position:200% 0}}._layout_1xb8x_9{display:flex;flex-direction:column;max-width:1920px;width:100%;margin:0 auto;min-height:100vh;overflow-x:hidden;background:#f3f3f3}._userLayoutContent_1xb8x_20{display:flex;align-items:stretch;flex:1;padding-bottom:24px}@media only screen and (max-width:1023px){._userLayoutContent_1xb8x_20{padding-bottom:0}}._userLayoutContentMain_1xb8x_32{flex:1;min-width:0}@keyframes _shimmer_1pbdt_1{0%{background-position:-200% 0}to{background-position:200% 0}}._aboutInfoSectionWrapper_1pbdt_9{padding:64px 10px;margin-bottom:64px}@media only screen and (max-width:1280px){._aboutInfoSectionWrapper_1pbdt_9{padding:48px 10px;margin-bottom:48px}}@media only screen and (max-width:1023px){._aboutInfoSectionWrapper_1pbdt_9{padding:32px 16px;margin-bottom:0}}@media only screen and (max-width:767px){._aboutInfoSectionWrapper_1pbdt_9{padding:0 16px}}._aboutInfoSectionContainer_1pbdt_31{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px;max-width:1440px;width:100%;margin:0 auto;padding:0 40px}@media only screen and (max-width:1280px){._aboutInfoSectionContainer_1pbdt_31{gap:24px;padding:0 32px;flex-direction:column}}@media only screen and (max-width:1023px){._aboutInfoSectionContainer_1pbdt_31{padding:0}}@media only screen and (max-width:767px){._aboutInfoSectionContainer_1pbdt_31{gap:16px}}._aboutInfoItem_1pbdt_59{display:flex;align-items:center;gap:32px;width:calc(50% - 16px)}._aboutInfoItem_1pbdt_59:nth-child(1) ._aboutInfoStat_1pbdt_65{animation-delay:0s}._aboutInfoItem_1pbdt_59:nth-child(2) ._aboutInfoStat_1pbdt_65{animation-delay:1s}._aboutInfoItem_1pbdt_59:nth-child(3) ._aboutInfoStat_1pbdt_65{animation-delay:2s}._aboutInfoItem_1pbdt_59:nth-child(4) ._aboutInfoStat_1pbdt_65{animation-delay:3s}._aboutInfoItem_1pbdt_59:nth-child(5) ._aboutInfoStat_1pbdt_65{animation-delay:4s}._aboutInfoItem_1pbdt_59:nth-child(6) ._aboutInfoStat_1pbdt_65{animation-delay:5s}._aboutInfoItem_1pbdt_59:nth-child(7) ._aboutInfoStat_1pbdt_65{animation-delay:6s}._aboutInfoItem_1pbdt_59:nth-child(8) ._aboutInfoStat_1pbdt_65{animation-delay:7s}@media only screen and (max-width:1280px){._aboutInfoItem_1pbdt_59{width:100%}}@media only screen and (max-width:767px){._aboutInfoItem_1pbdt_59{padding:16px 0}}._aboutInfoContent_1pbdt_100{display:flex;flex-direction:column;gap:24px;width:401px}@media only screen and (max-width:1280px){._aboutInfoContent_1pbdt_100{width:100%}}@media only screen and (max-width:767px){._aboutInfoContent_1pbdt_100{gap:16px}}._aboutInfoStat_1pbdt_65{font-weight:700;font-size:32px;line-height:42px;color:#fff;animation:_highlightTitle_1pbdt_1 8s infinite ease-in-out}@media only screen and (max-width:767px){._aboutInfoStat_1pbdt_65{font-size:26px;line-height:42px}}._aboutInfoTitle_1pbdt_131{font-weight:400;font-size:32px;line-height:33px;color:#fff}@media only screen and (max-width:767px){._aboutInfoTitle_1pbdt_131{font-size:28px;line-height:33px}}._aboutInfoDescription_1pbdt_144{font-weight:400;font-size:24px;line-height:33px;color:#fffc}@media only screen and (max-width:767px){._aboutInfoDescription_1pbdt_144{font-size:24px;line-height:33px}}._aboutInfoImageWrapper_1pbdt_157{width:195px;height:223px}@media only screen and (max-width:767px){._aboutInfoImageWrapper_1pbdt_157{display:none}}._aboutInfoImageMobile_1pbdt_167{display:none;width:auto;height:223px;object-fit:contain}@media only screen and (max-width:767px){._aboutInfoImageMobile_1pbdt_167{display:block}}._aboutInfoImage_1pbdt_157{width:100%;height:100%;object-fit:contain}@media only screen and (max-width:767px){._aboutInfoImage_1pbdt_157{height:223px}}._userVariant_1pbdt_190{padding:40px 20px;margin-bottom:0;max-width:100%;background-color:#fff}._userVariant_1pbdt_190 ._aboutInfoSectionContainer_1pbdt_31{max-width:100%;padding:0}._userVariant_1pbdt_190 ._aboutInfoDescription_1pbdt_144,._userVariant_1pbdt_190 ._aboutInfoTitle_1pbdt_131,._userVariant_1pbdt_190 ._aboutInfoStat_1pbdt_65{color:#010002}._userVariant_1pbdt_190 ._aboutInfoStat_1pbdt_65{animation:_darklightTitle_1pbdt_1 8s infinite ease-in-out}@media only screen and (max-width:1023px){._userVariant_1pbdt_190{padding:16px;background-color:transparent}}@keyframes _highlightTitle_1pbdt_1{0%{color:#fff}6.25%{color:#a2dcf8}12.5%{color:#a2dcf8}12.51%{color:#fff}to{color:#fff}}@keyframes _darklightTitle_1pbdt_1{0%{color:#010002}6.25%{color:#a2dcf8}12.5%{color:#a2dcf8}12.51%{color:#010002}to{color:#010002}}@keyframes _shimmer_s36o3_1{0%{background-position:-200% 0}to{background-position:200% 0}}._joinCommunityWrapper_s36o3_9{background:#fff;max-width:1440px;width:100%;margin:0 auto}._joinCommunityContainer_s36o3_16{display:flex;align-items:center;gap:64px;margin:0 auto;padding:64px 40px;width:100%}@media only screen and (max-width:1023px){._joinCommunityContainer_s36o3_16{flex-direction:column-reverse;align-items:center;gap:64px;padding:32px 16px}}._joinCommunityContent_s36o3_33{display:flex;flex-direction:column;align-items:flex-start;gap:24px;max-width:610px;width:100%}@media only screen and (max-width:1023px){._joinCommunityContent_s36o3_33{max-width:100%}}._joinCommunityTitle_s36o3_47{color:#010002;font-size:32px;font-weight:700;line-height:42px}@media only screen and (max-width:767px){._joinCommunityTitle_s36o3_47{font-size:26px;line-height:32px}}._joinCommunityTitleAccent_s36o3_60{color:#229cd7}._joinCommunityDescription_s36o3_64{color:#0006;font-size:24px;font-weight:400;line-height:33px}._joinCommunityButton_s36o3_71{width:340px}@media only screen and (max-width:767px){._joinCommunityButton_s36o3_71{width:100%}}._joinCommunityImages_s36o3_80{position:relative;width:clamp(330.5px,30.94vw + 214.5px,660px);aspect-ratio:660/623;flex-shrink:0}._joinCommunityImageLeft_s36o3_87,._joinCommunityImageCenter_s36o3_88,._joinCommunityImageRight_s36o3_89{position:absolute;width:44.24%;aspect-ratio:292/477}._joinCommunityImageLeft_s36o3_87 img,._joinCommunityImageCenter_s36o3_88 img,._joinCommunityImageRight_s36o3_89 img{width:100%;height:100%;object-fit:contain}._joinCommunityImageLeft_s36o3_87{bottom:5.14%;left:7.58%;z-index:1;transform:rotate(-11.164deg)}._joinCommunityImageCenter_s36o3_88{left:28.64%;bottom:19.9%;z-index:3}._joinCommunityImageRight_s36o3_89{bottom:5.14%;right:7.58%;z-index:2;transform:rotate(11.16deg)}._userVariant_s36o3_122{max-width:100%}._userVariant_s36o3_122 ._joinCommunityContainer_s36o3_16{max-width:100%;padding:40px 20px;gap:16px;justify-content:space-between}@media only screen and (max-width:1280px){._userVariant_s36o3_122 ._joinCommunityContainer_s36o3_16{flex-direction:column-reverse;align-items:center;gap:64px;padding:32px 16px}}._userVariant_s36o3_122 ._joinCommunityImages_s36o3_80{max-width:clamp(396px,30.94vw + 214.5px,396px);width:100%;aspect-ratio:396/374}._userVariant_s36o3_122 ._joinCommunityContent_s36o3_33{max-width:100%}@keyframes _shimmer_q2emf_1{0%{background-position:-200% 0}to{background-position:200% 0}}._journeySectionWrapper_q2emf_9{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px}@media only screen and (max-width:1023px){._journeySectionWrapper_q2emf_9{padding:32px 16px;gap:24px}}@media only screen and (max-width:767px){._journeySectionWrapper_q2emf_9{padding:16px;flex-direction:column}}._journeySectionImageContainer_q2emf_32{max-width:706px;width:100%;height:auto;border-radius:1px;overflow:hidden}@media only screen and (max-width:767px){._journeySectionImageContainer_q2emf_32{display:none}}._journeySectionImageMobile_q2emf_45{display:none;max-width:350px;width:100%;height:100%;object-fit:cover;margin:0 auto}@media only screen and (max-width:767px){._journeySectionImageMobile_q2emf_45{display:block}}._journeySectionImage_q2emf_32{width:100%;height:100%;object-fit:cover}._journeySectionContent_q2emf_65{display:flex;flex-direction:column;gap:24px;max-width:584px;width:100%}@media only screen and (max-width:767px){._journeySectionContent_q2emf_65{max-width:100%}}._journeySectionTitle_q2emf_78{font-weight:600;font-size:24px;line-height:33px;color:#fff}@media only screen and (max-width:767px){._journeySectionTitle_q2emf_78{font-size:26px;line-height:42px}}._journeySectionText_q2emf_91{font-weight:400;font-size:18px;line-height:30px;color:#fffc}._journeySectionButton_q2emf_98{width:340px}@media only screen and (max-width:767px){._journeySectionButton_q2emf_98{width:100%}}._userVariant_q2emf_107{max-width:100%;padding:40px 20px;gap:16px;background-color:#fff;align-items:flex-start}._userVariant_q2emf_107 ._journeySectionImageContainer_q2emf_32{max-width:400px;width:100%;height:418px}._userVariant_q2emf_107 ._journeySectionContent_q2emf_65{max-width:100%}._userVariant_q2emf_107 ._journeySectionText_q2emf_91,._userVariant_q2emf_107 ._journeySectionTitle_q2emf_78{color:#010002}@media only screen and (max-width:1023px){._userVariant_q2emf_107{padding:16px;background-color:transparent}}@media only screen and (max-width:767px){._userVariant_q2emf_107 ._journeySectionImageMobile_q2emf_45{height:288px}}@keyframes _shimmer_11ozr_1{0%{background-position:-200% 0}to{background-position:200% 0}}._librarySection_11ozr_9{display:grid;grid-template-columns:2fr 2fr 1.2fr;grid-template-rows:1fr 1fr;grid-template-areas:"item1 item2 item3" "item1 item2 item4";gap:4px;min-height:408px;max-width:1440px;width:100%;margin:0 auto}@media only screen and (max-width:1280px){._librarySection_11ozr_9{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"item1 item2" "item3 item4";min-height:300px;gap:3px}}@media only screen and (max-width:767px){._librarySection_11ozr_9{grid-template-columns:1fr;grid-template-rows:repeat(4,120px);grid-template-areas:"item1" "item2" "item3" "item4";gap:4px}}._item1_11ozr_38{grid-area:item1}._item2_11ozr_42{grid-area:item2}._item3_11ozr_46{grid-area:item3}._item4_11ozr_50{grid-area:item4}._item_11ozr_38{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;outline:4px solid transparent;outline-offset:-4px;transition:outline-color .3s ease}@media(hover:hover)and (pointer:fine){._item_11ozr_38:hover{outline-color:#fff}._item_11ozr_38:hover ._titleDefault_11ozr_68{opacity:0;visibility:hidden}._item_11ozr_38:hover ._titleHover_11ozr_72{opacity:1;visibility:visible}}@media only screen and (max-width:1023px){._item_11ozr_38{outline:3px solid transparent;outline-offset:-3px}}@media only screen and (max-width:767px)and (hover:hover)and (pointer:fine){._item_11ozr_38:hover{outline-color:transparent}._item_11ozr_38:hover ._titleDefault_11ozr_68{opacity:1;visibility:visible}}._titleWrapper_11ozr_93{position:absolute;right:20px;bottom:20px;z-index:1}@media only screen and (max-width:1023px){._titleWrapper_11ozr_93{right:16px;bottom:16px}}@media only screen and (max-width:767px){._titleWrapper_11ozr_93{inset:50% auto auto 50%;transform:translate(-50%,-50%);width:100%;text-align:center}}._titleDefault_11ozr_68,._titleHover_11ozr_72{display:block;color:#fff;transition:opacity .5s ease,visibility .5s ease}._titleDefault_11ozr_68{font-family:Poppins,sans-serif;font-size:32px;font-weight:700;line-height:42px;white-space:nowrap;opacity:1;visibility:visible}@media only screen and (max-width:1023px){._titleDefault_11ozr_68{font-size:24px;line-height:32px}}@media only screen and (max-width:767px){._titleDefault_11ozr_68{font-family:"DM Serif Display",serif;font-size:50px;font-weight:400;line-height:82px;text-align:center}}._titleHover_11ozr_72{position:absolute;right:0;bottom:0;color:#a2dcf8;font-family:"DM Serif Display",serif;font-size:32px;font-weight:400;line-height:32px;white-space:nowrap;opacity:0;visibility:hidden}@media only screen and (max-width:1023px){._titleHover_11ozr_72{font-size:24px;line-height:24px}}@media only screen and (max-width:767px){._titleHover_11ozr_72{display:none}}@keyframes _shimmer_uwiwc_1{0%{background-position:-200% 0}to{background-position:200% 0}}._pageHeroBannerWrapper_uwiwc_9{position:relative;height:clamp(300px,300px + 130 * (100vw - 375px) / 1065,430px);overflow:hidden;max-width:1440px;width:100%;margin:0 auto}._pageHeroBannerImage_uwiwc_19{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}._pageHeroBannerTitle_uwiwc_29{position:absolute;top:50%;left:0;transform:translateY(-50%);font-weight:700;font-size:clamp(54px,54px + 186 * (100vw - 375px) / 1065,240px);line-height:clamp(54px,54px + 186 * (100vw - 375px) / 1065,240px);letter-spacing:clamp(-2px,-2px - 3 * (100vw - 375px) / 1065,-5px);color:#fff}@media only screen and (max-width:1023px){._pageHeroBannerTitle_uwiwc_29{padding-left:16px}}@keyframes _shimmer_fcoqv_1{0%{background-position:-200% 0}to{background-position:200% 0}}._whyWeDoSectionWrapper_fcoqv_9{display:flex;flex-direction:column;gap:30px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;background-color:#f3f3f3}@media only screen and (max-width:1023px){._whyWeDoSectionWrapper_fcoqv_9{padding:32px 16px;gap:24px}}._whyWeDoSectionTitle_fcoqv_26{font-weight:600;font-size:44px;line-height:50px;color:#010002}@media only screen and (max-width:1023px){._whyWeDoSectionTitle_fcoqv_26{font-size:26px;font-weight:700;line-height:42px}}._whyWeDoSectionContent_fcoqv_40{display:flex;gap:64px;align-items:flex-start}@media only screen and (max-width:1023px){._whyWeDoSectionContent_fcoqv_40{flex-direction:column;gap:24px}}._whyWeDoSectionImageWrapper_fcoqv_52{max-width:632px;width:100%;max-height:540px;height:100%}@media only screen and (max-width:1023px){._whyWeDoSectionImageWrapper_fcoqv_52{margin:0 auto}}._whyWeDoSectionImage_fcoqv_52{width:100%;height:100%;object-fit:cover}._whyWeDoSectionTextWrapper_fcoqv_70{max-width:664px;width:100%;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:1023px){._whyWeDoSectionTextWrapper_fcoqv_70{max-width:100%}}._whyWeDoSectionText_fcoqv_70{font-weight:400;font-size:30px;line-height:48px;letter-spacing:0px;color:#010002}@media only screen and (max-width:1023px){._whyWeDoSectionText_fcoqv_70{font-size:24px;line-height:33px}}._whyWeDoSectionButton_fcoqv_97{width:340px}@media only screen and (max-width:767px){._whyWeDoSectionButton_fcoqv_97{max-width:100%;width:100%}}._userVariant_fcoqv_107{max-width:100%;background-color:#fff;padding:40px 20px}._userVariant_fcoqv_107 ._whyWeDoSectionContent_fcoqv_40{align-items:center;gap:16px}._userVariant_fcoqv_107 ._whyWeDoSectionTextWrapper_fcoqv_70{max-width:100%}._userVariant_fcoqv_107 ._whyWeDoSectionImageWrapper_fcoqv_52{max-width:488px;width:100%}._userVariant_fcoqv_107 ._whyWeDoSectionText_fcoqv_70{font-size:24px;font-weight:400;line-height:33px}._userVariant_fcoqv_107 ._whyWeDoSectionTitle_fcoqv_26{font-size:32px;font-weight:700;line-height:42px}@media only screen and (max-width:1023px){._userVariant_fcoqv_107 ._whyWeDoSectionTitle_fcoqv_26{font-size:26px;line-height:42px}}@media only screen and (max-width:1280px){._userVariant_fcoqv_107 ._whyWeDoSectionContent_fcoqv_40{flex-direction:column;gap:24px}}@media only screen and (max-width:1023px){._userVariant_fcoqv_107{padding:32px 16px}}@keyframes _shimmer_mws1n_1{0%{background-position:-200% 0}to{background-position:200% 0}}._ourApproachWrapper_mws1n_9,._outStoryWrapper_mws1n_10{display:flex;flex-direction:column;gap:30px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;color:#fff}@media only screen and (max-width:1023px){._ourApproachWrapper_mws1n_9,._outStoryWrapper_mws1n_10{flex-direction:column;gap:24px;padding:20px 16px}}._ourApproachWrapper_mws1n_9{margin:64px auto}@media only screen and (max-width:767px){._ourApproachWrapper_mws1n_9{padding:32px 16px;margin:0}}._ourApproachTitle_mws1n_39,._outStoryTitle_mws1n_40{font-weight:600;font-size:44px;line-height:50px;letter-spacing:0px}@media only screen and (max-width:1023px){._ourApproachTitle_mws1n_39,._outStoryTitle_mws1n_40{font-size:32px;line-height:42px}}@media only screen and (max-width:767px){._ourApproachTitle_mws1n_39,._outStoryTitle_mws1n_40{font-size:26px;line-height:42px}}._ourApproachDescription_mws1n_61,._outStoryDescription_mws1n_62{font-weight:400;font-size:30px;line-height:48px;letter-spacing:0px}@media only screen and (max-width:1023px){._ourApproachDescription_mws1n_61,._outStoryDescription_mws1n_62{font-size:24px;line-height:33px}}._ourTeamWrapper_mws1n_76{display:grid;grid-template-columns:2fr 2fr 1.2fr;grid-template-rows:1fr 1fr;grid-template-areas:"item1 item2 item3" "item1 item2 item4";gap:4px;min-height:408px;max-width:1440px;width:100%;margin:0 auto}@media only screen and (max-width:1023px){._ourTeamWrapper_mws1n_76{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"item1 item2" "item3 item4";gap:3px}}@media only screen and (max-width:767px){._ourTeamWrapper_mws1n_76{display:flex;flex-direction:column;gap:0}}._item1_mws1n_103{grid-area:item1}._item2_mws1n_107{grid-area:item2}._item3_mws1n_111{grid-area:item3}._item4_mws1n_115{grid-area:item4}._ourTeamImage_mws1n_119{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}._librarySectionWrapper_mws1n_126{padding:64px 0}@media only screen and (max-width:1023px){._librarySectionWrapper_mws1n_126{padding:0}}@keyframes _shimmer_nkby3_1{0%{background-position:-200% 0}to{background-position:200% 0}}._readyToReadingWrapper_nkby3_9{display:flex;flex-direction:column;gap:30px;max-width:1440px;margin:0 auto;padding:0 40px;width:100%}@media only screen and (max-width:1023px){._readyToReadingWrapper_nkby3_9{padding:32px 16px;gap:24px}}._readyToReadingTitle_nkby3_25{font-family:Poppins,sans-serif;font-size:44px;font-weight:600;line-height:50px;color:#fff}@media only screen and (max-width:767px){._readyToReadingTitle_nkby3_25{font-size:26px;line-height:42px}}._readyToReadingText_nkby3_39{display:flex;flex-direction:column;gap:30px;font-family:Poppins,sans-serif;font-size:30px;font-weight:400;line-height:48px;color:#fff}@media only screen and (max-width:767px){._readyToReadingText_nkby3_39{font-size:24px;line-height:33px}}._readyToReadingButton_nkby3_56{width:fit-content}@media only screen and (max-width:767px){._readyToReadingButton_nkby3_56{width:100%;max-width:100%}}@keyframes _shimmer_1oynu_1{0%{background-position:-200% 0}to{background-position:200% 0}}._topicsSectionWrapper_1oynu_9{display:flex;align-items:flex-start;gap:32px;max-width:1440px;width:100%;margin:0 auto;padding:0 40px 0 0}@media only screen and (max-width:1023px){._topicsSectionWrapper_1oynu_9{padding:0;gap:0;flex-direction:column}}._topicsSectionSidebar_1oynu_26{display:flex;flex-direction:column;gap:32px;background:#fff;padding:64px 40px;max-width:587px;width:100%}@media only screen and (max-width:1023px){._topicsSectionSidebar_1oynu_26{padding:16px;max-width:100%}}._topicsSectionSidebarTitle_1oynu_42{font-family:Poppins,sans-serif;font-size:32px;font-weight:700;line-height:42px;color:#010002}@media only screen and (max-width:767px){._topicsSectionSidebarTitle_1oynu_42{font-size:32px;line-height:42px}}._topicsSectionList_1oynu_56{display:flex;flex-direction:column;gap:24px;width:100%}._topicsSectionItem_1oynu_63{display:flex;gap:16px;align-items:center;width:100%;background:transparent;cursor:pointer;transition:background-color .3s ease}._topicsSectionItem_1oynu_63:not(._topicsSectionItemActive_1oynu_72):hover{background:#f973161a}._topicsSectionItemActive_1oynu_72{background:#f9731633;cursor:default}._topicsSectionItemIcon_1oynu_81{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f97316;flex-shrink:0}._topicsSectionItemIconText_1oynu_91{font-size:24px;font-weight:400;line-height:28px}._topicsSectionItemTitle_1oynu_97{font-size:18px;font-weight:400;line-height:30.6px;text-align:left}._topicsSectionContent_1oynu_104{display:flex;flex-direction:column;gap:30px;flex:1;color:#fff}@media only screen and (max-width:1023px){._topicsSectionContent_1oynu_104{display:none;padding:32px 16px}}@media only screen and (max-width:1023px){._topicsSectionContentVisible_1oynu_119{display:flex}}._topicsSectionContentTitle_1oynu_124{font-family:Poppins,sans-serif;font-size:28px;font-weight:600;line-height:50px;color:#fff}._topicsSectionContentText_1oynu_132{display:flex;flex-direction:column;gap:20px;font-size:20px;font-weight:400;line-height:28px;color:#fff}._topicsSectionSidebarHeader_1oynu_142{display:flex;align-items:center;justify-content:space-between;width:100%}@media only screen and (max-width:1023px){._topicsSectionSidebarHeader_1oynu_142{cursor:pointer}}._topicsSectionSidebarButton_1oynu_154{background:transparent;line-height:0;display:none}@media only screen and (max-width:1023px){._topicsSectionSidebarButton_1oynu_154{display:flex}}._topicsSectionSidebarButtonIcon_1oynu_165{rotate:180deg;transition:rotate .3s ease}._topicsSectionSidebarButtonIconOpen_1oynu_170{rotate:0deg}._userVariant_1oynu_174{max-width:100%;width:100%;padding-right:20px}._userVariant_1oynu_174 ._topicsSectionSidebar_1oynu_26{max-width:430px;padding:64px 16px}._userVariant_1oynu_174 ._topicsSectionContentText_1oynu_132,._userVariant_1oynu_174 ._topicsSectionContentTitle_1oynu_124{color:#010002}._userVariant_1oynu_174 ._topicsSectionItemTitle_1oynu_97{line-height:24px}@media only screen and (max-width:1280px){._userVariant_1oynu_174{padding-right:0;gap:0;flex-direction:column}._userVariant_1oynu_174 ._topicsSectionSidebarHeader_1oynu_142{cursor:pointer}._userVariant_1oynu_174 ._topicsSectionContent_1oynu_104{padding:32px 16px}._userVariant_1oynu_174 ._topicsSectionSidebarButton_1oynu_154{display:flex}._userVariant_1oynu_174 ._topicsSectionSidebar_1oynu_26{max-width:100%;padding:16px}._userVariant_1oynu_174 ._topicsSectionContentTitle_1oynu_124{font-size:26px;line-height:33px}}@media only screen and (max-width:1023px){._userVariant_1oynu_174{padding:0 8px}}@keyframes _shimmer_vwta1_1{0%{background-position:-200% 0}to{background-position:200% 0}}._introductionWrapper_vwta1_9{display:flex;flex-direction:column;gap:30px;max-width:1440px;width:100%;margin:0 auto;padding:0 40px}@media only screen and (max-width:1023px){._introductionWrapper_vwta1_9{padding:32px 16px;gap:24px}}._introductionTitle_vwta1_25{font-family:Poppins,sans-serif;font-size:44px;font-weight:600;line-height:50px;color:#fff}@media only screen and (max-width:767px){._introductionTitle_vwta1_25{font-size:26px;line-height:42px}}._introductionText_vwta1_39{font-family:Poppins,sans-serif;font-size:30px;font-weight:400;line-height:48px;color:#fff}@media only screen and (max-width:767px){._introductionText_vwta1_39{font-size:24px;line-height:33px}}._introductionButton_vwta1_53{width:fit-content}@media only screen and (max-width:767px){._introductionButton_vwta1_53{width:100%;max-width:100%}}@keyframes _shimmer_1u1w4_1{0%{background-position:-200% 0}to{background-position:200% 0}}._baseOfKnowladgeScreenWrapper_1u1w4_9{display:flex;flex-direction:column;gap:64px;margin-bottom:64px}@media only screen and (max-width:767px){._baseOfKnowladgeScreenWrapper_1u1w4_9{gap:4px;margin-bottom:0}}._title_1u1w4_22{padding-left:40px;font-size:clamp(54px,54px + 186 * (100vw - 375px) / 1065,146px);line-height:clamp(54px,54px + 186 * (100vw - 375px) / 1065,146px);letter-spacing:clamp(-2px,-2px - 3 * (100vw - 375px) / 1065,-5px)}@media only screen and (max-width:1023px){._title_1u1w4_22{padding-left:16px}}@keyframes _shimmer_6h7kn_1{0%{background-position:-200% 0}to{background-position:200% 0}}._wrapper_6h7kn_9{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._label_6h7kn_17{font-size:14px;font-weight:500;line-height:21px;color:#364153}._inputWrapper_6h7kn_24{position:relative;width:100%}._fileInput_6h7kn_29{position:absolute;opacity:0;width:0;height:0;overflow:hidden}._fileInputButton_6h7kn_37{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;height:50px;padding:10px 16px;background:#fff;border:2px solid #d1d5dc;border-radius:10px;cursor:pointer;transition:all .2s linear}@media(hover:hover)and (pointer:fine){._fileInputButton_6h7kn_37:hover{border-color:#229cd7}}._fileInputButton_6h7kn_37:focus-within{border-color:#229cd7;outline:none}._fileInputText_6h7kn_61{flex:1;color:#000;font-size:15px;font-weight:400;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileInputText_6h7kn_61._placeholder_6h7kn_71{color:#99a1af}@keyframes _shimmer_1rumq_1{0%{background-position:-200% 0}to{background-position:200% 0}}._wrapper_1rumq_9{display:flex;flex-direction:column;gap:8px;width:100%}._label_1rumq_16{font-size:14px;font-weight:500;line-height:21px;color:#364153;transition:color .2s linear}._textarea_1rumq_24{padding:10px 16px;color:#000;font-size:15px;font-weight:400;font-family:Poppins,sans-serif;background:#fff;width:100%;height:95px;border-radius:10px;border:2px solid #d1d5dc;transition:border-width .2s linear;transition:.2s;outline:none}._textarea_1rumq_24:focus{border:2px solid #229cd7}._textarea_1rumq_24:disabled{opacity:.6;cursor:not-allowed}._textarea_1rumq_24::placeholder{color:#99a1af;font-size:15px;font-weight:400;font-family:Poppins,sans-serif}._inputWrapper_1rumq_57{width:100%;display:flex;flex-direction:column;gap:8px}._error_1rumq_64{border:2px solid #e7000b}._labelError_1rumq_68{transition:color .2s linear;color:#e7000b}._error_1rumq_64:hover,._error_1rumq_64:focus{border:2px solid #e7000b}._errorText_1rumq_78{color:#e7000b;font-size:14px;font-weight:400;line-height:21px}@keyframes _shimmer_14t4m_1{0%{background-position:-200% 0}to{background-position:200% 0}}._cvFormSectionWrapper_14t4m_9{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;background-color:#fff}@media only screen and (max-width:1023px){._cvFormSectionWrapper_14t4m_9{padding:32px 16px;gap:20px}}@media only screen and (max-width:767px){._cvFormSectionWrapper_14t4m_9{flex-direction:column;gap:16px;padding:16px}}._cvFormSectionInfo_14t4m_34{display:flex;flex-direction:column;align-items:center;gap:64px;max-width:584px;width:100%}@media only screen and (max-width:767px){._cvFormSectionInfo_14t4m_34{max-width:100%;gap:32px}}._cvFormSectionInfoText_14t4m_49{display:flex;flex-direction:column;gap:24px;width:100%}._cvFormSectionTitle_14t4m_56{font-weight:600;font-size:32px;line-height:40px;color:#010002}._cvFormSectionDescription_14t4m_63{font-weight:400;font-size:18px;line-height:30px;color:#000c}._cvFormSectionImageWrapper_14t4m_70{width:256px;height:256px}._cvFormSectionImage_14t4m_70{width:100%;height:100%;object-fit:contain}._cvFormSectionForm_14t4m_81{display:flex;flex-direction:column;gap:24px;max-width:686px;width:100%;padding:32px 24px;background-color:#f3f3f3}@media only screen and (max-width:767px){._cvFormSectionForm_14t4m_81{padding:32px 8px;max-width:100%}}._cvFormSectionButton_14t4m_97{width:100%}._userVariant_14t4m_101{max-width:100%;padding:40px 20px;gap:32px}@media only screen and (max-width:1280px){._userVariant_14t4m_101{flex-direction:column;gap:16px;padding:16px}._userVariant_14t4m_101 ._cvFormSectionInfo_14t4m_34,._userVariant_14t4m_101 ._cvFormSectionForm_14t4m_81{max-width:100%}}@media only screen and (max-width:767px){._userVariant_14t4m_101{gap:0;padding:0 8px;background-color:transparent}._userVariant_14t4m_101 ._cvFormSectionInfo_14t4m_34{max-width:100%;background-color:#fff;padding:16px}}._uploadIcon_14t4m_132{position:absolute;right:16px;top:50%;transform:translateY(-50%)}@keyframes _shimmer_cfiro_1{0%{background-position:-200% 0}to{background-position:200% 0}}._noOpenPositionsSectionWrapper_cfiro_9{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px}@media only screen and (max-width:1023px){._noOpenPositionsSectionWrapper_cfiro_9{padding:32px 16px}}@media only screen and (max-width:767px){._noOpenPositionsSectionWrapper_cfiro_9{padding:16px;gap:24px}}._noOpenPositionsSectionTitle_cfiro_31{font-weight:600;font-size:44px;line-height:50px;color:#fff}@media only screen and (max-width:1023px){._noOpenPositionsSectionTitle_cfiro_31{font-size:32px;line-height:42px}}@media only screen and (max-width:767px){._noOpenPositionsSectionTitle_cfiro_31{font-size:26px}}._noOpenPositionsSectionContent_cfiro_49{display:flex;align-items:flex-start;flex-direction:column;gap:30px}._noOpenPositionsSectionText_cfiro_56{display:flex;flex-direction:column;gap:24px;max-width:709px;width:100%;font-weight:400;font-size:30px;line-height:48px;color:#fff}@media only screen and (max-width:1023px){._noOpenPositionsSectionText_cfiro_56{max-width:100%}}@media only screen and (max-width:1023px){._noOpenPositionsSectionText_cfiro_56{font-size:24px;line-height:33px}}._noOpenPositionsSectionImageWrapper_cfiro_79{width:442px;height:442px}@media only screen and (max-width:1023px){._noOpenPositionsSectionImageWrapper_cfiro_79{display:none}}._noOpenPositionsSectionImageMobile_cfiro_89{display:none;width:235px;height:235px;margin:0 auto}@media only screen and (max-width:1023px){._noOpenPositionsSectionImageMobile_cfiro_89{display:block}}._noOpenPositionsSectionImage_cfiro_79{width:100%;height:100%;object-fit:contain}._noOpenPositionsSectionButtons_cfiro_107{display:flex;gap:16px}@media only screen and (max-width:767px){._noOpenPositionsSectionButtons_cfiro_107{flex-direction:column;gap:24px;width:100%}}._userVariant_cfiro_119{max-width:100%;padding:0;flex-direction:row-reverse;align-items:flex-start;justify-content:start;gap:16px}@media only screen and (max-width:1023px){._userVariant_cfiro_119{padding:16px}}._userVariant_cfiro_119 ._noOpenPositionsSectionTitle_cfiro_31{color:#010002;font-size:24px;font-weight:600;line-height:33px}._userVariant_cfiro_119 ._noOpenPositionsSectionText_cfiro_56{color:#010002;font-size:18px;font-weight:400;line-height:28px;max-width:100%}._userVariant_cfiro_119 ._noOpenPositionsSectionContent_cfiro_49{gap:24px}._userVariant_cfiro_119 ._noOpenPositionsSectionImageWrapper_cfiro_79{max-width:442px;width:100%}@keyframes _shimmer_1m0k3_1{0%{background-position:-200% 0}to{background-position:200% 0}}._whyJoinSectionWrapper_1m0k3_9{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;background-color:#fff}@media only screen and (max-width:1023px){._whyJoinSectionWrapper_1m0k3_9{flex-direction:column;gap:16px;padding:32px 16px}}._whyJoinSectionGrid_1m0k3_28{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:674px;width:100%;flex-shrink:0}@media only screen and (max-width:1023px){._whyJoinSectionGrid_1m0k3_28{max-width:100%}}@media only screen and (max-width:767px){._whyJoinSectionGrid_1m0k3_28{grid-template-columns:1fr}}._whyJoinSectionCard_1m0k3_47{display:flex;flex-direction:column;gap:16px;padding:16px 20px;background-color:#fff}@media only screen and (max-width:767px){._whyJoinSectionCard_1m0k3_47{padding:16px 0}}._whyJoinSectionCardIconWrapper_1m0k3_60{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#a2dcf8}._whyJoinSectionCardTitle_1m0k3_69{font-weight:600;font-size:20px;line-height:28px;color:#101828}._whyJoinSectionCardDescription_1m0k3_76{font-weight:400;font-size:16px;line-height:24px;color:#364153}._whyJoinSectionImageWrapper_1m0k3_83{max-width:592px;width:100%;height:596px}@media only screen and (max-width:1023px){._whyJoinSectionImageWrapper_1m0k3_83{height:auto}}._whyJoinSectionImage_1m0k3_83{width:100%;height:100%;object-fit:cover}@keyframes _shimmer_4g2o3_1{0%{background-position:-200% 0}to{background-position:200% 0}}._buildFutureSectionWrapper_4g2o3_9{display:flex;flex-direction:column;gap:30px;max-width:1440px;width:100%;margin:0 auto;padding:0 40px}@media only screen and (max-width:1023px){._buildFutureSectionWrapper_4g2o3_9{padding:32px 16px}}@media only screen and (max-width:767px){._buildFutureSectionWrapper_4g2o3_9{padding:20px 16px;gap:24px}}._buildFutureSectionTitle_4g2o3_30{font-weight:600;font-size:44px;line-height:50px;color:#fff}@media only screen and (max-width:1023px){._buildFutureSectionTitle_4g2o3_30{font-size:32px;line-height:46px}}@media only screen and (max-width:767px){._buildFutureSectionTitle_4g2o3_30{font-size:26px;line-height:42px}}._buildFutureSectionDescription_4g2o3_49{font-weight:400;font-size:30px;line-height:48px;color:#fff}@media only screen and (max-width:1023px){._buildFutureSectionDescription_4g2o3_49{font-size:24px;line-height:33px}}._buildFutureSectionButton_4g2o3_62{width:fit-content}@media only screen and (max-width:767px){._buildFutureSectionButton_4g2o3_62{width:100%}}@keyframes _shimmer_tmlo2_1{0%{background-position:-200% 0}to{background-position:200% 0}}._careersScreenWrapper_tmlo2_9{display:flex;flex-direction:column;gap:64px;margin-bottom:64px}@media only screen and (max-width:1023px){._careersScreenWrapper_tmlo2_9{gap:4px;margin-bottom:0}}@keyframes _shimmer_6rvdh_1{0%{background-position:-200% 0}to{background-position:200% 0}}._breadcrumbs_6rvdh_9{padding:10px 40px;overflow-x:auto;-webkit-overflow-scrolling:touch}@media only screen and (max-width:1023px){._breadcrumbs_6rvdh_9{padding:10px 16px}}._breadcrumbsContainer_6rvdh_20{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}@media only screen and (max-width:767px){._breadcrumbsContainer_6rvdh_20{gap:4px}}._breadcrumbItem_6rvdh_33{display:flex;align-items:center;gap:8px;flex-shrink:0;min-width:0}@media only screen and (max-width:767px){._breadcrumbItem_6rvdh_33{gap:4px}}._breadcrumbLink_6rvdh_46{font-size:18px;font-weight:400;line-height:30px;color:#fff9;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}@media(hover:hover)and (pointer:fine){._breadcrumbLink_6rvdh_46:hover{color:#229cd7}}@media only screen and (max-width:1023px){._breadcrumbLink_6rvdh_46{max-width:150px}}@media only screen and (max-width:767px){._breadcrumbLink_6rvdh_46{font-size:16px;line-height:24px;max-width:120px}}._breadcrumbText_6rvdh_75{font-size:18px;font-weight:400;line-height:30px;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}@media only screen and (max-width:1023px){._breadcrumbText_6rvdh_75{max-width:200px}}@media only screen and (max-width:767px){._breadcrumbText_6rvdh_75{font-size:16px;line-height:24px;max-width:150px}}._breadcrumbEllipsis_6rvdh_98{font-size:18px;font-weight:400;line-height:30px;color:#fff9;flex-shrink:0}@media only screen and (max-width:767px){._breadcrumbEllipsis_6rvdh_98{font-size:16px;line-height:24px}}._breadcrumbIcon_6rvdh_112{flex-shrink:0;width:16px;height:16px}@media only screen and (max-width:767px){._breadcrumbIcon_6rvdh_112{width:14px;height:14px}}@keyframes _shimmer_ue2am_1{0%{background-position:-200% 0}to{background-position:200% 0}}._bookCard_ue2am_9{display:flex;flex-direction:column;gap:24px;flex:1;min-width:0;padding-bottom:20px;background:#fff;border:1px solid #a2dcf8;cursor:pointer;transition:all .5s ease}@media(hover:hover)and (pointer:fine){._bookCard_ue2am_9:hover:not(._bookCardLibrary_ue2am_22){background:#a2dcf8;border-color:transparent;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._bookCard_ue2am_9:hover:not(._bookCardLibrary_ue2am_22) ._bookCardImageWrapper_ue2am_27{padding:20px 10px;background:#a2dcf8}._bookCard_ue2am_9:hover:not(._bookCardLibrary_ue2am_22) ._bookCardContent_ue2am_31{padding:0 10px}}._bookCard_ue2am_9._bookCardLibrary_ue2am_22{cursor:default}._bookCardImageWrapper_ue2am_27{position:relative;padding:20px;display:flex;background:#fff;transition:all .5s ease}._bookCardFavoriteButton_ue2am_47{border-radius:20px;background:#a2dcf8;position:absolute;top:30px;right:30px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:3px 2px 1px;cursor:pointer;z-index:1;transition:transform .2s ease}._bookCardFavoriteButton_ue2am_47._active_ue2am_63{background:#229cd7}@media(hover:hover)and (pointer:fine){._bookCardFavoriteButton_ue2am_47:hover{transform:scale(1.2)}}._bookCardImage_ue2am_27{width:100%;height:313px;border-radius:12px;object-fit:cover}._bookCardContent_ue2am_31{display:flex;flex-direction:column;gap:20px;padding:0 20px;transition:padding .5s ease}._bookCardTitle_ue2am_87{color:#010002;font-size:24px;font-weight:600;line-height:33px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._bookCardAuthor_ue2am_99{color:#0006;font-size:18px;font-weight:400;line-height:30px}._bookCardRating_ue2am_106{display:flex;align-items:center;gap:4px;height:24px}._bookCardStars_ue2am_113{display:flex;align-items:center;gap:4px}._bookCardRatingText_ue2am_119{color:#0006;font-size:16px;font-weight:400;line-height:24px}._bookCardFooter_ue2am_126{display:flex;align-items:center;justify-content:space-between;height:32px}._bookCardPrice_ue2am_133{color:#229cd7;font-size:24px;font-weight:700;line-height:32px}._bookCardCartButton_ue2am_140{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#229cd7;border-radius:50%;cursor:pointer;transition:background .2s ease}@media(hover:hover)and (pointer:fine){._bookCardCartButton_ue2am_140:hover{background:#31a6df}}._bookCardDownloadButton_ue2am_157{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;width:32px;height:32px;background:transparent;outline:none;border:none;cursor:pointer}@keyframes _shimmer_12k0w_1{0%{background-position:-200% 0}to{background-position:200% 0}}._bookCardSkeleton_12k0w_9{display:flex;flex-direction:column;gap:24px;flex:1;min-width:0;padding-bottom:20px;background:#fff;border:1px solid #a2dcf8}._bookCardSkeletonImageWrapper_12k0w_20{padding:20px;display:flex;background:#fff}._bookCardSkeletonImage_12k0w_20{width:100%;height:313px;border-radius:12px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_12k0w_1 1.5s infinite ease-in-out}._bookCardSkeletonContent_12k0w_35{display:flex;flex-direction:column;gap:20px;padding:0 20px}._bookCardSkeletonTitle_12k0w_42{width:80%;height:33px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_12k0w_1 1.5s infinite ease-in-out}._bookCardSkeletonAuthor_12k0w_51{width:50%;height:30px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_12k0w_1 1.5s infinite ease-in-out}._bookCardSkeletonRating_12k0w_60{display:flex;align-items:center;gap:8px;height:24px}._bookCardSkeletonStars_12k0w_67{width:100px;height:16px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_12k0w_1 1.5s infinite ease-in-out}._bookCardSkeletonRatingText_12k0w_76{width:40px;height:16px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_12k0w_1 1.5s infinite ease-in-out}._bookCardSkeletonFooter_12k0w_85{display:flex;align-items:center;justify-content:space-between;height:32px}._bookCardSkeletonPrice_12k0w_92{width:80px;height:32px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_12k0w_1 1.5s infinite ease-in-out}._bookCardSkeletonButton_12k0w_101{width:32px;height:32px;border-radius:50%;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_12k0w_1 1.5s infinite ease-in-out}@keyframes _shimmer_sbeov_1{0%{background-position:-200% 0}to{background-position:200% 0}}._bookListByCategory_sbeov_9{display:flex;flex-direction:column;align-items:flex-start;gap:32px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;background:#fff}@media only screen and (max-width:1023px){._bookListByCategory_sbeov_9{padding:16px}}._bookListByCategoryTitle_sbeov_26{color:#010002;font-size:32px;font-weight:700;line-height:42px}@media only screen and (max-width:1023px){._bookListByCategoryTitle_sbeov_26{font-size:26px}}._bookListByCategoryWrapper_sbeov_38{display:flex;flex-direction:column;gap:20px;width:100%}._bookListByCategoryRow_sbeov_45{width:100%}._bookListByCategoryRowWrapper_sbeov_49{width:100%;overflow-x:hidden;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}._bookListByCategoryRowWrapper_sbeov_49::-webkit-scrollbar{display:none}@media only screen and (max-width:1400px){._bookListByCategoryRowWrapper_sbeov_49{overflow-x:auto;width:calc(100% + 80px);margin-left:-40px;padding-left:40px;padding-right:40px}}@media only screen and (max-width:1023px){._bookListByCategoryRowWrapper_sbeov_49{overflow-x:auto;width:calc(100% + 32px);margin-left:-16px;padding-left:16px;padding-right:16px}}._bookListByCategoryGrid_sbeov_78{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 10px;width:100%}@media only screen and (max-width:1400px){._bookListByCategoryGrid_sbeov_78{grid-template-columns:repeat(4,322.5px);gap:20px 8px;width:max-content;flex-shrink:0}}._bookListByCategoryButton_sbeov_93{min-width:240px;width:auto}@keyframes _shimmer_1ffjt_1{0%{background-position:-200% 0}to{background-position:200% 0}}._cartItemWrapper_1ffjt_9{display:flex;align-items:center;gap:24px;height:208px;min-width:540px;padding:16px 20px;background:#fff;border:1px solid #a2dcf8}@media only screen and (max-width:1023px){._cartItemWrapper_1ffjt_9{flex-direction:column;align-items:flex-start;height:auto;padding:16px;gap:24px;min-width:100%}}._cartItemImageWrapper_1ffjt_30{flex-shrink:0;width:138px;height:148px;border-radius:12px;overflow:hidden}@media only screen and (max-width:1023px){._cartItemImageWrapper_1ffjt_30{width:138px;height:148px}}._cartItemImage_1ffjt_30{width:100%;height:100%;object-fit:cover}._cartItemContent_1ffjt_50{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0;padding:0 0 0 20px}@media only screen and (max-width:1023px){._cartItemContent_1ffjt_50{padding:0;width:100%}}._cartItemHeader_1ffjt_65{display:flex;align-items:center;justify-content:space-between;gap:16px}@media only screen and (max-width:1023px){._cartItemHeader_1ffjt_65{align-items:flex-start}}._cartItemTitle_1ffjt_77{font-size:18px;font-weight:400;line-height:28px;color:#010002;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:1023px){._cartItemTitle_1ffjt_77{font-size:18px;line-height:28px}}._cartItemDeleteButton_1ffjt_96{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;cursor:pointer}@media(hover:hover)and (pointer:fine){._cartItemDeleteButton_1ffjt_96:hover{opacity:.7}}._cartItemAuthor_1ffjt_112{font-size:18px;font-weight:400;line-height:24px;color:#0006}@media only screen and (max-width:1023px){._cartItemAuthor_1ffjt_112{font-size:18px;line-height:24px}}._cartItemPrice_1ffjt_125{font-size:24px;font-weight:700;line-height:32px;color:#229cd7}@media only screen and (max-width:1023px){._cartItemPrice_1ffjt_125{font-size:24px;line-height:32px}}@keyframes _shimmer_hrnqy_1{0%{background-position:-200% 0}to{background-position:200% 0}}._cartItemSkeleton_hrnqy_9{display:flex;align-items:center;gap:24px;height:208px;min-width:540px;padding:16px 20px;background:#fff;border:1px solid #a2dcf8}@media only screen and (max-width:1023px){._cartItemSkeleton_hrnqy_9{flex-direction:column;align-items:flex-start;height:auto;padding:16px;gap:24px;min-width:100%}}._cartItemSkeletonImage_hrnqy_30{flex-shrink:0;width:138px;height:148px;border-radius:12px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_hrnqy_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._cartItemSkeletonImage_hrnqy_30{width:138px;height:148px}}._cartItemSkeletonContent_hrnqy_46{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0;padding:0 0 0 20px}@media only screen and (max-width:1023px){._cartItemSkeletonContent_hrnqy_46{padding:0;width:100%}}._cartItemSkeletonHeader_hrnqy_61{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media only screen and (max-width:1023px){._cartItemSkeletonHeader_hrnqy_61{align-items:flex-start}}._cartItemSkeletonTitle_hrnqy_73{width:80%;height:28px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_hrnqy_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._cartItemSkeletonTitle_hrnqy_73{width:80%;height:28px}}._cartItemSkeletonDelete_hrnqy_88{flex-shrink:0;width:20px;height:20px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_hrnqy_1 1.5s infinite ease-in-out}._cartItemSkeletonAuthor_hrnqy_98{width:40%;height:24px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_hrnqy_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._cartItemSkeletonAuthor_hrnqy_98{width:40%;height:24px}}._cartItemSkeletonPrice_hrnqy_113{width:100px;height:32px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_hrnqy_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._cartItemSkeletonPrice_hrnqy_113{width:100px;height:32px}}@keyframes _shimmer_1tyrd_1{0%{background-position:-200% 0}to{background-position:200% 0}}._cartListWrapper_1tyrd_9{display:flex;flex-direction:column;gap:4px;width:100%}@keyframes _shimmer_wtohl_1{0%{background-position:-200% 0}to{background-position:200% 0}}._emptyCartWrapper_wtohl_9{display:flex;flex-direction:column;gap:16px;padding:20px 16px;background:#fff;max-width:722px;width:100%;margin:0 auto}@media only screen and (max-width:1023px){._emptyCartWrapper_wtohl_9{max-width:100%}}._emptyCartTitle_wtohl_26{font-weight:500;font-size:36px;line-height:44px;letter-spacing:-3%;color:#010002}._emptyCartContent_wtohl_34{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}._emptyCartImage_wtohl_42{width:231px;height:223px;object-fit:contain}._emptyCartText_wtohl_48{font-weight:400;font-size:14px;line-height:22px;letter-spacing:0px;color:#010002;text-align:center}._emptyCartButton_wtohl_57{min-width:186px;width:auto}@keyframes _shimmer_tz29x_1{0%{background-position:-200% 0}to{background-position:200% 0}}._cartScreenMain_tz29x_9{display:flex;flex-direction:column;gap:64px;max-width:1440px;width:100%;margin:0 auto 64px}@media only screen and (max-width:1023px){._cartScreenMain_tz29x_9{gap:4px;margin-bottom:0}}@media only screen and (max-width:1023px){._cartEmptyScreenContainer_tz29x_25{padding:0}}._cartScreenContainer_tz29x_30{display:flex;align-items:flex-start;gap:16px;padding:0 40px}@media only screen and (max-width:1023px){._cartScreenContainer_tz29x_30{padding:0 16px;flex-direction:column;gap:4px}}@media only screen and (max-width:1023px){._cartScreenCheckoutFirst_tz29x_45{order:-1}}._cartScreenHeader_tz29x_50{display:flex;flex-direction:column;gap:16px;padding:0 40px}@media only screen and (max-width:1023px){._cartScreenHeader_tz29x_50{padding:0 16px;margin:20px 0;gap:24px}}._cartScreenTitle_tz29x_64{font-weight:600;font-size:44px;line-height:50px;color:#fff}@media only screen and (max-width:1023px){._cartScreenTitle_tz29x_64{font-size:26px;line-height:42px}}._cartScreenSubtitle_tz29x_77{font-size:30px;font-weight:400;line-height:48px;color:#fff9}@media only screen and (max-width:1023px){._cartScreenSubtitle_tz29x_77{font-size:24px;line-height:32px}}._checkoutWrapper_tz29x_90{max-width:515px;width:100%;padding:16px 20px;background:linear-gradient(90deg,#a2dcf833 0% 100%),linear-gradient(90deg,#fff 0% 100%);border:1px solid #a2dcf8}@media only screen and (max-width:1023px){._checkoutWrapper_tz29x_90{max-width:100%;width:100%;padding:16px 12px}}._checkoutContent_tz29x_105{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:0 20px}@media only screen and (max-width:1280px){._checkoutContent_tz29x_105{padding:0}}._checkoutTitle_tz29x_118{font-size:22px;font-weight:400;line-height:28px;color:#010002}@media only screen and (max-width:1023px){._checkoutTitle_tz29x_118{font-size:22px;line-height:28px}}._checkoutSubtitle_tz29x_131{font-size:18px;font-weight:400;line-height:24px;color:#0006}@media only screen and (max-width:1023px){._checkoutSubtitle_tz29x_131{font-size:18px;line-height:24px}}._checkoutFeatures_tz29x_144{display:flex;flex-direction:column;gap:12px}._checkoutFeatureItem_tz29x_150{display:flex;align-items:center;gap:12px}._checkoutFeatureIcon_tz29x_156{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;line-height:0}._checkoutFeatureText_tz29x_166{font-size:18px;font-weight:400;line-height:24px;color:#010002}@media only screen and (max-width:1023px){._checkoutFeatureText_tz29x_166{font-size:18px;line-height:24px}}@keyframes _shimmer_1y17k_1{0%{background-position:-200% 0}to{background-position:200% 0}}._bookDescription_1y17k_9{display:flex;flex-direction:column;gap:30px;padding:64px 40px;background:#010002}@media only screen and (max-width:1023px){._bookDescription_1y17k_9{padding:16px;gap:24px}}._bookDescriptionHeader_1y17k_23{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;background:transparent}@media only screen and (max-width:1023px){._bookDescriptionHeader_1y17k_23{width:100%}}._bookDescriptionTitle_1y17k_37{font-size:44px;font-weight:600;line-height:50px;color:#fff}@media only screen and (max-width:1023px){._bookDescriptionTitle_1y17k_37{font-size:26px;line-height:42px}}._bookDescriptionIcon_1y17k_50{flex-shrink:0;transition:transform .3s ease;transform:rotate(180deg)}._bookDescriptionIcon_1y17k_50 path{opacity:1;fill-opacity:1}@media only screen and (max-width:1023px){._bookDescriptionIcon_1y17k_50{width:32px;height:32px}}._bookDescriptionIconExpanded_1y17k_66{transform:rotate(0)}._bookDescriptionContent_1y17k_70{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width:1023px){._bookDescriptionContent_1y17k_70{gap:24px}}._bookDescriptionParagraph_1y17k_81{font-size:30px;font-weight:400;line-height:48px;color:#fff}@media only screen and (max-width:1023px){._bookDescriptionParagraph_1y17k_81{font-size:24px;line-height:33px}}@keyframes _shimmer_usehq_1{0%{background-position:-200% 0}to{background-position:200% 0}}._bookInfo_usehq_9{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:64px 40px;background:#fff}@media only screen and (max-width:1023px){._bookInfo_usehq_9{flex-direction:column;align-items:center;padding:32px 16px}}._bookInfoImageWrapper_usehq_25{max-width:581px;width:100%;height:auto;aspect-ratio:581/775;border-radius:10px;overflow:hidden}@media only screen and (max-width:1023px){._bookInfoImageWrapper_usehq_25{max-width:191px;width:100%;aspect-ratio:191/244;border-radius:0}}._bookInfoImage_usehq_25{width:100%;height:100%;object-fit:cover}._bookInfoContent_usehq_48{display:flex;flex-direction:column;gap:64px;max-width:676px;width:100%}@media only screen and (max-width:1023px){._bookInfoContent_usehq_48{max-width:100%;width:100%;gap:24px}}._bookInfoMain_usehq_63{display:flex;flex-direction:column;gap:12px;padding:0 20px}@media only screen and (max-width:1023px){._bookInfoMain_usehq_63{padding:0;gap:12px}}._bookInfoTitle_usehq_76{font-size:24px;font-weight:600;line-height:28px;color:#010002}@media only screen and (max-width:1023px){._bookInfoTitle_usehq_76{font-size:24px;line-height:28px}}._bookInfoAuthor_usehq_89{font-size:18px;font-weight:400;line-height:24px;color:#0006}@media only screen and (max-width:1023px){._bookInfoAuthor_usehq_89{font-size:18px;line-height:24px}}._bookInfoDescription_usehq_102{font-size:18px;font-weight:400;line-height:24px;color:#0006;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:1023px){._bookInfoDescription_usehq_102{font-size:18px;line-height:24px}}._bookInfoRating_usehq_120{display:flex;align-items:center;gap:4px;height:24px}._bookInfoStars_usehq_127{display:flex;align-items:center;gap:4px}._bookInfoRatingText_usehq_133{font-size:16px;font-weight:400;line-height:24px;color:#0006}@media only screen and (max-width:1023px){._bookInfoRatingText_usehq_133{font-size:16px;line-height:24px}}._bookInfoPrice_usehq_146{font-size:40px;font-weight:700;line-height:52px;color:#229cd7}@media only screen and (max-width:1023px){._bookInfoPrice_usehq_146{font-size:40px;line-height:52px}}._bookInfoAddToCartButton_usehq_159{display:flex;align-items:center;justify-content:center;gap:10px;width:100%}@media only screen and (max-width:1023px){._bookInfoAddToCartButton_usehq_159{width:100%}}._bookInfoDetails_usehq_172{display:flex;flex-direction:column;gap:24px;padding:0 20px}@media only screen and (max-width:1023px){._bookInfoDetails_usehq_172{padding:0;gap:24px}}._bookInfoDetailRow_usehq_185{display:flex;align-items:center;gap:8px;font-size:18px;line-height:24px}@media only screen and (max-width:1023px){._bookInfoDetailRow_usehq_185{font-size:18px;line-height:24px}}._bookInfoDetailLabel_usehq_199{font-weight:400;color:#0009}._bookInfoDetailValue_usehq_204{font-weight:500;color:#000c}._bookInfoAdvantages_usehq_209{display:flex;flex-direction:column;gap:16px;padding:0 20px}@media only screen and (max-width:1023px){._bookInfoAdvantages_usehq_209{padding:0;gap:16px}}._bookInfoAdvantagesTitle_usehq_222{font-size:18px;font-weight:400;line-height:24px;color:#0009}@media only screen and (max-width:1023px){._bookInfoAdvantagesTitle_usehq_222{font-size:18px;line-height:24px}}._bookInfoAdvantageItem_usehq_235{display:flex;align-items:center;gap:12px}@media only screen and (max-width:1023px){._bookInfoAdvantageItem_usehq_235{gap:12px}}._bookInfoAdvantageIcon_usehq_246{flex-shrink:0;width:20px;height:20px}@media only screen and (max-width:1023px){._bookInfoAdvantageIcon_usehq_246{width:20px;height:20px}}._bookInfoAdvantageText_usehq_258{font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.15px;color:#010002}@media only screen and (max-width:1023px){._bookInfoAdvantageText_usehq_258{font-size:14px;line-height:20px}}@keyframes _shimmer_1jdix_1{0%{background-position:-200% 0}to{background-position:200% 0}}._catalogByIdSkeleton_1jdix_9{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;padding:64px 40px;background:#fff}@media only screen and (max-width:1023px){._catalogByIdSkeleton_1jdix_9{flex-direction:column;align-items:center;gap:16px;padding:32px 16px}}._catalogByIdSkeletonImageWrapper_1jdix_26{max-width:581px;width:100%;height:auto;aspect-ratio:581/775;border-radius:10px;overflow:hidden}@media only screen and (max-width:1023px){._catalogByIdSkeletonImageWrapper_1jdix_26{max-width:191px;width:100%;aspect-ratio:191/244;border-radius:0}}._catalogByIdSkeletonImage_1jdix_26{width:100%;height:100%;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1jdix_1 1.5s infinite ease-in-out}._catalogByIdSkeletonContent_1jdix_51{display:flex;flex-direction:column;gap:64px;max-width:676px;width:100%}@media only screen and (max-width:1023px){._catalogByIdSkeletonContent_1jdix_51{max-width:100%;width:100%;gap:24px}}._catalogByIdSkeletonMain_1jdix_66{display:flex;flex-direction:column;gap:12px;padding:0 20px}@media only screen and (max-width:1023px){._catalogByIdSkeletonMain_1jdix_66{padding:0;gap:12px}}._catalogByIdSkeletonTitle_1jdix_79{width:100%;height:56px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1jdix_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._catalogByIdSkeletonTitle_1jdix_79{height:56px}}._catalogByIdSkeletonAuthor_1jdix_92{width:150px;height:24px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1jdix_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._catalogByIdSkeletonAuthor_1jdix_92{width:150px;height:24px}}._catalogByIdSkeletonDescription_1jdix_106{width:100%;height:48px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1jdix_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._catalogByIdSkeletonDescription_1jdix_106{height:48px}}._catalogByIdSkeletonRating_1jdix_119{width:150px;height:24px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1jdix_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._catalogByIdSkeletonRating_1jdix_119{width:150px;height:24px}}._catalogByIdSkeletonPrice_1jdix_133{width:150px;height:52px;margin-top:8px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1jdix_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._catalogByIdSkeletonPrice_1jdix_133{width:150px;height:52px;margin-top:8px}}._catalogByIdSkeletonButton_1jdix_149{width:100%;height:44px;margin-top:8px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1jdix_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._catalogByIdSkeletonButton_1jdix_149{width:100%;height:44px;margin-top:8px}}._catalogByIdSkeletonDetails_1jdix_165{display:flex;flex-direction:column;gap:24px;padding:0 20px}@media only screen and (max-width:1023px){._catalogByIdSkeletonDetails_1jdix_165{padding:0;gap:24px}}._catalogByIdSkeletonDetailRow_1jdix_178{width:300px;height:24px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1jdix_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._catalogByIdSkeletonDetailRow_1jdix_178{width:300px;height:24px}}._catalogByIdSkeletonAdvantages_1jdix_192{display:flex;flex-direction:column;gap:16px;padding:0 20px}@media only screen and (max-width:1023px){._catalogByIdSkeletonAdvantages_1jdix_192{padding:0;gap:16px}}._catalogByIdSkeletonAdvantagesTitle_1jdix_205{width:120px;height:24px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1jdix_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._catalogByIdSkeletonAdvantagesTitle_1jdix_205{width:120px;height:24px}}._catalogByIdSkeletonAdvantageItem_1jdix_219{width:200px;height:20px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1jdix_1 1.5s infinite ease-in-out}@media only screen and (max-width:1023px){._catalogByIdSkeletonAdvantageItem_1jdix_219{width:200px;height:20px}}@keyframes _shimmer_1v1qz_1{0%{background-position:-200% 0}to{background-position:200% 0}}._catalogByIdScreen_1v1qz_9{display:flex;flex-direction:column;gap:64px;max-width:1440px;width:100%;margin:0 auto 64px}@media only screen and (max-width:1023px){._catalogByIdScreen_1v1qz_9{gap:4px;margin-bottom:0}}@keyframes _shimmer_zho7a_1{0%{background-position:-200% 0}to{background-position:200% 0}}._bookCardList_zho7a_9{position:relative;display:flex;gap:24px;align-items:center;padding:16px 20px;background:#fff;border:1px solid #a2dcf8;cursor:pointer;transition:all .3s ease}@media(hover:hover)and (pointer:fine){._bookCardList_zho7a_9:hover{border-color:#229cd7;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}}._bookCardListImageWrapper_zho7a_27{flex-shrink:0;width:226px;height:242px;border-radius:12px;overflow:hidden}._bookCardListFavoriteButton_zho7a_35{position:absolute;top:20px;right:20px;z-index:1;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:3px 2px 1px;background:#a2dcf8;border-radius:20px;cursor:pointer;transition:transform .2s ease}._bookCardListFavoriteButton_zho7a_35._active_zho7a_51{background:#229cd7}@media(hover:hover)and (pointer:fine){._bookCardListFavoriteButton_zho7a_35:hover{transform:scale(1.2)}}._bookCardListImage_zho7a_27{width:100%;height:100%;object-fit:cover}._bookCardListContent_zho7a_66{display:flex;flex-direction:column;flex:1;gap:12px;padding:0 20px;min-width:0}._bookCardListTitle_zho7a_75{color:#010002;font-size:24px;font-weight:600;line-height:28px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._bookCardListAuthor_zho7a_87{color:#0006;font-size:18px;font-weight:400;line-height:24px}._bookCardListDescription_zho7a_94{color:#0006;font-size:18px;font-weight:400;line-height:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._bookCardListRating_zho7a_106{display:flex;align-items:center;gap:4px;height:24px}._bookCardListStars_zho7a_113{display:flex;align-items:center;gap:4px}._bookCardListRatingText_zho7a_119{color:#0006;font-size:16px;font-weight:400;line-height:24px}._bookCardListFooter_zho7a_126{display:flex;align-items:center;justify-content:space-between}._bookCardListPrice_zho7a_132{color:#229cd7;font-size:24px;font-weight:700;line-height:32px}._bookCardListButton_zho7a_139{font-size:16px;font-weight:700;line-height:24px;padding:10px;min-width:90px}@keyframes _shimmer_1mejf_1{0%{background-position:-200% 0}to{background-position:200% 0}}._bookCardListSkeleton_1mejf_9{display:flex;gap:24px;align-items:center;padding:16px 20px;background:#fff;border:1px solid #f3f3f3}._bookCardListSkeletonImage_1mejf_18{flex-shrink:0;width:226px;height:242px;border-radius:12px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1mejf_1 1.5s infinite ease-in-out}._bookCardListSkeletonContent_1mejf_28{display:flex;flex-direction:column;flex:1;gap:12px;padding:0 20px;min-width:0}._bookCardListSkeletonTitle_1mejf_37{width:70%;height:28px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1mejf_1 1.5s infinite ease-in-out}._bookCardListSkeletonAuthor_1mejf_45{width:30%;height:24px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1mejf_1 1.5s infinite ease-in-out}._bookCardListSkeletonDescription_1mejf_53{width:100%;height:24px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1mejf_1 1.5s infinite ease-in-out}._bookCardListSkeletonDescriptionSecond_1mejf_61{width:60%;height:24px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1mejf_1 1.5s infinite ease-in-out}._bookCardListSkeletonRating_1mejf_69{width:120px;height:24px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1mejf_1 1.5s infinite ease-in-out}._bookCardListSkeletonFooter_1mejf_77{display:flex;align-items:center;justify-content:space-between}._bookCardListSkeletonPrice_1mejf_83{width:100px;height:32px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1mejf_1 1.5s infinite ease-in-out}._bookCardListSkeletonButton_1mejf_91{width:100px;height:44px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_1mejf_1 1.5s infinite ease-in-out}@keyframes _shimmer_dr3qa_1{0%{background-position:-200% 0}to{background-position:200% 0}}._pagination_dr3qa_9{display:flex;align-items:center;justify-content:center;gap:8px}._breakLabel_dr3qa_16,._page_dr3qa_17{display:flex;align-items:center;justify-content:center;background:transparent}._breakLabel_dr3qa_16{width:40px;height:40px;padding:0 8px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.31px;color:#0009;cursor:pointer}._link_dr3qa_36{display:flex;justify-content:center;align-items:center;min-width:40px;height:40px;padding:0 8px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.31px;text-align:center;border-radius:8px;cursor:pointer;border:1px solid rgba(0,0,0,.4);transition:background .2s ease,color .2s ease}@media(hover:hover)and (pointer:fine){._link_dr3qa_36:hover{background:#a2dcf833;border-color:#229cd7}}._activeLink_dr3qa_60{background:#229cd7;color:#fff;font-weight:500;border:1px solid transparent;cursor:default;font-size:16px;line-height:24px;letter-spacing:-.31px}@media(hover:hover)and (pointer:fine){._activeLink_dr3qa_60:hover{background:#229cd7}}._previousLink_dr3qa_76,._nextLink_dr3qa_77{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(0,0,0,.4);border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}@media(hover:hover)and (pointer:fine){._previousLink_dr3qa_76:hover,._nextLink_dr3qa_77:hover{background:#a2dcf833;border-color:#229cd7}}._previousLink_dr3qa_76._disabled_dr3qa_96,._nextLink_dr3qa_77._disabled_dr3qa_96{opacity:.4;cursor:not-allowed;pointer-events:none}@keyframes _shimmer_1lo43_1{0%{background-position:-200% 0}to{background-position:200% 0}}._bookGridWrapper_1lo43_9{display:flex;flex-direction:column;gap:4px}._bookGrid_1lo43_9{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}@media only screen and (min-width:1660px){._bookGrid_1lo43_9{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:1280px){._bookGrid_1lo43_9{grid-template-columns:1fr 1fr}}@media only screen and (max-width:1023px){._bookGrid_1lo43_9{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:767px){._bookGrid_1lo43_9{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:520px){._bookGrid_1lo43_9{grid-template-columns:1fr}}._bookGridList_1lo43_46{grid-template-columns:1fr}._paginationWrapper_1lo43_50{display:flex;justify-content:center;background:#fff;padding:32px 0}@keyframes _shimmer_1r1xr_1{0%{background-position:-200% 0}to{background-position:200% 0}}._catalogHeader_1r1xr_9{display:flex;align-items:center;justify-content:space-between;padding:4px 20px;background:#fff}@media only screen and (max-width:1023px){._catalogHeader_1r1xr_9{display:none}}._sortContainer_1r1xr_22{display:flex;align-items:center;gap:8px}._sortIcon_1r1xr_28{flex-shrink:0}._sortLabel_1r1xr_32{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.15px;color:#010002;white-space:nowrap;margin-right:8px}._viewToggle_1r1xr_43{display:flex;align-items:center;gap:8px;padding:4px;background:#f3f3f3;border-radius:8px}._viewButton_1r1xr_52{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border-radius:6px;cursor:pointer;transition:background .2s ease}@media(hover:hover)and (pointer:fine){._viewButton_1r1xr_52:not(._viewButtonActive_1r1xr_64):hover{background:#fff}}._viewButtonActive_1r1xr_64{box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;cursor:default}@keyframes _shimmer_ypjdn_1{0%{background-position:-200% 0}to{background-position:200% 0}}._sortSelectWrapper_ypjdn_9{position:relative}._sortSelectTrigger_ypjdn_13{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:172px;max-width:240px;padding:6px 12px;background:#fff;border:1px solid #d1d5dc;border-radius:12px;cursor:pointer;transition:border-color .2s ease}@media(hover:hover)and (pointer:fine){._sortSelectTrigger_ypjdn_13:hover{border-color:#229cd7}}._sortSelectTriggerOpen_ypjdn_33{border-color:#229cd7}._sortSelectValue_ypjdn_37{font-size:16px;font-weight:400;line-height:24px;color:#00000080;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sortSelectIcon_ypjdn_47{flex-shrink:0;width:24px;height:24px;transition:transform .2s ease;transform:rotate(180deg)}._sortSelectIconOpen_ypjdn_55{transform:rotate(0)}._sortSelectDropdown_ypjdn_59{position:absolute;top:calc(100% + 4px);left:50%;z-index:100;transform:translate(-50%);display:flex;flex-direction:column;gap:16px;min-width:260px;padding:12px 0;background:#fff;box-shadow:0 8px 18px -6px #18274b1f,0 12px 42px -4px #18274b1f}._sortSelectOption_ypjdn_74{display:flex;align-items:center;padding:0 12px;font-family:Poppins,sans-serif;font-size:20px;font-weight:400;line-height:28px;letter-spacing:-.15px;color:#010002;text-align:left;background:transparent;cursor:pointer;transition:background .2s ease}@media(hover:hover)and (pointer:fine){._sortSelectOption_ypjdn_74:hover{background:#f3f3f3}}._sortSelectOptionActive_ypjdn_95{background:#f3f3f3}@keyframes _shimmer_xs0qt_1{0%{background-position:-200% 0}to{background-position:200% 0}}._filterSection_xs0qt_9{display:flex;flex-direction:column;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.2)}._filterSectionHeader_xs0qt_17{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;cursor:pointer}._filterSectionTitle_xs0qt_26{font-size:20px;font-weight:400;line-height:33px;color:#0009}._filterSectionIcon_xs0qt_33{flex-shrink:0;transition:transform .2s ease}._filterSectionIconClosed_xs0qt_38{transform:rotate(180deg)}._filterSectionContent_xs0qt_42{display:flex;flex-direction:column;gap:16px}@keyframes _shimmer_1qn5a_1{0%{background-position:-200% 0}to{background-position:200% 0}}._authorInputWrapper_1qn5a_9{gap:0}._authorInputContainer_1qn5a_13{margin-bottom:28px}._authorInput_1qn5a_9{height:42px;padding:9px 12px 9px 32px;font-size:16px;font-weight:400;line-height:24px;color:#010002;border:1px solid #d1d5dc;border-radius:12px}._authorInput_1qn5a_9::placeholder{font-size:16px;color:#00000080}._authorInput_1qn5a_9:focus{border:1px solid #229cd7}@keyframes _shimmer_d3jk6_1{0%{background-position:-200% 0}to{background-position:200% 0}}._checkbox_d3jk6_9{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;width:15px;height:12px;opacity:0;margin:0}._disabled_d3jk6_20{opacity:.4}._disabled_d3jk6_20 ._label_d3jk6_23,._disabled_d3jk6_20 ._content_d3jk6_24{cursor:default}._customCheckbox_d3jk6_28{display:flex;align-items:center;gap:12px;position:relative;cursor:pointer}._label_d3jk6_23{width:24px;height:24px;display:flex;align-items:center;flex-shrink:0;background:transparent;border-radius:4px;border:2px solid #a2dcf8;position:relative;overflow:hidden;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}._label_d3jk6_23:hover{border:2px solid #a2dcf8}._label_d3jk6_23:before{content:"";display:block;position:relative;flex-shrink:0;box-sizing:border-box}._label_d3jk6_23:after{width:15px;height:12px;background-color:#a2dcf8;position:absolute;content:"";transform:rotate(-45deg) translateZ(0);transform-origin:center center;display:none;margin:auto}._checkbox_d3jk6_9:checked~._label_d3jk6_23{background-color:#a2dcf8;border:2px solid #a2dcf8}._checkbox_d3jk6_9:checked~._label_d3jk6_23:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='12'%20viewBox='0%200%2015%2012'%20fill='none'%3e%3cmask%20id='path-1-outside-1_76_5149'%20maskUnits='userSpaceOnUse'%20x='-0.387011'%20y='-0.376465'%20width='15'%20height='12'%20fill='black'%3e%3crect%20fill='white'%20x='-0.387011'%20y='-0.376465'%20width='15'%20height='12'/%3e%3cpath%20d='M13.8288%201.81885L5.20283%2010.6235L0.612989%205.9165L1.79365%204.72119L5.20479%208.20654L12.6481%200.623535L13.8288%201.81885Z'/%3e%3c/mask%3e%3cpath%20d='M13.8288%201.81885L5.20283%2010.6235L0.612989%205.9165L1.79365%204.72119L5.20479%208.20654L12.6481%200.623535L13.8288%201.81885Z'%20fill='white'/%3e%3cpath%20d='M13.8288%201.81885L14.1413%202.12502L14.4425%201.81759L14.1401%201.5114L13.8288%201.81885ZM5.20283%2010.6235L4.8896%2010.929L5.2021%2011.2494L5.51535%2010.9297L5.20283%2010.6235ZM0.612989%205.9165L0.301729%205.60906L-1.78814e-07%205.91453L0.299756%206.22194L0.612989%205.9165ZM1.79365%204.72119L2.10632%204.41518L1.79509%204.09717L1.48239%204.41375L1.79365%204.72119ZM5.20479%208.20654L4.89212%208.51256L5.20433%208.83156L5.51701%208.51301L5.20479%208.20654ZM12.6481%200.623535L12.9594%200.316089L12.6472%20-2.07424e-05L12.3359%200.317064L12.6481%200.623535ZM13.8288%201.81885L13.5163%201.51268L4.89032%2010.3174L5.20283%2010.6235L5.51535%2010.9297L14.1413%202.12502L13.8288%201.81885ZM5.20283%2010.6235L5.51607%2010.3181L0.926223%205.61107L0.612989%205.9165L0.299756%206.22194L4.8896%2010.929L5.20283%2010.6235ZM0.612989%205.9165L0.92425%206.22395L2.10491%205.02864L1.79365%204.72119L1.48239%204.41375L0.301729%205.60906L0.612989%205.9165ZM1.79365%204.72119L1.48098%205.0272L4.89212%208.51256L5.20479%208.20654L5.51746%207.90053L2.10632%204.41518L1.79365%204.72119ZM5.20479%208.20654L5.51701%208.51301L12.9604%200.930006L12.6481%200.623535L12.3359%200.317064L4.89257%207.90007L5.20479%208.20654ZM12.6481%200.623535L12.3369%200.930981L13.5175%202.12629L13.8288%201.81885L14.1401%201.5114L12.9594%200.316089L12.6481%200.623535Z'%20fill='%23A2DCF8'%20mask='url(%23path-1-outside-1_76_5149)'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center center;left:50%;transform:translate(-50%);width:15px;height:12px}._content_d3jk6_24{display:flex;align-items:center;gap:8px;color:#0009;font-size:14px;font-weight:400;line-height:20px;cursor:pointer}@keyframes _shimmer_gllsk_1{0%{background-position:-200% 0}to{background-position:200% 0}}._categoryFilter_gllsk_9{display:flex;flex-direction:column;gap:24px}._categoryHeader_gllsk_15{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;cursor:pointer}._categoryTitle_gllsk_24{font-size:24px;font-weight:600;line-height:33px;color:#010002}._categoryIcon_gllsk_31{flex-shrink:0;transition:transform .2s ease}._categoryIconClosed_gllsk_36{transform:rotate(180deg)}._categoryList_gllsk_40{display:flex;flex-direction:column;gap:16px;padding-left:10px}._categoryItem_gllsk_47{display:flex;align-items:center}._categoryCheckbox_gllsk_52 span{font-size:14px;font-weight:400;line-height:20px;color:#0009}@keyframes _shimmer_w7m6n_1{0%{background-position:-200% 0}to{background-position:200% 0}}._priceInputs_w7m6n_9{display:flex;gap:16px}._priceInputWrapper_w7m6n_14{flex:1;gap:8px}._priceCurrency_w7m6n_19{font-size:16px;font-weight:400;line-height:24px;color:#00000080}._priceInput_w7m6n_9{height:42px;padding:8px 12px 8px 32px;font-size:16px;font-weight:400;line-height:24px;color:#010002;border:1px solid #d1d5dc;border-radius:12px;-moz-appearance:textfield}._priceInput_w7m6n_9::-webkit-outer-spin-button,._priceInput_w7m6n_9::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._priceInput_w7m6n_9::placeholder{font-size:16px;color:#00000080}._priceInput_w7m6n_9:focus{border:1px solid #229cd7}._priceInfo_w7m6n_49{margin-top:16px;font-size:16px;font-weight:400;line-height:24px;color:#0009}@keyframes _shimmer_1r2vp_1{0%{background-position:-200% 0}to{background-position:200% 0}}._yearList_1r2vp_9{display:flex;flex-direction:column;gap:16px}._yearItem_1r2vp_15{display:flex;align-items:center}._yearCheckbox_1r2vp_20 span{font-size:14px;font-weight:400;line-height:20px;color:#0009}@keyframes _shimmer_ye75j_1{0%{background-position:-200% 0}to{background-position:200% 0}}._ratingList_ye75j_9{display:flex;flex-direction:column;gap:16px}._ratingItem_ye75j_15{gap:8px}._ratingStars_ye75j_19{display:flex;align-items:center;gap:4px}@keyframes _shimmer_1upi5_1{0%{background-position:-200% 0}to{background-position:200% 0}}._filtersSidebar_1upi5_9{display:flex;flex-direction:column;gap:24px;width:372px;min-width:372px;padding:32px 16px 32px 40px;background:#fff}@media only screen and (max-width:1023px){._filtersSidebar_1upi5_9{width:100%;min-width:100%;padding:16px;border-bottom:4px solid #010002}}._sortContainer_1upi5_27{display:none;align-items:center;gap:8px}@media only screen and (max-width:1023px){._sortContainer_1upi5_27{display:flex}}._sortIcon_1upi5_38{flex-shrink:0}._sortLabel_1upi5_42{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.15px;color:#010002;white-space:nowrap;margin-right:8px}._filtersHeader_1upi5_53{display:flex;flex-direction:column;gap:24px}._filtersToggle_1upi5_59{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;cursor:pointer}._filtersTitle_1upi5_68{font-weight:600;font-size:24px;line-height:33px;letter-spacing:0px;color:#010002}._filtersIcon_1upi5_77{flex-shrink:0;transition:transform .2s ease}._filtersIconClosed_1upi5_82{transform:rotate(180deg)}._resetButton_1upi5_86{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0px;color:#010002;margin-left:auto;width:fit-content;text-decoration:underline;background:transparent;cursor:pointer;transition:color .2s ease}@media(hover:hover)and (pointer:fine){._resetButton_1upi5_86:hover{color:#229cd7}}._filtersContent_1upi5_105{display:flex;flex-direction:column;gap:24px}@keyframes _shimmer_1jr2k_1{0%{background-position:-200% 0}to{background-position:200% 0}}._selectedCategories_1jr2k_9{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 20px 20px;background:#010002;cursor:pointer}@media only screen and (max-width:1023px){._selectedCategories_1jr2k_9{display:none}}._selectedCategoriesText_1jr2k_24{font-size:24px;font-weight:600;line-height:33px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes _shimmer_ixchi_1{0%{background-position:-200% 0}to{background-position:200% 0}}._seoSection_ixchi_9{padding:64px 40px;margin:64px 0}@media only screen and (max-width:1023px){._seoSection_ixchi_9{margin:0;padding:32px 16px}}._seoContainer_ixchi_20{display:flex;flex-direction:column;gap:30px;max-width:1369px;width:100%}._seoTitle_ixchi_28{font-weight:600;font-size:44px;line-height:50px;letter-spacing:0px;color:#fff}@media only screen and (max-width:1023px){._seoTitle_ixchi_28{font-weight:700;font-size:26px;line-height:42px;letter-spacing:0px}}._seoDescription_ixchi_44{font-weight:400;font-size:30px;line-height:48px;letter-spacing:0px;color:#fff}@media only screen and (max-width:1023px){._seoDescription_ixchi_44{font-weight:400;font-size:24px;line-height:33px;letter-spacing:0px}}@keyframes _shimmer_1ucod_1{0%{background-position:-200% 0}to{background-position:200% 0}}._catalogScreen_1ucod_9{display:flex;flex-direction:column;gap:4px;min-height:100vh;max-width:1440px;width:100%;margin:0 auto 64px}@media only screen and (max-width:1023px){._catalogScreen_1ucod_9{margin-bottom:0}}._catalogContent_1ucod_24{display:flex;align-items:flex-start;gap:4px}@media only screen and (max-width:1023px){._catalogContent_1ucod_24{flex-direction:column}}._catalogMain_1ucod_35{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;width:100%}._catalogEmpty_1ucod_44{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:32px 24px 48px}._catalogEmptyImage_1ucod_53{width:220px;height:auto}._catalogEmptyTitle_1ucod_58{font-size:24px;font-weight:600;line-height:30px;color:#fff}._catalogEmptySubtitle_1ucod_65{max-width:420px;font-size:16px;line-height:24px;color:#f3f3f3}@keyframes _shimmer_15geu_1{0%{background-position:-200% 0}to{background-position:200% 0}}._contactUsFormWrapper_15geu_9{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;background-color:#fff}@media only screen and (max-width:1023px){._contactUsFormWrapper_15geu_9{padding:32px 16px}}@media only screen and (max-width:767px){._contactUsFormWrapper_15geu_9{flex-direction:column;gap:16px}}._contactUsFormInfo_15geu_32{display:flex;flex-direction:column;align-items:center;gap:64px;max-width:584px;width:100%}@media only screen and (max-width:767px){._contactUsFormInfo_15geu_32{max-width:100%;gap:32px}}._contactUsFormInfoText_15geu_47{display:flex;flex-direction:column;gap:24px;width:100%}._contactUsFormTitle_15geu_54{font-weight:600;font-size:32px;line-height:40px;color:#010002}@media only screen and (max-width:767px){._contactUsFormTitle_15geu_54{font-size:26px;line-height:42px}}._contactUsFormDescription_15geu_67{font-weight:400;font-size:18px;line-height:30px;color:#000c}@media only screen and (max-width:767px){._contactUsFormDescription_15geu_67{font-size:16px;line-height:24px}}._contactUsFormImageWrapper_15geu_80{max-width:442px;width:100%;height:246px}@media only screen and (max-width:767px){._contactUsFormImageWrapper_15geu_80{max-width:auto;width:100%;height:182px}}._contactUsFormImage_15geu_80{width:100%;height:100%;object-fit:contain}._contactUsForm_15geu_9{display:flex;flex-direction:column;gap:24px;max-width:686px;width:100%;padding:32px 24px;background-color:#f3f3f3}@media only screen and (max-width:767px){._contactUsForm_15geu_9{padding:32px 8px;max-width:100%}}._contactUsFormButton_15geu_115{width:100%}@keyframes _shimmer_nka7n_1{0%{background-position:-200% 0}to{background-position:200% 0}}._container_nka7n_9{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f3f3f3;padding:10px 40px;min-height:60px}._container_nka7n_9._grayBackground_nka7n_18{background-color:#fff}@media only screen and (max-width:1023px){._container_nka7n_9{padding:10px 24px}}@media only screen and (max-width:767px){._container_nka7n_9{padding:10px 12px}}._content_nka7n_32{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer}._question_nka7n_40{color:#010002;font-size:24px;font-weight:600;line-height:40px}._replyWrapper_nka7n_47{height:0;overflow:hidden;transition:height .4s ease}._reply_nka7n_47{padding-top:24px;color:#000c;font-size:18px;font-weight:400;line-height:30px}._actionButton_nka7n_61{cursor:pointer;transition:transform .4s ease;line-height:0;flex-shrink:0}._actionButton_nka7n_61._rotated_nka7n_67{transform:rotate(45deg)}@keyframes _shimmer_rwsw2_1{0%{background-position:-200% 0}to{background-position:200% 0}}._faqSection_rwsw2_9{max-width:1440px;width:100%;margin:0 auto;padding:32px 40px 64px}@media only screen and (max-width:1023px){._faqSection_rwsw2_9{padding:16px}}._sectionHeader_rwsw2_21{display:flex;flex-direction:column;gap:24px;padding:32px 0}@media only screen and (max-width:1023px){._sectionHeader_rwsw2_21{gap:24px;padding:16px 0}}._title_rwsw2_34{color:#fff;font-size:32px;font-weight:700;line-height:42px}@media only screen and (max-width:1023px){._title_rwsw2_34{font-size:28px;line-height:36px}}@media only screen and (max-width:767px){._title_rwsw2_34{font-size:26px}}._description_rwsw2_52{color:#fff9;font-size:24px;font-weight:400;line-height:33px}._contentBlock_rwsw2_59{display:flex;flex-direction:column}._userVariant_rwsw2_64{background-color:#fff;max-width:100%;padding:40px 20px;gap:32px}._userVariant_rwsw2_64 ._title_rwsw2_34{color:#010002;font-size:24px;font-weight:600;line-height:32px}._userVariant_rwsw2_64 ._description_rwsw2_52{color:#000c;font-size:18px;font-weight:400;line-height:30px}._userVariant_rwsw2_64 ._sectionHeader_rwsw2_21{padding:16px 0}@media only screen and (max-width:767px){._userVariant_rwsw2_64{padding:16px 8px;background-color:transparent}}@keyframes _shimmer_5wu78_1{0%{background-position:-200% 0}to{background-position:200% 0}}._otherWaysSectionWrapper_5wu78_9{display:flex;flex-direction:column;gap:30px;max-width:1440px;width:100%;margin:64px auto;padding:64px 40px}@media only screen and (max-width:1023px){._otherWaysSectionWrapper_5wu78_9{padding:32px 16px;margin:0 auto}}@media only screen and (max-width:767px){._otherWaysSectionWrapper_5wu78_9{padding:32px 0 0;gap:24px}}._otherWaysSectionTitle_5wu78_31{font-weight:600;font-size:44px;line-height:50px;color:#fff}@media only screen and (max-width:1023px){._otherWaysSectionTitle_5wu78_31{font-size:36px;line-height:42px}}@media only screen and (max-width:767px){._otherWaysSectionTitle_5wu78_31{font-size:26px;line-height:42px;padding-left:16px}}._otherWaysSectionSubtitle_5wu78_51{font-weight:400;font-size:24px;line-height:33px;color:#fff9}@media only screen and (max-width:767px){._otherWaysSectionSubtitle_5wu78_51{font-size:24px;line-height:33px;padding-left:16px}}._otherWaysSectionCards_5wu78_65{display:flex;gap:16px}@media only screen and (max-width:1280px){._otherWaysSectionCards_5wu78_65{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}}@media only screen and (max-width:767px){._otherWaysSectionCards_5wu78_65{grid-template-columns:1fr;gap:4px}}._otherWaysCard_5wu78_83{display:flex;flex-direction:column;gap:16px;justify-content:center;flex:1;min-width:0;padding:32px 20px;background-color:#fff}@media only screen and (max-width:1023px){._otherWaysCard_5wu78_83{flex:1 1 calc(50% - 8px);min-width:280px;padding:32px 20px}}@media only screen and (max-width:767px){._otherWaysCard_5wu78_83{flex:1 1 100%;min-width:100%}}._otherWaysCardImageWrapper_5wu78_107{height:166px}._otherWaysCardImage_5wu78_107{height:100%;object-fit:contain}@media only screen and (max-width:767px){._otherWaysCardImage_5wu78_107{width:100%}}._otherWaysCardContent_5wu78_121{display:flex;flex-direction:column;gap:16px}._otherWaysCardTitle_5wu78_127{font-weight:600;font-size:20px;line-height:28px;color:#101828}._otherWaysCardValue_5wu78_134{font-weight:400;font-size:16px;line-height:24px;color:#364153}._otherWaysCardNote_5wu78_141{font-weight:400;font-size:14px;line-height:20px;color:#6a7282}._userVariant_5wu78_148{max-width:100%;padding:40px 20px;margin:0;background-color:#fff}._userVariant_5wu78_148 ._otherWaysSectionTitle_5wu78_31{color:#010002;font-size:24px;font-weight:600;line-height:33px}._userVariant_5wu78_148 ._otherWaysSectionSubtitle_5wu78_51{color:#000000b3;font-size:24px;font-weight:400;line-height:33px}._userVariant_5wu78_148 ._otherWaysCard_5wu78_83{background-color:#f3f3f3}@media(max-width:1439px){._userVariant_5wu78_148 ._otherWaysSectionCards_5wu78_65{display:grid;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){._userVariant_5wu78_148 ._otherWaysSectionCards_5wu78_65{grid-template-columns:1fr;gap:4px}}@media only screen and (max-width:767px){._userVariant_5wu78_148{padding:32px 0}._userVariant_5wu78_148 ._otherWaysCard_5wu78_83{padding:16px 8px}._userVariant_5wu78_148 ._otherWaysSectionSubtitle_5wu78_51,._userVariant_5wu78_148 ._otherWaysSectionTitle_5wu78_31{padding-left:8px}}@keyframes _shimmer_ldq97_1{0%{background-position:-200% 0}to{background-position:200% 0}}._getInTouchWrapper_ldq97_9{max-width:1440px;margin:0 auto;padding:64px 40px;display:flex;flex-direction:column;gap:30px}@media only screen and (max-width:1023px){._getInTouchWrapper_ldq97_9{padding:32px 16px}}@media only screen and (max-width:767px){._getInTouchWrapper_ldq97_9{padding:20px 16px;gap:24px}}._getInTouchTitle_ldq97_29{font-size:44px;font-weight:600;line-height:50px;letter-spacing:0px;color:#fff}@media only screen and (max-width:1023px){._getInTouchTitle_ldq97_29{font-size:32px;line-height:46px}}@media only screen and (max-width:767px){._getInTouchTitle_ldq97_29{font-size:26px;line-height:42px}}._getInTouchDescription_ldq97_49{font-size:30px;font-weight:400;line-height:48px;color:#fff}@media only screen and (max-width:1023px){._getInTouchDescription_ldq97_49{font-size:24px;line-height:33px}}._buttonWrapper_ldq97_62{display:flex;gap:16px}@media only screen and (max-width:767px){._buttonWrapper_ldq97_62{flex-direction:column;gap:24px}}._localizationWrapper_ldq97_73{display:flex;flex-direction:column;gap:30px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px}@media only screen and (max-width:1023px){._localizationWrapper_ldq97_73{padding:32px 16px}}@media only screen and (max-width:767px){._localizationWrapper_ldq97_73{padding:16px;gap:24px}}._localizationHeader_ldq97_94{display:flex;align-items:center;gap:8px}._localizationIcon_ldq97_100{width:60px;height:60px;object-fit:contain}@media only screen and (max-width:767px){._localizationIcon_ldq97_100{width:48px;height:48px}}._localizationTitle_ldq97_112{font-weight:600;font-size:44px;line-height:50px;color:#fff}@media only screen and (max-width:767px){._localizationTitle_ldq97_112{font-size:26px;line-height:42px}}._localizationText_ldq97_125{display:flex;flex-direction:column;gap:0;font-weight:400;font-size:30px;line-height:48px;color:#fff}@media only screen and (max-width:767px){._localizationText_ldq97_125{font-weight:400;font-size:24px;line-height:33px}}._wrapperForLocalizationAndFaq_ldq97_142{display:flex;flex-direction:column;gap:64px;margin-bottom:64px}@media only screen and (max-width:1023px){._wrapperForLocalizationAndFaq_ldq97_142{gap:0;margin-bottom:0}}@keyframes _shimmer_1xaax_1{0%{background-position:-200% 0}to{background-position:200% 0}}._section_1xaax_9{max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;background-color:#fff;display:flex;flex-direction:column;gap:32px}@media only screen and (max-width:1023px){._section_1xaax_9{padding:16px}}._title_1xaax_25{color:#010002;font-size:32px;font-weight:700;line-height:42px}@media only screen and (max-width:1023px){._title_1xaax_25{font-size:26px}}._description_1xaax_37{color:#000c;font-size:24px;font-weight:400;line-height:33px}._categoriesGrid_1xaax_44{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 16px;align-items:center}@media only screen and (max-width:1023px){._categoriesGrid_1xaax_44{grid-template-columns:1fr 1fr;gap:16px}}@media only screen and (max-width:767px){._categoriesGrid_1xaax_44{grid-template-columns:1fr}}._categoryItem_1xaax_62{display:flex;gap:8px;align-items:center;cursor:pointer;height:fit-content;transition:background-color .2s ease}@media(hover:hover)and (pointer:fine){._categoryItem_1xaax_62:hover{transition:background-color .2s ease;background-color:#a2dcf8}}._icon_1xaax_77{width:48px;height:48px}._categoryTitle_1xaax_82{color:#010002;font-size:24px;font-weight:600;line-height:33px}@media only screen and (max-width:1023px){._categoryTitle_1xaax_82{font-size:20px}}._dividerImage_1xaax_94{width:100%;height:80px}._button_1xaax_99{max-width:601px;width:100%}@keyframes _shimmer_1yep2_1{0%{background-position:-200% 0}to{background-position:200% 0}}._section_1yep2_9{max-width:1440px;width:100%;background-color:#c6ecff;border-top:4px solid #010002;border-bottom:4px solid #010002;padding:20px 0;margin:0 auto}._marquee_1yep2_19{width:100%;overflow:hidden;position:relative}._marqueeContent_1yep2_25{display:flex;gap:70px;align-items:flex-end;width:fit-content;animation:_marquee_1yep2_19 30s linear infinite}._logoWrapper_1yep2_33{height:120px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._logo_1yep2_33{height:100%;width:auto;object-fit:contain}@keyframes _marquee_1yep2_19{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes _shimmer_syokf_1{0%{background-position:-200% 0}to{background-position:200% 0}}._mainBannerWrapper_syokf_9{background-image:url(/images/main-bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat;height:clamp(238px,29.3vw + 128px,550px);max-width:1440px;width:100%;margin:0 auto 4px}._mainBannerMarquee_syokf_21{width:100%;position:relative;overflow:hidden;z-index:1;display:flex;margin:0 auto;padding:clamp(49px,1.5vw + 43.4px,65px) clamp(17px,2.16vw + 8.9px,40px) clamp(55px,0vw + 55px,55px);scrollbar-width:none;-ms-overflow-style:none}._mainBannerMarquee_syokf_21::-webkit-scrollbar{display:none}._marqueeTrack_syokf_36{display:flex;align-items:center;width:max-content;will-change:transform;backface-visibility:hidden;transform:translateZ(0);animation:_marquee-slide_syokf_1 20s linear infinite}._marqueeGroup_syokf_46{display:flex;align-items:center;gap:clamp(0px,12.1vw - 45.4px,129px);position:relative;flex:0 0 auto;padding-right:clamp(80px,7.51vw + 51.84px,160px)}._marqueeText_syokf_55{color:#fff;font-size:clamp(120px,26.3vw + 21.4px,400px);font-weight:700;line-height:clamp(140px,24.4vw + 48.5px,400px)}@keyframes _marquee-slide_syokf_1{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes _shimmer_zlepr_1{0%{background-position:-200% 0}to{background-position:200% 0}}._section_zlepr_9{max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;background:#010002}@media only screen and (max-width:1023px){._section_zlepr_9{padding:16px}}._title_zlepr_22{color:#fff;font-size:32px;font-weight:700;line-height:42px;margin-bottom:32px}@media only screen and (max-width:767px){._title_zlepr_22{font-size:26px;line-height:42px;margin-bottom:16px}}._content_zlepr_37{display:flex;gap:64px;align-items:flex-start}@media only screen and (max-width:1023px){._content_zlepr_37{flex-direction:column-reverse;gap:16px}}._featuresList_zlepr_49{display:flex;flex-direction:column;gap:24px;max-width:601px;width:100%}@media only screen and (max-width:1023px){._featuresList_zlepr_49{max-width:100%}}._featureItem_zlepr_62{display:flex;gap:16px;align-items:center}._featureItem_zlepr_62:nth-child(1) ._iconWrapper_zlepr_67{animation-delay:0s}._featureItem_zlepr_62:nth-child(2) ._iconWrapper_zlepr_67{animation-delay:3s}._featureItem_zlepr_62:nth-child(3) ._iconWrapper_zlepr_67{animation-delay:6s}._featureItem_zlepr_62:nth-child(4) ._iconWrapper_zlepr_67{animation-delay:9s}._featureItem_zlepr_62:nth-child(5) ._iconWrapper_zlepr_67{animation-delay:12s}._featureItem_zlepr_62:nth-child(6) ._iconWrapper_zlepr_67{animation-delay:15s}._iconWrapper_zlepr_67{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#fff3;animation:_changeBackground_zlepr_1 18s infinite ease-in-out;flex-shrink:0}._featureText_zlepr_97{color:#fff;font-size:18px;font-weight:400;line-height:30.6px}._imageWrapper_zlepr_104{width:100%;line-height:0}@media only screen and (max-width:767px){._imageWrapper_zlepr_104{height:476px}}._image_zlepr_104{width:100%;height:100%;object-fit:cover;object-position:center}@media only screen and (max-width:767px){._button_zlepr_122{width:100%}}@keyframes _changeBackground_zlepr_1{0%{background-color:#fff3}5.56%{background-color:#f97316}16.67%{background-color:#f97316}16.68%{background-color:#fff3}to{background-color:#fff3}}@keyframes _shimmer_nctv5_1{0%{background-position:-200% 0}to{background-position:200% 0}}._readingGuidesWrapper_nctv5_9{position:relative;max-width:1440px;width:100%;margin:0 auto;overflow:hidden}._readingGuidesAirplane_nctv5_17{position:absolute;top:0;left:0;z-index:9;animation:_airplaneFlight_nctv5_1 10s linear infinite}@media only screen and (max-width:1023px){._readingGuidesAirplane_nctv5_17{display:none}}._readingGuidesGrid_nctv5_30{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,240px)}@media only screen and (max-width:1023px){._readingGuidesGrid_nctv5_30{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,200px)}}@media only screen and (max-width:767px){._readingGuidesGrid_nctv5_30{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,150px)}}._readingGuidesImageItem_nctv5_48{position:relative;width:100%;height:100%}._readingGuidesImageItem_nctv5_48 img{width:100%;height:100%;object-fit:cover}._readingGuidesContent_nctv5_59{position:absolute;top:80px;left:40px;z-index:10;display:flex;flex-direction:column;gap:24px;max-width:1037px;width:100%;padding:20px;background:#fff}@media only screen and (max-width:1280px){._readingGuidesContent_nctv5_59{top:40px;left:20px;max-width:calc(100% - 40px);padding:16px;gap:20px}}@media only screen and (max-width:767px){._readingGuidesContent_nctv5_59{top:50%;left:50%;transform:translate(-50%,-50%);right:16px;max-width:calc(100% - 32px);padding:16px;gap:16px}}._readingGuidesTitle_nctv5_93{color:#010002;font-size:24px;font-weight:600;line-height:33.6px}@media only screen and (max-width:1023px){._readingGuidesTitle_nctv5_93{font-size:22px;line-height:30px}}._readingGuidesDescription_nctv5_106{display:flex;flex-direction:column;gap:30px;color:#000c;font-size:18px;font-weight:400;line-height:30px}._readingGuidesButton_nctv5_116{width:340px}@media only screen and (max-width:767px){._readingGuidesButton_nctv5_116{width:100%}}@keyframes _airplaneFlight_nctv5_1{0%{transform:translate(1400px,-50px) scale(.2) rotate(0);opacity:1}3%{transform:translate(1300px,30px) scale(.4) rotate(0)}18%{transform:translate(700px,400px) scale(1) rotate(0)}48%{transform:translate(700px,400px) scale(1) rotate(0)}52%{transform:translate(700px,400px) scale(1) rotate(45deg)}68%{transform:translate(-100px,-300px) scale(1) rotate(45deg);opacity:1}69%{transform:translate(-100px,-300px) scale(1) rotate(45deg);opacity:0}99%{transform:translate(1400px,-50px) scale(.2) rotate(0);opacity:0}to{transform:translate(1400px,-50px) scale(.2) rotate(0);opacity:1}}@keyframes _shimmer_q8k42_1{0%{background-position:-200% 0}to{background-position:200% 0}}._section_q8k42_9{max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;background-color:#fff;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width:1023px){._section_q8k42_9{padding:32px 16px;gap:16px}}._title_q8k42_26{color:#010002;font-size:32px;font-weight:700;line-height:42px}@media only screen and (max-width:1023px){._title_q8k42_26{font-size:28px;line-height:36px}}@media only screen and (max-width:767px){._title_q8k42_26{font-size:26px;line-height:42px}}._description_q8k42_45{color:#0006;font-size:24px;font-weight:400;line-height:33px}@media only screen and (max-width:1023px){._description_q8k42_45{font-size:20px;line-height:28px}}@media only screen and (max-width:767px){._description_q8k42_45{font-size:18px;line-height:26px}}._slider_q8k42_64{display:flex;gap:32px}@media only screen and (max-width:1023px){._slider_q8k42_64{flex-direction:column;gap:16px}}._imageWrapper_q8k42_75{position:relative;max-width:743px;width:100%;height:434px}@media only screen and (max-width:767px){._imageWrapper_q8k42_75{max-width:100%}}._slideImage_q8k42_87{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease-in-out;transform-origin:center}._slideImage_q8k42_87._active_q8k42_98{opacity:1}._dots_q8k42_102{position:absolute;bottom:11px;left:50%;transform:translate(-50%);display:flex;gap:8px;align-items:center;z-index:10}._dot_q8k42_102{width:16px;height:16px;border-radius:50%;border:none;background-color:#fffc;cursor:pointer;padding:0;transition:background-color .3s ease}._dot_q8k42_102._active_q8k42_98{background-color:#fff}._contentWrapper_q8k42_127{position:relative;max-width:584px;width:100%;margin-top:106px}@media only screen and (max-width:1023px){._contentWrapper_q8k42_127{max-width:100%;margin-top:0}}._slideContent_q8k42_140{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .8s ease-in-out,visibility .8s ease-in-out;display:flex;flex-direction:column;gap:24px}._slideContent_q8k42_140._active_q8k42_98{opacity:1;visibility:visible;position:relative}@media only screen and (max-width:767px){._slideContent_q8k42_140{gap:24px}}._contentHeader_q8k42_163{display:flex;gap:8px;align-items:center}._icon_q8k42_169{width:48px;height:48px;object-fit:contain}._contentTitle_q8k42_175{color:#010002;font-size:24px;font-weight:600;line-height:33px}._contentDescription_q8k42_182{color:#000c;font-size:18px;font-weight:400;line-height:30px}@keyframes _shimmer_5tkg2_1{0%{background-position:-200% 0}to{background-position:200% 0}}._homeScreen_5tkg2_9{display:flex;flex-direction:column;align-items:center;min-height:100vh;overflow-x:hidden}._bookListByCategoryWrapper_5tkg2_17{display:flex;flex-direction:column;gap:4px;width:100%;max-width:100%}._seeMoreWrapper_5tkg2_25{max-width:1440px;width:100%;height:84px;margin:0 auto;display:flex;justify-content:flex-end;align-items:center;background-image:url(/images/see-more.webp);background-size:cover;background-position:center;background-repeat:no-repeat;padding:16px 40px;border-top:4px solid #010002;border-bottom:4px solid #010002}@media only screen and (max-width:1023px){._seeMoreWrapper_5tkg2_25{padding:4px 16px;height:52px}}@keyframes _shimmer_ltps2_1{0%{background-position:-200% 0}to{background-position:200% 0}}._wrapper_ltps2_9{max-width:1075px;width:100%;margin:0 auto;display:flex;align-items:center;gap:16px}@media only screen and (max-width:1023px){._wrapper_ltps2_9{flex-direction:column}}._contentWrapper_ltps2_23{display:flex;flex-direction:column;align-items:flex-start;gap:24px}._title_ltps2_30{font-weight:600;font-size:24px;line-height:33px}._description_ltps2_36{font-weight:400;font-size:18px;line-height:28px}._image_ltps2_42{max-width:442px;width:100%;height:auto;object-fit:contain}@media only screen and (max-width:767px){._button_ltps2_50{width:100%}}@keyframes _shimmer_ypotp_1{0%{background-position:-200% 0}to{background-position:200% 0}}._wrapper_ypotp_9{max-width:1440px;width:100%;margin:0 auto;padding:100px 40px;flex:1;background:#fff}@media only screen and (max-width:1023px){._wrapper_ypotp_9{padding:64px 16px}}@media only screen and (max-width:767px){._wrapper_ypotp_9{padding:16px}}@keyframes _shimmer_1gw48_1{0%{background-position:-200% 0}to{background-position:200% 0}}._levelRewardsSectionWrapper_1gw48_9{display:flex;flex-direction:column;gap:32px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;background-color:#fff}@media only screen and (max-width:1023px){._levelRewardsSectionWrapper_1gw48_9{padding:32px 16px;gap:24px}}@media only screen and (max-width:767px){._levelRewardsSectionWrapper_1gw48_9{gap:16px}}._levelRewardsSectionTitle_1gw48_31{font-weight:700;font-size:32px;line-height:42px;color:#010002}._levelRewardsSectionContent_1gw48_38{display:flex;gap:40px;align-items:flex-start;justify-content:space-between}@media only screen and (max-width:1023px){._levelRewardsSectionContent_1gw48_38{align-items:center}}@media only screen and (max-width:767px){._levelRewardsSectionContent_1gw48_38{flex-direction:column-reverse;gap:16px}}._levelRewardsSectionList_1gw48_56{display:flex;flex-direction:column;gap:24px;max-width:601px;width:100%}@media only screen and (max-width:767px){._levelRewardsSectionList_1gw48_56{max-width:100%}}._levelRewardsSectionItem_1gw48_69{display:flex;gap:16px;align-items:center}._levelRewardsSectionIconWrapper_1gw48_75{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;background-color:#f97316}._levelRewardsSectionItemText_1gw48_85{font-weight:400;font-size:18px;line-height:30.6px;color:#000}._levelRewardsSectionButton_1gw48_92{width:100%}._levelRewardsSectionImageWrapper_1gw48_96{max-width:509px;width:100%;height:427px;margin-right:70px}@media only screen and (max-width:1280px){._levelRewardsSectionImageWrapper_1gw48_96{margin-right:0}}@media only screen and (max-width:1023px){._levelRewardsSectionImageWrapper_1gw48_96{max-width:250px;height:auto;min-height:300px}}@media only screen and (max-width:767px){._levelRewardsSectionImageWrapper_1gw48_96{max-width:350px;min-height:200px}}._levelRewardsSectionImage_1gw48_96{width:100%;height:100%;object-fit:contain}._userVariant_1gw48_127{padding:64px 20px;max-width:100%}._userVariant_1gw48_127 ._levelRewardsSectionImageWrapper_1gw48_96{max-width:416px;height:348px;margin-right:0}._userVariant_1gw48_127 ._levelRewardsSectionTitle_1gw48_31{font-size:36px;font-weight:500;line-height:44px;letter-spacing:-1.08px}@media only screen and (max-width:1280px){._userVariant_1gw48_127{padding:32px 16px}._userVariant_1gw48_127 ._levelRewardsSectionContent_1gw48_38{flex-direction:column-reverse;align-items:center;gap:16px}._userVariant_1gw48_127 ._levelRewardsSectionList_1gw48_56{max-width:100%}}@media only screen and (max-width:1023px){._userVariant_1gw48_127 ._levelRewardsSectionTitle_1gw48_31{font-size:32px;line-height:42px}}@keyframes _shimmer_1izol_1{0%{background-position:-200% 0}to{background-position:200% 0}}._sectionWrapper_1izol_9{display:flex;flex-direction:column}._readingLevelsGridWrapper_1izol_14{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:1440px;width:100%;margin:0 auto;padding:20px 0;background-color:#f97316}@media only screen and (max-width:1023px){._readingLevelsGridWrapper_1izol_14{grid-template-columns:1fr;padding:16px 0;gap:12px}}@media only screen and (max-width:767px){._readingLevelsGridWrapper_1izol_14{gap:4px}}._readingLevelsGridCard_1izol_37{display:flex;flex-direction:column;gap:16px;padding:32px 40px;background-color:#000}@media only screen and (max-width:1023px){._readingLevelsGridCard_1izol_37{padding:32px 16px}}._readingLevelsGridCardHeader_1izol_50{display:flex;gap:16px;align-items:center}@media only screen and (max-width:1280px){._readingLevelsGridCardHeader_1izol_50{flex-direction:column;align-items:flex-start}}._readingLevelsGridCardImageWrapper_1izol_62{flex-shrink:0;width:228px;height:228px}._readingLevelsGridCardImage_1izol_62{width:100%;height:100%;object-fit:contain}._readingLevelsGridCardInfo_1izol_74{display:flex;flex-direction:column;gap:12px}._readingLevelsGridCardLevel_1izol_80{font-weight:600;font-size:34px;line-height:42px;color:#a2dcf8}._readingLevelsGridCardName_1izol_87{font-weight:600;font-size:44px;line-height:50px;color:#fff}._readingLevelsGridCardSubtitle_1izol_94{font-weight:400;font-size:26px;line-height:48px;color:#fff9}._readingLevelsGridCardDescription_1izol_101{font-weight:400;font-size:30px;line-height:48px;color:#fff}@media only screen and (max-width:1023px){._readingLevelsGridCardDescription_1izol_101{font-size:22px;line-height:36px}}._readingLevelsGridTitle_1izol_114{padding:20px;background-color:#fff;font-size:36px;font-weight:500;line-height:44px;letter-spacing:-1.08px}._userVariant_1izol_123{max-width:100%}._userVariant_1izol_123 ._readingLevelsGridCardImageWrapper_1izol_62{width:162px;height:162px}._userVariant_1izol_123 ._readingLevelsGridCardLevel_1izol_80{font-size:24px;font-weight:600;line-height:42px}._userVariant_1izol_123 ._readingLevelsGridCardName_1izol_87{font-size:28px;font-weight:600;line-height:50px}._userVariant_1izol_123 ._readingLevelsGridCardDescription_1izol_101{font-size:24px;font-weight:400;line-height:30px}._userVariant_1izol_123 ._readingLevelsGridCard_1izol_37{position:relative}._userVariant_1izol_123 ._readingLevelsGridCard_1izol_37:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009}._userVariant_1izol_123 ._readingLevelsGridCard_1izol_37._active_1izol_157:before{background:transparent}@media only screen and (max-width:1280px){._userVariant_1izol_123{grid-template-columns:1fr;padding:16px 0}}@keyframes _shimmer_1moxk_1{0%{background-position:-200% 0}to{background-position:200% 0}}._choosePathSectionWrapper_1moxk_9{display:flex;flex-direction:column;gap:30px;max-width:1440px;width:100%;margin:0 auto 64px;padding:0 40px}@media only screen and (max-width:1023px){._choosePathSectionWrapper_1moxk_9{padding:32px 16px;gap:24px;margin-bottom:0}}._choosePathSectionTitle_1moxk_26{font-weight:600;font-size:44px;line-height:50px;color:#fff}@media only screen and (max-width:1023px){._choosePathSectionTitle_1moxk_26{font-size:36px;line-height:42px}}@media only screen and (max-width:767px){._choosePathSectionTitle_1moxk_26{font-size:26px}}._choosePathSectionText_1moxk_44{font-weight:400;font-size:30px;line-height:48px;color:#fff}@media only screen and (max-width:1023px){._choosePathSectionText_1moxk_44{font-size:24px;line-height:36px}}._choosePathSectionButton_1moxk_57{width:fit-content}@media only screen and (max-width:767px){._choosePathSectionButton_1moxk_57{width:100%}}@keyframes _shimmer_qp364_1{0%{background-position:-200% 0}to{background-position:200% 0}}._levelUpSectionWrapper_qp364_9{display:flex;flex-direction:column;gap:30px;max-width:1440px;width:100%;margin:0 auto;padding:0 40px}@media only screen and (max-width:1023px){._levelUpSectionWrapper_qp364_9{padding:32px 16px;gap:24px}}._levelUpSectionTitle_qp364_25{font-weight:600;font-size:44px;line-height:50px;color:#fff}@media only screen and (max-width:1023px){._levelUpSectionTitle_qp364_25{font-size:36px;line-height:42px}}@media only screen and (max-width:767px){._levelUpSectionTitle_qp364_25{font-size:26px;line-height:42px}}._levelUpSectionText_qp364_44{font-weight:400;font-size:30px;line-height:48px;color:#fff}@media only screen and (max-width:1023px){._levelUpSectionText_qp364_44{font-size:24px;line-height:36px}}._levelUpSectionButton_qp364_57{width:fit-content}@media only screen and (max-width:767px){._levelUpSectionButton_qp364_57{width:100%}}@keyframes _shimmer_q1l7f_1{0%{background-position:-200% 0}to{background-position:200% 0}}._whyLoveSectionWrapper_q1l7f_9{display:flex;flex-direction:column;gap:30px;max-width:1440px;width:100%;margin:0 auto;padding:64px 40px;background-color:#fff}@media only screen and (max-width:1023px){._whyLoveSectionWrapper_q1l7f_9{padding:40px 16px;gap:24px}}@media only screen and (max-width:767px){._whyLoveSectionWrapper_q1l7f_9{padding:32px 16px;gap:20px}}._whyLoveSectionTitle_q1l7f_32{font-weight:600;font-size:44px;line-height:50px;color:#010002}@media only screen and (max-width:1023px){._whyLoveSectionTitle_q1l7f_32{font-size:24px;line-height:32px}}._whyLoveSectionGrid_q1l7f_45{display:flex;flex-wrap:wrap;gap:20px}@media only screen and (max-width:1023px){._whyLoveSectionGrid_q1l7f_45{gap:16px}}@media only screen and (max-width:767px){._whyLoveSectionGrid_q1l7f_45{gap:12px}}._whyLoveSectionCard_q1l7f_61{display:flex;flex-direction:column;justify-content:space-between;gap:16px;width:calc(50% - 10px)}@media only screen and (max-width:1023px){._whyLoveSectionCard_q1l7f_61{width:calc(50% - 8px);gap:12px}}@media only screen and (max-width:767px){._whyLoveSectionCard_q1l7f_61{width:100%;gap:12px}}._whyLoveSectionCardText_q1l7f_81{font-weight:400;font-size:30px;line-height:48px;color:#010002}@media only screen and (max-width:1280px){._whyLoveSectionCardText_q1l7f_81{font-size:24px;line-height:32px}}@media only screen and (max-width:1023px){._whyLoveSectionCardText_q1l7f_81{font-size:18px;line-height:28px}}._whyLoveSectionCardImageWrapper_q1l7f_100{width:100%;height:174px}@media only screen and (max-width:1023px){._whyLoveSectionCardImageWrapper_q1l7f_100{height:150px}}@media only screen and (max-width:767px){._whyLoveSectionCardImageWrapper_q1l7f_100{height:120px}}._whyLoveSectionCardImage_q1l7f_100{width:100%;height:100%;object-fit:cover}@keyframes _shimmer_1a0sr_1{0%{background-position:-200% 0}to{background-position:200% 0}}._readingLevelsScreenWrapper_1a0sr_9{display:flex;flex-direction:column;gap:64px}@media only screen and (max-width:1023px){._readingLevelsScreenWrapper_1a0sr_9{gap:4px}}._title_1a0sr_20{padding-left:40px;font-size:clamp(54px,54px + 186 * (100vw - 375px) / 1065,180px);line-height:clamp(54px,54px + 186 * (100vw - 375px) / 1065,180px);letter-spacing:clamp(-2px,-2px - 3 * (100vw - 375px) / 1065,-5px)}@media only screen and (max-width:1023px){._title_1a0sr_20{padding-left:16px}}@keyframes _shimmer_jr1r1_1{0%{background-position:-200% 0}to{background-position:200% 0}}._form_jr1r1_9{max-width:686px;width:100%;padding:40px 20px;background:#fff;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width:1023px){._form_jr1r1_9{max-width:100%;padding:30px 20px}}@media only screen and (max-width:767px){._form_jr1r1_9{padding:20px 16px;gap:16px}}._formTitle_jr1r1_31{font-size:24px;font-weight:600;line-height:32px}@media only screen and (max-width:767px){._formTitle_jr1r1_31{font-size:20px;line-height:28px}}._textWrapper_jr1r1_43{color:#010002;font-size:14px;font-weight:400;line-height:20px}._authLinks_jr1r1_50{display:flex;align-items:center;justify-content:center;gap:24px}@media only screen and (max-width:767px){._authLinks_jr1r1_50{flex-direction:column;gap:16px}}._authLink_jr1r1_50{min-width:152px;width:auto;text-align:center;font-size:16px;font-weight:500;text-decoration:underline;color:#0009}@media only screen and (max-width:767px){._authLink_jr1r1_50{min-width:auto;width:100%;font-size:14px}}@keyframes _shimmer_vhh6v_1{0%{background-position:-200% 0}to{background-position:200% 0}}._form_vhh6v_9{max-width:686px;width:100%;padding:40px 20px;background:#fff;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width:1023px){._form_vhh6v_9{max-width:100%;padding:30px 20px}}@media only screen and (max-width:767px){._form_vhh6v_9{padding:20px 16px;gap:20px}}._formTitle_vhh6v_31{font-size:24px;font-weight:600;line-height:32px}@media only screen and (max-width:767px){._formTitle_vhh6v_31{font-size:20px;line-height:28px}}._link_vhh6v_43{text-decoration:underline}._textWrapper_vhh6v_47{display:flex;align-items:center;justify-content:center;gap:24px;color:#0009;text-align:center;font-size:16px;font-weight:500}@media only screen and (max-width:767px){._textWrapper_vhh6v_47{flex-direction:column;gap:8px;font-size:14px}}._forgotPassword_vhh6v_65{color:#0009;text-align:right;font-size:16px;font-weight:500;text-decoration:underline}@media only screen and (max-width:767px){._forgotPassword_vhh6v_65{text-align:center;font-size:14px}}@keyframes _shimmer_zveyf_1{0%{background-position:-200% 0}to{background-position:200% 0}}._form_zveyf_9{max-width:686px;width:100%;padding:20px;background:#fff;display:flex;flex-direction:column;gap:16.5px}@media only screen and (max-width:1023px){._form_zveyf_9{max-width:100%;padding:30px 20px}}@media only screen and (max-width:767px){._form_zveyf_9{padding:20px 16px;gap:16px}}._formTitle_zveyf_31{font-size:24px;font-weight:600;line-height:32px}@media only screen and (max-width:767px){._formTitle_zveyf_31{font-size:20px;line-height:28px}}._checkboxWrapper_zveyf_43{display:flex;align-items:center;gap:8px}._checkboxText_zveyf_49{font-size:14px;font-weight:400;line-height:20px}._signInLink_zveyf_55{color:#0009;text-align:center;font-size:16px;font-weight:500;text-decoration:underline}@media only screen and (max-width:767px){._signInLink_zveyf_55{font-size:14px}}._link_zveyf_68{text-decoration:underline}@keyframes _shimmer_cvcss_1{0%{background-position:-200% 0}to{background-position:200% 0}}._dashboardHeader_cvcss_9{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:1023px){._dashboardHeader_cvcss_9{display:none}}._dashboardHeaderTitle_cvcss_20{font-weight:600;font-size:24px;line-height:32px}._headerActions_cvcss_26{display:flex;align-items:center;gap:8px}._actionButton_cvcss_32{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0;background:transparent}._basketCounter_cvcss_42{position:absolute;bottom:8px;left:8px;border-radius:50%;background:#f97316;color:#fff;font-size:12px;font-weight:400;line-height:16px;display:flex;justify-content:center;align-items:center;height:20px;min-width:20px}@keyframes _shimmer_yt8uo_1{0%{background-position:-200% 0}to{background-position:200% 0}}._levelUpSection_yt8uo_9{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:40px 20px;background:#fff}@media only screen and (max-width:1280px){._levelUpSection_yt8uo_9{flex-direction:column;padding:32px 16px}}._content_yt8uo_24{display:flex;flex-direction:column;gap:24px;flex:1;width:100%}@media only screen and (max-width:1023px){._content_yt8uo_24{max-width:100%}}._title_yt8uo_37{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;line-height:33px;color:#010002}@media only screen and (max-width:767px){._title_yt8uo_37{font-size:20px;line-height:28px}}._titleHighlight_yt8uo_51{color:#229cd7}._description_yt8uo_55{display:flex;flex-direction:column;gap:16px}._description_yt8uo_55 p{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;line-height:28px;color:#000c}@media only screen and (max-width:767px){._description_yt8uo_55 p{font-size:16px;line-height:24px}}._catalogButton_yt8uo_74{display:flex;align-items:center;justify-content:center;width:340px;padding:10px;background:#a2dcf8;border:1px solid #010002;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;line-height:24px;color:#010002;text-align:center;cursor:pointer;transition:background .2s ease}@media(hover:hover)and (pointer:fine){._catalogButton_yt8uo_74:hover{background:#31a6df}}@media only screen and (max-width:767px){._catalogButton_yt8uo_74{width:100%}}._imageWrapper_yt8uo_102{max-width:386px;width:100%;height:auto}@media only screen and (max-width:1023px){._imageWrapper_yt8uo_102{width:100%;max-width:386px;height:auto}}._image_yt8uo_102{width:100%;height:100%;object-fit:contain}@keyframes _shimmer_pazir_1{0%{background-position:-200% 0}to{background-position:200% 0}}._pageHeroBannerWrapper_pazir_9{display:flex;flex-direction:column;gap:16px}._pageHeroBannerImage_pazir_15{width:100%;height:85px;object-fit:cover}._pageHeroBannerContent_pazir_21{display:flex;flex-direction:column;gap:24px;background-color:#fff;width:100%;padding:40px 20px 13px}@media only screen and (max-width:1023px){._pageHeroBannerContent_pazir_21{padding:16px 0;background-color:transparent}}._pageHeroBannerTitle_pazir_36{font-size:24px;font-weight:600;line-height:32px}@media only screen and (max-width:1023px){._pageHeroBannerTitle_pazir_36{font-size:26px;line-height:32px}}._pageHeroBannerDescription_pazir_48{color:#364153;font-size:14px;font-weight:500;line-height:21px}@media only screen and (max-width:1023px){._pageHeroBannerDescription_pazir_48{font-size:24px;line-height:32px}}@keyframes _shimmer_ac8br_1{0%{background-position:-200% 0}to{background-position:200% 0}}._aboutUsScreenWrapper_ac8br_9{display:flex;flex-direction:column;gap:16px;padding:30px 24px 0}@media only screen and (max-width:1023px){._aboutUsScreenWrapper_ac8br_9{padding:0 0 16px}}._aboutUsScreenTitle_ac8br_21{display:none;font-size:24px;font-weight:500;line-height:32px;letter-spacing:-.72px;margin:16px 0}@media only screen and (max-width:1023px){._aboutUsScreenTitle_ac8br_21{display:block}}._aboutUsScreenHeader_ac8br_35{display:flex;flex-direction:column;gap:30px}@media only screen and (max-width:1023px){._aboutUsScreenHeader_ac8br_35{padding:16px 8px;gap:0}}@media only screen and (max-width:1023px){._blockWrapper_ac8br_48{padding:0 8px}}._ourTeamWrapper_ac8br_53{display:grid;grid-template-columns:2fr 2fr 1.2fr;grid-template-rows:1fr 1fr;grid-template-areas:"item1 item2 item3" "item1 item2 item4";gap:4px;min-height:408px;max-width:100%;margin:0 auto}@media only screen and (max-width:1280px){._ourTeamWrapper_ac8br_53{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"item1 item2" "item3 item4";gap:3px}}@media only screen and (max-width:1023px){._ourTeamWrapper_ac8br_53{padding:0 8px}}@media only screen and (max-width:767px){._ourTeamWrapper_ac8br_53{display:flex;flex-direction:column;gap:0}}._item1_ac8br_84{grid-area:item1}._item2_ac8br_88{grid-area:item2}._item3_ac8br_92{grid-area:item3}._item4_ac8br_96{grid-area:item4}._ourTeamImage_ac8br_100{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}._ourApproachWrapper_ac8br_107{background-color:#fff;display:flex;flex-direction:column;gap:24px;max-width:100%;margin:0 auto;padding:40px 20px;color:#010002}@media only screen and (max-width:1023px){._ourApproachWrapper_ac8br_107{padding:16px;background-color:transparent}}._ourApproachTitle_ac8br_124{font-size:26px;font-weight:700;line-height:42px}._ourApproachDescription_ac8br_130{font-size:24px;font-weight:400;line-height:33px}@keyframes _shimmer_kgotr_1{0%{background-position:-200% 0}to{background-position:200% 0}}._baseOfKnowladgeScreenWrapper_kgotr_9{display:flex;flex-direction:column;gap:16px;padding:30px 24px 0}@media only screen and (max-width:1023px){._baseOfKnowladgeScreenWrapper_kgotr_9{padding:0 0 16px}}._baseOfKnowladgeScreenTitle_kgotr_21{display:none;font-size:24px;font-weight:500;line-height:32px;letter-spacing:-.72px;margin:16px 0}@media only screen and (max-width:1023px){._baseOfKnowladgeScreenTitle_kgotr_21{display:block}}._baseOfKnowladgeScreenHeader_kgotr_35{display:flex;flex-direction:column;gap:30px}@media only screen and (max-width:1023px){._baseOfKnowladgeScreenHeader_kgotr_35{padding:16px 8px;gap:0}}._baseOfKnowladgeScreenDescription_kgotr_47{display:flex;flex-direction:column;gap:18px}@media only screen and (max-width:1023px){._joinCommunityWrapper_kgotr_54{padding:0 8px}}@keyframes _shimmer_1ojih_1{0%{background-position:-200% 0}to{background-position:200% 0}}._modalOverlay_1ojih_9{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:1000;padding:20px}@media only screen and (max-width:1023px){._modalOverlay_1ojih_9{padding:0;align-items:flex-end}}@media only screen and (max-width:767px){._modalOverlay_1ojih_9{align-items:stretch;justify-content:stretch}}._modalContent_1ojih_35{position:relative;max-width:1096px;width:100%;max-height:90vh;background:#fff;overflow-x:hidden;overflow-y:auto}@media only screen and (max-width:1023px){._modalContent_1ojih_35{max-width:100%;max-height:100vh;height:100%}}._closeButton_1ojih_52{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;z-index:1;transition:opacity .2s ease}@media(hover:hover)and (pointer:fine){._closeButton_1ojih_52:hover{opacity:.7}}._modalBody_1ojih_70{display:flex;gap:32px;align-items:flex-start;padding:64px 40px}@media only screen and (max-width:1023px){._modalBody_1ojih_70{flex-direction:column;align-items:center;padding:48px 20px 24px;gap:24px}}@media only screen and (max-width:767px){._modalBody_1ojih_70{padding:40px 16px 24px}}._bookImage_1ojih_90{max-width:291px;width:100%;height:388px;aspect-ratio:291/388;object-fit:cover}._bookDetails_1ojih_98{display:flex;flex-direction:column;gap:12px;flex:1;min-width:0}@media only screen and (max-width:1023px){._bookDetails_1ojih_98{width:100%}}._bookTitle_1ojih_111{font-size:24px;font-weight:600;line-height:32px;color:#010002}@media only screen and (max-width:1023px){._bookTitle_1ojih_111{font-size:20px;line-height:26px}}._bookAuthor_1ojih_124{font-size:18px;font-weight:400;line-height:24px;color:#0006}@media only screen and (max-width:1023px){._bookAuthor_1ojih_124{font-size:16px;line-height:22px}}._bookDescription_1ojih_137{font-size:18px;font-weight:400;line-height:24px;color:#0009;flex-shrink:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:1023px){._bookDescription_1ojih_137{font-size:14px;line-height:20px}}._bookRating_1ojih_156{display:flex;align-items:center;gap:4px}._bookStars_1ojih_162{display:flex;align-items:center;gap:2px}._bookRatingText_1ojih_168{font-size:14px;font-weight:400;line-height:20px;color:#0006}._bookPrice_1ojih_175{font-size:40px;font-weight:700;line-height:52px;color:#229cd7;margin-top:4px}@media only screen and (max-width:1023px){._bookPrice_1ojih_175{font-size:32px;line-height:40px}}._bookButtons_1ojih_189{display:flex;gap:12px;margin-top:8px}@media only screen and (max-width:1023px){._bookButtons_1ojih_189{flex-direction:column}}._addToCartButton_1ojih_200{flex:1;min-width:180px}@media only screen and (max-width:1023px){._addToCartButton_1ojih_200{width:100%}}._fastBuyButton_1ojih_210{flex:1;min-width:180px}@media only screen and (max-width:1023px){._fastBuyButton_1ojih_210{width:100%}}._bookInfoGrid_1ojih_220{display:grid;grid-template-columns:1fr 1fr;gap:12px 32px;margin-top:16px}@media only screen and (max-width:1023px){._bookInfoGrid_1ojih_220{grid-template-columns:1fr;gap:8px}}._bookInfoRow_1ojih_233{display:flex;align-items:flex-start;gap:6px;font-size:16px;line-height:24px}@media only screen and (max-width:1023px){._bookInfoRow_1ojih_233{font-size:14px;line-height:20px}}._bookInfoRowEmpty_1ojih_247{display:block}@media only screen and (max-width:1023px){._bookInfoRowEmpty_1ojih_247{display:none}}._bookInfoLabel_1ojih_256{font-weight:400;color:#0009;font-size:18px;white-space:nowrap}._bookInfoValue_1ojih_263{font-weight:500;font-size:18px;color:#010002;white-space:nowrap}._bookAdvantages_1ojih_270{display:flex;flex-direction:column;gap:8px;margin-top:16px}._bookAdvantagesTitle_1ojih_277{font-size:16px;font-weight:400;line-height:24px;color:#0009}._bookAdvantageItem_1ojih_284{display:flex;align-items:center;gap:10px}._bookAdvantageIcon_1ojih_290{flex-shrink:0;width:20px;height:20px}._bookAdvantageText_1ojih_296{font-size:14px;font-weight:400;line-height:20px;color:#010002}._descriptionSection_1ojih_303{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.2)}._descriptionHeader_1ojih_309{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;cursor:pointer}._descriptionTitle_1ojih_318{font-size:24px;font-weight:500;line-height:28px;color:#010002}@media only screen and (max-width:1023px){._descriptionTitle_1ojih_318{font-size:18px;line-height:24px}}._descriptionIcon_1ojih_331{flex-shrink:0;transition:transform .2s ease;transform:rotate(180deg)}._descriptionIconOpen_1ojih_337{transform:rotate(0)}._descriptionContent_1ojih_341{margin-top:30px}._descriptionText_1ojih_345{color:#010002;font-size:18px;font-weight:400;line-height:26px}@keyframes _shimmer_pnw1y_1{0%{background-position:-200% 0}to{background-position:200% 0}}._filtersWrapper_pnw1y_9{display:flex;flex-direction:column;gap:16px;padding:20px;background:#fff}@media only screen and (max-width:1023px){._filtersWrapper_pnw1y_9{padding:16px}}._resetButton_pnw1y_22{font-weight:500;font-size:16px;line-height:24px;color:#010002;margin-left:auto;width:fit-content;text-decoration:underline;background:transparent;cursor:pointer;transition:color .2s ease}@media(hover:hover)and (pointer:fine){._resetButton_pnw1y_22:hover{color:#229cd7}}._categorySection_pnw1y_40{display:flex;flex-direction:column;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.2)}._categoryHeader_pnw1y_48{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;cursor:pointer}._categoryTitle_pnw1y_57{font-size:24px;font-weight:600;line-height:33px}._categoryIcon_pnw1y_63{flex-shrink:0;transition:transform .2s ease}._categoryIconClosed_pnw1y_68{transform:rotate(180deg)}._categoryContent_pnw1y_72{display:flex;flex-direction:column;gap:16px}._sortRow_pnw1y_78{display:flex;align-items:center;justify-content:space-between;gap:16px}@media only screen and (max-width:1023px){._sortRow_pnw1y_78{flex-direction:column;align-items:flex-start}}._sortContainer_pnw1y_91{display:flex;align-items:center;gap:8px}._sortIcon_pnw1y_97{flex-shrink:0}._sortLabel_pnw1y_101{font-size:14px;font-weight:400;line-height:20px;color:#010002;white-space:nowrap;margin-right:8px}._viewToggle_pnw1y_110{display:flex;align-items:center;gap:8px;padding:4px;background:#f3f3f3;border-radius:8px}@media only screen and (max-width:1023px){._viewToggle_pnw1y_110{display:none}}._viewButton_pnw1y_124{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border-radius:6px;cursor:pointer;transition:background .2s ease}@media(hover:hover)and (pointer:fine){._viewButton_pnw1y_124:not(._viewButtonActive_pnw1y_136):hover{background:#fff}}._viewButtonActive_pnw1y_136{box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;cursor:default}._categoryChips_pnw1y_146{display:flex;flex-wrap:wrap;gap:8px}._categoryChip_pnw1y_146{padding:8px 16px;height:40px;border-radius:10px;background:#f3f3f3;color:#010002;text-align:center;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.312px;cursor:pointer;transition:all .2s ease;white-space:nowrap}@media(hover:hover)and (pointer:fine){._categoryChip_pnw1y_146:hover{border-color:#229cd7;background:#a2dcf833}}._categoryChipActive_pnw1y_174{background:#a2dcf8;color:#010002}@media(hover:hover)and (pointer:fine){._categoryChipActive_pnw1y_174:hover{background:#a2dcf8;border-color:#a2dcf8}}._ratingRow_pnw1y_185{display:flex;align-items:center;gap:16px;flex-wrap:wrap}._ratingItem_pnw1y_192{gap:8px}._ratingStars_pnw1y_196{display:flex;align-items:center;gap:4px}._yearRow_pnw1y_202{display:flex;align-items:center;gap:24px;flex-wrap:wrap}._yearItem_pnw1y_209 span{font-size:14px;font-weight:400;line-height:20px;color:#0009}@keyframes _shimmer_eln38_1{0%{background-position:-200% 0}to{background-position:200% 0}}._browseStoreScreen_eln38_9{display:flex;flex-direction:column;gap:30px;padding:30px 24px}@media only screen and (max-width:1023px){._browseStoreScreen_eln38_9{gap:12px;padding:16px 8px}}._searchRow_eln38_22{display:flex;align-items:center;gap:12px}@media only screen and (max-width:1023px){._searchRow_eln38_22{flex-direction:column;align-items:stretch}}._searchFilterHeader_eln38_34{display:flex;align-items:center;gap:12px}._searchInput_eln38_40{width:100%;border-radius:8px;border:1px solid #000000;background:transparent;height:44px}._searchInput_eln38_40::placeholder{color:#0006;font-size:16px;font-weight:700;line-height:24px}._searchInput_eln38_40:hover,._searchInput_eln38_40:focus{border:1px solid #229cd7}._filtersButton_eln38_57{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:12px 16px;border-radius:8px;background:#fff;border:1px solid #d1d5dc;font-size:16px;font-weight:500;line-height:24px;color:#010002;cursor:pointer;transition:all .2s ease}@media(hover:hover)and (pointer:fine){._filtersButton_eln38_57:hover{border-color:#229cd7;background:#a2dcf833}}@media only screen and (max-width:1023px){._filtersButton_eln38_57{width:100%}}._filtersButtonActive_eln38_86{background:#a2dcf8}._filtersButtonText_eln38_90{font-size:20px;font-weight:400;line-height:20px;letter-spacing:-.15px}._resultsPanel_eln38_97{display:flex;flex:1;flex-direction:column;gap:12px;min-width:0}._emptyState_eln38_105{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:32px 24px 48px;background:#fff}._emptyStateImage_eln38_115{width:220px;height:auto}._emptyStateTitle_eln38_120{font-size:24px;font-weight:600;line-height:30px;color:#000}._emptyStateSubtitle_eln38_127{max-width:420px;font-size:16px;line-height:24px;color:#0009}._browseStoreContent_eln38_134{display:flex;flex-direction:column;gap:16px}@keyframes _shimmer_1aa0a_1{0%{background-position:-200% 0}to{background-position:200% 0}}._careersScreenWrapper_1aa0a_9{display:flex;flex-direction:column;gap:16px;padding:30px 24px 0}@media only screen and (max-width:1023px){._careersScreenWrapper_1aa0a_9{padding:0 0 16px}}._whyJoinSection_1aa0a_21{max-width:100%;padding:40px 20px;gap:16px}@media only screen and (max-width:1023px){._whyJoinSection_1aa0a_21{padding:32px 16px}}._careersScreenTitle_1aa0a_32{display:none;font-size:24px;font-weight:500;line-height:32px;letter-spacing:-.72px;margin:16px 0}@media only screen and (max-width:1023px){._careersScreenTitle_1aa0a_32{display:block}}._careersScreenHeader_1aa0a_46{display:flex;flex-direction:column;gap:30px}@media only screen and (max-width:1023px){._careersScreenHeader_1aa0a_46{padding:16px 8px;gap:0}}@keyframes _shimmer_3084v_1{0%{background-position:-200% 0}to{background-position:200% 0}}._cartScreen_3084v_9{display:flex;flex-direction:column;padding:30px 24px}@media only screen and (max-width:1023px){._cartScreen_3084v_9{gap:16px;padding:16px 8px}}._cartHeader_3084v_21{display:flex;flex-direction:column;gap:16px;margin-top:30px;margin-bottom:12px}@media only screen and (max-width:1023px){._cartHeader_3084v_21{margin:0}}._backButton_3084v_34{align-self:flex-start}._cartHeaderWrapper_3084v_38{display:flex;align-items:center;justify-content:center;height:100%}._cartTitle_3084v_45{font-size:44px;font-weight:600;line-height:50px}@media only screen and (max-width:1023px){._cartTitle_3084v_45{display:none}}._cartSubtitle_3084v_56{color:#0009;font-size:30px;font-weight:400;line-height:48px}@media only screen and (max-width:1023px){._cartSubtitle_3084v_56{display:none}}._emptyState_3084v_68{display:flex;align-items:center;justify-content:center;height:100%;padding:8px 0 24px}._cartContent_3084v_76{display:flex;align-items:flex-start;gap:16px}@media only screen and (max-width:1280px){._cartContent_3084v_76{flex-direction:column-reverse}}._cartList_3084v_87{flex:1;display:flex;flex-direction:column;gap:16px;width:100%}._cartSummary_3084v_95{display:flex;flex-direction:column;justify-content:space-between;gap:24px;max-width:353px;width:100%;padding:16px 20px;border:1px solid #a2dcf8;background:linear-gradient(0deg,#a2dcf833 0% 100%),#fff}@media only screen and (max-width:1280px){._cartSummary_3084v_95{max-width:100%}}._cartSummaryContent_3084v_112{display:flex;flex-direction:column;gap:12px}._cartSummaryTitle_3084v_118{font-size:22px;font-weight:400;line-height:28px}._cartSummaryRow_3084v_124{display:flex;justify-content:space-between;align-items:center}._cartSummaryLabel_3084v_130,._cartSummaryValue_3084v_137{color:#00000080;font-size:14px;font-weight:400;line-height:20px}._cartSummaryTotal_3084v_144{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid rgba(0,0,0,.4)}._cartSummaryTotalLabel_3084v_152{color:#000;font-size:28px;font-weight:500;line-height:32px}._cartSummaryTotalValue_3084v_159{color:#000;font-size:40px;font-weight:500;line-height:44px}._checkoutButton_3084v_166{max-width:180px;width:100%}@keyframes _shimmer_zqwwd_1{0%{background-position:-200% 0}to{background-position:200% 0}}._checkoutScreen_zqwwd_9{display:flex;flex-direction:column}._checkoutHeader_zqwwd_14{padding:30px}@media only screen and (max-width:1023px){._checkoutHeader_zqwwd_14{display:none}}._pageTitle_zqwwd_23{font-size:24px;font-weight:600;line-height:32px}._orderSummaryWrapper_zqwwd_29{max-width:353px;width:100%}@media only screen and (max-width:1280px){._orderSummaryWrapper_zqwwd_29{max-width:100%;width:100%}}@media only screen and (max-width:1023px){._orderSummaryWrapper_zqwwd_29{padding:0 16px}}._checkoutContentWrapper_zqwwd_45{padding:32px 24px}@media only screen and (max-width:1023px){._checkoutContentWrapper_zqwwd_45{padding:16px 0}}._checkoutTitle_zqwwd_54{font-family:Poppins,sans-serif;font-size:44px;font-weight:600;line-height:50px}@media only screen and (max-width:1023px){._checkoutTitle_zqwwd_54{display:none}}._checkoutContentHeader_zqwwd_66{display:flex;align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:12px}@media only screen and (max-width:1023px){._checkoutContentHeader_zqwwd_66{margin-bottom:16px;padding:0 16px}}._checkoutSubtitle_zqwwd_80{color:#0009;font-size:30px;font-weight:400;line-height:48px}@media only screen and (max-width:1023px){._checkoutSubtitle_zqwwd_80{display:none}}._checkoutContent_zqwwd_45{display:flex;gap:16px}@media only screen and (max-width:1280px){._checkoutContent_zqwwd_45{flex-direction:column-reverse}}._form_zqwwd_102{flex:1;display:flex;flex-direction:column;gap:16px}._formSection_zqwwd_109{display:flex;flex-direction:column;gap:24px;background:#fff;min-width:380px;padding:40px 20px}@media only screen and (max-width:767px){._formSection_zqwwd_109{min-width:100%}}._formSectionTitle_zqwwd_123{font-size:24px;font-weight:600;line-height:32px}._formRow_zqwwd_129{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media only screen and (max-width:1280px){._formRow_zqwwd_129{grid-template-columns:1fr}}._formRowThree_zqwwd_140{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}@media only screen and (max-width:1280px){._formRowThree_zqwwd_140{grid-template-columns:1fr}}._orderSummary_zqwwd_29{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;max-width:353px;max-height:560px;height:100%;width:100%;padding:16px 20px;border:1px solid #a2dcf8;background:linear-gradient(0deg,#a2dcf833 0% 100%),#fff}@media only screen and (max-width:1280px){._orderSummary_zqwwd_29{max-width:100%}}@media only screen and (max-width:1023px){._orderSummary_zqwwd_29{max-height:100%}}._orderSummaryContent_zqwwd_176{display:flex;flex-direction:column;gap:12px;width:100%}._orderSummaryTitle_zqwwd_183{font-size:22px;font-weight:400;line-height:28px}._orderItems_zqwwd_189{display:flex;flex-direction:column;gap:12px;max-height:38vh;overflow-y:auto;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.4)}@media only screen and (max-width:1023px){._orderItems_zqwwd_189{max-height:100%}}._orderItem_zqwwd_189{display:flex;justify-content:space-between;align-items:flex-start;gap:50px}._orderItemTitle_zqwwd_211{flex:1;font-size:14px;font-weight:400;line-height:20px;color:#00000080;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._orderItemPrice_zqwwd_224{color:#00000080;font-size:14px;font-weight:500;line-height:20px}._orderTotal_zqwwd_231{display:flex;justify-content:space-between;align-items:center}._orderTotalLabel_zqwwd_237{color:#000;font-size:28px;font-weight:500;line-height:32px}._orderTotalValue_zqwwd_244{color:#000;font-size:40px;font-weight:500;line-height:44px}._placeOrderButton_zqwwd_251{min-width:180px;width:auto}._formInput_zqwwd_256{min-width:200px}@keyframes _shimmer_1rypx_1{0%{background-position:-200% 0}to{background-position:200% 0}}._contactUsScreenWrapper_1rypx_9{display:flex;flex-direction:column;gap:16px;padding:30px 24px 0}@media only screen and (max-width:1023px){._contactUsScreenWrapper_1rypx_9{padding:0 0 16px}}._contactUsScreenTitle_1rypx_21{display:none;font-size:24px;font-weight:500;line-height:32px;letter-spacing:-.72px;margin:16px 0}@media only screen and (max-width:1023px){._contactUsScreenTitle_1rypx_21{display:block}}._contactUsScreenHeader_1rypx_35{display:flex;flex-direction:column;gap:30px}@media only screen and (max-width:1023px){._contactUsScreenHeader_1rypx_35{padding:16px 8px;gap:0}}@media only screen and (max-width:1023px){._contactUsFormSectionWrapper_1rypx_48{padding:0 8px}}._contactUsFormSection_1rypx_48{max-width:100%;padding:40px 20px}@media only screen and (max-width:1023px){._contactUsFormSection_1rypx_48{padding:32px 16px}}._localizationWrapper_1rypx_63{display:flex;flex-direction:column;gap:24px;max-width:100%;margin:0 auto;padding:40px 20px;background-color:#fff}@media only screen and (max-width:1023px){._localizationWrapper_1rypx_63{padding:16px 8px;background-color:transparent}}._localizationTitle_1rypx_79{font-size:26px;line-height:32px;font-weight:600}._localizationTextParagraph_1rypx_85{color:#364153;font-size:24px;line-height:32px;font-weight:500}@media only screen and (max-width:1023px){._joinCommunityWrapper_1rypx_93{padding:0 8px}}@keyframes _shimmer_downe_1{0%{background-position:-200% 0}to{background-position:200% 0}}._exploreByCategory_downe_9{display:flex;flex-direction:column;gap:24px;background:#fff;padding:16px;height:auto;min-height:326px;flex:1;min-width:0}@media only screen and (max-width:1023px){._exploreByCategory_downe_9{padding:16px 12px;min-height:auto}}._exploreByCategoryHeader_downe_27{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media only screen and (max-width:1023px){._exploreByCategoryHeader_downe_27{flex-direction:column-reverse;align-items:flex-start}}._exploreByCategoryTitle_downe_40{font-size:36px;font-weight:500;line-height:44px;color:#010002;letter-spacing:-1.08px}@media only screen and (max-width:767px){._exploreByCategoryTitle_downe_40{font-size:24px;line-height:32px}}._exploreByCategoryGrid_downe_54{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media only screen and (max-width:1023px){._exploreByCategoryGrid_downe_54{grid-template-columns:1fr}}._exploreByCategoryItem_downe_65{display:flex;align-items:center;gap:8px;padding:0;cursor:pointer;transition:background-color .2s ease}@media(hover:hover)and (pointer:fine){._exploreByCategoryItem_downe_65:hover{background:#a2dcf8}}._exploreByCategoryItemIcon_downe_79{width:32px;height:32px;object-fit:cover;flex-shrink:0;border-radius:6px}._exploreByCategoryItemTitle_downe_87{font-size:18px;font-weight:600;line-height:24px;color:#010002;white-space:normal;word-break:break-word}@keyframes _shimmer_1ajqa_1{0%{background-position:-200% 0}to{background-position:200% 0}}._levelUp_1ajqa_9{display:flex;flex-direction:column;gap:16px;background:#fff;padding:16px;height:auto;min-height:417px;width:350px;flex-shrink:0}@media only screen and (max-width:1280px){._levelUp_1ajqa_9{width:100%;padding:16px 12px;min-height:auto}}._levelUp_1ajqa_9._pageVariant_1ajqa_27{width:100%;min-height:auto;padding:24px}@media only screen and (max-width:1023px){._levelUp_1ajqa_9._pageVariant_1ajqa_27{padding:16px}}._levelUpHeader_1ajqa_38{display:flex;align-items:center;justify-content:space-between}._levelUpSubtitle_1ajqa_44{font-size:16px;font-weight:400;line-height:24px;color:#010002}._levelUpTitle_1ajqa_51{font-size:36px;font-weight:500;line-height:44px;color:#010002;letter-spacing:-1.08px}@media only screen and (max-width:767px){._levelUpTitle_1ajqa_51{font-size:24px;line-height:32px}}._levelUpTitleNumber_1ajqa_65{color:#a2dcf8}._levelUpProgress_1ajqa_69{position:relative;height:44px}._levelUpProgressLabel_1ajqa_74{font-size:14px;font-weight:400;line-height:20px;color:#6a7282}._levelUpProgressValue_1ajqa_81{position:absolute;right:0;top:0;font-size:14px;font-weight:500;line-height:22px;color:#010002}._levelUpProgressBar_1ajqa_91{position:absolute;bottom:0;left:0;width:100%;height:14px;background:#f3f3f3;border-radius:4px;overflow:hidden}._levelUpProgressBarFill_1ajqa_102{height:100%;background:#f97316;border-radius:4px;transition:width .3s ease}._levelUpCharacter_1ajqa_109{display:flex;align-items:center;gap:8px}._levelUpCharacterImage_1ajqa_115{width:68px;height:68px;object-fit:cover;flex-shrink:0}._levelUpCharacterInfo_1ajqa_122{display:flex;flex-direction:column;gap:4px;flex:1}._levelUpCharacterName_1ajqa_129{font-size:14px;font-weight:400;line-height:22px;color:#010002}._levelUpCharacterTitle_1ajqa_136{font-size:14px;font-weight:400;line-height:22px;color:#0006}._levelUpDescription_1ajqa_143{font-size:14px;font-weight:400;line-height:22px;color:#010002}@keyframes _shimmer_185hd_1{0%{background-position:-200% 0}to{background-position:200% 0}}._myShelves_185hd_9{display:flex;flex-direction:column;gap:16px;background:#fff;padding:16px;height:auto;min-height:417px;flex:1;min-width:0}@media only screen and (max-width:1023px){._myShelves_185hd_9{min-height:auto;padding:16px 12px}}._myShelvesHeader_185hd_27{display:flex;align-items:center;justify-content:space-between}._myShelvesSubtitle_185hd_33{font-size:16px;font-weight:400;line-height:24px;color:#010002}._myShelvesTitle_185hd_40{font-size:36px;font-weight:500;line-height:44px;color:#010002;letter-spacing:-1.08px}@media only screen and (max-width:767px){._myShelvesTitle_185hd_40{font-size:24px;line-height:32px}}._myShelvesGrid_185hd_54{display:flex;gap:8px 16px;flex-wrap:wrap;overflow-y:auto;align-content:flex-start}._myShelvesItem_185hd_62{display:flex;align-items:center;gap:8px;width:calc(50% - 8px);min-width:0}@media only screen and (max-width:1023px){._myShelvesItem_185hd_62{width:100%}}._myShelvesItemImage_185hd_75{width:60px;height:60px;object-fit:cover;flex-shrink:0}._myShelvesItemContent_185hd_82{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._myShelvesItemTitle_185hd_90{font-size:14px;font-weight:400;line-height:16px;color:#010002;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._myShelvesItemAuthor_185hd_102{font-size:14px;font-weight:400;line-height:22px;color:#0006}._myShelvesItemDownload_185hd_109{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;background:transparent;cursor:pointer;color:#010002;transition:opacity .2s ease}@media(hover:hover)and (pointer:fine){._myShelvesItemDownload_185hd_109:hover{opacity:.7}}._myShelvesEmpty_185hd_127{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:16px}._myShelvesEmptyImage_185hd_136{width:195px;height:223px;object-fit:contain}._myShelvesEmptyText_185hd_142{font-size:14px;font-weight:400;line-height:22px;color:#010002;text-align:center}._myShelvesSkeletonImage_185hd_150{width:60px;height:60px;flex-shrink:0;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_185hd_1 1.5s infinite ease-in-out}._myShelvesSkeletonTitle_185hd_160{width:100%;height:16px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_185hd_1 1.5s infinite ease-in-out}._myShelvesSkeletonAuthor_185hd_169{width:60%;height:14px;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_185hd_1 1.5s infinite ease-in-out}._myShelvesSkeletonIcon_185hd_178{width:24px;height:24px;flex-shrink:0;border-radius:4px;background:linear-gradient(90deg,#f3f3f3,#e6e6e6,#f3f3f3);background-size:200% 100%;animation:_shimmer_185hd_1 1.5s infinite ease-in-out}@keyframes _shimmer_rl0ry_1{0%{background-position:-200% 0}to{background-position:200% 0}}._yourGifts_rl0ry_9{display:flex;flex-direction:column;gap:16px;background:#fff;padding:16px;height:auto;min-height:326px;width:349px;flex-shrink:0}@media only screen and (max-width:1280px){._yourGifts_rl0ry_9{width:100%;min-height:auto}}._yourGiftsHeader_rl0ry_27{display:flex;align-items:center;justify-content:space-between}._yourGiftsSubtitle_rl0ry_33{font-size:16px;font-weight:400;line-height:24px;color:#010002}._yourGiftsTitle_rl0ry_40{font-size:36px;font-weight:500;line-height:44px;color:#010002;letter-spacing:-1.08px}@media only screen and (max-width:767px){._yourGiftsTitle_rl0ry_40{font-size:24px;line-height:32px}}._yourGiftsImageWrapper_rl0ry_54{height:182px;max-width:315px;width:100%;overflow:hidden}@media only screen and (max-width:1023px){._yourGiftsImageWrapper_rl0ry_54{height:auto;aspect-ratio:16/9}}._yourGiftsImage_rl0ry_54{width:100%;height:100%;object-fit:cover}@keyframes _shimmer_drt9p_1{0%{background-position:-200% 0}to{background-position:200% 0}}._dashboardScreen_drt9p_9{display:flex;flex-direction:column;gap:30px;padding:30px 24px}@media only screen and (max-width:1023px){._dashboardScreen_drt9p_9{gap:16px;padding:16px 8px}}._dashboardContent_drt9p_22{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width:1023px){._dashboardContent_drt9p_22{gap:16px}}._dashboardTopRow_drt9p_33{display:flex;gap:24px;align-items:stretch}@media only screen and (max-width:1280px){._dashboardTopRow_drt9p_33{flex-direction:column;gap:16px}}._dashboardBottomRow_drt9p_45{display:flex;gap:24px;align-items:stretch}@media only screen and (max-width:1280px){._dashboardBottomRow_drt9p_45{flex-direction:column;gap:16px}}@keyframes _shimmer_1v1z0_1{0%{background-position:-200% 0}to{background-position:200% 0}}._searchFilterHeader_1v1z0_9{display:flex;align-items:center;gap:16px}@media only screen and (max-width:767px){._searchFilterHeader_1v1z0_9{flex-direction:column;gap:12px}}._searchInputWrapper_1v1z0_21{flex:1}@media only screen and (max-width:767px){._searchInputWrapper_1v1z0_21{width:100%}}._searchInput_1v1z0_21{width:100%;border-radius:8px;border:1px solid #000000;background:transparent;height:44px}._searchInput_1v1z0_21::placeholder{color:#0006;font-size:16px;font-weight:700;line-height:24px}._searchInput_1v1z0_21:hover,._searchInput_1v1z0_21:focus{border:1px solid #229cd7}._sortSelectWrapper_1v1z0_47{max-width:260px;width:100%}@media only screen and (max-width:767px){._sortSelectWrapper_1v1z0_47{max-width:100%}}._sortSelect_1v1z0_47{max-width:260px;width:100%;height:44px}@media only screen and (max-width:767px){._sortSelect_1v1z0_47{max-width:100%}}@keyframes _shimmer_nc4d5_1{0%{background-position:-200% 0}to{background-position:200% 0}}._myLibraryScreen_nc4d5_9{display:flex;flex-direction:column;gap:24px;padding:30px 24px}@media only screen and (max-width:1023px){._myLibraryScreen_nc4d5_9{gap:16px;padding:16px 8px}}._myLibraryContent_nc4d5_22{display:flex;flex-direction:column;gap:16px;min-width:0}@media only screen and (max-width:1023px){._myLibraryContent_nc4d5_22{gap:12px}}._emptyState_nc4d5_34{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:32px 24px 48px;background:#fff}@media only screen and (max-width:1023px){._emptyState_nc4d5_34{padding:24px 16px 32px}}._emptyStateImage_nc4d5_49{width:220px;height:auto}@media only screen and (max-width:1023px){._emptyStateImage_nc4d5_49{width:160px}}._emptyStateTitle_nc4d5_59{font-size:24px;font-weight:600;line-height:30px;color:#000}@media only screen and (max-width:1023px){._emptyStateTitle_nc4d5_59{font-size:20px;line-height:26px}}._emptyStateSubtitle_nc4d5_72{max-width:420px;font-size:16px;line-height:24px;color:#0009;margin-bottom:12px}@media only screen and (max-width:1023px){._emptyStateSubtitle_nc4d5_72{font-size:14px;line-height:20px;margin-bottom:8px}}._myLibraryTitle_nc4d5_87{display:none;font-size:26px;font-weight:700;line-height:42px}@media only screen and (max-width:1023px){._myLibraryTitle_nc4d5_87{display:block}}@keyframes _shimmer_r5p0g_1{0%{background-position:-200% 0}to{background-position:200% 0}}._wrapper_r5p0g_9{display:flex;flex-direction:column;gap:30px;padding:30px 24px;min-height:100%}@media only screen and (max-width:1023px){._wrapper_r5p0g_9{gap:16px;padding:16px 8px}}._notFoundWrapper_r5p0g_23{flex:1;display:flex;align-items:center;justify-content:center}@keyframes _shimmer_1sh95_1{0%{background-position:-200% 0}to{background-position:200% 0}}._readingLevelsScreenWrapper_1sh95_9{display:flex;flex-direction:column;padding:30px 24px 0}@media only screen and (max-width:1023px){._readingLevelsScreenWrapper_1sh95_9{padding:0 0 16px}}._readingLevelsScreenHeader_1sh95_20{margin-bottom:30px}@media only screen and (max-width:1023px){._readingLevelsScreenHeader_1sh95_20{margin-bottom:16px}}._readingLevelsScreenContent_1sh95_29{display:flex;flex-direction:column;gap:16px}@keyframes _shimmer_113z4_1{0%{background-position:-200% 0}to{background-position:200% 0}}._settingsScreen_113z4_9{display:flex;flex-direction:column;gap:30px;padding:30px 24px}@media only screen and (max-width:1023px){._settingsScreen_113z4_9{gap:16px;padding:16px 8px}}._settingsContent_113z4_22{display:flex;flex-direction:column;align-items:center;gap:16px}@media only screen and (max-width:1023px){._settingsContent_113z4_22{background:#fff;padding:16px 12px;max-width:646px;width:100%;margin:0 auto}}._tabsWrapper_113z4_38{display:flex;background:#fff;overflow:hidden}@media only screen and (max-width:1023px){._tabsWrapper_113z4_38{width:100%}}._tab_113z4_38{padding:12px;border:none;background:#fff;cursor:pointer;font-size:16px;font-weight:500;line-height:24px;color:#000;width:200px;transition:background .2s ease,color .2s ease}@media(hover:hover)and (pointer:fine){._tab_113z4_38:hover{background:#a2dcf833}}@media only screen and (max-width:1023px){._tab_113z4_38{width:100%;font-weight:400;white-space:nowrap}}._tabActive_113z4_74{background:#a2dcf8;color:#000}@media(hover:hover)and (pointer:fine){._tabActive_113z4_74:hover{background:#a2dcf8}}._settingsTitle_113z4_84{display:none;font-size:26px;font-weight:700;line-height:42px;margin-bottom:16px;margin-right:auto}@media only screen and (max-width:1023px){._settingsTitle_113z4_84{display:block}}._form_113z4_98{display:flex;flex-direction:column;gap:16px;max-width:646px;width:100%}@keyframes _shimmer_mfxdx_1{0%{background-position:-200% 0}to{background-position:200% 0}}._transactionsTableWrapper_mfxdx_9{border:1px solid #a2dcf8;background:#fff;overflow:hidden;padding:32px 0}@media only screen and (max-width:767px){._transactionsTableWrapper_mfxdx_9{padding:16px 0;border:none}}._transactionsTableLoading_mfxdx_22{display:flex;align-items:center;justify-content:center;height:378px}@media only screen and (max-width:767px){._transactionsTableLoading_mfxdx_22{height:200px}}._transactionsTableEmpty_mfxdx_34{display:flex;flex-direction:column;align-items:center;gap:16px;justify-content:center;padding:0 16px;text-align:center}._transactionsTableEmptyImage_mfxdx_44{width:195px;height:223px;aspect-ratio:195/223}@media only screen and (max-width:767px){._transactionsTableEmptyImage_mfxdx_44{width:150px;height:auto}}._transactionsTableEmptyTitle_mfxdx_56{color:#010002;font-size:24px;font-weight:600;line-height:33px}@media only screen and (max-width:767px){._transactionsTableEmptyTitle_mfxdx_56{font-size:20px;line-height:28px}}._transactionsTableEmptySubtitle_mfxdx_69{color:#0006;text-align:center;font-size:18px;font-weight:400;line-height:30px}@media only screen and (max-width:767px){._transactionsTableEmptySubtitle_mfxdx_69{font-size:14px;line-height:22px}}._transactionsTableHeader_mfxdx_83{display:grid;grid-template-columns:1fr 2fr 1fr 1fr;gap:16px;padding:12px 20px}@media only screen and (max-width:767px){._transactionsTableHeader_mfxdx_83{display:none}}._transactionsTableHeaderCell_mfxdx_95{font-size:14px;font-weight:400;line-height:20px;color:#0009}._transactionsTableBody_mfxdx_102{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:767px){._transactionsTableBody_mfxdx_102{gap:12px;padding:0 8px}}._transactionsTableRow_mfxdx_114{display:grid;grid-template-columns:1fr 2fr 1fr 1fr;gap:16px;min-height:44px;padding:8px 20px}._transactionsTableRow_mfxdx_114:nth-child(2n){background:#f3f3f3}@media only screen and (max-width:767px){._transactionsTableRow_mfxdx_114{display:flex;flex-direction:column;gap:12px;min-height:auto;padding:16px;border:1px solid #a2dcf8;border-radius:8px}._transactionsTableRow_mfxdx_114:nth-child(2n){background:#fff}}._transactionsTableCell_mfxdx_139{display:flex;align-items:center;min-width:0}@media only screen and (max-width:767px){._transactionsTableCell_mfxdx_139:before{content:attr(data-label);font-size:12px;font-weight:400;line-height:18px;color:#0009;min-width:80px;margin-right:8px}}._transactionsTableDate_mfxdx_156{font-size:14px;font-weight:400;line-height:22px;color:#010002}._transactionsTableItem_mfxdx_163{display:flex;flex-direction:column;gap:2px;min-width:0}._transactionsTableItemId_mfxdx_170{font-size:14px;font-weight:500;line-height:22px;color:#010002}._transactionsTableBookIds_mfxdx_177{font-size:12px;font-weight:400;line-height:18px;color:#0009}._transactionsTableAmount_mfxdx_184{font-size:14px;font-weight:400;line-height:22px;color:#010002}._transactionsTableStatus_mfxdx_191{display:inline-flex;align-items:center;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;line-height:18px}._statusFinished_mfxdx_201,._statusPaid_mfxdx_206{background:#00a63e1a;color:#00a63e}._statusWaiting_mfxdx_211{background:#f973161a;color:#f97316}._statusFailed_mfxdx_216{background:#e7000b1a;color:#e7000b}._statusRefund_mfxdx_221{background:#a2dcf81a;color:#a2dcf8}@keyframes _shimmer_163vq_1{0%{background-position:-200% 0}to{background-position:200% 0}}._transactionsScreenWrapper_163vq_9{display:flex;flex-direction:column;padding:30px 24px 0}@media only screen and (max-width:767px){._transactionsScreenWrapper_163vq_9{padding:16px 8px}}._transactionsScreenTitle_163vq_20{display:none;font-size:26px;font-weight:700;line-height:42px;margin-bottom:24px}@media only screen and (max-width:1023px){._transactionsScreenTitle_163vq_20{display:block}}._transactionsScreenHeader_163vq_33{margin-bottom:30px}@media only screen and (max-width:1023px){._transactionsScreenHeader_163vq_33{display:none}}._transactionsScreenContent_163vq_42{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:767px){._transactionsScreenContent_163vq_42{gap:12px}}._paginationWrapper_163vq_53{display:flex;justify-content:center;padding:19px 0;background:#fff}@media only screen and (max-width:767px){._paginationWrapper_163vq_53{padding:16px 0}}@keyframes _shimmer_jbb80_1{0%{background-position:-200% 0}to{background-position:200% 0}}._wishlistScreen_jbb80_9{display:flex;flex-direction:column;gap:24px;padding:30px 24px}@media only screen and (max-width:1023px){._wishlistScreen_jbb80_9{gap:16px;padding:16px 8px}}._wishlistContent_jbb80_22{display:flex;flex-direction:column;gap:16px;min-width:0}@media only screen and (max-width:1023px){._wishlistContent_jbb80_22{gap:12px}}._emptyState_jbb80_34{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:32px 24px 48px;background:#fff}@media only screen and (max-width:1023px){._emptyState_jbb80_34{padding:24px 16px 32px}}._emptyStateImage_jbb80_49{width:220px;height:auto}@media only screen and (max-width:1023px){._emptyStateImage_jbb80_49{width:160px}}._wishlistTitle_jbb80_59{display:none;font-size:26px;font-weight:700;line-height:42px}@media only screen and (max-width:1023px){._wishlistTitle_jbb80_59{display:block}}._emptyStateTitle_jbb80_71{font-size:24px;font-weight:600;line-height:30px;color:#000}@media only screen and (max-width:1023px){._emptyStateTitle_jbb80_71{font-size:20px;line-height:26px}}._emptyStateSubtitle_jbb80_84{max-width:420px;font-size:16px;line-height:24px;color:#0009}@media only screen and (max-width:1023px){._emptyStateSubtitle_jbb80_84{font-size:14px;line-height:20px}}@keyframes _shimmer_rgt3f_1{0%{background-position:-200% 0}to{background-position:200% 0}}._container_rgt3f_9{height:100vh}._loaderWrapper_rgt3f_13{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}*{box-sizing:border-box;padding:0;margin:0}html,body{max-width:100vw;scrollbar-gutter:auto;-webkit-scrollbar-gutter:auto;color:#010002;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:24px}ul,li{list-style:none}a{color:inherit;font-size:inherit;text-decoration:none}button{margin:0;border:none;color:inherit;font-size:inherit;font-family:Poppins,sans-serif}.Toastify__toast-container{max-width:462px;width:100%;padding:0}.Toastify__toast-container .Toastify__toast{padding:12px;background:#fff;border-radius:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.Toastify__toast-container .Toastify__toast .Toastify__toast-body{padding:0;margin:0}.Toastify__toast-container .Toastify__close-button{display:none}
